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


19.3.6 Remarks

Since version 1.0.92 there isn’t a limit on the maximum length of lines in a browser anymore. (The macro FL_BROWSER_LINELENGTH still exists and is set to 2048 for backward compatibility but has no function anymore).

See fbrowse1.c for an example program using a FL_NORMAL_BROWSER to view files. browserall.c shows all different browsers. browserop.c shows the insertion and deletion of lines in a FL_HOLD_BROWSER.

For the browser class, especially multi browsers, interaction via callbacks is strongly recommended.