Widget.setMapped

Marks the widget as being realized. This function should only ever be called in a derived widget's "map" or "unmap" implementation. Since 2.20

class Widget
void
setMapped
(
int mapped
)

Parameters

mapped int

TRUE to mark the widget as mapped

Meta