Method: TkWindow#cursor_propagate
- Defined in:
- lib/tkextlib/tcllib/cursor.rb
#cursor_propagate(cursor) ⇒ Object
56 57 58 59 60 |
# File 'lib/tkextlib/tcllib/cursor.rb', line 56 def cursor_propagate(cursor) # Sets the cursor for self and all its descendants to cursor. #tk_call_without_enc('::cursor::propagate', @path, cursor) Tk::Tcllib::Cursor.cursor_propagate(self, cursor) end |