stack: Use new private model, remove priv pointer

This commit is contained in:
Alexander Larsson
2013-07-02 13:43:20 +02:00
parent 09d22284f7
commit 06a808cf2a
2 changed files with 63 additions and 57 deletions

View File

@ -36,7 +36,6 @@ G_BEGIN_DECLS
typedef struct _GtkStack GtkStack;
typedef struct _GtkStackClass GtkStackClass;
typedef struct _GtkStackPrivate GtkStackPrivate;
typedef enum {
GTK_STACK_TRANSITION_TYPE_NONE,
@ -51,7 +50,6 @@ typedef enum {
struct _GtkStack {
GtkContainer parent_instance;
GtkStackPrivate *priv;
};
struct _GtkStackClass {