summaryrefslogtreecommitdiff
path: root/src/wx/content_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-03-20 10:40:24 +0100
committerCarl Hetherington <cth@carlh.net>2021-03-20 10:40:24 +0100
commit69a7c253174091d12b0efb37f2a4ac5e61dfaa3a (patch)
tree908b8498fa02309b147c6fc37ccaaf9b8469e518 /src/wx/content_panel.h
parent2b7db93970b37c9b21d4eff0c6d2955502ec7098 (diff)
Add select-all.
Diffstat (limited to 'src/wx/content_panel.h')
-rw-r--r--src/wx/content_panel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/content_panel.h b/src/wx/content_panel.h
index 124fd6b94..70568ccc0 100644
--- a/src/wx/content_panel.h
+++ b/src/wx/content_panel.h
@@ -75,6 +75,7 @@ public:
void set_general_sensitivity (bool s);
void set_selection (std::weak_ptr<Content>);
void set_selection (ContentList cl);
+ void select_all ();
void film_changed (Film::Property p);
void film_content_changed (int p);