diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2009-07-29 16:29:26 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2009-07-29 16:29:26 +0000 |
| commit | 7e8ba419c6283797fd19f15de90fb0064b2c5cf5 (patch) | |
| tree | 1018d08cddd77a993199361f01ff8321f85e1351 /documentation/src/subclassing.dox | |
| parent | 4fb3b8c80dca849c97ebc118a62ccc05b91339ba (diff) | |
Fixed a few typos.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6837 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/src/subclassing.dox')
| -rw-r--r-- | documentation/src/subclassing.dox | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/documentation/src/subclassing.dox b/documentation/src/subclassing.dox index 1a81d2363..d2e208809 100644 --- a/documentation/src/subclassing.dox +++ b/documentation/src/subclassing.dox @@ -14,11 +14,10 @@ typically Fl_Widget for controls and Fl_Group for composite widgets. A control widget typically interacts with the user to receive and/or display a value of some sort. -A composite widget widget holds a list of child widgets and handles moving, -sizing, showing, or hiding them as needed. Fl_Group is the -main composite widget widget class in FLTK, and all of the other composite -widgets (Fl_Pack, Fl_Scroll, Fl_Tabs, -Fl_Tile, and Fl_Window) are subclasses of it. +A composite widget holds a list of child widgets and handles moving, +sizing, showing, or hiding them as needed. Fl_Group is the main +composite widget class in FLTK, and all of the other composite widgets +(Fl_Pack, Fl_Scroll, Fl_Tabs, Fl_Tile, and Fl_Window) are subclasses of it. You can also subclass other existing widgets to provide a different look or user-interface. For example, the button widgets are all @@ -518,7 +517,6 @@ differences: -# Fl_Window is a subclass of Fl_Group so <I>make sure your constructor calls</I> \p end() unless you actually want children added to your window. - -# When handling events and drawing, the upper-left corner is at 0,0, not <tt>x(),y()</tt> as in other Fl_Widget's. For instance, to draw a box around the widget, call |
