![]() |
![]()
| ![]() |
![]()
NAMEEZ_SetFancyListBoxHeader - set up the header row in a fancy listboxSYNOPSIS#include <EZ.h> void EZ_SetFancyListBoxHeader(EZ_Widget *flistbox, EZ_Item **items, intnitems) ARGUMENTSlflistbox Specifies a fancy listbox widget. items Specifies an array of display items. nitems Specifies the number of items in items.DESCRIPTIONEZ_SetFancyListBoxHeader sets up the header row of a fancy listbox. The header row is not selectable and is not vertically scrollable.SEE ALSOEZ_SetFancyListBoxData(3), EZ_GetFancyListBoxSelection(3)
|