fltk/src/drivers/PicoSDL
Albrecht Schlosser 4a31fd7aed Provide Fl_Window_Driver accessor methods for public Fl_Window attributes.
These methods are intended to be used instead of pWindow->method()
for better code readability and easier porting of methods from
Fl_Window to Fl_Window_Driver.

New methods: x(), y(), y(), h(), shown(), parent(), border(),
  visible(), and visible_r().

We should add more such methods if appropriate.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11414 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2016-03-24 01:20:08 +00:00
..
Fl_PicoSDL_Copy_Surface.cxx
Fl_PicoSDL_Graphics_Driver.cxx A few more Pico fixes. Tests with single buffered windows render well for those parts that are implemented. 2016-03-08 16:08:34 +00:00
Fl_PicoSDL_Graphics_Driver.H Add very basic graphics support to PicoSDL. 2016-03-08 00:35:00 +00:00
Fl_PicoSDL_Image_Surface.cxx
Fl_PicoSDL_Screen_Driver.cxx Fix some, but not all doxygen warnings. 2016-03-21 22:51:23 +00:00
Fl_PicoSDL_Screen_Driver.H
Fl_PicoSDL_System_Driver.cxx
Fl_PicoSDL_System_Driver.H
Fl_PicoSDL_Window_Driver.cxx Provide Fl_Window_Driver accessor methods for public Fl_Window attributes. 2016-03-24 01:20:08 +00:00
Fl_PicoSDL_Window_Driver.H Fix some, but not all doxygen warnings. 2016-03-21 22:51:23 +00:00