diff options
author | Javier Jardón <jjardon@gnome.org> | 2010-07-08 03:13:10 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-07-13 19:40:50 +0200 |
commit | 9ddda9c8444c4fa86bc5314fe55f5d99dee8dfe3 (patch) | |
tree | 35813851efb4a66414bd858604ff4ea559fde9c3 /gtk/gtkscalebutton.h | |
parent | bcc84948995b94dc51450eba48f7335e3150637c (diff) | |
download | gtk+-9ddda9c8444c4fa86bc5314fe55f5d99dee8dfe3.tar.gz |
GtkScaleButton: Move public members to private structure
Diffstat (limited to 'gtk/gtkscalebutton.h')
-rw-r--r-- | gtk/gtkscalebutton.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gtk/gtkscalebutton.h b/gtk/gtkscalebutton.h index fc6cc583c9..c24ff69618 100644 --- a/gtk/gtkscalebutton.h +++ b/gtk/gtkscalebutton.h @@ -59,11 +59,8 @@ struct _GtkScaleButton { GtkButton parent; - GtkWidget *GSEAL (plus_button); - GtkWidget *GSEAL (minus_button); - /*< private >*/ - GtkScaleButtonPrivate *GSEAL (priv); + GtkScaleButtonPrivate *priv; }; struct _GtkScaleButtonClass |