PtPane

PtPane — A container that facilitates anchoring and layout of other widgets.

Synopsis

class PtPane PtContainer
{
    pane_flags;    // flag  
}
		

Base Classes

PtWidget <-- PtBasic <-- PtContainer <-- PtPane

Derived Classes

PtBkgd

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.

[Note]

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.