This control displays a filled rectangle.
![]() | PStaticRect ( PInteractor * parent ) Create a filled rectangle control. |
![]() | PStaticRect ( PInteractorLayout * parent, PRESOURCE_ID ctlID, const PNotifier & notify, void * valuePtr ) Create control from interactor layout with the specified control ID. |
PNotifier codes
Overrides from class PInteractor
New functions for class
Overrides from class PInteractor
Member variables
Overrides from class PObject
System callback functions.
This control displays a filled rectangle. Used to visually decorate dialogs.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.
PStaticRect( 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