Class: FocusEvent
- Inherits:
-
ArcadiaEvent
- Object
- Event
- ArcadiaEvent
- FocusEvent
- Defined in:
- lib/a-contracts.rb
Overview
FocusEvent Events for executing operation on focused widget
Direct Known Subclasses
CopyTextEvent, CutTextEvent, InvertSelectionTextEvent, LowerCaseTextEvent, PasteTextEvent, RedoTextEvent, SelectAllTextEvent, UndoTextEvent, UpperCaseTextEvent
Instance Attribute Summary collapse
-
#focus_widget ⇒ Object
Returns the value of attribute focus_widget.
Attributes inherited from Event
#channel, #parent, #results, #sender, #time
Method Summary
Methods inherited from Event
#add_finalize_callback, #add_result, #break, #initialize, #is_breaked?
Constructor Details
This class inherits a constructor from Event
Instance Attribute Details
#focus_widget ⇒ Object
Returns the value of attribute focus_widget.
264 265 266 |
# File 'lib/a-contracts.rb', line 264 def @focus_widget end |