]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/deprecated/treelay.h
Copy some missing samples, and contrib for Motif/Mac
[wxWidgets.git] / contrib / include / wx / deprecated / treelay.h
index a87818356e38c179ecea3fa59f9b02aaebecd1f5..ad1a266662fdcb79281372b58fcebed55d539f82 100644 (file)
@@ -28,7 +28,7 @@ class wxMouseEvent;
 
 #if wxUSE_TREELAYOUT
 
-class WXDLLEXPORT wxTreeLayout: public wxObject
+class WXDLLIMPEXP_DEPRECATED wxTreeLayout: public wxObject
 {
 public:
     wxTreeLayout();
@@ -89,7 +89,7 @@ private:
     DECLARE_ABSTRACT_CLASS(wxTreeLayout)
 };
 
-class WXDLLEXPORT wxStoredNode
+class WXDLLIMPEXP_DEPRECATED wxStoredNode
 {
 public:
     wxString      m_name;
@@ -103,7 +103,7 @@ public:
  * A version of wxTreeLayout with storage for nodes
  */
 
-class WXDLLEXPORT wxTreeLayoutStored: public wxTreeLayout
+class WXDLLIMPEXP_DEPRECATED wxTreeLayoutStored: public wxTreeLayout
 {
 public:
     wxTreeLayoutStored(int noNodes = 200);