/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/linux-tools-perf/util/ui/ |
util.c | 36 newtComponent listbox, form = newt_form__new(); local 41 listbox = newtListbox(0, 0, argc, NEWT_FLAG_RETURNEXIT); 42 if (listbox == NULL) 45 newtFormAddComponent(form, listbox); 51 if (newtListboxAddEntry(listbox, argv[i], (void *)(long)i)) 57 rc = newtListboxGetCurrent(listbox) - NULL;
|
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/ |
main_wnd.cc | 74 void AddListBoxItem(HWND listbox, const std::string& str, LPARAM item_data) { 75 LRESULT index = ::SendMessageA(listbox, LB_ADDSTRING, 0, 77 ::SendMessageA(listbox, LB_SETITEMDATA, index, item_data); 465 CreateChildWindow(&listbox_, LISTBOX_ID, L"ListBox",
|
/external/chromium_org/chrome/browser/resources/file_manager/js/ |
navigation_list.js | 275 // Overriding default role 'list' set by cr.ui.List.decorate() to 'listbox' 277 this.setAttribute('role', 'listbox');
|
file_grid.js | 220 // role (listbox).
|
file_table.js | 942 // Overriding the default role 'list' to 'listbox' for better
|
file_manager.js | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
html.css | 836 -webkit-appearance: listbox;
|
/build/tools/droiddoc/templates-sac/assets/js/ |
android_3p-bundle.js | [all...] |
/build/tools/droiddoc/templates-sdk/assets/js/ |
android_3p-bundle.js | [all...] |