diff options
author | Manish Singh <yosh@gimp.org> | 2004-02-27 01:38:16 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2004-02-27 01:38:16 +0000 |
commit | 496247e0831bdfb8e64ef4af374722a1ae4af00a (patch) | |
tree | 07ee28bc946c42dd27ee78205c80346d92f4d287 /gtk | |
parent | c4d2bb0a983de5a1068da512970113482caf392a (diff) | |
download | gtk+-496247e0831bdfb8e64ef4af374722a1ae4af00a.tar.gz |
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().
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkcombobox.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c index d1ccbe730f..23956a1a87 100644 --- a/gtk/gtkcombobox.c +++ b/gtk/gtkcombobox.c @@ -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); |