Added style flags for selection mode.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -290,6 +290,9 @@ protected:
|
|||||||
// wxDataViewCtrlBase
|
// wxDataViewCtrlBase
|
||||||
// ---------------------------------------------------------
|
// ---------------------------------------------------------
|
||||||
|
|
||||||
|
#define wxDV_SINGLE 0x0000 // for convenience
|
||||||
|
#define wxDV_MULTIPLE 0x0020 // can select multiple items
|
||||||
|
|
||||||
class wxDataViewCtrlBase: public wxControl
|
class wxDataViewCtrlBase: public wxControl
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
Reference in New Issue
Block a user