diff options
| author | Bill Spitzak <spitzak@gmail.com> | 2002-08-13 22:47:35 +0000 |
|---|---|---|
| committer | Bill Spitzak <spitzak@gmail.com> | 2002-08-13 22:47:35 +0000 |
| commit | 019f933251bc5b49a297dfe28ca8623de71c5bd3 (patch) | |
| tree | ec0490e3d40e61010e39307f1ca2bebe1f172578 /test/tabs.fl | |
| parent | ab9c8fe152dbd93704043d82cb85f44cfad87745 (diff) | |
Fixed tabs.fl
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2582 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/tabs.fl')
| -rw-r--r-- | test/tabs.fl | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/test/tabs.fl b/test/tabs.fl index 89721d3f2..de4105105 100644 --- a/test/tabs.fl +++ b/test/tabs.fl @@ -5,7 +5,7 @@ code_name {.cxx} Function {} {open } { Fl_Window foo_window {open - xywh {674 671 321 324} resizable visible + xywh {733 489 321 324} resizable visible } { Fl_Tabs {} {open xywh {10 10 300 200} selection_color 7 resizable @@ -34,7 +34,7 @@ Function {} {open Fl_Button {} { label button1 callback {fl_message("Test to see if this modal window prevents you from " - "changing the tabs. It should.");} selected + "changing the tabs. It should.");} xywh {20 60 100 30} code0 {\#include <FL/fl_ask.H>} } @@ -46,6 +46,12 @@ Function {} {open label {This is stuff inside the Fl_Group "tab2"} xywh {30 140 260 30} } + Fl_Button {} { + label {Test event blocking by modal window} + callback {fl_message("Make sure you cannot change the tabs while this modal window is up");} selected + xywh {30 170 260 30} + code0 {\#include <FL/fl_ask.H>} + } } Fl_Group {} { label tab3 open |
