git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38834
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// wxDataViewCtrlBase
// ---------------------------------------------------------
// wxDataViewCtrlBase
// ---------------------------------------------------------
+#define wxDV_SINGLE 0x0000 // for convenience
+#define wxDV_MULTIPLE 0x0020 // can select multiple items
+
class wxDataViewCtrlBase: public wxControl
{
public:
class wxDataViewCtrlBase: public wxControl
{
public: