|
NAMEGtk2::AccelMap - wrapper for GtkAccelMapHIERARCHYGlib::Object +----Gtk2::AccelMap METHODSGtk2::AccelMap->add_entry ($accel_path, $accel_key, $accel_mods)
Gtk2::AccelMap->add_filter ($filter_pattern)
boolean = Gtk2::AccelMap->change_entry ($accel_path, $accel_key, $accel_mods, $replace)
Gtk2::AccelMap->foreach ($data, $foreach_func)
Gtk2::AccelMap->foreach_unfiltered ($data, $foreach_func)
accelmap = Gtk2::AccelMap->getSince: gtk+ 2.4Gtk2::AccelMap->load ($file_name)
Gtk2::AccelMap->load_fd ($fd)
Gtk2::AccelMap->lock_path ($accel_path)
Since: gtk+ 2.4 (accel_key, accel_mods, accel_flags) = Gtk2::AccelMap->lookup_entry ($accel_path)
Returns empty if no accelerator is found for the given path, accel_key (integer), accel_mods (Gtk2::Gdk::ModifierType), and accel_flags (integer) otherwise. Gtk2::AccelMap->save ($file_name)
Gtk2::AccelMap->save_fd ($fd)
Gtk2::AccelMap->unlock_path ($accel_path)
Since: gtk+ 2.4 FOREACH CALLBACKThe foreach callbacks ignore any returned values and the following parameters are passed to the callback any modifications are ignored.accel_path (string) accel_key (integer) GdkModifierType accel_mods (Gtk2::Gdk::ModifierType) changed (boolean) user_date (scalar) SIGNALS
ENUMS AND FLAGSflags Gtk2::Gdk::ModifierType
SEE ALSOGtk2, Glib::ObjectCOPYRIGHTCopyright (C) 2003-2011 by the gtk2-perl team.This software is licensed under the LGPL. See Gtk2 for a full notice.
Visit the GSP FreeBSD Man Page Interface. |