Frame library FrameFind() FrameCalc()
Programming guideline of WinDom

FrameSearch()

NAME

FrameSearch() - Find a frame by cell reference.

PROTOTYPAGE

WINDOW *FrameSearch( WINDOW *win, int line, int col);

PARAMETERS

win:
frame root window descriptor,

line, col:
framed window cell coordinates,

return:
framed window descripteur found.

DESCRIPTION

Returns the framed window descriptor of the line, col cell in the win root frame window. A NULL value returned indicates the frame is not found.

SEE ALSO

FrameFind().