]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/listctrl.h
wxEventType alterations.
[wxWidgets.git] / include / wx / generic / listctrl.h
index 93106ffa1dbf7041caddfdf71ee53d62e4f34152..11e0b1034b51b7297d1cca982b06fd98d4c340d6 100644 (file)
@@ -202,7 +202,7 @@ class WXDLLEXPORT wxListEvent: public wxCommandEvent
   DECLARE_DYNAMIC_CLASS(wxListEvent)
 
  public:
-  wxListEvent(WXTYPE commandType = 0, int id = 0);
+  wxListEvent(wxEventType commandType = wxEVT_NULL, int id = 0);
 
   int           m_code;
   long          m_itemIndex;
@@ -495,7 +495,7 @@ class wxListMainWindow: public wxScrolledWindow
     void OnPaint( wxPaintEvent &event );
     void HilightAll( const bool on );
     void ActivateLine( wxListLineData *line );
-    void SendNotify( wxListLineData *line, long command );
+    void SendNotify( wxListLineData *line, wxEventType command );
     void FocusLine( wxListLineData *line );
     void UnfocusLine( wxListLineData *line );
     void SelectLine( wxListLineData *line );