From 1b4a5a1d963b100176a8e5deb811927ac5f31e77 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Mon, 5 Aug 2013 18:21:58 +0000 Subject: Small edits to last commit for clarity. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9955 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Tabs.H | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/FL/Fl_Tabs.H b/FL/Fl_Tabs.H index 270d4ca49..7099d5281 100644 --- a/FL/Fl_Tabs.H +++ b/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. -- cgit v1.2.3