From 5fe5bec92e86a4a94cddefec51fabc22212b7364 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 8 Mar 2025 09:33:06 -0500 Subject: Added button to reveal paintings --- src/paintings_pane.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/paintings_pane.h') 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 { void UpdateIndicators(); private: + void OnClickRevealPaintings(wxCommandEvent& event); + wxDataViewTreeCtrl* tree_ctrl_; + wxButton* reveal_btn_; }; #endif /* end of include guard: PAINTINGS_PANE_H_815370D2 */ -- cgit 1.4.1