Status Panel attributes
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.
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.
labelString (String)
The labelString attribute is the label of the part in string form.
For example, to dynamically display the string format of a number value, do the following:
a. Define the label with the Number data type.
b. Assign a value to the label.
c. Connect the labelString attribute to this label.
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.
menu (AbtCwMenuView)
The menu attribute is the menu part to use as the part's menu bar or pop-up menu.
recomputeSize (Boolean)
The recomputeSize attribute specifies whether the part always attempts to exactly fit in the space provided a new text string, icon, or bitmap. If the recomputeSize attribute is set to true, when the label changes, the part changes size to include the new label.
self (<className>)
For more information on the self attribute, refer to Using the self attribute.
shadowType (Integer)
The shadowType attribute specifies the type of shadow that appears around the status panel. Valid values are:
XmNONE
The panel displays no shadow. Text in the panel looks like it is displayed directly on the status bar.
XmSHADOWIN
The status panel appears to be inset into the status bar.
XmSHADOWOUT
The status panel appears to be raised above the status bar.
The constants above are defined in the CwConstants pool dictionary.
width (Integer)
The width attribute specifies the amount of horizontal space occupied by the part.
Last modified date: 01/29/2015