demo: Show popup menu on tabs
https://bugzilla.gnome.org/show_bug.cgi?id=707920
This commit is contained in:
@ -930,6 +930,7 @@ main (int argc, char **argv)
|
|||||||
|
|
||||||
notebook = gtk_notebook_new ();
|
notebook = gtk_notebook_new ();
|
||||||
gtk_notebook_set_scrollable (GTK_NOTEBOOK (notebook), TRUE);
|
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_box_pack_start (GTK_BOX (hbox), notebook, TRUE, TRUE, 0);
|
||||||
|
|
||||||
gtk_notebook_append_page (GTK_NOTEBOOK (notebook),
|
gtk_notebook_append_page (GTK_NOTEBOOK (notebook),
|
||||||
|
|||||||
Reference in New Issue
Block a user