Class: Gtk::TextView
- Inherits:
-
Object
- Object
- Gtk::TextView
- Defined in:
- lib/lib/util.rb
Instance Method Summary collapse
Instance Method Details
#text ⇒ Object
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 |