Widget.setMapped

void setMapped(bool mapped)

Marks the widget as being mapped.

This function should only ever be called in a derived widget's “map” or “unmap” implementation.

Parameters

mappedtrue to mark the widget as mapped