wxWidgets/include/wx/dfb
Vadim Zeitlin 41b1ba3c9e Replace many identical wxBitmap::CopyFromIcon() with a single one
Define CopyFromIcon() directly in wxBitmapBase for the non-MSW ports, as
it was implemented exactly in the same way in all ports using this class
anyhow.

This means this function is not virtual any longer, but this shouldn't
be a problem as it was never supposed to be overridden in application
code and this couldn't be done with wxMSW, where it never was virtual in
the first place, anyhow.

No real changes, just a simplification.
2021-10-25 23:36:45 +02:00
..
private
app.h
bitmap.h Replace many identical wxBitmap::CopyFromIcon() with a single one 2021-10-25 23:36:45 +02: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 Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
pen.h
popupwin.h
private.h
region.h
toplevel.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
window.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
wrapdfb.h