diff options
author | Kristian Rietveld <kris@gtk.org> | 2003-10-15 20:33:17 +0000 |
---|---|---|
committer | Kristian Rietveld <kristian@src.gnome.org> | 2003-10-15 20:33:17 +0000 |
commit | 7cd9dc32da186efe6c8f36107794fb6dfa04068e (patch) | |
tree | 367fb56c8cf139c2b77dad2a692f7e8e0ac11446 /gtk/gtkcomboboxentry.h | |
parent | 8b34c308d0f049222fc582cf50fac1d6dda236f6 (diff) | |
download | gtk+-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/gtkcomboboxentry.h')
-rw-r--r-- | gtk/gtkcomboboxentry.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtkcomboboxentry.h b/gtk/gtkcomboboxentry.h index 85f88fe1cb..9ec985f912 100644 --- a/gtk/gtkcomboboxentry.h +++ b/gtk/gtkcomboboxentry.h @@ -47,6 +47,12 @@ struct _GtkComboBoxEntry struct _GtkComboBoxEntryClass { GtkComboBoxClass parent_class; + + /* Padding for future expansion */ + void (*_gtk_reserved0) (void); + void (*_gtk_reserved1) (void); + void (*_gtk_reserved2) (void); + void (*_gtk_reserved3) (void); }; |