summaryrefslogtreecommitdiff
path: root/gtk/gtkstack.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-10-26 14:59:21 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-10-26 14:59:21 -0400
commitb86356bc1caa165ac4d4840724cc28fb9292fc5d (patch)
treefc767e7496378305311ad32e0bf5d9ad15b66a4d /gtk/gtkstack.h
parent4d075cf202ae428652b98748ca28c06c6bfc6244 (diff)
downloadgtk+-b86356bc1caa165ac4d4840724cc28fb9292fc5d.tar.gz
GtkStack: split homogeneous
Split homogeneous into separate hhomogeneous and vhomogeneous properties. vhomogeneous is what we want for popover menus.
Diffstat (limited to 'gtk/gtkstack.h')
-rw-r--r--gtk/gtkstack.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/gtk/gtkstack.h b/gtk/gtkstack.h
index 1f4e7d7b2b..887a224971 100644
--- a/gtk/gtkstack.h
+++ b/gtk/gtkstack.h
@@ -108,6 +108,16 @@ void gtk_stack_set_homogeneous (GtkStack
gboolean homogeneous);
GDK_AVAILABLE_IN_3_10
gboolean gtk_stack_get_homogeneous (GtkStack *stack);
+GDK_AVAILABLE_IN_3_16
+void gtk_stack_set_hhomogeneous (GtkStack *stack,
+ gboolean hhomogeneous);
+GDK_AVAILABLE_IN_3_16
+gboolean gtk_stack_get_hhomogeneous (GtkStack *stack);
+GDK_AVAILABLE_IN_3_16
+void gtk_stack_set_vhomogeneous (GtkStack *stack,
+ gboolean vhomogeneous);
+GDK_AVAILABLE_IN_3_16
+gboolean gtk_stack_get_vhomogeneous (GtkStack *stack);
GDK_AVAILABLE_IN_3_10
void gtk_stack_set_transition_duration (GtkStack *stack,
guint duration);