]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dataview.h
[ 1473731 ] 'wxColourBase and wxString <-> wxColour implementation'
[wxWidgets.git] / include / wx / dataview.h
index efb338192a3c8bec48a065c072c70e31dda5857d..aa9143a697b15f5600bdd06c48478248dd29428d 100644 (file)
@@ -290,6 +290,9 @@ protected:
 // wxDataViewCtrlBase
 // ---------------------------------------------------------
 
+#define wxDV_SINGLE                  0x0000     // for convenience
+#define wxDV_MULTIPLE                0x0020     // can select multiple items
+
 class wxDataViewCtrlBase: public wxControl
 {
 public: