A container that provides anchoring and layout for its children
PtWidget --> PtBasic --> PtContainer --> PtPane
For more information, see the diagram of the widget hierarchy.
<photon/PtPane.h>
PtPane is a container widget that provides anchoring and layout for its children. Any child widgets that extend beyond the canvas of the PtPane widget are clipped. You should find this widget useful for screen layouts.
A dialog box featuring several PtPane widgets.
If the widget modifies an inherited resource, the "Default override" column indicates the new value. This modification affects any subclasses of the widget.