EZ_FANCY_LIST_BOX_TYPE
This option sets the selection mode of a fancy
listbox. Option value is a boolean value. If
no zero, the selection is set to row mode. Otherwise
it is set to item mode.
EZ_FANCY_LIST_BOX_COLUMNS
This option sets the number of columns of a fancy
listbox. This option is meant to be used by
EZ_CreateWidget.
EZ_SELECTION_BACKGROUND
This option sets the selection background color for a
listbox. The default selection background color is the
highlight color of the listbox.
EZ_SELECTION_FOREGROUND
This option sets the selection foreground color for
a FancyListBox. The default color
is the foreground color of the selected item.
EZ_SCROLLBAR_WIDTH
This option sets the width of the scrollbar on
the FancyListBox..
EZ_SCROLLBAR_BORDER_WIDTH
This option sets the border width of the scrollbar on
the FancyListBox.
EZ_OPTIONAL_HSCROLLBAR
This option adds/removes the optional horizontal scrollbar to
the corresponding widget. Valid values are EZ_YES or
EZ_NO.
EZ_OPTIONAL_VSCROLLBAR
This option adds/removes the optional horizontal scrollbar to
the corresponding widget. Valid values are EZ_YES or
EZ_NO.