Window library WindSetPtr() WindSlider()
Programming guideline of WinDom

WindGet()

NAME

WindGet() - informations about a window.

PROTOTYPAGE

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

PARAMETERS

win:
window descriptor,

mode:
type d'information,

...:
varie selon la valeur de mode.

DESCRIPTION

WindGet() replaces the AES wind_get() function. In order to exploit the special WinDom features, WindGet() should always be used instead of wind_get().

MODE

The next table lists the WindGet() modes.

WindGet() modes (under construction)
mode Description Comments
WF_FTOOLBAR This mode is a WF_FIRSTXYWH With WinDom, this mode
mode dedicated to the toolbar is useless. However, it
redraw. can be used for higher
WindSet( win, WF_FTOOLBAR, compatibility with AES 4.
            , &x, &y, &w, &h
WF_NTOOLBAR This mode is a WF_NEXTXYWH See previous remark.
mode dedicated to the toolbar
redraw.
WindSet( win, WF_FTOOLBAR,
            , &x, &y, &w, &h

SEE ALSO

WindSet(), Frame library