add

add(*args)
Instance Public methods

def create_self(keys)

if keys and keys != None
  tk_call_without_enc('panedwindow', @path, *hash_kv(keys, true))
else
  tk_call_without_enc('panedwindow', @path)
end

end private :create_self

doc_ruby_on_rails
2015-04-27 15:31:44
Comments
Leave a Comment

Please login to continue.