17#ifndef Fl_Widget_Surface_h
18#define Fl_Widget_Surface_h
37 void draw(
Fl_Widget* widget,
int delta_x = 0,
int delta_y = 0);
41 virtual void origin(
int x,
int y);
42 virtual void origin(
int *x,
int *y);
declaration of classes Fl_Surface_Device, Fl_Display_Device, Fl_Device_Plugin.
Fl_Surface_Device(Fl_Graphics_Driver *graphics_driver)
Constructor that sets the graphics driver to use for the created surface.
Definition Fl_Device.H:69
This widget produces an actual window.
Definition Fl_Window.H:55