Method
Gtk.Notebook.prepend_page_menu
Declaration [src]
int
gtk_notebook_prepend_page_menu (
GtkNotebook* notebook,
GtkWidget* child,
GtkWidget* tab_label,
GtkWidget* menu_label
)
Description [src]
Prepends a page to notebook
, specifying the widget to use as the
label in the popup menu.
Parameters
child |
GtkWidget |
the |
|
Ownership is not transferred to the callee | |
tab_label |
GtkWidget |
the |
|
Can be NULL | |
Ownership is not transferred to the callee | |
menu_label |
GtkWidget |
the widget to use as a label for the
page-switch menu, if that is enabled. If |
|
Can be NULL | |
Ownership is not transferred to the callee |