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_CreateWindowAdd Page.
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
There are no user contributed comments for this page.