Track Bar attributes
backgroundColor (String)
The backgroundColor attribute is the name of the RGB color for the background of the part.
borderWidth (Integer)
The borderWidth attribute is the width of the border, specified in pixels, that surrounds the part on all four sides. A width of zero means that a border does not show.
On some platforms, the border width is limited to 1 pixel and any nonzero value is set to 1.
dragDropSpec (AbtDragDropSpec)
For more information on the dragDropSpec attribute, refer to Using the dragDropSpec attribute.
enabled (Boolean)
The enabled attribute specifies whether or not the part is available for selection. If true, the part's contents are available for selection.
foregroundColor (String)
The foregroundColor attribute is the name of the RGB color for the foreground of the part.
helpFile (String)
The helpFile attribute is the name of the help file associated with the part.
helpKeysId (String)
The helpKeysId attribute is the ID of the keys help associated with the part. The ID can be a string or an integer value.
The ID must exist in the help file associated with the part.
helpTitle (String)
The helpTitle attribute is the title of the help window associated with the part.
helpTopicId (String)
The helpTopicId attribute is the ID of the help topic associated with the part. The ID can be a string or an integer value.
The ID must exist in the help file associated with the part.
increment
The increment property specifies the number of ticks the slider will move when the left or right arrows are pressed.
mappedWhenManaged (Boolean)
The mappedWhenManaged attribute specifies whether the part should be shown. If the part is currently shown, setting this attribute to false will hide the part. If the part is currently hidden, setting this attribute to true will show the part, if the parent part is shown.
maximum (Integer)
The maximum attribute specifies the maximum value of the part.
minimum (Integer)
The minimum attribute specifies the minimum value of the part.
orientation (Integer)
The orientation attribute specifies whether the part is oriented horizontally or vertically. Valid values are:
XmHORIZONTAL
XmVERTICAL
pageIncrement
The pageIncrement property specifies the number of ticks the slider will move when a user presses the Page Up or Page Down keys, or when the mouse is clicked to the left or right of the slider.
selectionEnd (Integer)
The selectionEnd attribute specifies the last value in the selection range. This attribute is used only if the showSelection attribute is set to true.
selectionStart (Integer)
The selectionStart attribute specifies the first value in the selection range. This attribute is used only if the showSelection attribute is set to true.
self (<className>)
For more information on the self attribute, refer to Using the self attribute.
showSelection (Boolean)
The showSelection attribute specifies whether the slider can have a selection range. Setting this attribute to true changes the appearance of the part so that it contains a white range indicator area.
showTickBottom (Boolean)
The showTickBottom attribute specifies how tick marks are displayed. If this attribute is set to true, tick marks are positioned along the bottom of a horizontal track bar, or along the right side of a vertical track bar. If this attribute is set to false, no tick marks appear on the bottom or right.
showTickTop
The showTickTop property specifies how tick marks are displayed. If this property is set to true, tick marks are positioned along the top of a horizontal track bar, or along the left side of a vertical track bar. If this property is set to false, no tick marks are shown on the top or left.
tabGroup (Boolean)
The tabGroup attribute specifies whether or not the part is included as a tab stop so users can use the Tab and Backtab keys to access the part.
tickFrequency (Integer)
The tickFrequency attribute specifies the frequency of the tick marks, relative to the range of the track bar.
traversalOn (Boolean)
The traversalOn attribute specifies whether users can access the part using the cursor movement keys. If the part is specified as a tab stop by using the tabGroup attribute, users also can use the Tab and Backtab keys to access the part.
value (Integer)
The value attribute specifies the current position of the part as an integer in the range defined by the minimum and maximum attributes.
Last modified date: 01/29/2015