gtkNotebookSetTabLabel: gtkNotebookSetTabLabel
Description
Changes the tab label for child
. If NULL
is specified
for tab.label
, then the page will have the label 'page N'.Usage
gtkNotebookSetTabLabel(object, child, tab.label = NULL)
Arguments
tab.label
the tab label widget to use, or NULL
for default tab
label. [ allow-none ]