wxWidgets/include/wx/dfb
Vadim Zeitlin 24970061fa Add wxBitmap(wxImage, wxDC) ctor to all ports
This ctor was previously present only in wxMSW, make it available in all
ports to allow the same code to compile everywhere.

In most of them wxDC argument is simply ignored, but in wxGTK and wxOSX
it is used to assign the appropriate scale factor for the new bitmap.

Enable previously wxMSW-only unit test checking for this.
2022-04-12 19:08:56 +01:00
..
private Use a common base class for wxOverlay implementations (#22107) 2022-02-07 19:28:55 -08:00
app.h
bitmap.h Add wxBitmap(wxImage, wxDC) ctor to all ports 2022-04-12 19:08:56 +01:00
brush.h
chkconf.h
cursor.h Add wxCursor ctor from XPM data to all ports 2021-04-18 01:14:36 +01:00
dc.h
dcclient.h
dcmemory.h
dcscreen.h
dfbptr.h Remove trailing semicolon from wxDFB_DECLARE_INTERFACE() 2020-08-31 01:25:45 +02:00
evtloop.h
font.h
nonownedwnd.h
pen.h
popupwin.h
private.h
region.h
toplevel.h
window.h
wrapdfb.h