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

  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
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...]
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...]
ToolTip.py 74 listbox = Listbox(self.tipwindow, background="#ffffe0")
75 listbox.pack()
77 listbox.insert(END, item)
Debugger.py 387 index = self.listbox.index("active")
391 index = self.listbox.index("active")
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
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...]
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...]
ToolTip.py 74 listbox = Listbox(self.tipwindow, background="#ffffe0")
75 listbox.pack()
77 listbox.insert(END, item)
Debugger.py 387 index = self.listbox.index("active")
391 index = self.listbox.index("active")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
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...]
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...]
ToolTip.py 74 listbox = Listbox(self.tipwindow, background="#ffffe0")
75 listbox.pack()
77 listbox.insert(END, item)
Debugger.py 387 index = self.listbox.index("active")
391 index = self.listbox.index("active")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
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...]
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...]
ToolTip.py 74 listbox = Listbox(self.tipwindow, background="#ffffe0")
75 listbox.pack()
77 listbox.insert(END, item)
Debugger.py 387 index = self.listbox.index("active")
391 index = self.listbox.index("active")
  /external/webrtc/webrtc/examples/peerconnection/client/
main_wnd.cc 60 void AddListBoxItem(HWND listbox, const std::string& str, LPARAM item_data) {
61 LRESULT index = ::SendMessageA(listbox, LB_ADDSTRING, 0,
63 ::SendMessageA(listbox, LB_SETITEMDATA, index, item_data);
472 CreateChildWindow(&listbox_, LISTBOX_ID, L"ListBox",
  /build/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk-dev/assets/js/
android_3p-bundle.js     [all...]

Completed in 1679 milliseconds