Package: gtk
Function gtk:notebook-current-page
Lambda Listgtk:notebook-current-page (notebook) SyntaxArgumentsDetails The gtk:notebook-current-page function returns an integer with the
index starting from 0 of the page number of the current page. The (setf gtk:notebook-current-page) function switches to the given page
number. Note that due to historical reasons, the gtk:notebook widget refuses to switch to a page unless the child widget is visible. Therefore, it is recommended to show child widgets before adding them to a notebook. | See also |
2024-10-4