diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2006-05-21 08:59:40 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2006-05-21 08:59:40 +0000 |
| commit | 20ad7d23fa75c594748887c8a773c6b476e8fbd6 (patch) | |
| tree | 123f4c2d199b6f943a7e8cc005a8ddb2b3b6ef91 /test/tabs.fl | |
| parent | e35e2a27a23d3760d0d7c65964940bea0a809b18 (diff) | |
STR #1282: added tooltips to the 'tabs' demo so we can test and fix this bug.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5138 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/tabs.fl')
| -rw-r--r-- | test/tabs.fl | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/tabs.fl b/test/tabs.fl index 080a13356..b7c962819 100644 --- a/test/tabs.fl +++ b/test/tabs.fl @@ -5,14 +5,14 @@ code_name {.cxx} Function {} {open } { Fl_Window foo_window {open - xywh {733 489 320 320} type Double resizable visible + xywh {561 88 320 331} type Double resizable visible } { Fl_Tabs {} {open selected - xywh {10 10 300 200} selection_color 4 labelcolor 7 resizable + 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 {} { label Label1 open - xywh {10 30 300 180} selection_color 1 hide resizable + tooltip {this Tab tests correct keyboard navigation between text input fields} xywh {10 30 300 180} selection_color 1 hide resizable } { Fl_Input {} { label {input:} @@ -29,7 +29,7 @@ Function {} {open } Fl_Group {} { label tab2 open - xywh {10 30 300 180} selection_color 2 + tooltip {tab2 tests among other things the cooperation of modal windows and tabs} xywh {10 30 300 180} selection_color 2 hide } { Fl_Button {} { label button1 @@ -55,7 +55,7 @@ Function {} {open } Fl_Group {} { label tab3 open - xywh {10 30 300 180} selection_color 3 hide + tooltip {tab3 checks for correct keyboard navigation} xywh {10 30 300 180} selection_color 3 hide } { Fl_Button {} { label button2 @@ -72,7 +72,7 @@ Function {} {open } Fl_Group {} { label tab4 open - xywh {10 30 300 180} selection_color 5 labelfont 2 hide + tooltip {this tab show the issue of indicating a selcted tab if the tab layouts are very similar} xywh {10 30 300 180} selection_color 5 labelfont 2 hide } { Fl_Button {} { label button2 @@ -89,7 +89,7 @@ Function {} {open } Fl_Group {} { label { tab5 } open - xywh {10 30 300 180} labeltype ENGRAVED_LABEL hide + tooltip {tab5 verifies if visibility requests are handled correctly} xywh {10 30 300 180} labeltype ENGRAVED_LABEL } { Fl_Button {} { label button2 |
