Class: XlibObj::Event::SelectionNotify
- Inherits:
-
Object
- Object
- XlibObj::Event::SelectionNotify
- Defined in:
- lib/event/selection_notify.rb
Instance Method Summary collapse
-
#initialize(type:, target:, property:) ⇒ SelectionNotify
constructor
A new instance of SelectionNotify.
- #send_to(receiver) ⇒ Object
Constructor Details
#initialize(type:, target:, property:) ⇒ SelectionNotify
Returns a new instance of SelectionNotify.
12 13 14 |
# File 'lib/event/selection_notify.rb', line 12 def initialize(type:, target:, property:) @type, @target, @property = type, target, property end |