Small edits to last commit for clarity.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9955 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
a00dd72b8f
commit
1b4a5a1d96
10
FL/Fl_Tabs.H
10
FL/Fl_Tabs.H
@ -50,11 +50,11 @@
|
||||
fluid browser to select each child group and resize them until
|
||||
the tabs look the way you want them to.
|
||||
|
||||
The background area behind and to the right of the tabs is transparent,
|
||||
inheriting the color of the parent. The setting of Fl_Tabs::box()
|
||||
does not affect this. So, if Fl_Tabs is resized by itself, without
|
||||
the parent, you may need to force the parent to redraw() after resizing
|
||||
to prevent artifacts in this "transparent" region.
|
||||
The background area behind and to the right of the tabs is
|
||||
"transparent", exposing the background detail of the parent. The
|
||||
value of Fl_Tabs::box() does not affect this area. So if Fl_Tabs is
|
||||
resized by itself without the parent, force the appropriate parent
|
||||
(visible behind the tabs) to redraw() to prevent artifacts.
|
||||
|
||||
Resizing note: when Fl_Tabs is resized vertically, the default
|
||||
behavior scales the tab's height as well as its children.
|
||||
|
Loading…
Reference in New Issue
Block a user