Form


MOBJECT MCreateRowForm(MOBJECT parent)
MOBJECT MCreateColForm(MOBJECT parent)
MOBJECT MCreatePagedForm(MOBJECT parent, int npage)
MOBJECT MCreatePagedRowForm(MOBJECT parent, int npage)
MOBJECT MCreatePagedColForm(MOBJECT parent, int npage)
MOBJECT MCreatePagedFormExt(MOBJECT parent, int npage)
MOBJECT MCreatePagedRowFormExt(MOBJECT parent, int npage)
MOBJECT MCreatePagedColFormExt(MOBJECT parent, int npage)
MOBJECT MCreateScrolledForm(MOBJECT parent, int clip_w, int clip_h)
MOBJECT MCreateClippedForm(MOBJECT parent, int clip_w, int clip_h)
MCreateTableForm
Creates a TableForm object having 'n_cols' columns and returns its identifier
void MFormSetSpacing(MOBJECT p, int offset)
void MFormSetChildSelectCallback(MOBJECT p, OBJ_VALUE_CB cb, void *data)
void MScrolledFormSetIncr(MOBJECT obj, int h_inc, int v_inc)
MOBJECT MGetSelectedObject(MOBJECT f)
void MSelectObject(MOBJECT f)
int MSelectFirstChild(MOBJECT f)
int MSelectLastChild(MOBJECT f)
void MSelectNextBrother(MOBJECT f)
void MSelectPreviousBrother(MOBJECT f)
void MSelectNextCousin(MOBJECT p)
void MSelectPreviousCousin(MOBJECT p)
void MFormSetPrefAtt(MOBJECT p, int pref_att)
void MTopAttach(MOBJECT child, int att_type, int off, MOBJECT obj)
void MBottomAttach(MOBJECT child, int att_type, int off, MOBJECT obj)
void MRightAttach(MOBJECT child, int att_type, int off, MOBJECT obj)
void MLeftAttach(MOBJECT child, int att_type, int off, MOBJECT obj)
void MFormSetFocusWrap(MOBJECT f, int true_false)
void MFormSetFocusHighlight(MOBJECT f, int true_false)
void MFormFocusLink(MOBJECT obj1, MOBJECT obj2)
void MPagedFormSetActivePage(MOBJECT form, int page)
void MFormSetClipX(MOBJECT obj, int clip_x)
void MFormSetClipY(MOBJECT obj, int clip_y)
int MFormGetClipX(MOBJECT obj)
int MFormGetClipY(MOBJECT obj)
void MFormAddKeyCallback(MOBJECT shell, int key, OBJ_VALUE_CB cb, void *ad)
MOBJECT MFormGetFirstChild(MOBJECT form)
MOBJECT MFormGetNextChild(MOBJECT form)
int MFormGetNChildren(MOBJECT form)
MTableFormShowGrid
Enables the visibility of the TableForm's grid
void MTableFormHideGrid(MOBJECT form)
Disables the visibility of the TableForm's grid
MTableFormSetRowHeight
Sets the height of all objects in the row 'row' of a TableForm to 'h'
MTableFormSetColWidth
Sets the width of all objects in the col 'col' of a TableForm to 'w'
MTableFormSetColFont
Sets the font 'f' for all objects in the col 'col' of a TableForm
MTableFormSetColAlign
Sets the horizontal alignment for all objects in the col 'col' of a TableForm
MTableFormSetRowAlign
Sets the vertical alignment for all objects in the row 'row' in a TableForm
MTableFormSetColBackgroundRGB
Sets the background color of all objects at column 'col' in a TableForm to the R-G-B values 'r', 'g', 'b'
MTableFormSetColForegroundRGB
Sets the foreground color of all objects at column 'col' in a TableForm to the R-G-B values 'r', 'g', 'b'
MTableFormSetCellText
Sets the text in the buffer pointed to by 'text' in the object at location ('x','y') [col,row] in a TableForm
void MTableFormGetCellText(MOBJECT form, int x, int y, char *text)
Returns in the buffer pointed to by 'text' the text of the object at location ('x','y') [col,row] in a TableForm
MTableFormSetCellFont
Sets the font for the object at location ('x','y') [col,row] in a TableForm
MTableFormSetCellAlign
Sets the horizontal and vertical alignment for the object at location ('x','y') [col,row] in a TableForm
MTableFormSetCellBackgroundRGB
Sets the background color of the object at location ('x','y') [col,row] in a TableForm to the R-G-B values 'r', 'g', 'b'
MTableFormSetCellForegroundRGB
Sets the foreground color of the object at location ('x','y') [col,row] in a TableForm to the R-G-B values 'r', 'g', 'b'
MOBJECT MTableFormGetCellObject(MOBJECT form, int x, int y)
Returns the object at location ('x','y') [col,row] in a TableForm object
MTableFormSetNCol
Sets to 'nc' the current number of columns
int MTableFormGetNCol(MOBJECT form)
Returns the current number of columns of a TableForm object

alphabetic index hierarchy of classes


MGUI Copyright 1996-1998 Vincenzo Morello

generated by doc++