Gtk.Widget.prototype.is_drawable
function is_drawable():Boolean { // Gjs wrapper for gtk_widget_is_drawable() }
Determines whether widget can be drawn to. A widget can be drawn to if it is mapped and visible.
Since 2.18
- Returns
true if widget is drawable, false otherwise