gtkNotebookSetTabLabel {RGtk2}R Documentation

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

object [GtkNotebook] a GtkNotebook
child [GtkWidget] the page
tab.label [GtkWidget] the tab label widget to use, or NULL for default tab label.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]