Module fltk::examples::counter4

source ·
Expand description

A counter using event handling.

The code can be found in the examples directory next to the src directory in the source distribution.

Description

Contains a button for increment and decrement each. Uses an Event based approach calling handle on the frame that contains the counter string.