From c3a5b61223164ad75eb421bd144338b2714d943b Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sat, 5 Mar 2005 19:18:07 +0000 Subject: Doco fixes (show const modifier on methods) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4063 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Browser_.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'documentation') diff --git a/documentation/Fl_Browser_.html b/documentation/Fl_Browser_.html index d1a7d2a92..19e2b643e 100644 --- a/documentation/Fl_Browser_.html +++ b/documentation/Fl_Browser_.html @@ -154,14 +154,14 @@ specified bounding box. displayed at that position then NULL is returned. -

virtual int Fl_Browser_::full_height()

+

virtual int Fl_Browser_::full_height() const

This method may be provided by the subclass to indicate the full height of the item list in pixels. The default implementation computes the full height from the item heights. -

Fl_Browser_::full_width()

+

Fl_Browser_::full_width() const

This method may be provided by the subclass to indicate the full width of the item list in pixels. The default implementation computes the full @@ -213,7 +213,7 @@ this based on the value of h:

Gets or sets the horizontal scrolling position of the list. -

virtual int Fl_Browser_::incr_height()

+

virtual int Fl_Browser_::incr_height() const

This method may be provided to return the average height of all items, to be used for scrolling. The default implementation uses the height of the first @@ -239,7 +239,7 @@ and h. the list. -

virtual int Fl_Browser_::item_height(void *p)

+

virtual int Fl_Browser_::item_height(void *p) const

This method must be provided by the subclass to return the height of the item p in pixels. Allow for two additional pixels for the list @@ -258,7 +258,7 @@ the list after p. the list before p. -

virtual int Fl_Browser_::item_quick_height(void *p)

+

virtual int Fl_Browser_::item_quick_height(void *p) const

This method may be provided by the subclass to return the height of the item p in pixels. Allow for two additional pixels for the list @@ -282,7 +282,7 @@ multiple selections in the browser. The method should return 1 if p is selected and 0 otherwise. -

virtual int Fl_Browser_::item_width(void *p)

+

virtual int Fl_Browser_::item_width(void *p) const

This method must be provided by the subclass to return the width of the item p in pixels. Allow for two additional pixels for the list -- cgit v1.2.3