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

FrameGet()

NAME

FrameGet() - get frame related informations.

PROTOTYPAGE

void FrameGet( WINDOW *win, int mode, ...);

PARAMETERS

win:
window descriptor (of a root frame window of a framed window),

mode:
parameter to get,

...:
new values depending on mode.

DESCRIPTION

From WinDom version 1.20, frame sub structures in window descriptor have been hidden to improve portability with futur extensions. To compense the loss of information, the function FrameGet() has been introduced. Currently, only one mode is available.

FrameGet() mode
Mode Type window Description/Parameters
FRAME_CELL framed window returns cellule reference
par1 : line position
par2 : row position
root window Currently, no mode available.