From 09daf20b81cdae78772f07c0af22a571d7cc73eb Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 29 Nov 2001 19:24:00 +0000 Subject: Documentation updates galore (up to chapter 7, still need to do chapter 8 and 9, tweek the appendices, and recapture the screenshots...) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1786 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Browser_.html | 50 +++++++++++++++++++++--------------------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'documentation/Fl_Browser_.html') diff --git a/documentation/Fl_Browser_.html b/documentation/Fl_Browser_.html index f7908f0f5..69c415fd2 100644 --- a/documentation/Fl_Browser_.html +++ b/documentation/Fl_Browser_.html @@ -19,18 +19,18 @@

Description

- This is the base class for browsers. To be useful it must be -subclassed and several virtual functions defined. The Forms-compatable -browser and the file chooser's browser are subclassed off of this. -

This has been designed so that the subclass has complete control + This is the base class for browsers. To be useful it must be +subclassed and several virtual functions defined. The Forms-compatable +browser and the file chooser's browser are subclassed off of this. +

This has been designed so that the subclass has complete control over the storage of the data, although because next() and -prev() functions are used to index, it works best as a linked list -or as a large block of characters in which the line breaks must be +prev() functions are used to index, it works best as a linked list +or as a large block of characters in which the line breaks must be searched for.

-

A great deal of work has been done so that the "height" of a data -object does not need to be determined until it is drawn. This is -useful if actually figuring out the size of an object requires -accessing image data or doing stat() on a file or doing some +

A great deal of work has been done so that the "height" of a data +object does not need to be determined until it is drawn. This is +useful if actually figuring out the size of an object requires +accessing image data or doing stat() on a file or doing some other slow operation.

Methods

@@ -95,15 +95,15 @@ other slow operation.

-

Fl_Browser::Fl_Browser(int, int, +

Fl_Browser::Fl_Browser(int, int, int, int, const char * = 0)

-

The constructor makes an empty browser. +

The constructor makes an empty browser.

Fl_Browser::~Fl_Browser(void)

-

The destructor deletes all list items and destroys the browser. +

The destructor deletes all list items and destroys the browser.

Fl_Browser_::bbox(int &x, int &y, int &w, int &h) const

@@ -176,12 +176,12 @@ width from the item widths.

The second form handles an event within the specified bounding box. -

void +

void Fl_Browser_::has_scrollbar(int h)

-

By default you can scroll in both directions, and the scrollbars -disappear if the data will fit in the widget. has_scrollbar() changes -this based on the value of h: +

By default you can scroll in both directions, and the scrollbars +disappear if the data will fit in the widget. has_scrollbar() changes +this based on the value of h: