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

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: Tue, 2 May 2000 03:04:56 -0500 (CDT)
guy         2000/05/02 03:04:46 CDT

  Modified files:
    gtk                  Makefile.am Makefile.nmake find_dlg.c 
                         goto_dlg.c 
  Added files:
    gtk                  dlg_utils.c dlg_utils.h 
  Log:
  Add some utilities to:
  
  	set the "activate" signal for a widget to call a routine to
  	activate the "OK" button for a dialog box;
  
  	set the "key_press_event" signal for a top-level dialog window
  	to call a routine to activate the "Cancel" button for a dialog
  	box if the key being pressed is the <Esc> key;
  
  to make it easier to drive dialog boxes entirely from the keyboard.
  
  Make the "Find Frame" and "Go To Frame" dialog boxes use those
  utilities.
  
  Revision  Changes    Path
  1.26      +3 -1      ethereal/gtk/Makefile.am
  1.8       +1 -0      ethereal/gtk/Makefile.nmake
  1.9       +13 -1     ethereal/gtk/find_dlg.c
  1.6       +13 -1     ethereal/gtk/goto_dlg.c