git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40059
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// Declare a wxList to hold all the objects. List order reflects drawing
// order (Z order) and is the same order as objects are added to the list
//----------------------------------------------------------------------------
// Declare a wxList to hold all the objects. List order reflects drawing
// order (Z order) and is the same order as objects are added to the list
//----------------------------------------------------------------------------
-class WXDLLEXPORT pdcObjectList;
WX_DECLARE_LIST(pdcObject, pdcObjectList);
WX_DECLARE_LIST(pdcObject, pdcObjectList);
// Drawing methods are mirrored from wxDC but add nodes to m_list
// instead of doing any real drawing.
// ----------------------------------------------------------------------------
// Drawing methods are mirrored from wxDC but add nodes to m_list
// instead of doing any real drawing.
// ----------------------------------------------------------------------------
-class WXDLLEXPORT wxPseudoDC : public wxObject
+class wxPseudoDC : public wxObject