mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
first compilable version of tabbable design.
I would have loved to split this apart, but there are just so many interrelated changes, it makes little sense and would be a huge effort that would break future git bisect use because so many intermediate commits would not compile
This commit is contained in:
parent
85eee3b09d
commit
9010262bed
42 changed files with 1007 additions and 1117 deletions
|
|
@ -67,10 +67,9 @@ void set_color_from_rgba (Gdk::Color&, uint32_t);
|
|||
uint32_t gdk_color_to_rgba (Gdk::Color const&);
|
||||
uint32_t contrasting_text_color (uint32_t c);
|
||||
|
||||
bool relay_key_press (GdkEventKey* ev, Gtk::Window* win);
|
||||
bool forward_key_press (GdkEventKey* ev);
|
||||
bool relay_key_press (GdkEventKey* ev, Gtk::Window* win = 0);
|
||||
bool key_press_focus_accelerator_handler (Gtk::Window& window, GdkEventKey* ev);
|
||||
bool emulate_key_event (Gtk::Widget*, unsigned int);
|
||||
bool emulate_key_event (unsigned int);
|
||||
|
||||
Glib::RefPtr<Gdk::Pixbuf> get_xpm (std::string);
|
||||
std::vector<std::string> get_icon_sets ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue