gtkNotebookSetTabLabel {RGtk2} | R Documentation |
Changes the tab label for child
. If NULL
is specified
for tab.label
, then the page will have the label 'page N'.
gtkNotebookSetTabLabel(object, child, tab.label = NULL)
|
[GtkNotebook ] a GtkNotebook |
|
[GtkWidget ] the page |
|
[GtkWidget ] the tab label widget to use, or NULL for default tab
label. |
Derived by RGtkGen from GTK+ documentation