Class Fox::FXAccelTable |
|
The accelerator table sends a message to a specific target object when the indicated key and modifier combination is pressed.
Methods |
Public Class methods |
new() {|acceleratorTable| ...} |
Construct empty accelerator table
Public Instance methods |
addAccel(hotkey, target=nil, seldn=0, selup=0) |
Add an accelerator to the table
hasAccel?(hotkey) |
Return true if accelerator specified
targetOfAccel(hotkey) |
Return target object of the given accelerator
removeAccel(hotkey) |
Remove mapping for specified hot key