Object library ObjcWindDraw() ObjcDup()
Programming guideline of WinDom

ObjcWindChange()

NAME

ObjcWindChange - change the state of any object tree in any window.

PROTOTYPAGE

int ObjcWindChange( WINDOW *win, OBJECT *tree, int index, int xclip, int yclip, int wclip, int hclip, int state);

PARAMETERS

win:
host window,

tree:
address of object tree,

index:
object index to change,

xclip, yclip, wclip, hclip:
clipping area,

state:
new object state,

return:
a negative code error.

DESCRIPTION

This function is a sub-function of ObjcChange(). See ObjcWindDraw() and ObjcChange() for full details.

SEE ALSO

ObjcChange(), ObjcWindDraw(), ObjcDraw()