gtkNotebookGetMenuLabelText {RGtk2}R Documentation

gtkNotebookGetMenuLabelText

Description

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

Usage

gtkNotebookGetMenuLabelText(object, child)

Arguments

object [GtkNotebook] a GtkNotebook
child [GtkWidget] the child widget of a page of the notebook.

Value

[character] value: the text of the tab label, or NULL if the widget does not have a menu label other than the default menu label, or the menu label widget is not a GtkLabel.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]