summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Grid.H4
1 files changed, 4 insertions, 0 deletions
diff --git a/FL/Fl_Grid.H b/FL/Fl_Grid.H
index a104508f9..7473ae050 100644
--- a/FL/Fl_Grid.H
+++ b/FL/Fl_Grid.H
@@ -139,6 +139,10 @@ const Fl_Grid_Align FL_GRID_BOTTOM_RIGHT = FL_GRID_BOTTOM | FL_GRID_RIGHT;
\image html Fl_Grid.png
\image latex Fl_Grid.png "Simple 3x3 Fl_Grid" width=7cm
+
+ \image html Fl_Grid_show_grid_1.png
+ \image latex Fl_Grid_show_grid_1.png "show_grid() set to 1" width=7cm
+
*/
class FL_EXPORT Fl_Grid : public Fl_Group {
friend class Fl_Grid_Type;