toggle

toggle()
Instance Public methods

def create_self(keys)

1
2
3
4
5
if keys and keys != None
  tk_call_without_enc('checkbutton', @path, *hash_kv(keys, true))
else
  tk_call_without_enc('checkbutton', @path)
end

end private :create_self

doc_ruby_on_rails
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.