ToolButton.iconName

Set iconName property.

  1. string iconName [@property getter]
  2. string iconName [@property setter]
    class ToolButton
    @property
    void
    iconName
    (
    string propval
    )

Parameters

propval string

The name of the themed icon displayed on the item. This property only has an effect if not overridden by #GtkToolButton:label-widget, #GtkToolButton:icon-widget or #GtkToolButton:stock-id properties.