diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-04 02:23:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-04 02:23:29 +0100 |
| commit | c554c20be02b4a518be1be4266f90b88df9d5bd6 (patch) | |
| tree | 014aec0045a14dd44d811cefbd14e4dd6628fcf6 /src/wx/timeline_dialog.h | |
| parent | 7bcf60f8ad3acd4dcae77a120216839b665c4335 (diff) | |
Replace checkboxes with tools.
Diffstat (limited to 'src/wx/timeline_dialog.h')
| -rw-r--r-- | src/wx/timeline_dialog.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wx/timeline_dialog.h b/src/wx/timeline_dialog.h index 0d91baf22..e9156b89e 100644 --- a/src/wx/timeline_dialog.h +++ b/src/wx/timeline_dialog.h @@ -33,14 +33,14 @@ public: void set_selection (ContentList selection); private: - void snap_toggled (); - void sequence_toggled (); void film_changed (Film::Property); void tool_clicked (wxCommandEvent& id); + wxString bitmap_path (std::string name); boost::weak_ptr<Film> _film; Timeline _timeline; - wxCheckBox* _snap; - wxCheckBox* _sequence; + wxToolBar* _toolbar; + wxToolBarToolBase* _snap; + wxToolBarToolBase* _sequence; boost::signals2::scoped_connection _film_changed_connection; }; |
