| |
|
EZ_GetFancyListBoxNumberOfRows
|
| |
NAME
EZ_GetFancyListBoxNumberOfRows, EZ_GetFancyListBoxNum-
berOfColumns - retrieve the nomber of rows/columns in a
fancy listbox.
SYNOPSIS
#include <EZ.h>
int EZ_GetFancyListBoxNumberOfRows(EZ_Widget *flistbox)
int EZ_GetFancyListBoxNumberOfColumns(EZ_Widget *flistbox)
ARGUMENTS
flistbox Specifies a fancy listbox widget
DESCRIPTION
These two function retrieve the dimension of the two
dimensional "dislpay item array" currently attached to a
fancy listbox widget.
Note: For FancyListBox widgets, the first row ( the 0th
row) is reserved for the header. As a result, EZ_GetFan-
cyListBoxNumberOfRows always returns a value 1 larger than
the number of rows you supplied to the FancyListBox wid-
get.
SEE ALSO
EZ_GetFancyListBoxData(3)