<< SL_GetListAttr | SL_FirstNode >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_SetListAttrA
NAME
SL_SetListAttrA -- sets various attributes of a list.
SL_SetListAttr -- varargs stub for SL_SetListAttrA.
SYNOPSIS
SL_SetListAttrA(list, taglist);
A0 A1
void SL_SetListAttrA(LISTHANDLE, struct TagItem *);
SL_SetListAttr(list, tag, ...);
void SL_SetListAttrA(LISTHANDLE, Tag, ...);
FUNCTION
Sets various attributes of a list.
INPUTS
list - a LISTHANDLE as returned by SL_CreateListA.
taglist - a list of tag that identify the attributes to set.
TAGS
LISTATTR_UserData (SLTAGDATA) - anything the user wants to associate with
this list.
SEE ALSO
SL_AddNodeAfter, SL_AddNodeBefore, SL_AddNodeHead, SL_AddNodeSorted, SL_AddNodeSortedFunc, SL_AddNodeTail, SL_ClearList, SL_CountNodes, SL_CreateListA, SL_CreateNodeA, SL_FindNodeFunc, SL_FindNodeName, SL_FindNodePos, SL_FindNodeUserData, SL_FirstNode, SL_FreeList, SL_FreeNode, SL_GetListAttr, SL_GetNodeAttr, SL_IsListEmpty, SL_LastNode, SL_NextNode, SL_PrevNode, SL_RemoveNode, SL_RemoveNodeHead, SL_RemoveNodeTail, SL_SetListAttrA, SL_SetNodeAttrA, SL_SortList, SL_SortListField, SL_SortListFieldRange, SL_SortListFunc, SL_SortListFuncRange, SL_SortListRange.
SL_SetListAttrA Command Section By Type url:SL_SetListAttrA
created:2008-03-01 23:36:36 last updated:2008-03-01 23:36:36
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_SetListAttrA | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_GetListAttr | SL_FirstNode >> |
Top: Documentation Library | Up: SoftLogik App Library API |