This control displays a rectangle with optional text in the upper left corner.
![]() | PStaticBox ( PInteractor * parent ) Create a box with an embedded string in its top line. |
![]() | PStaticBox ( PInteractorLayout * parent, PRESOURCE_ID ctlID, const PNotifier & notify, void * valuePtr ) Create control from interactor layout with the specified control ID. |
![]() | ~PStaticBox () Destroy the static box control. |
New functions for class
PNotifier codes
Overrides from class PInteractor
Overrides from class PInteractor
Member variables
Overrides from class PObject
System callback functions.
This control displays a rectangle with optional text in the upper left corner. Used to visually group together controls in a layout.This control is display only and normally does not permit any further interaction.
The exact apperance of this control is platform dependent, but they all serve the same purpose and have the same semantics.
PStaticBox( PInteractorLayout * parent, PRESOURCE_ID ctlID, const PNotifier & notify, void * valuePtr )
ctlID - Identifier for the control in the layout.
notify - Function to call when changes state.
valuePtr - Unused value pointer for static control.
Alphabetic index HTML hierarchy of classes or Java