gtkToolButtonSetLabel: gtkToolButtonSetLabel

Description Usage Arguments Details Author(s)

View source: R/gtkFuncs.R

Description

Sets label as the label used for the tool button. The "label" property only has an effect if not overridden by a non-NULL "label_widget" property. If both the "label_widget" and "label" properties are NULL, the label is determined by the "stock_id" property. If the "stock_id" property is also NULL, button will not have a label.

Usage

1
gtkToolButtonSetLabel(object, label = NULL)

Arguments

object

a GtkToolButton

label

a string that will be used as label, or NULL. [ allow-none ]

Details

Since 2.4

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.