mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
Add function declaration for gtk_combo_box_list_remove_grabs().
Thu Feb 26 17:38:40 2004 Manish Singh <yosh@gimp.org> * gtk/gtkcombobox.c: Add function declaration for gtk_combo_box_list_remove_grabs().
This commit is contained in:
parent
c4d2bb0a98
commit
496247e083
@ -1,3 +1,8 @@
|
||||
Thu Feb 26 17:38:40 2004 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/gtkcombobox.c: Add function declaration for
|
||||
gtk_combo_box_list_remove_grabs().
|
||||
|
||||
Fri Feb 27 02:33:21 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentry.c (keyval_is_cursor_move): Classifiy Page Up/Down as
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Feb 26 17:38:40 2004 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/gtkcombobox.c: Add function declaration for
|
||||
gtk_combo_box_list_remove_grabs().
|
||||
|
||||
Fri Feb 27 02:33:21 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentry.c (keyval_is_cursor_move): Classifiy Page Up/Down as
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Feb 26 17:38:40 2004 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/gtkcombobox.c: Add function declaration for
|
||||
gtk_combo_box_list_remove_grabs().
|
||||
|
||||
Fri Feb 27 02:33:21 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentry.c (keyval_is_cursor_move): Classifiy Page Up/Down as
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Feb 26 17:38:40 2004 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/gtkcombobox.c: Add function declaration for
|
||||
gtk_combo_box_list_remove_grabs().
|
||||
|
||||
Fri Feb 27 02:33:21 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentry.c (keyval_is_cursor_move): Classifiy Page Up/Down as
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Feb 26 17:38:40 2004 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/gtkcombobox.c: Add function declaration for
|
||||
gtk_combo_box_list_remove_grabs().
|
||||
|
||||
Fri Feb 27 02:33:21 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentry.c (keyval_is_cursor_move): Classifiy Page Up/Down as
|
||||
|
@ -238,6 +238,8 @@ static gboolean gtk_combo_box_scroll_event (GtkWidget *widget,
|
||||
static void gtk_combo_box_list_setup (GtkComboBox *combo_box);
|
||||
static void gtk_combo_box_list_destroy (GtkComboBox *combo_box);
|
||||
|
||||
static void gtk_combo_box_list_remove_grabs (GtkComboBox *combo_box);
|
||||
|
||||
static gboolean gtk_combo_box_list_button_released (GtkWidget *widget,
|
||||
GdkEventButton *event,
|
||||
gpointer data);
|
||||
|
Loading…
Reference in New Issue
Block a user