Package: gtk
Function gtk-notebook-prepend-page
Lambda Listgtk-notebook-prepend-page (notebook child tab) Argumentsnotebook -- a gtk-notebook widget child -- a gtk-widget child to use as the content of the page tab -- a gtk-widget object to use as the label for the page, or nil to use the default label, 'page N' Return 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. | See also |
2021-12-17