Main Page   Modules   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

List Objects


Functions

MOBJECT MCreateSText (MOBJECT parent, const char *text, MTFont font, int nrow, int ncol)
MOBJECT MCreateSTextClip (MOBJECT parent, NEW_BLOCK_CB nb, void *nbd, MTFont font, int nrow, int ncol, int xc, long xn)
MOBJECT MCreateSFile (MOBJECT parent, const char *fname, MTFont font, int nrow, int ncol)
MOBJECT MCreateSList (MOBJECT parent, MTFont font, int row_len, int nrow, int ncol)
MOBJECT MCreateSListMultiSel (MOBJECT parent, MTFont font, int row_len, int nrow, int ncol)
MOBJECT MCreateSListClip (MOBJECT parent, NEW_BLOCK_CB nb, void *nbd, ITEM_SEEK_CB is, void *isd, MTFont font, int nrow, int ncol, int xc, long xn)
MOBJECT MCreateSListSkip (MOBJECT parent, NEW_BLOCK_CB nb, void *nbd, ITEM_SEEK_CB is, void *isd, MTFont font, int nrow, int ncol, int xc)
MOBJECT MCreateEditList (MOBJECT parent, MTFont font, EL_TEMPLATE *elt, int ne, int nrow, int ncol)
LIST_ACTMSListGetFirstItem (MOBJECT p)
LIST_ACTMSListGetFirstSelectedItem (MOBJECT p)
LIST_ACTMSListGetNextItem (MOBJECT p)
LIST_ACTMSListGetNextSelectedItem (MOBJECT p)
LIST_ACTMSListGetFirstUnselectedItem (MOBJECT p)
LIST_ACTMSListGetNextUnselectedItem (MOBJECT p)
long MSListGetNItem (MOBJECT p)
void MSListSelectItem (MOBJECT p, const char *item)
void MSListDeselectItem (MOBJECT p, const char *item)
void MSListSelectElement (MOBJECT p, long n)
void MSListDeselectElement (MOBJECT p, long n)
void MSListClear (MOBJECT p)
int MSListAddItem (MOBJECT p, const char *item, void *data)
int MSListDelItem (MOBJECT p, const char *item)
int MSListAddElement (MOBJECT p, long n, const char *item, void *data)
int MSListDelElement (MOBJECT p, long n)
void MSListChangeItem (MOBJECT p, const char *old, const char *new_item, void *u_data)
void MSListChangeElement (MOBJECT p, long n, const char *new_item, void *u_data)
LIST_ACTMSListGetItem (MOBJECT p, const char *item)
LIST_ACTMSListGetElement (MOBJECT p, long n)
LIST_ACTMSListGetSelected (MOBJECT p)
void MSListSetCallback (MOBJECT obj, LIST_ACT_CB cb, void *data)
void MSListSetPickCallback (MOBJECT obj, LIST_ACT_CB cb, void *value)
void MSListSetSelectionCallback (MOBJECT obj, LIST_SEL_CB cb, void *data)
void MSListSetSortCallback (MOBJECT obj, STRCMP_CB cb)
void MSListFreeze (MOBJECT obj)
void MSListThaw (MOBJECT obj)
void MSListEnableItemMotion (MOBJECT p)
void MSListDisableMultiSel (MOBJECT obj)
void MSListDisableItemMotion (MOBJECT obj)
void MSListSetHighLightColors (MOBJECT obj, MTColor bgc, MTColor fgc)
int MSListGetItemCheckStatus (MOBJECT p, const char *item)
void MSListSetItemCheckStatus (MOBJECT p, const char *item, int status)
void MSListReset (MOBJECT p)
void MSListEnableMultiSel (MOBJECT obj)
MOBJECT MSListGetVScrollBar (MOBJECT p)
MOBJECT MSListGetHScrollBar (MOBJECT p)
void MSListSetHighLightFGColor (MOBJECT obj, MTColor fgc)
void MSListSetSliderColorShift (MOBJECT p, int percentage)
void MSBLSetHead (MOBJECT obj, const char *text)
void MSBLGetHead (MOBJECT obj, char *buff)
void MSBLHeadSetColor (MOBJECT obj, MTColor bgc, MTColor fgc)
void MSBLHeadSetBackgroundImage (MOBJECT obj, MIMAGE img, int mode)
void MSTextSetString (MOBJECT p, const char *text)
void MSFileSetFile (MOBJECT obj, const char *fname)
void MSBLSetHMargin (MOBJECT p, int hm)
int MEditListAddItem (MOBJECT p, char **argv, void *u_data)
void MEditListChangeElement (MOBJECT p, long n, char **new_ele, void *data)
void MEditListDelElement (MOBJECT p, long n)
void MEditListSeekItem (MOBJECT p, char **argv, long *pos, void **u_data)
void MEditListGetItemField (MOBJECT el, const char *item, int ii, char *buff)
int MEditListAddItemFromEdits (MOBJECT p, void *u_data)
void MEditListGetEditText (MOBJECT p, int n, char *buff)
void MEditListSetEditText (MOBJECT p, int n, const char *buff)

Function Documentation

MOBJECT MCreateEditList MOBJECT    parent,
MTFont    font,
EL_TEMPLATE   elt,
int    ne,
int    nrow,
int    ncol
 

MOBJECT MCreateSFile MOBJECT    parent,
const char *    fname,
MTFont    font,
int    nrow,
int    ncol
 

