]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/wx-console/wxblistctrl.h
Some Win32 fixes
[bacula/bacula] / bacula / src / wx-console / wxblistctrl.h
index c069a4eb6452d96003980d295909827442155538..6e939f121dbafe58721a3dfd142a7f4557206f60 100644 (file)
@@ -61,13 +61,15 @@ typedef void (wxEvtHandler::*wxListMarkedEventFunction)(wxbListMarkedEvent&);
 /* Customized list, which transmit double clicks on images */
 class wxbListCtrl: public wxListCtrl {
    public:
-      wxbListCtrl(wxWindow* parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize);
+      wxbListCtrl(wxWindow* parent, wxEvtHandler* handler, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize);
       ~wxbListCtrl();
       
    private:
       void OnDoubleClicked(wxMouseEvent& event);
       void OnRightClicked(wxMouseEvent& event);
       
+      wxEvtHandler* handler;
+      
       DECLARE_EVENT_TABLE();
 };