Package: gtk
Function gtk:notebook-tab-label-text
Lambda Listgtk:notebook-tab-label-text (notebook child) Syntax(gtk:notebook-tab-label-text notebook child) => text (setf (gtk:notebook-tab-label-text notebook child) text) Argumentsnotebook -- a gtk:notebook widget child -- a gtk:widget child contained in a page of the notebook text -- a string with the label text Details The gtk:notebook-tab-label-text function retrieves the text of the
notebook tab label for the page containing child. The (setf gtk:notebook-tab-label-text) function creates a new label and sets
it as the notebook tab label for the page containing child. | See also |
2024-10-4