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

@ -102,6 +102,11 @@ void convert_bgra_to_rgba (guint8 const* src,
int width,
int height);
Glib::RefPtr<Gdk::Pixbuf> pixbuf_from_ustring (const Glib::ustring& name,
Pango::FontDescription* font,
int clip_width,
int clip_height);
void resize_window_to_proportion_of_monitor (Gtk::Window*, int, int);
#endif /* __ardour_gtk_utils_h__ */