Function
GtkWidgetget_default_style
deprecated: 3.0
Declaration [src]
GtkStyle*
gtk_widget_get_default_style (
void
)
Description [src]
Returns the default style used by all widgets initially.
Deprecated since: 3.0
Use GtkStyleContext
instead, and
gtk_css_provider_get_default()
to obtain a GtkStyleProvider
with the default widget style information.
Return value
Type: GtkStyle
The default style. This GtkStyle
object is owned by GTK+ and should not be modified or freed.
The data is owned by the called function. |