mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 19:30:10 +00:00
entry: Use standard padding
This commit is contained in:
parent
30925a532d
commit
ff115472e3
@ -153,6 +153,7 @@ static GQuark quark_entry_completion = 0;
|
||||
|
||||
typedef struct _EntryIconInfo EntryIconInfo;
|
||||
|
||||
typedef struct _GtkEntryPrivate GtkEntryPrivate;
|
||||
struct _GtkEntryPrivate
|
||||
{
|
||||
EntryIconInfo *icons[MAX_ICONS];
|
||||
|
@ -66,7 +66,6 @@ typedef enum
|
||||
} GtkEntryIconPosition;
|
||||
|
||||
typedef struct _GtkEntry GtkEntry;
|
||||
typedef struct _GtkEntryPrivate GtkEntryPrivate;
|
||||
typedef struct _GtkEntryClass GtkEntryClass;
|
||||
|
||||
struct _GtkEntry
|
||||
@ -120,13 +119,7 @@ struct _GtkEntryClass
|
||||
|
||||
/*< private >*/
|
||||
|
||||
/* Padding for future expansion */
|
||||
void (*_gtk_reserved1) (void);
|
||||
void (*_gtk_reserved2) (void);
|
||||
void (*_gtk_reserved3) (void);
|
||||
void (*_gtk_reserved4) (void);
|
||||
void (*_gtk_reserved5) (void);
|
||||
void (*_gtk_reserved6) (void);
|
||||
gpointer padding[8];
|
||||
};
|
||||
|
||||
GDK_AVAILABLE_IN_ALL
|
||||
|
Loading…
Reference in New Issue
Block a user