diff options
Diffstat (limited to 'src/paintings_pane.h')
| -rw-r--r-- | src/paintings_pane.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/paintings_pane.h b/src/paintings_pane.h index 2b79286..1d14510 100644 --- a/src/paintings_pane.h +++ b/src/paintings_pane.h | |||
| @@ -7,6 +7,7 @@ | |||
| 7 | #include <wx/wx.h> | 7 | #include <wx/wx.h> | 
| 8 | #endif | 8 | #endif | 
| 9 | 9 | ||
| 10 | class wxDataViewEvent; | ||
| 10 | class wxDataViewTreeCtrl; | 11 | class wxDataViewTreeCtrl; | 
| 11 | 12 | ||
| 12 | class PaintingsPane : public wxPanel { | 13 | class PaintingsPane : public wxPanel { | 
| @@ -18,6 +19,7 @@ class PaintingsPane : public wxPanel { | |||
| 18 | 19 | ||
| 19 | private: | 20 | private: | 
| 20 | void OnClickRevealPaintings(wxCommandEvent& event); | 21 | void OnClickRevealPaintings(wxCommandEvent& event); | 
| 22 | void OnStartEditingCell(wxDataViewEvent& event); | ||
| 21 | 23 | ||
| 22 | wxDataViewTreeCtrl* tree_ctrl_; | 24 | wxDataViewTreeCtrl* tree_ctrl_; | 
| 23 | wxButton* reveal_btn_; | 25 | wxButton* reveal_btn_; | 
