Package: gtk
Function gtk:notebook-prepend-page-menu
Lambda Listgtk:notebook-prepend-page-menu (notebook child tab menu) ArgumentsReturn Value
An integer with the index starting from 0 of the prepended page in the
notebook, or -1 if the function fails. Details
Prepends a page to the notebook, specifying the widget to use as the label
in the popup menu. If the menu optional argument is nil, and tab is a gtk:label widget or nil, then the menu label will be a newly created label with the same text as tab. If the tab argument is not a gtk:label widget, the menu argument must be specified if the page-switch menu is to be used. | See also |
#2023-3-21