#ifndef _WX_TREELAY_H_
#define _WX_TREELAY_H_
-#if defined(__GNUG__) && !defined(__APPLE__)
-#pragma interface "wxtree.h"
-#endif
-
#ifndef WX_PRECOMP
#include "wx/object.h"
class wxList;
long m_topMargin;
long m_leftMargin;
bool m_orientation; // true for top-to-bottom, false for left-to-right
-
+
private:
DECLARE_ABSTRACT_CLASS(wxTreeLayout)
};
wxStoredNode* m_nodes;
int m_num;
int m_maxNodes;
-
+
private:
DECLARE_DYNAMIC_CLASS(wxTreeLayoutStored)
DECLARE_NO_COPY_CLASS(wxTreeLayoutStored)