summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2006-08-29 11:03:05 +0000
committerMatthias Melcher <fltk@matthiasm.com>2006-08-29 11:03:05 +0000
commit7ae0ff02404e602e0929e82fb11364a4a684ee10 (patch)
tree948388e97d98417addb4c5e1338388a7509d97fc /test
parent00ec9da8f5cf0f37f3c64e0a45b4046f86153765 (diff)
Updated OSX subwindow simulation code to better add and remove from the clipping list
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5379 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
-rw-r--r--test/tabs.fl12
1 files changed, 10 insertions, 2 deletions
diff --git a/test/tabs.fl b/test/tabs.fl
index 4424f138a..0081bd977 100644
--- a/test/tabs.fl
+++ b/test/tabs.fl
@@ -103,9 +103,17 @@ Function {} {open
label {Make sure this clock does not use processor time when this tab is hidden or window is iconized}
xywh {160 50 100 100} box OSHADOW_BOX color 238 selection_color 0 labelfont 8 labelsize 10 align 130
}
+ Fl_Group {} {open
+ xywh {20 145 40 55} box THIN_DOWN_BOX color 173 align 16
+ class Fl_Window
+ } {}
Fl_Group {} {
- label subwindow open
- xywh {20 135 130 65} box THIN_DOWN_BOX color 167 align 16
+ label {subwindows:} open
+ xywh {65 145 40 55} box THIN_DOWN_BOX color 167
+ class Fl_Window
+ } {}
+ Fl_Group {} {open
+ xywh {110 145 40 55} box THIN_DOWN_BOX color 239 align 16
class Fl_Window
} {}
}