summaryrefslogtreecommitdiff
path: root/gtk/gtkcombobox.h
diff options
context:
space:
mode:
authorKristian Rietveld <kris@gtk.org>2003-10-15 20:33:17 +0000
committerKristian Rietveld <kristian@src.gnome.org>2003-10-15 20:33:17 +0000
commit7cd9dc32da186efe6c8f36107794fb6dfa04068e (patch)
tree367fb56c8cf139c2b77dad2a692f7e8e0ac11446 /gtk/gtkcombobox.h
parent8b34c308d0f049222fc582cf50fac1d6dda236f6 (diff)
downloadgtk+-7cd9dc32da186efe6c8f36107794fb6dfa04068e.tar.gz
add padding to the class structure. ditto. ditto.
Wed Oct 15 22:31:09 2003 Kristian Rietveld <kris@gtk.org> * gtk/gtkcombobox.h: add padding to the class structure. * gtk/gtkcomboboxentry.h: ditto. * gtk/gtkentrycompletion.h: ditto.
Diffstat (limited to 'gtk/gtkcombobox.h')
-rw-r--r--gtk/gtkcombobox.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtkcombobox.h b/gtk/gtkcombobox.h
index 4a188a64af..e93ebee444 100644
--- a/gtk/gtkcombobox.h
+++ b/gtk/gtkcombobox.h
@@ -51,6 +51,12 @@ struct _GtkComboBoxClass
/* signals */
void (* changed) (GtkComboBox *combo_box);
+
+ /* Padding for future expansion */
+ void (*_gtk_reserved0) (void);
+ void (*_gtk_reserved1) (void);
+ void (*_gtk_reserved2) (void);
+ void (*_gtk_reserved3) (void);
};