Fix typos.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10851 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
d99d22cf91
commit
298c734201
12
test/tabs.fl
12
test/tabs.fl
@ -17,7 +17,7 @@ Function {} {open
|
||||
} {
|
||||
Fl_Group {} {
|
||||
label {Label&1}
|
||||
tooltip {this Tab tests correct keyboard navigation between text input fields} xywh {10 60 315 235} selection_color 1 resizable
|
||||
tooltip {this tab tests correct keyboard navigation between text input fields} xywh {10 60 315 235} selection_color 1 resizable
|
||||
} {
|
||||
Fl_Input {} {
|
||||
label {input:}
|
||||
@ -78,7 +78,7 @@ Function {} {open
|
||||
}
|
||||
Fl_Group {} {
|
||||
label {&tab4}
|
||||
tooltip {this tab show the issue of indicating a selcted tab if the tab layouts are very similar} xywh {10 60 315 235} selection_color 5 labeltype ENGRAVED_LABEL labelfont 2 hide
|
||||
tooltip {this tab shows the issue of indicating a selected tab if the tab layouts are very similar} xywh {10 60 315 235} selection_color 5 labeltype ENGRAVED_LABEL labelfont 2 hide
|
||||
} {
|
||||
Fl_Button {} {
|
||||
label button2
|
||||
@ -99,7 +99,7 @@ Function {} {open
|
||||
} {
|
||||
Fl_Button {} {
|
||||
label button2
|
||||
tooltip {button2 has a different tooltp than tab5} xywh {20 80 60 80}
|
||||
tooltip {button2 has a different tooltip than tab5} xywh {20 80 60 80}
|
||||
}
|
||||
Fl_Button {} {
|
||||
label button
|
||||
@ -133,7 +133,7 @@ Function {} {open
|
||||
} {
|
||||
Fl_Group {} {
|
||||
label Label1
|
||||
tooltip {this Tab tests correct keyboard navigation between text input fields} xywh {330 60 320 235} selection_color 1 hide resizable
|
||||
tooltip {this tab tests correct keyboard navigation between text input fields} xywh {330 60 320 235} selection_color 1 hide resizable
|
||||
} {
|
||||
Fl_Input {} {
|
||||
label {input:}
|
||||
@ -194,7 +194,7 @@ Function {} {open
|
||||
}
|
||||
Fl_Group {} {
|
||||
label tab4
|
||||
tooltip {this tab show the issue of indicating a selcted tab if the tab layouts are very similar} xywh {330 60 320 235} selection_color 5 labelfont 2 hide
|
||||
tooltip {this tab shows the issue of indicating a selected tab if the tab layouts are very similar} xywh {330 60 320 235} selection_color 5 labelfont 2 hide
|
||||
} {
|
||||
Fl_Button {} {
|
||||
label button2
|
||||
@ -215,7 +215,7 @@ Function {} {open
|
||||
} {
|
||||
Fl_Button {} {
|
||||
label button2
|
||||
tooltip {button2 has a different tooltp than tab5} xywh {350 80 60 80}
|
||||
tooltip {button2 has a different tooltip than tab5} xywh {350 80 60 80}
|
||||
}
|
||||
Fl_Button {} {
|
||||
label button
|
||||
|
Loading…
Reference in New Issue
Block a user