GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Itcl_InitList(3) [incr Tcl] Library Procedures Itcl_InitList(3)

See the file man.macros.

Itcl_InitList, Itcl_DeleteList, Itcl_CreateListElem, Itcl_DeleteListElem, Itcl_InsertList, Itcl_InsertListElem, Itcl_AppendList, Itcl_AppendListElem, Itcl_SetListValue - Manipulate an Itcl list object.

#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)

List info structure. List element info structure. Arbitrary one-word value to save in the list.

list

3.0 itcl

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.