wxWidgets/include/wx/dfb
2008-06-17 17:28:26 +00:00
..
private
app.h
bitmap.h
brush.h declare future-deprecated SetStyle(int) in wxPen/Brush and not wxPen/BrushBase as it's useless there (compilation of user code doing pen.SetStyle(wxDOT) still fails) 2008-06-17 17:28:26 +00:00
chkconf.h
cursor.h
dc.h deprecate wxDC::SetClippingRegion(wxRegion) overload and replace it with SetDeviceClippingRegion() to avoid confusion due to use of different kind of coordinates in this and other overloads of the same function; also rename wxDCImpl::DoSetClippingRegionAsRegion() to DoSetDeviceClippingRegion(); finally use bounding box of the region passed to wxDCClipper ctor to avoid interpreting coordinates differently for different ctors of the same class (see #8970) 2008-06-08 01:45:56 +00:00
dcclient.h
dcmemory.h
dcscreen.h
dfbptr.h
evtloop.h
font.h
nonownedwnd.h wxDFB: implemented Raise() and Lower() for TLWs 2008-06-04 21:50:06 +00:00
pen.h declare future-deprecated SetStyle(int) in wxPen/Brush and not wxPen/BrushBase as it's useless there (compilation of user code doing pen.SetStyle(wxDOT) still fails) 2008-06-17 17:28:26 +00:00
popupwin.h
private.h
region.h
toplevel.h
window.h
wrapdfb.h wxDFB: implemented Raise() and Lower() for TLWs 2008-06-04 21:50:06 +00:00