From 019f933251bc5b49a297dfe28ca8623de71c5bd3 Mon Sep 17 00:00:00 2001 From: Bill Spitzak Date: Tue, 13 Aug 2002 22:47:35 +0000 Subject: Fixed tabs.fl git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2582 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/tabs.fl | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'test') 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 } } @@ -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_Group {} { label tab3 open -- cgit v1.2.3