Method: TkVariable#set_bool_type
- Defined in:
- lib/tk/variable.rb
#set_bool_type(val) ⇒ Object Also known as: bool_type=
822 823 824 825 826 |
# File 'lib/tk/variable.rb', line 822 def set_bool_type(val) @type = :bool self.bool=(val) self end |