FLTK 1.3.x
|
A display to which the computer can draw. More...
#include <Fl_Device.H>
Public Member Functions | |
Fl_Display_Device (Fl_Graphics_Driver *graphics_driver) | |
A constructor that sets the graphics driver used by the display. | |
Static Public Member Functions | |
static Fl_Display_Device * | display_device () |
Returns the platform's display device. | |
Static Public Attributes | |
static const char * | class_id = "Fl_Display_Device" |
A string that identifies each subclass of Fl_Device. |
A display to which the computer can draw.
const char * Fl_Display_Device::class_id = "Fl_Display_Device" [static] |
A string that identifies each subclass of Fl_Device.
Function class_name() applied to a device of this class returns this string.
Reimplemented from Fl_Surface_Device.