diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-06 13:29:21 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-06 13:29:21 +0000 |
| commit | dfa88d5ad8760d10c15864d01aae9eb8222060ea (patch) | |
| tree | eeb1d4387b437088d3117856df9f7789add91e98 /src/wx/kdm_dialog.h | |
| parent | d093a5268e64af44bc55aec06d4c9b8efca6d9d6 (diff) | |
Stub new cinema dialog.
Diffstat (limited to 'src/wx/kdm_dialog.h')
| -rw-r--r-- | src/wx/kdm_dialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/kdm_dialog.h b/src/wx/kdm_dialog.h index fe44bb83a..d45d4bef8 100644 --- a/src/wx/kdm_dialog.h +++ b/src/wx/kdm_dialog.h @@ -40,6 +40,8 @@ private: void add_cinema (boost::shared_ptr<Cinema>); void add_screen (boost::shared_ptr<Cinema>, boost::shared_ptr<Screen>); void targets_selection_changed (wxCommandEvent &); + void new_cinema_clicked (wxCommandEvent &); + void new_screen_clicked (wxCommandEvent &); wxTreeCtrl* _targets; wxButton* _new_cinema; |
