[[Tkinter]]
 
 *text [#o0b2578c]
 #ref(text.py)
 
 **text()で初期化する。 [#y30f3ca9]
  self.text = Text( )
  self.text.pack(side="top")
 
 **insertで文字列をセットする。 [#g111f78e]
  self.text.insert(END,"one")
 
 **getで文字列を得る。 [#l141a212]
  s=self.text.get(1.0,END)

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS