Widget.getDefaultStyle

Returns the default style used by all widgets initially.

More...
class Widget
static
getDefaultStyle
()

Return Value

Type: Style

the default style. This #GtkStyle object is owned by GTK+ and should not be modified or freed.

Detailed Description

Deprecated: Use #GtkStyleContext instead, and gtk_css_provider_get_default() to obtain a #GtkStyleProvider with the default widget style information.

Meta