Ardour  9.0-pre0-582-g084a23a80d
accelmap.h File Reference
#include <string>
#include <gdkmm/types.h>
#include <gtkmm/accelkey.h>
Include dependency graph for accelmap.h:

Go to the source code of this file.

Namespaces

 Gtk
 
 Gtk::AccelMap
 

Functions

void Gtk::AccelMap::add_entry (const std::string &accel_path, guint accel_key, Gdk::ModifierType accel_mods)
 
bool Gtk::AccelMap::change_entry (const std::string &accel_path, guint accel_key, Gdk::ModifierType accel_mods, bool replace)
 
void Gtk::AccelMap::load (const std::string &filename)
 
void Gtk::AccelMap::save (const std::string &filename)
 
void Gtk::AccelMap::lock_path (const std::string &accel_path)
 
void Gtk::AccelMap::unlock_path (const std::string &accel_path)
 
bool Gtk::AccelMap::lookup_entry (const Glib::ustring &accel_path)
 
bool Gtk::AccelMap::lookup_entry (const Glib::ustring &accel_path, Gtk::AccelKey &key)