wxWidgets/include/wx/dfb
2008-09-25 17:56:07 +00:00
..
private changing to wxDC, so that wxGCDC can be used as well 2007-12-22 09:07:56 +00:00
app.h process pending wx events before sending idle events 2007-07-08 05:31:32 +00:00
bitmap.h introduced wxICON_DEFAULT_TYPE and wxBITMAP_DEFAULT_TYPE; documented these default argument values; matched the wxBitmap and wxIcon interfaces to their real implementations; revised icon.h interface header 2008-09-21 20:03:14 +00:00
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 Added wxUSE_CONSOLE_EVENTLOOP and wxUSE_SELECT/EPOLLDISPATCHER guards; 2007-07-14 19:06:18 +00:00
cursor.h provide backward-compat wxCursor(int) ctor; remove empty stubs of XBM ctor from all ports except gtk,motif; make all ports emit wxLogError on invalid bitmap types; implement wxCursor(const wxString&, ...) ctor on GTK (not tested yet) 2008-09-25 17:56:07 +00:00
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 removed wxDCWindowImpl::m_win; use wxDCImpl::m_window instead (fixes caret-related crash 2008-05-06 17:08:49 +00:00
dcmemory.h wx*DCImpl PCH-less compilation fix 2008-01-29 14:09:56 +00:00
dcscreen.h fixed wxDFB compilation after wxDC-related changes 2007-12-14 22:41:07 +00:00
dfbptr.h
evtloop.h
font.h Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added 2007-12-15 17:54:20 +00:00
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 Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added 2007-12-15 17:54:20 +00:00
toplevel.h
window.h move Freeze() and Thaw() to wxWindowBase to ensure that they behave consistently (i.e. recursively, as described in the docs) in all ports; removed different duplications of freeze count from derived classes 2008-01-05 00:21:31 +00:00
wrapdfb.h wxDFB: implemented Raise() and Lower() for TLWs 2008-06-04 21:50:06 +00:00