diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-03-19 15:09:14 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-03-19 15:39:18 +0100 |
| commit | af90841fbc0a7090d7f3979c4d71aeeec1fbcb4b (patch) | |
| tree | 8c768ffc47e08b5031110997b595e930e3e1a754 /test | |
| parent | 3a8daf70c05692d73ded3a64d004a685c5ea2df6 (diff) | |
Update dependencies, whitespace, and Fl_File_Chooser.cxx
Rewrite src/Fl_File_Chooser.cxx from its .fl source file
Diffstat (limited to 'test')
| -rw-r--r-- | test/makedepend | 6 | ||||
| -rw-r--r-- | test/radio.fl | 2 | ||||
| -rw-r--r-- | test/terminal.fl | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/test/makedepend b/test/makedepend index b3f9731e1..b060c7c16 100644 --- a/test/makedepend +++ b/test/makedepend @@ -802,6 +802,7 @@ editor.o: ../FL/Fl_File_Browser.H editor.o: ../FL/Fl_File_Chooser.H editor.o: ../FL/Fl_File_Icon.H editor.o: ../FL/Fl_File_Input.H +editor.o: ../FL/Fl_Flex.H editor.o: ../FL/Fl_Graphics_Driver.H editor.o: ../FL/Fl_Group.H editor.o: ../FL/Fl_Image.H @@ -822,6 +823,7 @@ editor.o: ../FL/Fl_Return_Button.H editor.o: ../FL/Fl_RGB_Image.H editor.o: ../FL/Fl_Scrollbar.H editor.o: ../FL/Fl_Slider.H +editor.o: ../FL/fl_string_functions.h editor.o: ../FL/Fl_Text_Buffer.H editor.o: ../FL/Fl_Text_Display.H editor.o: ../FL/Fl_Text_Editor.H @@ -1663,6 +1665,7 @@ native-filechooser.o: ../FL/Fl_Rect.H native-filechooser.o: ../FL/Fl_Return_Button.H native-filechooser.o: ../FL/Fl_RGB_Image.H native-filechooser.o: ../FL/Fl_Scrollbar.H +native-filechooser.o: ../FL/Fl_Shared_Image.H native-filechooser.o: ../FL/Fl_Slider.H native-filechooser.o: ../FL/Fl_Terminal.H native-filechooser.o: ../FL/Fl_Tile.H @@ -1875,7 +1878,9 @@ pixmap_browser.o: ../FL/Fl_Valuator.H pixmap_browser.o: ../FL/Fl_Widget.H pixmap_browser.o: ../FL/Fl_Widget_Surface.H pixmap_browser.o: ../FL/Fl_Window.H +pixmap_browser.o: ../FL/platform.H pixmap_browser.o: ../FL/platform_types.h +pixmap_browser.o: ../FL/x11.H preferences.o: ../FL/Enumerations.H preferences.o: ../FL/filename.H preferences.o: ../FL/Fl.H @@ -2933,6 +2938,7 @@ unittest_scrollbarsize.o: ../FL/Fl_Scroll.H unittest_scrollbarsize.o: ../FL/Fl_Scrollbar.H unittest_scrollbarsize.o: ../FL/Fl_Slider.H unittest_scrollbarsize.o: ../FL/Fl_Table.H +unittest_scrollbarsize.o: ../FL/Fl_Terminal.H unittest_scrollbarsize.o: ../FL/Fl_Text_Buffer.H unittest_scrollbarsize.o: ../FL/Fl_Text_Display.H unittest_scrollbarsize.o: ../FL/Fl_Tree.H diff --git a/test/radio.fl b/test/radio.fl index f21c02b0d..3eff6a248 100644 --- a/test/radio.fl +++ b/test/radio.fl @@ -6,7 +6,7 @@ Function {button_cb(Fl_Button *b, void *)} { comment {Buttons test callback} open private return_type void } { code {char msg[256]; -sprintf(msg, "Label: '%s'\\nValue: %d\\nChanged: %d", +sprintf(msg, "Label: '%s'\\nValue: %d\\nChanged: %d", b->label(), b->value(), b->changed()); cb_info->value(msg); cb_info->redraw(); diff --git a/test/terminal.fl b/test/terminal.fl index 26e6f6687..379520291 100644 --- a/test/terminal.fl +++ b/test/terminal.fl @@ -1849,7 +1849,7 @@ Can be decimal (e.g. 12) or hex (e.g. \#0c, \#0000000c, etc)} xywh {521 175 77 2 MenuItem {} { label {White on DarkAmber (XTERM)} callback {G_tty->color(0x30200000); // amber widget bg color -G_tty->textfgcolor_xterm(7); // XTERM_WHITE (influenced by Dim/Bold) +G_tty->textfgcolor_xterm(7); // XTERM_WHITE (influenced by Dim/Bold) G_tty->textbgcolor(0xffffffff); // "see through" color update_inputs(); @@ -1860,7 +1860,7 @@ add_lines(5); } MenuItem {} { label {White on Black (XTERM)} - callback {G_tty->textfgcolor_xterm(7); // XTERM WHITE (influenced by Dim/Bold) + callback {G_tty->textfgcolor_xterm(7); // XTERM WHITE (influenced by Dim/Bold) G_tty->textbgcolor(0xffffffff); G_tty->color(0x00000000); update_inputs(); |
