/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/windres/ |
listbox.rc | 3 LISTBOX 1001, 28, 63, 137, 52
|
/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)
|
/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)
|
/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/autotest/frontend/client/src/autotest/afe/ |
LabelFilter.java | 10 import com.google.gwt.user.client.ui.ListBox; 15 private final ListBox platform; 24 platform = new ListBox();
|
/external/autotest/frontend/client/src/autotest/common/table/ |
ListFilter.java | 9 import com.google.gwt.user.client.ui.ListBox; 13 protected ListBox select; 29 * Subclasses should override this if they wish to use a multi-select listbox 30 * @return true if and only if the listbox should be multiple select
|
/external/autotest/frontend/client/src/autotest/tko/ |
ExistingGraphsFrontend.java | 22 import com.google.gwt.user.client.ui.ListBox; 47 private ListBox singleBenchmark = new ListBox(false); 48 private ListBox multiBenchmark = new ListBox(true); 131 ListBox benchmark = getVisibleBenchmark(); 154 ListBox benchmark = getVisibleBenchmark(); 164 private ListBox getVisibleBenchmark() { 183 ListBox dest; 184 ListBox src [all...] |
SpreadsheetHeaderSelectorView.java | 29 private ExtendedListBox listBox = new ExtendedListBox(); 36 singleHeaderOptions.add(listBox); 82 return listBox;
|
SavedQueriesControl.java | 27 import com.google.gwt.user.client.ui.ListBox; 46 private ListBox queryList = new ListBox(); 48 private QueryActionDialog<ListBox> deleteQueryDialog; 87 deleteQueryDialog = new QueryActionDialog<ListBox>(new ListBox(), 102 private void fillQueryList(final ListBox list) {
|
ContentSelect.java | 19 import com.google.gwt.user.client.ui.ListBox; 39 private ListBox contentSelect = new ListBox(true);
|
/external/autotest/frontend/client/src/autotest/common/ui/ |
ExtendedListBox.java | 6 import com.google.gwt.user.client.ui.ListBox; 8 public class ExtendedListBox extends ListBox implements SimplifiedList {
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
fileopen.dlg | 23 LISTBOX lst1,66,22,300,156,LBS_SORT | LBS_NOINTEGRALHEIGHT | LBS_MULTICOLUMN | 54 LISTBOX lst1,4,20,272,85,LBS_SORT | LBS_NOINTEGRALHEIGHT | LBS_MULTICOLUMN | 81 LISTBOX lst1,6,32,90,68,LBS_SORT | LBS_HASSTRINGS | LBS_NOTIFY | 87 LISTBOX lst2,110,32,96,68,LBS_SORT | LBS_HASSTRINGS | LBS_NOTIFY | 113 LISTBOX lst1,6,32,90,68,LBS_SORT | LBS_NOTIFY | LBS_DISABLENOSCROLL | WS_VSCROLL | 119 LISTBOX lst2,110,32,96,68,LBS_SORT | LBS_HASSTRINGS | LBS_NOTIFY |
|
oledlg.dlg | 18 LISTBOX IDC_IO_OBJECTTYPELIST,82,17,132,78,LBS_SORT | 26 LISTBOX IDC_IO_CONTROLTYPELIST,82,17,132,66,LBS_SORT | 55 LISTBOX IDC_CI_ICONLIST,58,84,119,40,LBS_OWNERDRAWFIXED | 75 LISTBOX IDC_EL_LINKSLISTBOX,11,23,237,81,LBS_SORT | 103 LISTBOX IDC_PS_PASTELIST,65,36,153,57,LBS_USETABSTOPS | NOT 105 LISTBOX IDC_PS_PASTELINKLIST,65,36,153,57,LBS_USETABSTOPS | NOT 107 LISTBOX IDC_PS_DISPLAYLIST,65,36,153,57,LBS_USETABSTOPS | 147 LISTBOX IDC_CV_ACTIVATELIST,71,32,118,53,LBS_SORT | 149 LISTBOX IDC_CV_CONVERTLIST,350,180,118,53,LBS_SORT | 319 LISTBOX IDC_CV_CONVERTLIST,6,31,150,58,LBS_SORT [all...] |
/external/pdfium/core/src/fpdfdoc/ |
doc_formfield.cpp | 88 m_Type = ListBox; 145 case CPDF_FormField::ListBox: { 229 case ListBox: 361 case ListBox: { 474 if (GetType() == ListBox) { 487 if (GetType() == ListBox) { 501 ASSERT(GetType() == ComboBox || GetType() == ListBox); 547 ASSERT(GetType() == ComboBox || GetType() == ListBox); 554 if (GetType() == ListBox) { 567 if (m_Type == ListBox) { [all...] |
/external/opencv3/samples/winrt/ImageManipulations/ |
MainPage.xaml | 83 <ListBox x:Name="Scenarios" Margin="0,0,20,0" Grid.Row="2" AutomationProperties.Name="Scenarios" HorizontalAlignment="Left" 86 <ListBox.ItemTemplate> 90 </ListBox.ItemTemplate> 91 </ListBox>
|
MainPage.xaml.cpp | 77 // Get the width of the ListBox. 80 // Is the ListBox using any margins that we need to consider? 94 // Make us as big as the the left over space, factoring in the ListBox width, the ListBox margins. 148 // Populate the ListBox with the list of scenarios as defined in Constants.cpp. 158 // Bind the ListBox to the scenario list.
|