<< SL_CreateWindowA | SL_SetWindowAttrA >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_FreeWindow
NAME
SL_FreeWindow -- closes a window opened by SL_CreateWindow.
SYNOPSIS
SL_FreeWindow(winhandle);
A0
void SL_FreeWindow(WINHANDLE);
FUNCTION
Closes a window that was opened via SL_CreateWindowA.
NOTE
The clipping region must be removed prior to closing.
see SL_EndWindowDraw.
INPUTS
winhandle - as returned by SL_CreateWindowA.
SEE ALSO
SL_CreateWindowA, SL_SetWindowAttrA, SL_GetWindowAttr
SL_FreeWindow Command Section By Type url:SL_FreeWindow
created:2008-03-01 23:36:17 last updated:2008-03-01 23:36:17
Copyright © 1985-2025 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_FreeWindow | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_CreateWindowA | SL_SetWindowAttrA >> |
Top: Documentation Library | Up: SoftLogik App Library API |