GtkNotebook::insert_page_menu

GtkNotebook::insert_page_menu

void insert_page_menu ( GtkWidget child , GtkWidget tab_label , GtkWidget menu_label , int position );

Adds child as the notebook page in position 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: append_page_menu() , prepend_page_menu()

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