Method
GtkNumerableIconget_style_context
deprecated: 3.14 since: 3.0
Declaration [src]
GtkStyleContext*
gtk_numerable_icon_get_style_context (
GtkNumerableIcon* self
)
Description [src]
Returns the GtkStyleContext
used by the icon for theming,
or NULL
if there’s none.
Available since: 3.0
Deprecated since: 3.14
Please do not use it in newly written code.
Gets property | Gtk.NumerableIcon:style-context |
Return value
Type: GtkStyleContext
A GtkStyleContext
, or NULL
.
This object is internal to GTK+ and should not be unreffed.
Use g_object_ref()
if you want to keep it around.
The returned data is owned by the instance. |
The return value can be NULL . |