Method: CDK::CDKOBJS#move
- Defined in:
- lib/cdk/cdk_objs.rb
#move(xplace, yplace, relative, refresh_flag) ⇒ Object
58 59 60 61 |
# File 'lib/cdk/cdk_objs.rb', line 58 def move(xplace, yplace, relative, refresh_flag) self.move_specific(xplace, yplace, relative, refresh_flag, [@win, @shadow_win], []) end |