Widget.getStyle

Warning gtk_widget_get_style has been deprecated since version 3.0 and should not be used in newly-written code. Use GtkStyleContext instead Simply an accessor function that returns widget->style.

class Widget
getStyle
()

Return Value

Type: Style

the widget's GtkStyle. [transfer none]

Meta