Module TclTkLib
In: tk/lib/tk.rb

Methods

Public Class methods

[Source]

# File tk/lib/tk.rb, line 2205
    def self.encoding
      TkCore::INTERP.encoding
    end

[Source]

# File tk/lib/tk.rb, line 2202
    def self.encoding=(name)
      TkCore::INTERP.encoding = name
    end

[Validate]