Method
GtkNumerableIconset_background_icon_name
deprecated: 3.14 since: 3.0
Declaration [src]
void
gtk_numerable_icon_set_background_icon_name (
GtkNumerableIcon* self,
const gchar* icon_name
)
Description [src]
Updates the icon to use the icon named icon_name
from the
current icon theme as the base background image. If icon_name
is NULL
, self
will go back using style information or default
theming for its background image.
If this method is called and a GIcon
was already set as
background for the icon, icon_name
will be used, i.e. the
last method called between gtk_numerable_icon_set_background_icon_name()
and gtk_numerable_icon_set_background_gicon()
has always priority.
Available since: 3.0
Deprecated since: 3.14
Please do not use it in newly written code.
Sets property | Gtk.NumerableIcon:background-icon-name |