From fd407c7775dbfd8efd15afaaa89586cf2e8689e9 Mon Sep 17 00:00:00 2001 From: engelsman Date: Sat, 20 Sep 2008 21:04:28 +0000 Subject: doxygen comments for undocumented features in Fl_Browser_, Fl_Button, Fl_Chart. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6319 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Browser_.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/Fl_Browser_.cxx') diff --git a/src/Fl_Browser_.cxx b/src/Fl_Browser_.cxx index 13812731a..d1f83882f 100644 --- a/src/Fl_Browser_.cxx +++ b/src/Fl_Browser_.cxx @@ -333,10 +333,7 @@ void Fl_Browser_::display(void* p) { // redraw, has side effect of updating top and setting scrollbar: /** - The first form draws the list within the normal widget bounding box. - -

The second form draws the contents of the browser within the - specified bounding box. + Draws the list within the normal widget bounding box. */ void Fl_Browser_::draw() { int drawsquare = 0; @@ -542,6 +539,9 @@ void Fl_Browser_::replacing(void* a, void* b) { if (a == max_width_item) {max_width_item = 0; max_width = 0;} } +/** + Exchange pointers \p a and \p b. +*/ void Fl_Browser_::swapping(void* a, void* b) { redraw_line(a); redraw_line(b); -- cgit v1.2.3