aboutsummaryrefslogtreecommitdiffstats
path: root/lib/egg/eggtoggletoolbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/egg/eggtoggletoolbutton.h')
-rw-r--r--lib/egg/eggtoggletoolbutton.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/egg/eggtoggletoolbutton.h b/lib/egg/eggtoggletoolbutton.h
index 587d42257..e0f3cd785 100644
--- a/lib/egg/eggtoggletoolbutton.h
+++ b/lib/egg/eggtoggletoolbutton.h
@@ -40,6 +40,9 @@ struct _EggToggleToolButton
{
EggToolButton parent;
+ /*< private >*/
+ GtkWidget *menu_item;
+
guint active : 1;
};