Method: TkVariable#set_numeric_type

Defined in:
lib/tk/variable.rb

#set_numeric_type(val) ⇒ Object Also known as: numeric_type=



764
765
766
767
768
# File 'lib/tk/variable.rb', line 764

def set_numeric_type(val)
  @type = :numeric
  self.numeric=(val)
  self
end