Browse Source

Fixed tabs.fl

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2582 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
pull/168/head
Bill Spitzak 23 years ago
parent
commit
019f933251
  1. 10
      test/tabs.fl

10
test/tabs.fl

@ -5,7 +5,7 @@ code_name {.cxx} @@ -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 @@ -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 @@ -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

Loading…
Cancel
Save