Next: , Previous: , Up: Browser Object   [Contents][Index]


19.3.2 Browser Types

The following types of browsers exist (see below for more information about them):

FL_NORMAL_BROWSER

A browser in which no selections can be made.

FL_SELECT_BROWSER

In this type of browser the user can make single line selections which get reset immediately when the mouse button is released.

FL_HOLD_BROWSER

Same as FL_SELECT_BROSER but the selection remains visible till the next selection.

FL_DESELECTABLE_HOLD_BROWSER

Same as the FL_HOLD_BROWSER but the user can deselect the selected line.

FL_MULTI_BROWSER

Multiple selections can be made and remain visible till de-selected.

Hence, the differences only lie in how the selection process works.