Next | Prev | Up | Top | Contents | Index

Manager Widgets

Manager widgets are used to lay out several widgets together, enabling the construction of complex interfaces from simple widgets.

Their purpose is to find a suitable geometry that encloses all managed children. Geometry can be set at creation time, when the user manually sizes the window, or when widgets dynamically resize themselves.

Normally manager widgets do not interact with events, they just forward them to the appropriate child. The notable exception is navigation: use of the keyboard or mouse to change the currently selected child widget.


The xmManager Abstract Class
xmBulletinBoard
xmRowColumn
xmForm
xmPanedWindow

Next | Prev | Up | Top | Contents | Index