mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
gail: remove obsolete select and deselect signals from MenuItem
They were removed in 3bd93e5bfd
This commit is contained in:
parent
f64e2df911
commit
7c140feb6b
@ -707,22 +707,6 @@ gail_focus_tracker_init (void)
|
||||
g_signal_add_emission_hook (
|
||||
g_signal_lookup ("event-after", GTK_TYPE_WIDGET), 0,
|
||||
gail_focus_watcher, NULL, (GDestroyNotify) NULL);
|
||||
/*
|
||||
* A "select" signal is emitted when arrow key is used to
|
||||
* move to a list item in the popup window of a GtkCombo or
|
||||
* a menu item in a menu.
|
||||
*/
|
||||
g_signal_add_emission_hook (
|
||||
g_signal_lookup ("select", GTK_TYPE_MENU_ITEM), 0,
|
||||
gail_select_watcher, NULL, (GDestroyNotify) NULL);
|
||||
|
||||
/*
|
||||
* A "deselect" signal is emitted when arrow key is used to
|
||||
* move from a menu item in a menu to the parent menu.
|
||||
*/
|
||||
g_signal_add_emission_hook (
|
||||
g_signal_lookup ("deselect", GTK_TYPE_MENU_ITEM), 0,
|
||||
gail_deselect_watcher, NULL, (GDestroyNotify) NULL);
|
||||
|
||||
/*
|
||||
* We listen for deactivate signals on menushells to determine
|
||||
|
Loading…
Reference in New Issue
Block a user