Gtk.Widget.prototype.has_rc_style
function has_rc_style():Boolean {
// Gjs wrapper for gtk_widget_has_rc_style()
}Determines if the widget style has been looked up through the rc mechanism.
Since 2.20
- Returns
true if the widget has been looked up through the rc mechanism, false otherwise.