C-Menu 0.2.9
A User Interface Toolkit
Loading...
Searching...
No Matches
Data Structures
Here are the data structures with brief descriptions:
 CArgThe Arg structure represents a string argument with a pointer to the string and its allocated length
 CArgvThe Argv structure represents an argument vector, which is an array of Arg structures, along with the number of allocated elements in the array
 CCCStrComplex character objectl with a pointer to the complex character string and its allocated length
 CChyron
 CChyronKey
 CColorPair
 CFieldStructure for form fields
 CForm
 CInitGathers runtime information for C-Menu Menu, Form, Pick, and View components, used for passing common data and state during initialization and processing of these componentsi
 CLineThe Line strutures are attached to the Menu main structure
 CMenuThe Menu structure is the main data structure for the menu application, containing all the information about the menu, its lines, and its display properties
 CPickPick data structure
 CRGB
 CSIOThe SIO structure encapsulates various aspects of the terminal's state and configuration, including color management, file pointers, and terminal device information
 CStringThe String structure represents a string object with a pointer to the string and its allocated length
 CTextStructure for form fields
 CView
 CWCStrWide character string object with a pointer to the wide character string and its allocated length