WkSplitBar
C:\Users\documentation\Documents\vastePublisher\stable\VAS Documentation Word\images\wkctrl22a.jpg
C:\Users\documentation\Documents\vastePublisher\stable\VAS Documentation Word\images\wkctrl22.jpg
WkSplitBar is a spilt bar widget providing a mechanism for resizing widgets within a window or form. The split bar is represented by a thin bordered area, whose color may be specified by the user. The bar may be repositioned by pressing and holding mouse button one while the cursor is over the split bar, then moving the mouse to the desired position. Upon release of the mouse button, other widgets on the window that are attached to it (via widget attachments) will update their sizes and positions.
Protocol
bottomLimitWidget: anAbtBasicView
For horizontally-oriented WkSplitBar widgets, this attribute indicates the bottom most widget to which it is constrained. For vertically-oriented WkSplitBar widgets, this attribute does not apply.
 
leftLimitWidget: anAbtBasicView
For vertically-oriented WkSplitBar widgets, this attribute indicates the left most widget to which it is constrained. For horizontally-oriented WkSplitBar widgets, this attribute does not apply.
 
orientation: anInteger
Displays Sash vertically or horizontally.
Default: XmVERTICAL (Vertical)
Valid resource values:
XmVERTICAL (Vertical) - Displays split bar vertically.
XmHORIZONTAL (Horizontal) - Displays split bar horizontally.
 
rightLimitWidget: anAbtBasicView
For vertically-oriented WkSplitBar widgets, this attribute indicates the right most widget to which it is constrained. For horizontally-oriented WkSplitBar widgets, this attribute does not apply.
 
topLimitWidget: anAbtBasicView
For horizontally-oriented WkSplitBar widgets, this attribute indicates the top most widget to which it is constrained. For vertically-oriented WkSplitBar widgets, this attribute does not apply.
Events
None.
 
Last modified date: 11/19/2018