forked from AuroraMiddleware/gtk
demo: Show popup menu on tabs
https://bugzilla.gnome.org/show_bug.cgi?id=707920
This commit is contained in:
parent
79e5069dff
commit
2bb01c6cc8
@ -930,6 +930,7 @@ main (int argc, char **argv)
|
||||
|
||||
notebook = gtk_notebook_new ();
|
||||
gtk_notebook_set_scrollable (GTK_NOTEBOOK (notebook), TRUE);
|
||||
gtk_notebook_popup_enable (GTK_NOTEBOOK (notebook));
|
||||
gtk_box_pack_start (GTK_BOX (hbox), notebook, TRUE, TRUE, 0);
|
||||
|
||||
gtk_notebook_append_page (GTK_NOTEBOOK (notebook),
|
||||
|
Loading…
Reference in New Issue
Block a user