HomeSort by relevance Sort by last modified time
    Searched refs:Listbox (Results 1 - 18 of 18) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ToolTip.py 74 listbox = Listbox(self.tipwindow, background="#ffffe0")
75 listbox.pack()
77 listbox.insert(END, item)
ScrolledList.py 8 # Create top frame, with scrollbar and listbox
14 self.listbox = listbox = Listbox(frame, exportselection=0,
17 listbox.configure(options)
18 listbox.pack(expand=1, fill="both")
19 # Tie listbox and scrollbar together
20 vbar["command"] = listbox.yview
21 listbox["yscrollcommand"] = vbar.set
23 listbox.bind("<ButtonRelease-1>", self.click_event
    [all...]
keybindingDialog.py 97 self.listKeysFinal=Listbox(self.frameControlsBasic,width=15,height=10,
configDialog.py 125 self.listFontName=Listbox(frameFontName,height=5,takefocus=FALSE,
277 self.listBindings=Listbox(frameTarget,takefocus=FALSE,
387 self.listHelp=Listbox(frameHelpList,height=5,takefocus=FALSE,
    [all...]
AutoCompleteWindow.py 28 self.autocompletewindow = self.listbox = self.scrollbar = None
114 """Should be called when the selection of the Listbox has changed.
115 Updates the Listbox display and calls _change_start."""
116 cursel = int(self.listbox.curselection()[0])
118 self.listbox.see(cursel)
134 self.listbox.configure(selectbackground=self.origselbackground,
137 self.listbox.configure(selectbackground=self.listbox.cget("bg"),
138 selectforeground=self.listbox.cget("fg"))
143 self.listbox.delete(0, END
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ToolTip.py 74 listbox = Listbox(self.tipwindow, background="#ffffe0")
75 listbox.pack()
77 listbox.insert(END, item)
ScrolledList.py 8 # Create top frame, with scrollbar and listbox
14 self.listbox = listbox = Listbox(frame, exportselection=0,
17 listbox.configure(options)
18 listbox.pack(expand=1, fill="both")
19 # Tie listbox and scrollbar together
20 vbar["command"] = listbox.yview
21 listbox["yscrollcommand"] = vbar.set
23 listbox.bind("<ButtonRelease-1>", self.click_event
    [all...]
keybindingDialog.py 97 self.listKeysFinal=Listbox(self.frameControlsBasic,width=15,height=10,
configDialog.py 125 self.listFontName=Listbox(frameFontName,height=5,takefocus=FALSE,
277 self.listBindings=Listbox(frameTarget,takefocus=FALSE,
387 self.listHelp=Listbox(frameHelpList,height=5,takefocus=FALSE,
    [all...]
AutoCompleteWindow.py 28 self.autocompletewindow = self.listbox = self.scrollbar = None
114 """Should be called when the selection of the Listbox has changed.
115 Updates the Listbox display and calls _change_start."""
116 cursel = int(self.listbox.curselection()[0])
118 self.listbox.see(cursel)
134 self.listbox.configure(selectbackground=self.origselbackground,
137 self.listbox.configure(selectbackground=self.listbox.cget("bg"),
138 selectforeground=self.listbox.cget("fg"))
143 self.listbox.delete(0, END
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 71 self.files = Listbox(self.midframe, exportselection=0,
82 self.dirs = Listbox(self.midframe, exportselection=0,
Tix.py 580 listbox subwidget.
    [all...]
Tkinter.py 6 Checkbutton, Scale, Listbox, Scrollbar, OptionMenu, Spinbox
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 71 self.files = Listbox(self.midframe, exportselection=0,
82 self.dirs = Listbox(self.midframe, exportselection=0,
Tix.py 580 listbox subwidget.
    [all...]
Tkinter.py 6 Checkbutton, Scale, Listbox, Scrollbar, OptionMenu, Spinbox
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pydoc.py     [all...]

Completed in 5357 milliseconds