From 296efbe0929b4d3f7676d5eac62c3a13ba31de1a Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 19 May 2005 12:13:35 +0000 Subject: 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 --- test/tabs.fl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'test/tabs.fl') 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 } } -- cgit v1.2.3