
[Top]
GTK
GTK.Notebook
|
Method GTK.Notebook()->prepend_page_menu()
- Method
prepend_page_menu
object(GTK.Notebook) GTK.Notebook()->prepend_page_menu(object(GTK.Widget) contents, object(GTK.Widget) label, object(GTK.Menu) menu)
- Description
-
Add a new 'page' at the end of the list of pages. The first
argument is the contents of the page, the second argument is the
label, the third argument is a menu widget.
Extracted from Pike v7.3 release 11 at 2001-11-03.
|