get_default_style

function get_default_style():Gtk.Style {
    // Gjs wrapper for gtk_widget_get_default_style()
}

Returns the default style used by all widgets initially.

Returns

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