Method: TkVariable#set_list_type

Defined in:
lib/tk/variable.rb

#set_list_type(val) ⇒ Object Also known as: list_type=



1079
1080
1081
1082
1083
# File 'lib/tk/variable.rb', line 1079

def set_list_type(val)
  @type = :list
  self.list=(val)
  self
end