gtkToolButtonSetIconName {RGtk2}R Documentation

gtkToolButtonSetIconName

Description

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.

Usage

gtkToolButtonSetIconName(object, icon.name)

Arguments

object [GtkToolButton] a GtkToolButton
icon.name [character] the name of the themed icon

Details

Since 2.8

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]