diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2006-05-21 09:41:47 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2006-05-21 09:41:47 +0000 |
| commit | b9e4886cfe155e1c524a423c12b4efbe35e76972 (patch) | |
| tree | 79bf9dc8e2d9d788e66e780feed053fcd5067a3b /test/tabs.fl | |
| parent | 20ad7d23fa75c594748887c8a773c6b476e8fbd6 (diff) | |
Tabs now show the correct tooltip (STR #1282)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5139 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 b7c962819..2f23562d6 100644 --- a/test/tabs.fl +++ b/test/tabs.fl @@ -7,7 +7,7 @@ Function {} {open Fl_Window foo_window {open xywh {561 88 320 331} type Double resizable visible } { - Fl_Tabs {} {open selected + Fl_Tabs {} {open tooltip {the various index cards test different aspects of the Fl_Tabs widget} xywh {10 10 300 200} selection_color 4 labelcolor 7 resizable } { Fl_Group {} { @@ -28,8 +28,8 @@ Function {} {open } } Fl_Group {} { - label tab2 open - tooltip {tab2 tests among other things the cooperation of modal windows and tabs} xywh {10 30 300 180} selection_color 2 hide + label tab2 open selected + tooltip {tab2 tests among other things the cooperation of modal windows and tabs} xywh {10 30 300 180} selection_color 2 } { Fl_Button {} { label button1 @@ -89,11 +89,11 @@ Function {} {open } Fl_Group {} { label { tab5 } open - tooltip {tab5 verifies if visibility requests are handled correctly} xywh {10 30 300 180} labeltype ENGRAVED_LABEL + tooltip {tab5 verifies if visibility requests are handled correctly} xywh {10 30 300 180} labeltype ENGRAVED_LABEL hide } { Fl_Button {} { label button2 - xywh {20 80 60 80} + tooltip {button2 has a different tooltp than tab5} xywh {20 80 60 80} } Fl_Button {} { label button |
