2 #ifndef _GTKMM_ACCELMAP_H
3 #define _GTKMM_ACCELMAP_H
86 void load(
const std::string& filename);
95 void save(
const std::string& filename);
bool lookup_entry(const Glib::ustring &accel_path)
void unlock_path(const std::string &accel_path)
void add_entry(const std::string &accel_path, guint accel_key, Gdk::ModifierType accel_mods)
bool change_entry(const std::string &accel_path, guint accel_key, Gdk::ModifierType accel_mods, bool replace)
void lock_path(const std::string &accel_path)
void load(const std::string &filename)
void save(const std::string &filename)