Method: CDK::ITEMLIST#move

Defined in:
lib/cdk/components/itemlist.rb

#move(xplace, yplace, relative, refresh_flag) ⇒ Object

This moves the itemlist field to the given location.



221
222
223
224
225
# File 'lib/cdk/components/itemlist.rb', line 221

def move(xplace, yplace, relative, refresh_flag)
  windows = [@win, @field_win, @label_win, @shadow_win]
  self.move_specific(xplace, yplace, relative, refresh_flag,
      windows, [])
end