MOBJECT MCreateSList MOBJECT    parent,
MTFont    font,
int    row_len,
int    nrow,
int    ncol
 

MOBJECT MCreateSListClip MOBJECT    parent,
NEW_BLOCK_CB    nb,
void *    nbd,
ITEM_SEEK_CB    is,
void *    isd,
MTFont    font,
int    nrow,
int    ncol,
int    xc,
long    xn
 

MOBJECT MCreateSListMultiSel MOBJECT    parent,
MTFont    font,
int    row_len,
int    nrow,
int    ncol
 

MOBJECT MCreateSListSkip MOBJECT    parent,
NEW_BLOCK_CB    nb,
void *    nbd,
ITEM_SEEK_CB    is,
void *    isd,
MTFont    font,
int    nrow,
int    ncol,
int    xc
 

MOBJECT MCreateSText MOBJECT    parent,
const char *    text,
MTFont    font,
int    nrow,
int    ncol
 

MOBJECT MCreateSTextClip MOBJECT    parent,
NEW_BLOCK_CB    nb,
void *    nbd,
MTFont    font,
int    nrow,
int    ncol,
int    xc,
long    xn
 

int MEditListAddItem MOBJECT    p,
char **    argv,
void *    u_data
 

int MEditListAddItemFromEdits MOBJECT    p,
void *    u_data
 

void MEditListChangeElement MOBJECT    p,
long    n,
char **    new_ele,
void *    data
 

void MEditListDelElement MOBJECT    p,
long    n
 

void MEditListGetEditText MOBJECT    p,
int    n,
char *    buff
 

void MEditListGetItemField MOBJECT    el,
const char *    item,
int    ii,
char *    buff
 

void MEditListSeekItem MOBJECT    p,
char **    argv,
long *    pos,
void **    u_data
 

void MEditListSetEditText MOBJECT    p,
int    n,
const char *    buff
 

void MSBLGetHead MOBJECT    obj,
char *    buff
 

void MSBLHeadSetBackgroundImage MOBJECT    obj,
MIMAGE    img,
int    mode
 

void MSBLHeadSetColor MOBJECT    obj,
MTColor    bgc,
MTColor    fgc
 

void MSBLSetHead MOBJECT    obj,
const char *    text
 

void MSBLSetHMargin MOBJECT    p,
int    hm
 

void MSFileSetFile MOBJECT    obj,
const char *    fname
 

int MSListAddElement MOBJECT    p,
long    n,
const char *    item,
void *    data
 

int MSListAddItem MOBJECT    p,
const char *    item,
void *    data
 

void MSListChangeElement MOBJECT    p,
long    n,
const char *    new_item,
void *    u_data
 

void MSListChangeItem MOBJECT    p,
const char *    old,
const char *    new_item,
void *    u_data
 

void MSListClear MOBJECT    p
 

int MSListDelElement MOBJECT    p,
long    n
 

int MSListDelItem MOBJECT    p,
const char *    item
 

void MSListDeselectElement MOBJECT    p,
long    n
 

void MSListDeselectItem MOBJECT    p,
const char *    item
 

void MSListDisableItemMotion MOBJECT    obj
 

void MSListDisableMultiSel MOBJECT    obj
 

void MSListEnableItemMotion MOBJECT    p
 

void MSListEnableMultiSel MOBJECT    obj
 

void MSListFreeze MOBJECT    obj
 

LIST_ACT* MSListGetElement MOBJECT    p,
long    n
 

LIST_ACT* MSListGetFirstItem MOBJECT    p
 

LIST_ACT* MSListGetFirstSelectedItem MOBJECT    p
 

LIST_ACT* MSListGetFirstUnselectedItem MOBJECT    p
 

MOBJECT MSListGetHScrollBar MOBJECT    p
 

LIST_ACT* MSListGetItem MOBJECT    p,
const char *    item
 

int MSListGetItemCheckStatus MOBJECT    p,
const char *    item
 

LIST_ACT* MSListGetNextItem MOBJECT    p
 

LIST_ACT* MSListGetNextSelectedItem MOBJECT    p
 

LIST_ACT* MSListGetNextUnselectedItem MOBJECT    p
 

long MSListGetNItem MOBJECT    p
 

LIST_ACT* MSListGetSelected MOBJECT    p
 

MOBJECT MSListGetVScrollBar MOBJECT    p
 

void MSListReset MOBJECT    p
 

void MSListSelectElement MOBJECT    p,
long    n
 

void MSListSelectItem MOBJECT    p,
const char *    item
 

void MSListSetCallback MOBJECT    obj,
LIST_ACT_CB    cb,
void *    data
 

void MSListSetHighLightColors MOBJECT    obj,
MTColor    bgc,
MTColor    fgc
 

void MSListSetHighLightFGColor MOBJECT    obj,
MTColor    fgc
 

void MSListSetItemCheckStatus MOBJECT    p,
const char *    item,
int    status
 

void MSListSetPickCallback MOBJECT    obj,
LIST_ACT_CB    cb,
void *    value
 

void MSListSetSelectionCallback MOBJECT    obj,
LIST_SEL_CB    cb,
void *    data
 

void MSListSetSliderColorShift MOBJECT    p,
int    percentage
 

void MSListSetSortCallback MOBJECT    obj,
STRCMP_CB    cb
 

void MSListThaw MOBJECT    obj
 

void MSTextSetString MOBJECT    p,
const char *    text
 


Generated on Sun Jun 29 13:03:09 2003 for MGui API by doxygen1.3-rc2