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

Meta