IWIDGET_SETROWS()
Brew Release
Brew MP 1.0.2
See Also
Widget Properties
Widget Events
IWidget_GetRows
Description
This routine set the number of rows contained in the list widget.
Params
pif
[]:
[in] Pointer to the IWidget interface object.
v
[]:
[in] Number of rows to be set.
Interface
Prototype
int IWidget_SetRows(IWidget *pif, int v);
Return
AEE_SUCCESS - If the widget is able to set number of rows. AEE_EFAILED - If the number of rows could not be set.
Side Effect
- None
Comments
None
COMMENTS (0)
See Below