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

a GtkNotebook

child

the page

tab.label

the tab label widget to use, or NULL for default tab label. [ allow-none ]

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]