<< SL_SetWindowPointer | SL_SetWindowClipFull >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_ClearWindowClip
NAME
SL_ClearWindowClip -- empties the user clipping region.
SYNOPSIS
SL_ClearWindowClip(winhandle);
A0
void SL_ClearWindowClip(WINHANDLE);
FUNCTION
This will remove all drawable areas from the user clipping region
for that window.
INPUTS
winhandle - as returned by SL_CreateWindowA.
SEE ALSO
SL_SetWindowClipFull, SL_OrWindowClip, SL_AndWindowClip, SL_XorWindowClip, SL_BeginWindowDraw, SL_EndWindowDraw.
SL_ClearWindowClip Command Section By Type url:SL_ClearWindowClip
created:2008-03-01 23:36:18 last updated:2008-03-01 23:36:18
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_ClearWindowClip | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_SetWindowPointer | SL_SetWindowClipFull >> |
Top: Documentation Library | Up: SoftLogik App Library API |