Frame library FrameGet() FrameSearch()
Programming guideline of WinDom

FrameFind()

NAME

FrameFind() - find a framed window.

PROTOTYPAGE

WINDOW *FrameFind( WINDOW *win, int x, int y);

PARAMETERS

win:
root frame window descriptor,

x, y:
coordinate in desktop,

return:
framed window descriptor found.

DESCRIPTION

FrameFind() finds the framed window pointed by the x, y coordinates in the win root frame window. A NULL value returned indicates the frame is not found.

SEE ALSO

FrameSearch().