Previous Up Next

_CRtree
Create a tree object.

ObjTree _CRtree (
Chn _channel_
ObjWin _father_
I _x_
I _y_
I _width_
I _height_
I _flags_
)
Parameters

_channel_
proprietary channel
_father_
father window
_x_
x coordinate
_y_
y coordinate
_width_
width
_height_
height
_flags_
flags :
TV_BORDER display a border
TV_DOWN display a 3d border
TV_HSCROLL display a horizontal scroll box
TV_VSCROLL display a vertical scroll box
TV_BUTTON display node buttons
Return value

new tree object