[Top]
GTK2
GTK2.Notebook
|
Method GTK2.Notebook()->append_page_menu()
- Method
append_page_menu
GTK2.Notebook append_page_menu(GTK2.Widget contents, GTK2.Widget label, GTK2.Widget menu)
- Description
Add a new 'page' to the notebook. The first argument is the
contents of the page, the second argument is the label, the third
argument is a menu label widget.
|