Widget.isDrawable

Determines whether widget can be drawn to. A widget can be drawn to if it is mapped and visible. Since 2.18

class Widget
int
isDrawable
()

Return Value

Type: int

TRUE if widget is drawable, FALSE otherwise

Meta