]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/deprecated/treelay.h
don't wake up on Windows messages when waiting for thread termination in a console...
[wxWidgets.git] / contrib / include / wx / deprecated / treelay.h
index ad1a266662fdcb79281372b58fcebed55d539f82..2b17b7de07820bdbfcff657791253948fd0567a1 100644 (file)
 #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;
@@ -83,8 +79,8 @@ protected:
     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)
 };
@@ -138,7 +134,7 @@ private:
     wxStoredNode*     m_nodes;
     int               m_num;
     int               m_maxNodes;
-    
+
 private:
     DECLARE_DYNAMIC_CLASS(wxTreeLayoutStored)
     DECLARE_NO_COPY_CLASS(wxTreeLayoutStored)