wxWidgets/include/wx/dfb
2009-01-19 13:55:27 +00:00
..
private
app.h
bitmap.h don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither 2009-01-19 13:55:27 +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
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 change generic ints to enums in wxDC (closes #9959) 2009-01-08 14:21:53 +00:00
dcclient.h
dcmemory.h
dcscreen.h
dfbptr.h
evtloop.h added wxEventLoop::DispatchTimeout() 2008-12-26 22:28:34 +00:00
font.h fix the incoherence pointed out by ifacecheck between wx docs, that documents usage of the wxFontFamily, wxFontStyle and wxFontWeight enums in wxFont setters and getters, and the actual sources, which use 'int' instead; provided the same backward-compatibility pattern already used for wxBrush,wxPen both against 'int' overloads and against the wxDeprecatedGUIConstants enum values 2008-11-03 17:02:25 +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
toplevel.h
window.h don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither 2009-01-19 13:55:27 +00:00
wrapdfb.h wxDFB: implemented Raise() and Lower() for TLWs 2008-06-04 21:50:06 +00:00