summaryrefslogtreecommitdiff
path: root/gtk/gtkstack.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkstack.h')
-rw-r--r--gtk/gtkstack.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkstack.h b/gtk/gtkstack.h
index 6253890aa5..cf506b49fb 100644
--- a/gtk/gtkstack.h
+++ b/gtk/gtkstack.h
@@ -113,6 +113,9 @@ GType gtk_stack_get_type (void) G_GNUC_CONST;
GDK_AVAILABLE_IN_ALL
GtkWidget * gtk_stack_new (void);
GDK_AVAILABLE_IN_ALL
+GtkStackPage * gtk_stack_add_child (GtkStack *stack,
+ GtkWidget *child);
+GDK_AVAILABLE_IN_ALL
GtkStackPage * gtk_stack_add_named (GtkStack *stack,
GtkWidget *child,
const char *name);