diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-03-08 09:33:06 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-03-08 09:33:06 -0500 |
commit | 5fe5bec92e86a4a94cddefec51fabc22212b7364 (patch) | |
tree | f9190bf341494510be2c3b9b75e907208025fcbb /src/paintings_pane.h | |
parent | c96b3e0e27d3086113dffe1eab0f63f906a5f58c (diff) | |
download | lingo-ap-tracker-5fe5bec92e86a4a94cddefec51fabc22212b7364.tar.gz lingo-ap-tracker-5fe5bec92e86a4a94cddefec51fabc22212b7364.tar.bz2 lingo-ap-tracker-5fe5bec92e86a4a94cddefec51fabc22212b7364.zip |
Added button to reveal paintings
Diffstat (limited to 'src/paintings_pane.h')
-rw-r--r-- | src/paintings_pane.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/paintings_pane.h b/src/paintings_pane.h index f8d3e09..4c7856f 100644 --- a/src/paintings_pane.h +++ b/src/paintings_pane.h | |||
@@ -16,7 +16,10 @@ class PaintingsPane : public wxPanel { | |||
16 | void UpdateIndicators(); | 16 | void UpdateIndicators(); |
17 | 17 | ||
18 | private: | 18 | private: |
19 | void OnClickRevealPaintings(wxCommandEvent& event); | ||
20 | |||
19 | wxDataViewTreeCtrl* tree_ctrl_; | 21 | wxDataViewTreeCtrl* tree_ctrl_; |
22 | wxButton* reveal_btn_; | ||
20 | }; | 23 | }; |
21 | 24 | ||
22 | #endif /* end of include guard: PAINTINGS_PANE_H_815370D2 */ | 25 | #endif /* end of include guard: PAINTINGS_PANE_H_815370D2 */ |