]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listbase.h
Add WXK_NONE symbolic constant indicating absence of a key.
[wxWidgets.git] / include / wx / listbase.h
index ef32584e180ba3980a9153e91a9330ebc40004b9..df07401a0e319f6e8027d64ed7abdef33d9639d8 100644 (file)
@@ -380,10 +380,10 @@ class WXDLLIMPEXP_CORE wxListEvent : public wxNotifyEvent
 public:
     wxListEvent(wxEventType commandType = wxEVT_NULL, int winid = 0)
         : wxNotifyEvent(commandType, winid)
-        , m_code(0)
-        , m_oldItemIndex(0)
-        , m_itemIndex(0)
-        , m_col(0)
+        , m_code(-1)
+        , m_oldItemIndex(-1)
+        , m_itemIndex(-1)
+        , m_col(-1)
         , m_pointDrag()
         , m_item()
         , m_editCancelled(false)