From 354701c6f6ab5facf477c47c4bf69ed0bcc55c1d Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Fri, 20 Feb 2009 08:15:32 +0000 Subject: 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 --- documentation/src/drawing.dox | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'documentation/src') 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 - Fl_Widget::draw(). - 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 boxtypes and labeltypes. These are small procedures that can be called by existing - 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. + 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. -- cgit v1.2.3