Method GTK1.AccelGroup()->add_accel()
- Method add_accel
GTK1.AccelGroup add_accel(GTK1.Widget widget, string signal, int key, int modifiers, int flags)
- Description
the widget is the one in which the signal specified by 'signal' recides.
The key is the character code (such as 'a' for the a key and '@' for the @ key), and modifiers is a bitmap of one or more bits, the bits are . Flags is one or more of ACCEL_LOCKED, ACCEL_SIGNAL_VISIBLE and ACCEL_VISIBLE