summaryrefslogtreecommitdiff
path: root/src/wx/content_panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/content_panel.h')
-rw-r--r--src/wx/content_panel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/content_panel.h b/src/wx/content_panel.h
index 13393f632..a4a172a7f 100644
--- a/src/wx/content_panel.h
+++ b/src/wx/content_panel.h
@@ -58,6 +58,8 @@ public:
void film_changed (Film::Property p);
void film_content_changed (int p);
+ void first_shown ();
+
wxWindow* window () const {
return _splitter;
}
@@ -101,6 +103,7 @@ private:
std::list<ContentSubPanel *> panels () const;
wxSplitterWindow* _splitter;
+ wxPanel* _top_panel;
wxNotebook* _notebook;
wxListCtrl* _content;
wxButton* _add_file;