void WinAckUpdate(
WindowHandle win);
This routine acknowledges that the application has received MSG_META_EXPOSED for the specified window, but chooses not to do any updating.
Include: win.h
void WinApplyRotation(
WindowHandle win,
WWFixedAsDWord angle,
WinInvalFlag flag);
This routine applies the specified rotation to the window's transformation matrix.
Include: win.h
void WinApplyScale(
WindowHandle win,
WWFixedAsDWord xScale,
WWFixedAsDWord yScale,
WinInvalFlag flag);
This routine applies the specified scale factor to the window's transformation matrix.
Include: win.h
void WinApplyTransform(
WindowHandle win,
const TransMatrix * tm,
WinInvalFlag flag);
This routine concatenates the passed transformation matrix with the window's transformation matrix. The result will be the window's new transformation matrix.
Include: win.h
void WinApplyTranslation(
WindowHandle win,
WWFixedAsDWord xTrans,
WWFixedAsDword yTrans,
WinInvalFlag flag);
This routine applies the specified translation to the window's transformation matrix.
Include: win.h
void WinApplyExtTranslation(
WindowHandle win,
sdword xTrans,
sdword yTrans,
WinInvalFlag flag);
This routine applies the specified translation to the window's transformation matrix. The translations are specified as 32-bit integers.
Include: win.h
WindowHandle WinChangeAck(
WindowHandle win,
sword x,
sword y,
optr * winOD);
Include: win.h
void WinChangePriority(
WindowHandle win,
WinPassFlags flags,
word layerID);
This routine changes the priority for the specified window.
Include: win.h
void WinClose(
WindowHandle win);
This routine closes and frees the specified window.
Include: win.h
void WinDecRefCount(
WindowHandle win);
This routine is part of the window closing mechanism.
optr WinGeodeGetInputObj(
GeodeHandle obj);
This routine fetches the optr of the input object for the specified geode. If there is no such object, it returns a null optr.
Include: win.h
optr WinGeodeGetParentObj(
GeodeHandle obj);
This routine fetches the optr of the parent object of the specified geode. If there is no such object, it returns a null optr.
Include: win.h
void WinGeodeSetActiveWin(
GeodeHandle gh,
WindowHandle win);
This routine sets the active window for the specified geode.
Include: win.h
GEOS SDK TechDocs
|
|
VMPreserveBlocksHandle() ...
|
WinGeodeSetInputObj() ...