X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0cd936a4fb390aaf318f1a751546e08a531a3bda..85fb220621d0b87a5570d114d753826a69eb8f41:/include/wx/treebase.h diff --git a/include/wx/treebase.h b/include/wx/treebase.h index fab586e27a..15944f0476 100644 --- a/include/wx/treebase.h +++ b/include/wx/treebase.h @@ -158,7 +158,11 @@ enum wxTreeItemIcon #define wxTR_FULL_ROW_HIGHLIGHT 0x2000 // highlight full horz space +#ifdef __WXGTK20__ +#define wxTR_DEFAULT_STYLE (wxTR_HAS_BUTTONS | wxTR_NO_LINES) +#else #define wxTR_DEFAULT_STYLE (wxTR_HAS_BUTTONS | wxTR_LINES_AT_ROOT) +#endif // deprecated, don't use #define wxTR_MAC_BUTTONS 0