wxWidgets/include/wx/mgl
2008-03-16 21:11:12 +00:00
..
private
app.h use correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut) 2007-11-23 14:13:50 +00:00
bitmap.h Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added 2007-12-15 17:54:20 +00:00
brush.h introduce wxBrushStyle enum and replace 'int style' occurrences in wxBrush code with 'wxBrushStyle style'; the change is backward compatible and documented in changes.txt 2008-03-16 16:47:57 +00:00
chkconf.h remove ODBC and DBgrid libraries 2007-10-23 13:40:27 +00:00
clipbrd.h
cursor.h Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added 2007-12-15 17:54:20 +00:00
dc.h
dcclient.h
dcmemory.h
dcscreen.h
font.h Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added 2007-12-15 17:54:20 +00:00
palette.h Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added 2007-12-15 17:54:20 +00:00
pen.h fix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap enums instead of plain int; remove from wxBrushStyle the styles wxPen-specific; add backward-compatible ctor to wxPen; don't include brush.h and pen.h from gdicmn.h, rather move wxPenList,wxBrushList,wxFontList in the relative headers 2008-03-16 21:11:12 +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