mirror of
https://github.com/fltk/fltk.git
synced 2026-05-31 22:04:26 +08:00
Improve the documentation of class Fl_Display_device
This commit is contained in:
+3
-2
@@ -97,8 +97,9 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
A display to which the computer can draw.
|
The computer's display.
|
||||||
When the program begins running, an object of class Fl_Display_Device has been created and made the current drawing surface.
|
When FLTK begins to access the computer's display, it creates an object of class Fl_Display_Device and makes
|
||||||
|
it the current drawing surface.
|
||||||
*/
|
*/
|
||||||
class FL_EXPORT Fl_Display_Device : public Fl_Surface_Device {
|
class FL_EXPORT Fl_Display_Device : public Fl_Surface_Device {
|
||||||
Fl_Display_Device(Fl_Graphics_Driver *graphics_driver);
|
Fl_Display_Device(Fl_Graphics_Driver *graphics_driver);
|
||||||
|
|||||||
Reference in New Issue
Block a user