mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
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:
parent
ab565167ff
commit
ff9ddf5100
16 changed files with 175 additions and 216 deletions
|
|
@ -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__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue