TVS_CHECKBOXES doesn't seem to exist in Borland C++
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -197,7 +197,7 @@ bool wxTreeCtrl::Create(wxWindow *parent,
|
|||||||
if ( m_windowStyle & wxTR_LINES_AT_ROOT )
|
if ( m_windowStyle & wxTR_LINES_AT_ROOT )
|
||||||
wstyle |= TVS_LINESATROOT;
|
wstyle |= TVS_LINESATROOT;
|
||||||
|
|
||||||
#if !defined( __GNUWIN32__ ) && !defined(wxUSE_NORLANDER_HEADERS)
|
#if !defined( __GNUWIN32__ ) && !defined( __BORLANDC__ ) && !defined(wxUSE_NORLANDER_HEADERS)
|
||||||
// we emulate the multiple selection tree controls by using checkboxes: set
|
// we emulate the multiple selection tree controls by using checkboxes: set
|
||||||
// up the image list we need for this if we do have multiple selections
|
// up the image list we need for this if we do have multiple selections
|
||||||
if ( m_windowStyle & wxTR_MULTIPLE )
|
if ( m_windowStyle & wxTR_MULTIPLE )
|
||||||
|
Reference in New Issue
Block a user