/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)
|
/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)
|
/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/WebKit/ManualTests/ |
stale-scrollbar-client-crash.html | 27 <select multiple="true" id="listbox" style="height: 100px; width: 100px;"> 42 var listbox = document.getElementById("listbox"); 51 listbox.addEventListener("mousedown", mousedown, false);
|
/external/chromium_org/content/test/data/accessibility/ |
aria-combobox.html | 14 <ul id="state_list" role="listbox" aria-expanded="true">
|
/external/chromium_org/third_party/WebKit/Source/web/ |
PopupContainer.cpp | 102 IntRect PopupContainer::layoutAndCalculateWidgetRectInternal(IntRect widgetRectInScreen, int targetControlHeight, const FloatRect& windowRect, const FloatRect& screen, bool isRTL, const int rtlOffset, const int verticalOffset, const IntSize& transformOffset, PopupContent* listBox, bool& needToResizeView) 104 ASSERT(listBox); 123 listBox->setMaxWidthAndLayout(std::max(widgetRectInScreen.width() - borderSize * 2, 0)); 126 listBox->setMaxWidthAndLayout(std::max(widgetRectInScreen.width() - borderSize * 2, 0)); 141 listBox->setMaxHeight(spaceAbove); 143 listBox->setMaxHeight(spaceBelow); 144 listBox->layout(); 146 widgetRectInScreen.setHeight(listBox->popupContentHeight() + borderSize * 2); 212 listBox()->m_focusedElement = m_frameView->frame().document()->focusedElement(); 221 // Enable scrollbars after the listbox is inserted into the hierarchy [all...] |
PopupMenuChromium.cpp | 65 m_popup->listBox()->disconnectClient(); 87 m_popup->listBox()->updateFromElement();
|
/external/chromium/chrome/browser/extensions/ |
extension_accessibility_api_constants.cc | 36 const char kTypeListBox[] = "listbox";
|
/external/chromium_org/chrome/browser/accessibility/ |
accessibility_extension_api_constants.cc | 34 const char kTypeListBox[] = "listbox";
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebPopupMenu.h | 45 // Sets the minimum height of a popup listbox row.
|
/external/chromium_org/ui/base/accessibility/ |
accessible_view_state.h | 54 // Only applies to views with multiple choices like a listbox; both
|
/external/chromium_org/third_party/npapi/npspy/windows/ |
npspy.rc | 106 LISTBOX IDC_MAIN_OUTPUT,0,0,321,185,LBS_MULTIPLESEL | 249 LISTBOX ID_LIST_DIR,7,33,151,74,LBS_OWNERDRAWFIXED | 257 LISTBOX ID_LISTTEMP_DIR,181,53,20,40,LBS_SORT |
|
dirpick.cpp | 256 //Force a listbox repaint. 531 static int cyItem = -1; //Height of a listbox item 552 return TRUE; // to prevent default action in listbox (drawing focus)
|
/external/chromium_org/chrome/third_party/chromevox/ |
chromevox.gyp | 61 'chromevox/background/earcons/listbox.ogg',
|
/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/tools/grit/grit/format/policy_templates/writers/ |
adm_writer_unittest.py | 519 PART !!ListPolicy_Part LISTBOX 536 PART !!ListPolicy_Part LISTBOX 787 PART !!Policy1_Part LISTBOX 818 PART !!Policy1_Part LISTBOX
|
/external/chromium_org/tools/grit/grit/ |
shortcuts_unittests.py | 61 LISTBOX IDC_SIDEBAR_DISPLAYED_FEED_LIST,0,69,239,127,LBS_SORT |
|
/external/oprofile/gui/ |
oprof_start.h | 140 /// with multiple selection listbox QT doesn't allow to know
|
/external/chromium_org/tools/grit/grit/testdata/ |
GoogleDesktop.adm | 137 PART !!Blacklist_URI_Contains LISTBOX
157 PART !!Search_Locations_Whitelist LISTBOX
298 PART !!Pol_GSAHosts LISTBOX
336 PART !!Pol_Gadget_Whitelist LISTBOX
343 PART !!Pol_Gadget_Install_Confirmation_Whitelist LISTBOX
537 PART !!Blacklist_URI_Contains LISTBOX
557 PART !!Search_Locations_Whitelist LISTBOX
698 PART !!Pol_GSAHosts LISTBOX
716 PART !!Pol_Gadget_Whitelist LISTBOX
723 PART !!Pol_Gadget_Install_Confirmation_Whitelist LISTBOX
[all...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/ |
navigation_list.js | 177 // Overriding default role 'list' set by cr.ui.List.decorate() to 'listbox' 179 this.setAttribute('role', 'listbox');
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
openssl.cnf | 190 # This will be displayed in Netscape's comment listbox. 295 # This will be displayed in Netscape's comment listbox.
|