Namespace
- CLASS Tk::Tcllib::KHIM::Help
Methods
Constants
PACKAGE_NAME | = | 'khim'.freeze |
TkCommandNames | = | ['::khim::getOptions'.freeze].freeze |
Class Public methods
get_config()
Link
get_options(parent='')
Link
package_name()
Link
package_version()
Link
set_config(*args)
Link
# File ext/tk/lib/tkextlib/tcllib/khim.rb, line 44 def self.set_config(*args) if args.length == 1 # cmd_string generated by #Tk.ip_eval_without_enc(cmd_string) Tk.ip_eval(cmd_string) else # args for setConfig command #Tk.tk_call_without_enc('::khim::setConfig', *args) Tk.tk_call('::khim::setConfig', *args) end end
showHelp()
Link
Instance Public methods