append_page_menu
Description:
Appends a page to this, specifying the widget to use as the label in the popup menu.
Parameters:
this |
a `GtkNotebook` |
child |
the `GtkWidget` to use as the contents of the page |
tab_label |
the `GtkWidget` to be used as the label for the page, or null to use the default label, “page N” |
menu_label |
the widget to use as a label for the page-switch menu, if that is enabled. If null, and |
Returns:
the index (starting from 0) of the appended page in the notebook, or -1 if function fails |