diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-01-10 15:19:32 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-01-10 15:20:05 +0100 |
| commit | cf2d2fc5e0790986948146f5fdd968169b690a6d (patch) | |
| tree | 5ad14ae9a6efcb24c1e5b9886db73745bcd9377b /test/tabs.fl | |
| parent | 9bdaf5a84d6243ab90584c2e0ee6125b0dc1f98c (diff) | |
Fix compiler warning in test/tabs
Diffstat (limited to 'test/tabs.fl')
| -rw-r--r-- | test/tabs.fl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/tabs.fl b/test/tabs.fl index d13073507..35223501f 100644 --- a/test/tabs.fl +++ b/test/tabs.fl @@ -12,14 +12,14 @@ Function {} {open label {class Fl_Tabs} xywh {95 0 130 35} labeltype ENGRAVED_LABEL labelfont 1 } - Fl_Tabs tabs_group {open + Fl_Tabs tabs_group {open selected tooltip {the various index cards test different aspects of the Fl_Tabs widget} xywh {10 35 315 260} selection_color 4 labelcolor 7 resizable - code0 {//o->handle_overflow(Fl_Tabs::OVERFLOW_PULLDOWN);} + code0 {// tabs_group->handle_overflow(Fl_Tabs::OVERFLOW_PULLDOWN);} } { Fl_Group {} { label {Label&1} callback {if (Fl::callback_reason()==FL_REASON_CLOSED) - o->parent()->remove(o);} selected + o->parent()->remove(o);} tooltip {this tab tests correct keyboard navigation between text input fields} xywh {10 60 315 235} selection_color 1 when 16 resizable } { Fl_Input {} { |
