fltk 1.3.28

Rust bindings for the FLTK GUI library
Documentation
1
2
3
4
5
6
7
//! A simple counter.
//!
//!The code can be found in the `examples` directory next to the `src` directory in the source distribution.
//! ### Description
//! A simple counter, containing a button to increment and decrement each. It
//! uses a direct callback approach cloning the frame that shows the count.
//! Contains some theming.