Class: Gtk::Entry

Inherits:
Object show all
Defined in:
lib/tagen/gtk2.rb

Overview

class PrintOperation

Instance Method Summary collapse

Instance Method Details

#textObject

default encoding is ASCII-8BIT, some error occurs. change to text.force_encoding(“UTF-8”)



85
86
87
# File 'lib/tagen/gtk2.rb', line 85

def text
	text_.force_encoding "UTF-8"
end

#text_Object



81
# File 'lib/tagen/gtk2.rb', line 81

alias text_ text