DragonFly On-Line Manual Pages

Search: Section:  


EZ_GetFancyListBoxNumberOfRows(3)                              EZWGL Functions

NAME

EZ_GetFancyListBoxNumberOfRows, EZ_GetFancyListBoxNumberOfColumns - 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_GetFancyListBoxNumberOfRows always returns a value 1 larger than the number of rows you supplied to the FancyListBox widget.

SEE ALSO

EZ_GetFancyListBoxData(3) EZWGL EZ_GetFancyListBoxNumberOfRows(3)

Search: Section: