gtkNotebookGetTabLabelText {RGtk2}R Documentation

gtkNotebookGetTabLabelText

Description

Retrieves the text of the tab label for the page containing child.

Usage

gtkNotebookGetTabLabelText(object, child)

Arguments

object [GtkNotebook] a GtkNotebook
child [GtkWidget] a widget contained in a page of notebook

Value

[character] value: the text of the tab label, or NULL if the tab label widget is not a GtkLabel.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]