]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/treectlg.h
Added project files for wxUniv under MSW
[wxWidgets.git] / include / wx / generic / treectlg.h
index a6bff0878f1ae89462b282c98840a852177519da..0357da9761bd8cb27032e53c4a0a23107a0e8dd9 100644 (file)
@@ -16,6 +16,8 @@
     #pragma interface "treectlg.h"
 #endif
 
     #pragma interface "treectlg.h"
 #endif
 
+#if wxUSE_TREECTRL
+
 #include "wx/defs.h"
 #include "wx/string.h"
 #include "wx/object.h"
 #include "wx/defs.h"
 #include "wx/string.h"
 #include "wx/object.h"
@@ -54,7 +56,7 @@ public:
                const wxPoint& pos = wxDefaultPosition,
                const wxSize& size = wxDefaultSize,
 #ifdef __WXMAC__
                const wxPoint& pos = wxDefaultPosition,
                const wxSize& size = wxDefaultSize,
 #ifdef __WXMAC__
-               long style = wxTR_MAC_BUTTONS | wxTR_NO_LINES,
+               long style = wxTR_MAC_BUTTONS | wxTR_NO_LINES | wxTR_ROW_LINES,
 #else
                long style = wxTR_HAS_BUTTONS | wxTR_LINES_AT_ROOT,
 #endif
 #else
                long style = wxTR_HAS_BUTTONS | wxTR_LINES_AT_ROOT,
 #endif
@@ -71,7 +73,7 @@ public:
                 const wxPoint& pos = wxDefaultPosition,
                 const wxSize& size = wxDefaultSize,
 #ifdef __WXMAC__
                 const wxPoint& pos = wxDefaultPosition,
                 const wxSize& size = wxDefaultSize,
 #ifdef __WXMAC__
-               long style = wxTR_MAC_BUTTONS | wxTR_NO_LINES,
+               long style = wxTR_MAC_BUTTONS | wxTR_NO_LINES | wxTR_ROW_LINES,
 #else
                long style = wxTR_HAS_BUTTONS | wxTR_LINES_AT_ROOT,
 #endif
 #else
                long style = wxTR_HAS_BUTTONS | wxTR_LINES_AT_ROOT,
 #endif
@@ -450,5 +452,7 @@ public:
 
 #endif
 
 
 #endif
 
+#endif // wxUSE_TREECTRL
+
 #endif // _GENERIC_TREECTRL_H_
 
 #endif // _GENERIC_TREECTRL_H_