Method: TkSelection.set_owner
- Defined in:
- lib/tk/selection.rb
.set_owner(win, keys = nil) ⇒ Object
79 80 81 |
# File 'lib/tk/selection.rb', line 79 def self.set_owner(win, keys=nil) tk_call_without_enc('selection', 'own', *(hash_kv(keys) << win)) end |