faderport: show current User button bindings in GUI

This commit is contained in:
Paul Davis 2015-12-03 21:45:41 -05:00
parent a9ce37b7ac
commit e82cc88c6f
2 changed files with 41 additions and 4 deletions

View file

@ -103,6 +103,9 @@ private:
void build_available_action_menu ();
void action_changed (Gtk::ComboBox*, FaderPort::ButtonID, FaderPort::ButtonState);
bool find_action_in_model (const Gtk::TreeModel::iterator& iter, std::string const & action_path, Gtk::TreeModel::iterator* found);
};
}