Class uifcSpinBox
Description
Method Summary
void | |
| |
| |
| |
| |
| |
| |
| |
void | |
| |
| |
| |
void | |
| |
| |
| |
void | |
| |
| |
| |
void | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
void | |
| |
| |
| |
void | |
| |
| |
| |
void | |
| |
| |
| |
void | |
| |
| |
| |
void | |
| |
| |
| |
void | |
| |
| |
| |
void | |
| |
| |
| |
void | |
| |
| |
| |
void | |
| |
| |
| |
void | |
| |
| |
| |
void | |
| |
| |
| |
void | |
| |
| |
| |
void | |
| |
| |
| |
void | |
| |
| |
| |
void | |
| |
| |
| |
void | |
| |
| |
| |
void | |
| |
| |
| |
void | |
| |
| |
| |
void | |
| |
| |
| |
void | |
| |
| |
| |
void | |
| |
| |
| |
void | |
| |
| |
| |
void | |
| |
| |
| |
void | |
| |
| |
| |
void | |
| |
| |
| |
void | |
| |
| |
| |
void | |
| |
| |
| |
GetDialog,
GetComponent,
CreateInParent,
AddPopupMenu,
IsVisible,
SetVisible,
GetComponentClass,
GetComponentClassName,
IsAlwaysAtFront,
SetAlwaysAtFront,
GetBackgroundColor,
SetBackgroundColor,
IsAttachedAtBottom,
SetAttachedAtBottom,
GetBottomOffset,
SetBottomOffset,
GetCursorImage,
SetCursorImage,
GetTextColor,
SetTextColor,
GetHelpTextAlignment,
SetHelpTextAlignment,
GetHelpTextWidth,
SetHelpTextWidth,
GetHelpTextOriginX,
SetHelpTextOriginX,
GetHelpTextOriginY,
SetHelpTextOriginY,
CanInheritPopupMenu,
SetCanInheritPopupMenu,
IsAttachedAtLeft,
SetAttachedAtLeft,
GetLeftOffset,
SetLeftOffset,
DoesReserveSpace,
SetReserveSpace,
GetParentName,
GetPopupMenuName,
SetPopupMenuName,
CanPopupMenuWhenDisabled,
SetCanPopupMenuWhenDisabled,
IsAttachedAtRight,
SetAttachedAtRight,
GetRightOffset,
SetRightOffset,
IsAttachedAtTop,
SetAttachedAtTop,
GetTopOffset,
SetTopOffset,
IsValidDropSite,
SetValidDropSite,
GetValidDropTypeFlags,
SetValidDropTypeFlags,
GetChildNameArray,
DoesAllowTrailRecording,
SetAllowTrailRecording,
CanReduceHeight,
SetCanReduceHeight,
CanReduceWidth,
SetCanReduceWidth GetMaximumIntegerValue,
SetMaximumIntegerValue,
GetIntegerValue,
SetIntegerValue,
GetMinimumIntegerValue,
SetMinimumIntegerValue,
GetFontName,
SetFontName,
GetFontClass,
SetFontClass,
GetFontSize,
SetFontSize,
GetHelpText,
SetHelpText,
GetFontStyle,
SetFontStyle Method Detail
Set the size and screen position of the component, in pixels. This operation is only supported when the component's parent is one of the following classes : DrawingArea NakedWindow PGLWindow
Parameters:
rect
Returns:
Delete a MenuPane from the component.
Returns:
Determine the screen position of the component, in pixels.
Returns:
Determine the position of the component, in pixels, relative to its parent.
Returns:
Add a MenuPane to be displayed when the user presses the right mouse button over the component.
Parameters:
component
Returns:
Set the screen position of the component, in pixels, relative to its parent. This operation is only supported when the component's parent is one of the following classes : DrawingArea NakedWindow PGLWindow
Parameters:
value
Returns:
Increment the DoubleValue attribute of the SpinBox by the given amount.
Parameters:
change
Returns:
Determine the minimum size of the component, in pixels.
Returns:
Set the size of the component, in pixels. This operation is only supported when the component's parent is one of the following classes : DrawingArea NakedWindow PGLWindow
Parameters:
value
Returns:
Determine the size and screen position of the component, in pixels.
Returns:
Determine the rectangle of the screen upon which the majority of the given component is displayed.
Returns:
Increment the IntegerValue attribute of the component by the given amount.
Parameters:
change
Returns:
Determine the size of the component, in pixels.
Returns:
Determine the size and position of the component, in pixels.
Returns:
Returns:
Flag indicating whether the SpinBox generates a OnChange() each time the value changes whilst the value is updating (xtrue) or whether only one OnChange() is generated when the updating is complete (xfalse).
Sets flag indicating whether the SpinBox generates a OnChange() each time the value changes whilst the value is updating (xtrue) or whether only one OnChange() is generated when the updating is complete (xfalse).
Parameters:
flag
Returns:
Returns:
The maximum double value of the SpinBox.
void | SetMaximumDoubleValue | |
Sets the maximum double value of the SpinBox.
Parameters:
value
Returns:
Returns:
The minimum width of the SpinBox, in character widths.
Sets the minimum width of the SpinBox, in character widths.
Parameters:
value
Returns:
Returns:
The double value of the SpinBox.
Sets the double value of the SpinBox.
Parameters:
value
Returns:
Returns:
The number of increments per second when the SpinBox value is repeatedly updating.
Sets the number of increments per second when the SpinBox value is repeatedly updating.
Parameters:
value
Returns:
| GetSlowSpinIntegerDelta | () |
Returns:
The slow increment to be used when the SpinBox value is a integer.
void | SetSlowSpinIntegerDelta | |
Sets the slow increment to be used when the SpinBox value is a integer.
Parameters:
value
Returns:
Returns:
The delay time in milliseconds during which the SpinBox uses the slow increment, before it then uses the fast increment to update the value.
Sets the delay time in milliseconds during which the SpinBox uses the slow increment, before it then uses the fast increment to update the value.
Parameters:
value
Returns:
Returns:
Flag indicating whether the SpinBox has no value at this time and is therefore in an indeterminate "mixed" state.
If this attribute is set to xtrue then when the user enters a value in the SpinBox it will automatically be reset to xfalse.
Sets flag indicating whether the SpinBox has no value at this time and is therefore in an indeterminate "mixed" state.
If this attribute is set to xtrue then when the user enters a value in the SpinBox it will automatically be reset to xfalse.
Parameters:
flag
Returns:
Returns:
The alignment of the buttons of the SpinBox.
ALIGNMENT_LEFT | Left aligned |
ALIGNMENT_RIGHT | Right aligned |
Sets the alignment of the buttons of the SpinBox.
ALIGNMENT_LEFT | Left aligned |
ALIGNMENT_RIGHT | Right aligned |
Parameters:
value
Returns:
Returns:
Flag indicating whether the SpinBox value should wrap when it reaches an extreme of the range.
Sets flag indicating whether the SpinBox value should wrap when it reaches an extreme of the range.
Parameters:
flag
Returns:
Returns:
The data-type of the SpinBox.
INPUT_TYPE_INTEGER | An integer |
INPUT_TYPE_DOUBLE | A double |
Sets the data-type of the SpinBox.
INPUT_TYPE_INTEGER | An integer |
INPUT_TYPE_DOUBLE | A double |
Parameters:
value
Returns:
| GetFastSpinIntegerDelta | () |
Returns:
The fast increment to be used when the SpinBox value is a integer.
void | SetFastSpinIntegerDelta | |
Sets the fast increment to be used when the SpinBox value is a integer.
Parameters:
value
Returns:
| DoesAlwaysShowValueSign | () |
Returns:
Flag indicating whether to display the signum of numerical values in the SpinBox.
void | SetAlwaysShowValueSign | |
Sets flag indicating whether to display the signum of numerical values in the SpinBox.
Parameters:
flag
Returns:
Returns:
The number of digits with which to display the value of the SpinBox.
A value of 0 indicates that this attribute should be ignored when formatting the value.
Sets the number of digits with which to display the value of the SpinBox.
A value of 0 indicates that this attribute should be ignored when formatting the value.
Parameters:
value
Returns:
Returns:
The format of the contents of the SpinBox if they are being treated as a double.
The value of this attribute is a C formatting string which can handle the precision and value of the SpinBox.
Sets the format of the contents of the SpinBox if they are being treated as a double.
The value of this attribute is a C formatting string which can handle the precision and value of the SpinBox.
Parameters:
value
Returns:
| GetSlowSpinDoubleDelta | () |
Returns:
The slow increment to be used when the SpinBox value is a double.
void | SetSlowSpinDoubleDelta | |
Sets the slow increment to be used when the SpinBox value is a double.
Parameters:
value
Returns:
| GetFastSpinDoubleDelta | () |
Returns:
The fast increment to be used when the SpinBox value is a double.
void | SetFastSpinDoubleDelta | |
Sets the fast increment to be used when the SpinBox value is a double.
Parameters:
value
Returns:
Returns:
Flag indicating whether the component is disabled (xfalse) or sensitive to user input (xtrue).
Sets flag indicating whether the component is disabled (xfalse) or sensitive to user input (xtrue).
Parameters:
flag
Returns:
Returns:
The minimum double value of the SpinBox.
void | SetMinimumDoubleValue | |
Sets the minimum double value of the SpinBox.
Parameters:
value
Returns:
Returns:
The width of the SpinBox, in character widths.
Sets the width of the SpinBox, in character widths.
Parameters:
value
Returns:
Returns:
Flag indicating whether the SpinBox has a decorated shadow border.
Sets flag indicating whether the SpinBox has a decorated shadow border.
Parameters:
flag
Returns:
Parameters:
listener
Returns:
Parameters:
action
Returns:
Parameters:
timer
timerName
writeInTrail
Returns:
Parameters:
timerName
duration
Returns:
Parameters:
timerName
Returns: