class Tk::Root

Public Class Methods

new() click to toggle source
# File lib/ffi-tk/widget/root.rb, line 4
def initialize
  @tk_parent = nil
  @tk_pathname = '.'
end