diff options
| author | Fabien Costantini <fabien@onepost.net> | 2008-12-28 11:21:03 +0000 |
|---|---|---|
| committer | Fabien Costantini <fabien@onepost.net> | 2008-12-28 11:21:03 +0000 |
| commit | 79838655ba91668315e117fa6b7f19e6d79f2e2b (patch) | |
| tree | 383184736c4e817a4116d52b290428a647ba87eb /FL/Fl.H | |
| parent | 1cfa95ae790fd7f4ccb17a6d214ede6170b430d7 (diff) | |
Doxygen Documentation:
- Added a new Drawing module, re-ordered it to follow color and fonts
module by ading a little defgroup hack in Fl.H
- Completed color and fonts module with global functions found in fl_draw.H
Modules should be quite exhaustive now, please review and add missing modules/ functions if any.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6607 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl.H')
| -rw-r--r-- | FL/Fl.H | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -651,7 +651,7 @@ public: /** \defgroup fl_attributes Color & Font functions fl global color, font functions @{ */ - + // color map: static void set_color(Fl_Color, uchar, uchar, uchar); /** @@ -718,6 +718,11 @@ public: static Fl_Font set_fonts(const char* = 0); // platform dependent /** @} */ + /** \defgroup fl_drawings Drawing functions + fl global graphics and gui drawing functions + @{ */ + // <Hack to re-order the 'Drawing functions' group> + /** @} */ // labeltypes: static void set_labeltype(Fl_Labeltype,Fl_Label_Draw_F*,Fl_Label_Measure_F*); |
