mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 15:32:12 +08:00
Typos reported by Alexander Mai
Fl_Browser_ docos finished. Added Fl_Group::init_sizes() description. Added links for common widgets in chapter 3 (?) Fixed formatting problems in subclassing and FLUID chapters. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1100 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -12,7 +12,7 @@ of the existing <TT>Fl_Widget</TT> classes and implement your own
|
||||
version of <TT>draw()</TT>. </LI>
|
||||
<LI>You can also write <A href=common.html#boxtypes>boxtypes</A> and <A href=#labeltypes>
|
||||
labeltypes</A>. These are small procedures that can be called by
|
||||
existing <TT>Fl_Widget</TT><TT>draw()</TT> methods. These "types" are
|
||||
existing <TT>Fl_Widget::draw()</TT> methods. These "types" are
|
||||
identified by an 8-bit index that is stored in the widget's <TT>box()</TT>
|
||||
, <TT>labeltype()</TT>, and possibly other properties. </LI>
|
||||
<LI>You can call <A href=Fl_Window.html#Fl_Window.make_current><TT>
|
||||
|
||||
Reference in New Issue
Block a user