]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/treectrl.h
wxNotebook interface (it may change!), implementation file is not yet
[wxWidgets.git] / include / wx / generic / treectrl.h
index 640b84ecca58febd57ae21ac09cba0fcddea0205..21ef2cc1f4b0d053f03c6c79ba4c72999f15cea0 100644 (file)
@@ -69,7 +69,7 @@ class wxTreeCtrl;
 #define wxTREE_HITTEST_TOLEFT           0x0400  // To the right of the client area.
 #define wxTREE_HITTEST_TORIGHT          0x0800  // To the left of the client area.
 
-#define wxTREE_HITTEST_ONITEM (wxTREE_HITTEST_ONITEMICON | wxTREE_HITTEST_ONITEMLABEL wxTREE_HITTEST_ONITEMSTATEICON)
+#define wxTREE_HITTEST_ONITEM (wxTREE_HITTEST_ONITEMICON | wxTREE_HITTEST_ONITEMLABEL wxTREE_HITTEST_ONITEMSTATEICON)
 
 // Flags for GetNextItem
 enum {