gtkNotebookGetTabLabelText {RGtk2}R Documentation

gtkNotebookGetTabLabelText

Description

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

Usage

gtkNotebookGetTabLabelText(object, child)

Arguments

object

a GtkNotebook

child

a widget contained in a page of notebook

Value

[character] 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.20.21 Index]