/third_party/python/Lib/idlelib/ |
H A D | macosx.py | 157 from tkinter import Menu namespace 175 menubar = Menu(root) 179 menudict['window'] = menu = Menu(menubar, name='window', tearoff=0) 229 menudict['application'] = menu = Menu(menubar, name='apple',
|
H A D | help.py | 31 from tkinter import Toplevel, Text, Menu namespace 231 drop = Menu(toc, tearoff=False)
|
H A D | scrolledlist.py | 82 menu = Menu(self.listbox, tearoff=0)
|
H A D | editor.py | 120 self.menubar = Menu(root) 450 """ Menu definitions and functions. 482 Each option on the menubar is itself a cascade-type Menu widget 489 menubar: Menu widget containing first level menu items. 490 menudict: Dictionary of {menuname: Menu instance} items. The keys 493 recent_files_menu: Menu widget contained within the 'file' menudict. 500 menudict[name] = menu = Menu(mbar, name=name, tearoff=0, 505 menudict['application'] = menu = Menu(mbar, name='apple', 509 self.recent_files_menu = Menu(self.menubar, tearoff=0) 593 rmenu = Menu(sel [all...] |
H A D | squeezer.py | 193 rmenu = tk.Menu(self.text, tearoff=0)
|
H A D | sidebar.py | 443 rmenu = tk.Menu(self.main_widget, tearoff=0)
|
/third_party/typescript/tests/baselines/reference/ |
H A D | discriminatedUnionJsxElement.js | 8 function Menu<MenuItemVariant extends ListItemVariant = ListItemVariant.OneLine>(data: IData<MenuItemVariant>) { 28 function Menu(data) {
function 47 declare function Menu<MenuItemVariant extends ListItemVariant = ListItemVariant.OneLine>(data: IData<MenuItemVariant>): any;
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
H A D | Demo.java | 18 import java.awt.Menu; 91 Menu translitMenu; 134 Menu menu; in initMenus() 139 mbar.add(menu = new Menu("File")); in initMenus() 214 Menu fontMenu = new Menu("Font"); in initMenus() 223 Menu sizeMenu = new Menu("Size"); in initMenus() 234 mbar.add(translitMenu = new Menu("Transliterator")); in initMenus() 274 translitMenu.add(historyMenu = new Menu("Recen in initMenus() [all...] |
/third_party/python/Tools/msi/ |
H A D | testrelease.bat | 67 @echo Capturing Start Menu
68 @dir /s/b "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs" | findstr /ic:"python" > "%~2\startmenu.txt" 2>&1
69 @dir /s/b "%APPDATA%\Microsoft\Windows\Start Menu\Programs" | findstr /ic:"python" >> "%~2\startmenu.txt" 2>&1
|
/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/ |
H A D | ViewerActivity.java | 16 import android.view.Menu; 45 public boolean onCreateOptionsMenu(Menu menu) { in onCreateOptionsMenu()
|
/third_party/python/Lib/turtledemo/ |
H A D | __main__.py | 155 self.mBar = Menu(root, relief=RAISED, borderwidth=2) 295 menu = Menu(master) 305 menu = Menu(master) 320 menu = Menu(master)
|
/third_party/backends/japi/ |
H A D | Jscanimage.java | 86 private MenuItem exitMenuItem; // Menu items. 450 Menu file = new Menu("File"); in initMenu() 455 Menu pref = new Menu("Preferences"); in initMenu() 460 Menu units = new Menu("Length unit"); in initMenu()
|
/third_party/rust/crates/clap/clap_complete/src/ |
H A D | dynamic.rs | 218 /// Menu completion 219 Menu, 229 Self::Menu, in value_variants() 270 Self::Menu => { in to_possible_value() 276 .help("Menu completion"), in to_possible_value()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
H A D | TapToToneActivity.java | 29 import android.view.Menu; 288 public boolean onCreateOptionsMenu(Menu menu) { in onCreateOptionsMenu()
|
/third_party/python/Lib/tkinter/test/test_tkinter/ |
H A D | test_widgets.py | 74 menu = tkinter.Menu(self.root) 313 menu = tkinter.Menu(widget, name='menu') 1381 return tkinter.Menu(self.root, **kwargs)
|
/third_party/lzma/CPP/7zip/ |
H A D | 7zip_gcc.mak | 342 $O/Menu.o: ../../../Windows/Menu.cpp
|
/third_party/python/Lib/tkinter/ |
H A D | ttk.py | 1596 self['menu'] = tkinter.Menu(self, tearoff=False)
|
H A D | __init__.py | 3333 class Menu(Widget): class 3334 """Menu widget which allows displaying menu bars, pull-down menus and pop-up menus.""" 4029 menu = self.__menu = Menu(self, name="menu", tearoff=0)
|
H A D | tix.py | 1186 menu Menu""" 1258 menu Menu""" 1628 class _dummyMenu(Menu, TixSubWidget):
|
/third_party/python/Lib/tkinter/test/test_ttk/ |
H A D | test_widgets.py | 747 menu = tkinter.Menu(widget, name='menu')
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |