A SERVICE OF

logo

Appendix B: iTool Compound Widgets 405
iTool Developer’s Guide CW_ITPANEL
call the CW_ITPANEL_RESIZE procedure to specify the new size. The
CW_ITPANEL_RESIZE procedure has the following interface:
CW_ITPANEL_RESIZE, Widget_ID, Ysize
where Widget_ID is the CW_ITPANEL widget ID, and Ysize is the new height of
the panel.
Syntax
Result = CW_ITPANEL(Parent, UI [, ORIENTATION=[0 | 1]] [, UNAME=string]
[, UVALUE=value] )
Return Value
This function returns the widget ID of the newly-created panel widget.
Arguments
Parent
The widget ID of the parent base widget.
UI
An object reference of the IDLitUI object associated with the iTool. See “User
Interface Object” on page 341 for information on creating user interface objects.
Keywords
ORIENTATION
Set this keyword to an integer specifying which side of the parent base the panel is
on. Possible values are:
0: The panel is on the left-hand side of its parent base
1: The panel is on the right-hand side of its parent base (this is the default)