gtkToolButtonGetLabel {RGtk2}R Documentation

gtkToolButtonGetLabel

Description

Returns the label used by the tool button, or NULL if the tool button doesn't have a label. or uses a the label from a stock item.

Usage

gtkToolButtonGetLabel(object)

Arguments

object [GtkToolButton] a GtkToolButton

Details

Since 2.4

Value

[character] The label, or NULL

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]