#include <fltk_gui.h>
Public Member Functions | |
| FLTK_GUI (int x, int y, int w, int h) | |
| FLTK_GUI (void) | |
| Constructor. | |
| void | refresh (Component_List &component_list) |
| bool | check (void) |
| void | check_cursor (void) |
| bool | wait (void) |
| int | handle (int) |
| int | get_selection (void) |
| void | diagnostics (void) |
This generally seperates the GUI elements from the generally more abstract processing of the main program easing porting of program to another GUI framework.
|
||||||||||||||||||||
|
|
|
|
Constructor.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3