Module fltk::examples

source ·
Expand description

Documentation for the examples

Each file is a standalone executable with its own main function. Examples vary from basic hello world simplicity to some more complex examples. They may contain logic bugs, however their purpose is for demonstration and for testing UI elements. If you would like to contribute fixes, improvements or more examples, you’re very welcome to do so.

More interesting examples can be found in the fltk-rs-demos repo. Also a nice implementation of the 7guis tasks can be found here. Various advanced examples can also be found here.

Modules

Documentation for the animations example
Documentation for the calculator example
Documentation for the calculator2 example
Documentation for the charts example
Documentation for the closable_tab example
Documentation for the composite_widgets example
A simple counter.
A counter using messaging over a channel.
A a flutter-styled incrementing counter.
A counter using event handling.
Documentation for the custom_choice example
Documentation for the custom_dial example
Documentation for the custom_popup example
Documentation for the custom_widgets example
Documentation for the defaults example
Documentation for the editor example
Documentation for the fb example
Documentation for the flex example
Documentation for the format_text example
Documentation for the frames example
Documentation for the gradients example
Documentation for the hello example
Documentation for the hello_button example
Documentation for the image example
Documentation for the menubutton example
Documentation for the messages example
Documentation for the paint example
Documentation for the pong example
Documentation for the popup_browser example
Documentation for the rgb example
Documentation for the rounded_images example
Documentation for the screens_info example
Documentation for the shapedwindow example
Documentation for the spreadsheet example
Documentation for the system_fonts example
Documentation for the table example
Documentation for the tabs example
Documentation for the temp_converter example
Documentation for the terminal example
How to show a window from another thread.
Documentation for the tree example
Documentation for the widget_table example
Documentation for the wizard example