X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fwx-console%2Fwxbtreectrl.h;h=3cf6012f272bf993fffdd5b4d4f80916adbcbc0b;hb=10c05f312f2836c0d04a7478d2c33a14aa82631b;hp=08fe8bd9ff781536232c219aab14055a3427c40a;hpb=775d4d796be17ca77b9872308a162c48e2e7eff3;p=bacula%2Fbacula diff --git a/bacula/src/wx-console/wxbtreectrl.h b/bacula/src/wx-console/wxbtreectrl.h index 08fe8bd9ff..3cf6012f27 100644 --- a/bacula/src/wx-console/wxbtreectrl.h +++ b/bacula/src/wx-console/wxbtreectrl.h @@ -47,7 +47,7 @@ class wxbTreeMarkedEvent: public wxEvent { ~wxbTreeMarkedEvent(); wxbTreeMarkedEvent(const wxbTreeMarkedEvent& te); virtual wxEvent *Clone() const; - + wxTreeItemId GetItem(); private: wxTreeItemId item; @@ -57,9 +57,9 @@ typedef void (wxEvtHandler::*wxTreeMarkedEventFunction)(wxbTreeMarkedEvent&); #define EVT_TREE_MARKED_EVENT(id, fn) \ DECLARE_EVENT_TABLE_ENTRY( \ - wxbTREE_MARKED_EVENT, id, wxID_ANY, \ - (wxObjectEventFunction)(wxEventFunction)(wxTreeMarkedEventFunction)&fn, \ - (wxObject *) NULL \ + wxbTREE_MARKED_EVENT, id, wxID_ANY, \ + (wxObjectEventFunction)(wxEventFunction)(wxTreeMarkedEventFunction)&fn, \ + (wxObject *) NULL \ ), /* Customized tree, which transmit double clicks on images */ @@ -67,13 +67,13 @@ class wxbTreeCtrl: public wxTreeCtrl { public: wxbTreeCtrl(wxWindow* parent, wxEvtHandler* handler, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize); ~wxbTreeCtrl(); - + private: void OnDoubleClicked(wxMouseEvent& event); void OnRightClicked(wxMouseEvent& event); - + wxEvtHandler* handler; - + DECLARE_EVENT_TABLE(); };