Object library ObjcEdit() ObjcWindChange()
Programming guideline of WinDom

ObjcWindDraw()

NAME

ObjcWindDraw - draw any object in any window.

PROTOTYPAGE

int ObjcWindDraw( WINDOW *win, OBJECT *tree, int index, int depth, int xclip, int yclip, int wclip, int hclip);

PARAMETERS

win:
host window,

tree:
address of object tree,

index:
object index to draw,

depth:
depth,

xclip, yclip, wclip, hclip:
clipping area,

return:
a negative code error.

DESCRIPTION

This function is a sub-function of ObjcDraw(). It allows you to draw an object tree in a window with repect to the window workspace. As ObjcDraw(), this function should never be used in a window redraw function.

SEE ALSO

ObjcDraw(), ObjcWindChange()