GtkWidget::lock_accelerators

GtkWidget::lock_accelerators

lock_accelerators() locks any accelerators defined on the calling widget - usually a GtkMenuItem - so that no further keys can be entered or existing keys removed or altered.

Note that if you do not lock your accelerators the end user will be able to define their own, whether any exist on that widget or not.

See also: unlock_accelerators() , accelerators_locked()

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.