Make wxTR_NO_LINES default under GTK2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30800 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
76840ed0db
commit
c7f73af494
@ -158,7 +158,11 @@ enum wxTreeItemIcon
|
|||||||
|
|
||||||
#define wxTR_FULL_ROW_HIGHLIGHT 0x2000 // highlight full horz space
|
#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)
|
#define wxTR_DEFAULT_STYLE (wxTR_HAS_BUTTONS | wxTR_LINES_AT_ROOT)
|
||||||
|
#endif
|
||||||
|
|
||||||
// deprecated, don't use
|
// deprecated, don't use
|
||||||
#define wxTR_MAC_BUTTONS 0
|
#define wxTR_MAC_BUTTONS 0
|
||||||
|
Loading…
Reference in New Issue
Block a user