#if wxUSE_TREELAYOUT
-class WXDLLEXPORT wxTreeLayout: public wxObject
+class WXDLLIMPEXP_DEPRECATED wxTreeLayout: public wxObject
{
public:
wxTreeLayout();
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)
};
-class WXDLLEXPORT wxStoredNode
+class WXDLLIMPEXP_DEPRECATED wxStoredNode
{
public:
wxString m_name;
* A version of wxTreeLayout with storage for nodes
*/
-class WXDLLEXPORT wxTreeLayoutStored: public wxTreeLayout
+class WXDLLIMPEXP_DEPRECATED wxTreeLayoutStored: public wxTreeLayout
{
public:
wxTreeLayoutStored(int noNodes = 200);