class Tk::Text::Peer
Public Class Methods
new(tk_parent, options = {})
click to toggle source
# File lib/ffi-tk/widget/text/peer.rb, line 5 def initialize(tk_parent, options = {}) @tk_parent = tk_parent Tk.execute(tk_parent.tk_pathname, 'peer', 'create', assign_pathname, options) end