diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-01-30 13:38:15 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-01-30 13:38:15 +0000 |
| commit | a235545e422d52324a9a9cc524ed59922b32502e (patch) | |
| tree | 2675888face582912dfe85da9120cc4c5469da29 /test | |
| parent | a71a0d21b1ffcce8e873d087abb7368d0ab9493b (diff) | |
Fix prototypes for fl_input() and fl_password().
Change how tabs are colored, and update the tabs demo to show it...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1951 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
| -rw-r--r-- | test/tabs.fl | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/test/tabs.fl b/test/tabs.fl index 8967a6dcb..0fe92be4e 100644 --- a/test/tabs.fl +++ b/test/tabs.fl @@ -1,5 +1,5 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0009 +version 1.0100 header_name {.h} code_name {.cxx} gridx 10 @@ -8,14 +8,14 @@ snap 3 Function {} {open } { Fl_Window foo_window {open - xywh {329 266 321 324} resizable visible + xywh {674 782 321 324} resizable visible } { Fl_Tabs {} {open - xywh {10 10 300 200} selection_color 15 resizable + xywh {10 10 300 200} selection_color 7 resizable } { Fl_Group {} { label Label1 open - xywh {10 30 300 180} hide resizable + xywh {10 30 300 180} selection_color 1 hide resizable } { Fl_Input {} { label {input:} @@ -32,7 +32,7 @@ Function {} {open } Fl_Group {} { label tab2 open - xywh {10 30 300 180} hide + xywh {10 30 300 180} selection_color 2 hide } { Fl_Button {} { label button1 @@ -48,8 +48,8 @@ Function {} {open } } Fl_Group {} { - label tab3 open selected - xywh {10 30 300 180} + label tab3 open + xywh {10 30 300 180} selection_color 3 hide } { Fl_Button {} { label button2 @@ -66,7 +66,7 @@ Function {} {open } Fl_Group {} { label tab4 open - xywh {10 30 300 180} labelfont 2 hide + xywh {10 30 300 180} selection_color 5 labelfont 2 hide } { Fl_Button {} { label button2 @@ -82,8 +82,8 @@ Function {} {open } } Fl_Group {} { - label { tab5 } open - xywh {10 30 300 180} labeltype ENGRAVED_LABEL hide + label { tab5 } open selected + xywh {10 30 300 180} labeltype ENGRAVED_LABEL } { Fl_Button {} { label button2 |
