Class: Gtk::TextView

Inherits:
Object
  • Object
show all
Defined in:
lib/lib/util.rb

Instance Method Summary collapse

Instance Method Details

#textObject



3
4
5
# File 'lib/lib/util.rb', line 3

def text
	buffer.text
end

#text=(str) ⇒ Object



7
8
9
# File 'lib/lib/util.rb', line 7

def text=(str)
	buffer.text = str
end