DragonFly On-Line Manual Pages

Search: Section:  


EZ_GetFancyListBoxSelection(3)  EZWGL Functions EZ_GetFancyListBoxSelection(3)

NAME

EZ_GetFancyListBoxSelection - retieve the selection in a fancy-listbox widget

SYNOPSIS

#include <EZ.h> EZ_Item **EZ_GetFancyListBoxSelection(EZ_Widget *flistbox)

ARGUMENTS

lflistbox Specifies a fancy listbox widget.

DESCRIPTION

EZ_GetFancyListBoxSelection returns the selected item(s) in a fancy listbox widget. If no selection has been made, it return NULL. Visually, the selected node is displayed with a flashing border. There are two selection mode in a fancy listbox. In row mode, a row is selected at a time. A row usually consists of several items. In this case, EZ_GetFancyListBoxSelection returns an array of items. In item mode, an item is selected a time. EZ_GetFancyListBoxSelection returns an array (not NULL terminated) consists of just item.

SEE ALSO

EZ_GetFancyListBoxSelectionIdx(3), EZ_GetFancyListBoxItemUsingIdx(3) EZ_GetWorkAreaSelection(3),EZ_GetListTreeWidgetSelection(3), EZ_SetFancyListBoxData(3), EZ_SetFancyListBoxHeader(3) EZWGL EZ_GetFancyListBoxSelection(3)

Search: Section: