]> Pileus Git - ~andy/gtk/commitdiff
Add function declaration for gtk_combo_box_list_remove_grabs().
authorManish Singh <yosh@gimp.org>
Fri, 27 Feb 2004 01:38:16 +0000 (01:38 +0000)
committerManish Singh <yosh@src.gnome.org>
Fri, 27 Feb 2004 01:38:16 +0000 (01:38 +0000)
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().

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkcombobox.c

index c3724cb440abe5e7a512b84336e498a4f7c98eee..4bd73d0da040a4bf0f04260525c2ba3612955022 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index c3724cb440abe5e7a512b84336e498a4f7c98eee..4bd73d0da040a4bf0f04260525c2ba3612955022 100644 (file)
@@ -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
index c3724cb440abe5e7a512b84336e498a4f7c98eee..4bd73d0da040a4bf0f04260525c2ba3612955022 100644 (file)
@@ -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
index c3724cb440abe5e7a512b84336e498a4f7c98eee..4bd73d0da040a4bf0f04260525c2ba3612955022 100644 (file)
@@ -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
index c3724cb440abe5e7a512b84336e498a4f7c98eee..4bd73d0da040a4bf0f04260525c2ba3612955022 100644 (file)
@@ -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
index d1ccbe730f0c93d00ea93573932058d5d3e187cc..23956a1a871796dfd39720000b60f577d67dffb4 100644 (file)
@@ -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);