Namespace
- CLASS Tk::TclX::XPG3_MsgCat
Methods
Constants
| PACKAGE_NAME | = | 'Tclx'.freeze |
Class Public methods
infox(*args)
Link
Source: show
# File ext/tk/lib/tkextlib/tclx/tclx.rb, line 31 def self.infox(*args) Tk.tk_call('infox', *args) end
package_name()
Link
Source: show
# File ext/tk/lib/tkextlib/tclx/tclx.rb, line 19 def self.package_name PACKAGE_NAME end
package_version()
Link
Source: show
# File ext/tk/lib/tkextlib/tclx/tclx.rb, line 23 def self.package_version begin TkPackage.require('Tclx') rescue '' end end