summaryrefslogtreecommitdiff
path: root/gtk/gtkmenusectionbox.h
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2015-03-17 19:34:43 +0100
committerTimm Bäder <mail@baedert.org>2015-05-29 17:37:04 +0200
commitd3a18de97e1033e7be7f5695a6abcdb48f48469f (patch)
treea47365dfccf9cf23b193f538a946d0f0514d93c1 /gtk/gtkmenusectionbox.h
parent36c65c1acabfd8fb1b5b85d7b128bfd4361b6fc3 (diff)
downloadgtk+-d3a18de97e1033e7be7f5695a6abcdb48f48469f.tar.gz
gtkpopover: Update the menu's alignment
... when the popover position changes.
Diffstat (limited to 'gtk/gtkmenusectionbox.h')
-rw-r--r--gtk/gtkmenusectionbox.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/gtkmenusectionbox.h b/gtk/gtkmenusectionbox.h
index f7ec6ab811..c300abea14 100644
--- a/gtk/gtkmenusectionbox.h
+++ b/gtk/gtkmenusectionbox.h
@@ -23,6 +23,7 @@
#include <gtk/gtkmenutrackeritem.h>
#include <gtk/gtkstack.h>
#include <gtk/gtkbox.h>
+#include <gtk/gtkpopover.h>
G_BEGIN_DECLS
@@ -43,7 +44,8 @@ typedef struct _GtkMenuSectionBox GtkMenuSectionBox;
GType gtk_menu_section_box_get_type (void) G_GNUC_CONST;
void gtk_menu_section_box_new_toplevel (GtkStack *stack,
GMenuModel *model,
- const gchar *action_namespace);
+ const gchar *action_namespace,
+ GtkPopover *popover);
G_END_DECLS