A gui list object
This module contains a list object containing a number of selectable elements and a scrollable area. (../include/depui/list.h)
Part of the depui library.
MX_LISTELEM
A list element type
# define MXLISTELEM(o)
Convert to MX_LISTELEM base object
void mx_listelem_class(void)
Class function for MX_LISTELEM
# define mx_listelem(l,s,p,i)
Construct a list element
MX_LIST
A scrollable list object
This object contains a number of selecteable elements in a (if necessary) scrollable area. (../include/depui/list.h)
# define MXLIST(o)
Convert to MX_LIST base class
void mx_list_class(void)
Class function for MX_LIST
# define mx_list(m,s,p,i)
Create a MX_LIST object
# define mx_list_append(l,t,le,f,id)
Append list element from text
# define mx_list_multiple(l,m)
Determine if a list allows multiple selected items
# define mx_list_select_id(l,i,d)
Select list elements with a given ID number
# define mx_list_selected(l,p)
Return first selection in list
# define mx_list_selected_id(l)
Return the ID number of the first selection
# define mx_list_first(l)
Return the first list element
# define mx_list_last(l)
Return the last list element
# define mx_list_empty(l)
Remove all list elements
# define mx_list_next(l)
Return the following list element
# define mx_list_prev(l)
Return the previous list element
Generated by MXDOC 2.2 on Sun Feb 4 15:16:27 2007