GtkNotebook::append_page_menu

GtkNotebook::append_page_menu

void append_page_menu(GtkWidget child, GtkWidget tab_label, GtkWidget menu_label);

Adds child as the last page in the notebook with tab_label as the page's tab. Also adds menu_label as the page's popup menu label. menu_label will only be visible if the popup menu is enabled by calling popup_enable() .

See also: prepend_page_menu() , insert_page_menu()

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.