#include <FlAme.h>
Example:
Fl_Window_Floor floorwindow; // Create a floorwindow object. floorwindow.show(); // Show it. FlAme::refresh25 >>= floorwindow; // And set the refresh rate to 25 frames a second.
Static Public Member Functions | |
| static const char * | ChooseFile (const char *extension, const char *prompt) |
| Allows the user to select a file via the Fl_File_Chooser dialogue. | |
Static Public Attributes | |
| static FlSignal | refresh25 |
| Sends a void() signal via the signal_link mechanism 25 times per second, from the FLTK(main) thread. | |
| static FlSignal | refresh10 |
| Sends a void() signal via the signal_link mechanism 10 times per second, from the FLTK(main) thread. | |
1.5.1-p1