Replace checkboxes with tools.
[dcpomatic.git] / src / wx / timeline_dialog.h
index 0d91baf22d354ba6662a72bd6f2a925e6e94cfa7..e9156b89edba0656b7b16422a46efc78f3bc1c54 100644 (file)
@@ -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;
 };