IconSource.setIconName

Warning gtk_icon_source_set_icon_name has been deprecated since version 3.10 and should not be used in newly-written code. Use GtkIconTheme instead. Sets the name of an icon to look up in the current icon theme to use as a base image when creating icon variants for GtkIconSet.

class IconSource
void
setIconName
(
string iconName
)

Parameters

iconName string

name of icon to use. [allow-none]

Meta