Method
GtkActiondisconnect_accelerator
deprecated: 3.10 since: 2.4
Declaration [src]
void
gtk_action_disconnect_accelerator (
GtkAction* action
)
Description [src]
Undoes the effect of one call to gtk_action_connect_accelerator().
Available since: 2.4
Deprecated since: 3.10
Use GAction
and the accelerator group on an associated
GtkMenu
instead.