| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
event.action.Action --+
|
event.shortcut_action.ShortcutAction --+
|
object --+ |
| |
event.action.IListener --+
|
event.shortcut_listener.ShortcutListener --+
|
CloseShortcut
A ShortcutListener specifically made to define a keyboard shortcut that closes the window:
# within the window using helper
subWindow.setCloseShortcut(KeyCode.ESCAPE, NOne)
# or globally
getWindow().addAction(CloseShortcut(subWindow, KeyCode.ESCAPE))
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Creates a keyboard shortcut for closing the given window using the shorthand notation defined in ShortcutAction or the given KeyCode and ModifierKeys.
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Apr 20 16:52:59 2013 | http://epydoc.sourceforge.net |