Method: TkVariable#set_numlist_type

Defined in:
lib/tk/variable.rb

#set_numlist_type(val) ⇒ Object Also known as: numlist_type=



1089
1090
1091
1092
1093
# File 'lib/tk/variable.rb', line 1089

def set_numlist_type(val)
  @type = :numlist
  self.numlist=(val)
  self
end