From e241b3d295fe4158239170f17391e08473e159c5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 30 Jul 2013 20:14:47 +0100 Subject: Make length editable only for still images. --- src/wx/timecode.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/wx/timecode.h') diff --git a/src/wx/timecode.h b/src/wx/timecode.h index bebfa3f5f..5b094e39f 100644 --- a/src/wx/timecode.h +++ b/src/wx/timecode.h @@ -29,16 +29,22 @@ public: void set (Time, int); Time get (int) const; + void set_editable (bool); + boost::signals2::signal Changed; private: void changed (); void set_clicked (); + wxSizer* _sizer; + wxPanel* _editable; wxTextCtrl* _hours; + wxStaticText* _hours_label; wxTextCtrl* _minutes; wxTextCtrl* _seconds; wxTextCtrl* _frames; wxButton* _set_button; + wxStaticText* _fixed; }; -- cgit v1.2.3