Skip to content
  • Havoc Pennington's avatar
    make this somewhat key-navigable · 207e3bb9
    Havoc Pennington authored
    2001-03-23  Havoc Pennington  <hp@pobox.com>
    
    	* gtk/gtkhsv.c: make this somewhat key-navigable
    
    	* gtk/gtkfontsel.c: mnemonics
    
    	* gtk/gtkgamma.c: mnemonics
    
    	* gtk/gtkcolorsel.c: add mnemonics to labels
    
    2001-03-22  Havoc Pennington  <hp@pobox.com>
    
    	Applied big patch from Seth Lytle to fix event handler return
    	values, slightly modified.
    
    	* gtk/gtkcalendar.c (gtk_calendar_button_press): return TRUE if
    	handled.
    	(gtk_calendar_key_press): return TRUE for GDK_space triggers
    	select_day
    
    	* gtk/gtkclist.c (gtk_clist_button_press): return TRUE if handled
    	(gtk_clist_button_release): return TRUE if handled
    
    	* gtk/gtkcolorsel.c (mouse_release):
    	(palette_activate):
    	(palette_press):
    	(palette_new):
    	(mouse_press):
    	(get_screen_color):
    	fixed return type (void to gboolean), return TRUE,
    	added GTK_SIGNAL_FUNC cast
    
    	* gtk/gtkcombo.c (gtk_combo_popup_button_press): fixed return type
    	(void to gboolean), and return TRUE
    	(gtk_combo_button_release): changed return value to TRUE...
    207e3bb9