Next: Browser Interaction, Previous: Adding Browser Objects, Up: Browser Object [Contents][Index]
The following types of browsers exist (see below for more information about them):
FL_NORMAL_BROWSERA browser in which no selections can be made.
FL_SELECT_BROWSERIn this type of browser the user can make single line selections which get reset immediately when the mouse button is released.
FL_HOLD_BROWSERSame as FL_SELECT_BROSER but the selection remains visible till
the next selection.
FL_DESELECTABLE_HOLD_BROWSERSame as the FL_HOLD_BROWSER but the user can deselect the
selected line.
FL_MULTI_BROWSERMultiple selections can be made and remain visible till de-selected.
Hence, the differences only lie in how the selection process works.