forked from AuroraMiddleware/gtk
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.
This commit is contained in:
parent
8b34c308d0
commit
7cd9dc32da
@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
||||
Wed Oct 15 22:04:59 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_get_active),
|
||||
|
@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
||||
Wed Oct 15 22:04:59 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_get_active),
|
||||
|
@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
||||
Wed Oct 15 22:04:59 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_get_active),
|
||||
|
@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
||||
Wed Oct 15 22:04:59 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_get_active),
|
||||
|
@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
||||
Wed Oct 15 22:04:59 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_get_active),
|
||||
|
@ -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);
|
||||
};
|
||||
|
||||
|
||||
|
@ -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);
|
||||
};
|
||||
|
||||
|
||||
|
@ -64,6 +64,12 @@ struct _GtkEntryCompletionClass
|
||||
GtkTreeIter *iter);
|
||||
void (* action_activated) (GtkEntryCompletion *completion,
|
||||
gint index);
|
||||
|
||||
/* Padding for future expansion */
|
||||
void (*_gtk_reserved0) (void);
|
||||
void (*_gtk_reserved1) (void);
|
||||
void (*_gtk_reserved2) (void);
|
||||
void (*_gtk_reserved3) (void);
|
||||
};
|
||||
|
||||
/* core */
|
||||
|
Loading…
Reference in New Issue
Block a user