mirror of
https://github.com/fltk/fltk.git
synced 2026-05-26 10:07:06 +08:00
Giving access to some Fl_Text_Display member variables (#1153)
And typos in FLUID source code docs.
This commit is contained in:
+1
-1
@@ -219,7 +219,7 @@ public:
|
||||
virtual void move_child(Fl_Type*, Fl_Type* beforethis) { }
|
||||
virtual void remove_child(Fl_Type*) { }
|
||||
|
||||
/** Give widgets a change to arrange their children after all children were add.
|
||||
/** Give widgets a chance to arrange their children after all children were added.
|
||||
If adding individual children, this is called immediately, but if children
|
||||
are read via a project file, we wait until all children are read and then
|
||||
lay out the group.
|
||||
|
||||
Reference in New Issue
Block a user