PtPane
PtPane — A container that facilitates anchoring and layout of other widgets.
Synopsis
class PtPane PtContainer
{
pane_flags; // flag
}
Description
This widget defines an area
within a window used for anchoring widgets and facilitating
layout. Like a window, any part of a child widget that
extends beyond the pane's canvas is clipped.
| For detailed information, please refer to PtPane
in the Photon documentation.
|
Instance Variables
- pane_flags
This instance variable is deprecated. Use the
inherited anchor_flags variable
instead.