]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/deprecated/treelay.h
Tweaks to install guide
[wxWidgets.git] / contrib / include / wx / deprecated / treelay.h
index a87818356e38c179ecea3fa59f9b02aaebecd1f5..b4985e426a7818fa3efc51fb23d18d56646438ef 100644 (file)
@@ -28,7 +28,7 @@ class wxMouseEvent;
 
 #if wxUSE_TREELAYOUT
 
 
 #if wxUSE_TREELAYOUT
 
-class WXDLLEXPORT wxTreeLayout: public wxObject
+class WXDLLIMPEXP_DEPRECATED wxTreeLayout: public wxObject
 {
 public:
     wxTreeLayout();
 {
 public:
     wxTreeLayout();
@@ -83,13 +83,13 @@ protected:
     long          m_ySpacing;
     long          m_topMargin;
     long          m_leftMargin;
     long          m_ySpacing;
     long          m_topMargin;
     long          m_leftMargin;
-    bool          m_orientation; // TRUE for top-to-bottom, FALSE for left-to-right
-    
+    bool          m_orientation; // true for top-to-bottom, false for left-to-right
+
 private:
     DECLARE_ABSTRACT_CLASS(wxTreeLayout)
 };
 
 private:
     DECLARE_ABSTRACT_CLASS(wxTreeLayout)
 };
 
-class WXDLLEXPORT wxStoredNode
+class WXDLLIMPEXP_DEPRECATED wxStoredNode
 {
 public:
     wxString      m_name;
 {
 public:
     wxString      m_name;
@@ -103,7 +103,7 @@ public:
  * A version of wxTreeLayout with storage for nodes
  */
 
  * A version of wxTreeLayout with storage for nodes
  */
 
-class WXDLLEXPORT wxTreeLayoutStored: public wxTreeLayout
+class WXDLLIMPEXP_DEPRECATED wxTreeLayoutStored: public wxTreeLayout
 {
 public:
     wxTreeLayoutStored(int noNodes = 200);
 {
 public:
     wxTreeLayoutStored(int noNodes = 200);
@@ -138,7 +138,7 @@ private:
     wxStoredNode*     m_nodes;
     int               m_num;
     int               m_maxNodes;
     wxStoredNode*     m_nodes;
     int               m_num;
     int               m_maxNodes;
-    
+
 private:
     DECLARE_DYNAMIC_CLASS(wxTreeLayoutStored)
     DECLARE_NO_COPY_CLASS(wxTreeLayoutStored)
 private:
     DECLARE_DYNAMIC_CLASS(wxTreeLayoutStored)
     DECLARE_NO_COPY_CLASS(wxTreeLayoutStored)