wxwidgets/include/wx/dfb
Vadim Zeitlin 24fd54ed31 Add wxClientDC::CanBeUsedForDrawing()
This function can be used to check if drawing on wxClientDC actually
works. This has to be a run-time, rather than compile-time, check
because in wxGTK3 this depends on the backend being used: wxClientDC
only doesn't work with Wayland, but does work with X11 (and, less
importantly, Win32) backend(s).

Currently the wxWindow parameter of this function is not used but it
could be useful in the future and it will be simpler to allow not
specifying it (by defaulting it to nullptr) than to add it later, so it
seems better to have it.
2023-12-26 19:27:50 +01:00
..
private Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
app.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
bitmap.h Use "= default" for all trivial default ctors and dtors 2023-11-17 01:33:32 +01:00
brush.h Use "= default" for all trivial default ctors and dtors 2023-11-17 01:33:32 +01:00
chkconf.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
cursor.h Use "= default" for all trivial default ctors and dtors 2023-11-17 01:33:32 +01:00
dc.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dcclient.h Add wxClientDC::CanBeUsedForDrawing() 2023-12-26 19:27:50 +01:00
dcmemory.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
dcscreen.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
dfbptr.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
evtloop.h Compilation fix for wxGUIEventLoop in wxDFB 2018-05-23 17:20:39 +02:00
font.h Use "= default" for all trivial default ctors and dtors 2023-11-17 01:33:32 +01:00
nonownedwnd.h Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
pen.h Use "= default" for all trivial default ctors and dtors 2023-11-17 01:33:32 +01:00
popupwin.h Use "= default" for all trivial default ctors and dtors 2023-11-17 01:33:32 +01:00
private.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
region.h Use "= default" for all trivial default ctors and dtors 2023-11-17 01:33:32 +01:00
toplevel.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
window.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
wrapdfb.h Use "= default" for all trivial default ctors and dtors 2023-11-17 01:33:32 +01:00