diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2009-02-20 08:15:32 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2009-02-20 08:15:32 +0000 |
| commit | 354701c6f6ab5facf477c47c4bf69ed0bcc55c1d (patch) | |
| tree | 8804118cfa5fc674cc2fa7e5aeabb6cbd49817ff /documentation/src | |
| parent | 5e9a5f30236248babbaca26b241467c5d3211423 (diff) | |
Documentation updates for STR #2142 (protected draw methods).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6665 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/src')
| -rw-r--r-- | documentation/src/drawing.dox | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/documentation/src/drawing.dox b/documentation/src/drawing.dox index ea47d8fe2..76f24584e 100644 --- a/documentation/src/drawing.dox +++ b/documentation/src/drawing.dox @@ -13,17 +13,12 @@ Calling these functions at other places will result in undefined behavior! To write code here, you must subclass one of the existing Fl_Widget classes and implement your own version of draw(). -\li The most common place is inside the virtual method - <A href="subclassing.html#draw"><tt>Fl_Widget::draw()</tt></A>. - To write code here, you must subclass one of the existing Fl_Widget - classes and implement your own version of draw(). - \li You can also write <A href="common.html#boxtypes">boxtypes</A> and <A href="common.html#labeltypes">labeltypes</A>. These are small procedures that can be called by existing - <A HREF="subclassing.html#draw"><tt>Fl_Widget::draw()</tt></A> - methods. These "types" are identified by an 8-bit index that is stored - in the widget's box(), labeltype(), and possibly other properties. + Fl_Widget::draw() methods. These "types" are identified by an 8-bit + index that is stored in the widget's box(), labeltype(), and possibly + other properties. \li You can call Fl_Window::make_current() to do incremental update of a widget. Use Fl_Widget::window() to find the window. |
