Widget.style

gtk.style.Style style() @property

Get style property.

Returns

The style of the widget, which contains information about how it will look (colors, etc).

Deprecated

Use #GtkStyleContext instead
void style(gtk.style.Style propval) @property

Set style property.

Parameters

propvalThe style of the widget, which contains information about how it will look (colors, etc).

Deprecated

Use #GtkStyleContext instead