tidy up (a bit) locations editing widget ; use pixbuf/string code from 2.0;remove edit point clock

git-svn-id: svn://localhost/ardour2/branches/3.0@6074 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2009-11-12 20:39:53 +00:00
parent ab565167ff
commit ff9ddf5100
16 changed files with 175 additions and 216 deletions

View file

@ -49,6 +49,8 @@ class AudioClock : public Gtk::HBox
void focus ();
void set (nframes_t, bool force = false, nframes_t offset = 0, char which = 0);
void set_from_playhead ();
void locate ();
void set_mode (Mode);
void set_bbt_reference (nframes64_t);