<< SL_FreeWindow | SL_GetWindowAttr >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_SetWindowAttrA
NAME
SL_SetWindowAttrA -- set various attributes of a window.
SL_SetWindowAttr -- varargs stub.
SYNOPSIS
SL_SetWindowAttrA(winhandle, taglist);
A0 A1
void SL_SetWindowAttrA(WINHANDLE, struct TagItem *);
SL_SetWindowAttr(winhandle, tag, ...);
void SL_SetWindowAttr(WINHANDLE, Tag, ...);
FUNCTION
Used to set various attributes of a window.
INPUTS
winhandle - as returned by SL_CreateWindow.
taglist - pointer to a tag list.
TAGS
see SL_CreateWindowA for a description of the tags.
SEE ALSO
SL_GetWindowAttr, SL_CreateWindowA, SL_FreeWindow
SL_SetWindowAttrA Command Section By Type url:SL_SetWindowAttrA
created:2008-03-01 23:36:17 last updated:2008-03-01 23:36:17
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_SetWindowAttrA | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_FreeWindow | SL_GetWindowAttr >> |
Top: Documentation Library | Up: SoftLogik App Library API |