#freeze
 [[Tkinter]]
 
 #ref(list.py)
 
 *list [#oc938ff6]
  self.list=Listbox(selectmode="single")
 
 #項目を設定
 **項目を設定 [#x75fc297]
  self.list.insert(END,"one")
  self.list.insert(END,"two")
 
 #値を取得
 **値を取得 [#acbc9024]
  index = self.list.curselection()
  item = self.list.get(index)
 
 

トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS