Widget.isDrawable

Determines whether widget can be drawn to.

A widget can be drawn if it is mapped and visible.

class Widget
bool
isDrawable
()

Return Value

Type: bool

true if widget is drawable, false otherwise