From a235545e422d52324a9a9cc524ed59922b32502e Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 30 Jan 2002 13:38:15 +0000 Subject: 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 --- test/tabs.fl | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'test') 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 -- cgit v1.2.3