FreeBSD Manual Pages
Itcl_InitList(3) [incr Tcl] Library Procedures Itcl_InitList(3) NAME Itcl_InitList, Itcl_DeleteList, Itcl_CreateListElem, Itcl_DeleteLis- tElem, Itcl_InsertList, Itcl_InsertListElem, Itcl_AppendList, Itcl_Ap- pendListElem, Itcl_SetListValue - Manipulate an Itcl list object. SYNOPSIS #include <itcl.h> void Itcl_InitList(list) void Itcl_DeleteList(list) Itcl_ListElem * Itcl_CreateListElem(list) Itcl_ListElem * Itcl_DeleteListElem(elem) Itcl_ListElem * Itcl_InsertList(list, clientData) Itcl_ListElem * Itcl_InsertListElem(elem, clientData) Itcl_ListElem * Itcl_AppendList(list, clientData) Itcl_ListElem * Itcl_AppendListElem(elem, clientData) void Itcl_SetListValue(elem, clientData) ARGUMENTS List info structure. List element info structure. Arbitrary one-word value to save in the list. DESCRIPTION KEYWORDS list itcl 3.0 Itcl_InitList(3)
NAME | SYNOPSIS | ARGUMENTS | DESCRIPTION | KEYWORDS
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=Itcl_List&sektion=3&manpath=FreeBSD+Ports+15.0>
