From 770c2c2eaf345b6faa8b9ae0fcab48d0ca0a3639 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Sun, 5 Dec 2010 01:22:53 +0000 Subject: CMP mods: bracing, doxygen fixes for code examples and #if DOXYGEN -> #if FL_DOXYGEN. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7950 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Table_Row.H | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'FL/Fl_Table_Row.H') diff --git a/FL/Fl_Table_Row.H b/FL/Fl_Table_Row.H index b0bd1d516..0cfb1073d 100644 --- a/FL/Fl_Table_Row.H +++ b/FL/Fl_Table_Row.H @@ -37,12 +37,10 @@ /** A table with row selection capabilities. - This class implements a simple table of rows and columns that specializes in - the selection of rows. This widget is similar in behavior to a "mail subject - browser", similar to that found in mozilla, netscape and outlook mail browsers. - - Most methods of importance will be found in the Fl_Table widget, such as - Fl_Table::rows() and Fl_Table::cols(). + This class implements a simple table with the ability to select + rows. This widget is similar to an Fl_Browser with columns. Most + methods of importance will be found in the Fl_Table widget, such + as Fl_Table::rows() and Fl_Table::cols(). To be useful it must be subclassed and at minimum the draw_cell() method must be overridden to provide the content of the cells. This widget -- cgit v1.2.3