diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-05-19 12:13:35 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-05-19 12:13:35 +0000 |
| commit | 296efbe0929b4d3f7676d5eac62c3a13ba31de1a (patch) | |
| tree | cbea02a1d704fa5c79ddf91a8ed236ca4b3acce6 /test/tabs.fl | |
| parent | 6f946ecfc55a5dee1571c72aae93b086c06370b3 (diff) | |
Update Fl_Tabs to draw selected tabs using labelcolor() of the Fl_Tabs
widget instead of using fl_contrast.
Draw round plastic buttons round...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4357 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/tabs.fl')
| -rw-r--r-- | test/tabs.fl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/tabs.fl b/test/tabs.fl index de4105105..080a13356 100644 --- a/test/tabs.fl +++ b/test/tabs.fl @@ -1,14 +1,14 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0100 +version 1.0107 header_name {.h} code_name {.cxx} Function {} {open } { Fl_Window foo_window {open - xywh {733 489 321 324} resizable visible + xywh {733 489 320 320} type Double resizable visible } { - Fl_Tabs {} {open - xywh {10 10 300 200} selection_color 7 resizable + Fl_Tabs {} {open selected + xywh {10 10 300 200} selection_color 4 labelcolor 7 resizable } { Fl_Group {} { label Label1 open @@ -48,7 +48,7 @@ Function {} {open } 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 + callback {fl_message("Make sure you cannot change the tabs while this modal window is up");} xywh {30 170 260 30} code0 {\#include <FL/fl_ask.H>} } |
