gtkToolButtonSetIconName {RGtk2} | R Documentation |
Sets the icon for the tool button from a named themed icon.
See the docs for GtkIconTheme
for more details.
The "icon_name" property only has an effect if not
overridden by non-NULL
"label", "icon_widget" and "stock_id"
properties.
gtkToolButtonSetIconName(object, icon.name)
|
[GtkToolButton ] a GtkToolButton |
|
[character] the name of the themed icon |
Since 2.8
Derived by RGtkGen from GTK+ documentation