A horizontal scroll bar control for visually setting an integer value.
![]() | PHorizontalScrollBar ( PInteractor * parent, PSCROLLBAR_VALUE max = 100, PSCROLLBAR_VALUE min = 0, PSCROLLBAR_VALUE val = 0, PSCROLLBAR_VALUE sml = 1, PSCROLLBAR_VALUE lge = 10 ) Create a new horizontal scroll bar. |
![]() | PHorizontalScrollBar ( PInteractorLayout * parent, PRESOURCE_ID ctlID, const PNotifier & notify, PSCROLLBAR_VALUE * valuePtr ) Create control from interactor layout with the specified control ID. |
PNotifier codes
Overrides from class PControl
New functions for class
PSCROLLBAR_VALUE Member variables
Overrides from class PInteractor
Overrides from class PInteractor
Overrides from class PObject
System callback functions.
A horizontal scroll bar control for visually setting an integer value.The exact appearance of a scroll bar is platform dependent. However certain functionality exists for all platforms. These are that the scroll bar allows values between a minimum and maximum to be set via small nudges (typically a up or down arrow), large nudges (typically the page up or down area to either side of the thumb) or by explicitly setting a value (typically by dragging the thumb).
PHorizontalScrollBar( PInteractorLayout * parent, PRESOURCE_ID ctlID, const PNotifier & notify, PSCROLLBAR_VALUE * valuePtr )
ctlID - Identifier for the control in the layout.
notify - Function to call when changes state.
valuePtr - Variable to change to the scrollbar value.
Alphabetic index HTML hierarchy of classes or Java