summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2011-11-30 11:51:41 -0500
committerRyan Lortie <desrt@desrt.ca>2011-12-19 12:51:08 -0500
commit7e34342899bfe763f9a5c3daed8a0574176023c8 (patch)
tree5754f33743e825c30c45a607b83c4997d417242b /examples
parentebd7450f026211ea5ad38d0aae6d976967a03c1f (diff)
downloadgtk+-7e34342899bfe763f9a5c3daed8a0574176023c8.tar.gz
GtkApplicationWindow: implement GActionMap
Diffstat (limited to 'examples')
-rw-r--r--examples/bloatpad.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/bloatpad.c b/examples/bloatpad.c
index e6fa9cda6f..a5ffd96764 100644
--- a/examples/bloatpad.c
+++ b/examples/bloatpad.c
@@ -15,6 +15,7 @@ new_window (GApplication *app,
GtkWidget *menu;
window = gtk_application_window_new (GTK_APPLICATION (app));
+ gtk_application_window_set_show_app_menu (GTK_APPLICATION_WINDOW (window), TRUE);
gtk_window_set_title (GTK_WINDOW (window), "Bloatpad");
grid = gtk_grid_new ();