Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk display_opts.c dlg_utils.c dlg_utils.h

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sun, 7 May 2000 23:23:51 -0500 (CDT)
guy         2000/05/07 23:23:49 CDT

  Modified files:
    gtk                  display_opts.c dlg_utils.c dlg_utils.h 
  Log:
  Add functions to create buttons whose labels specify mnemonics, i.e.
  that contain an "_" preceding a letter, indicating that the letter is to
  be underlined in the label, and that if the key for that letter is
  pressed (either with Alt or without it) in the dialog box to which the
  button belongs, and the widget with the input focus doesn't do anything
  with that button, the button is sent the "clicked" signal.
  
  Attach mnemonics to the buttons in the "Display->Options" dialog box.
  
  Revision  Changes    Path
  1.5       +21 -9     ethereal/gtk/display_opts.c
  1.2       +61 -1     ethereal/gtk/dlg_utils.c
  1.2       +6 -1      ethereal/gtk/dlg_utils.h