= PyGTK = 適当メモ.主に日記からの転載. == TextView == {{{ #!python textField = gtk.TextView() textBuffer = textField.get_buffer() [startIter, endIter] = textBuffer.get_bounds() # [最初の位置, 最後の位置] print textBuffer.get_text(startIter, endIter) }}}