Home
last modified time | relevance | path

Searched refs:Menu (Results 1 - 21 of 21) sorted by relevance

/third_party/python/Lib/idlelib/
H A Dmacosx.py157 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 Dhelp.py31 from tkinter import Toplevel, Text, Menu namespace
231 drop = Menu(toc, tearoff=False)
H A Dscrolledlist.py82 menu = Menu(self.listbox, tearoff=0)
H A Deditor.py120 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 Dsqueezer.py193 rmenu = tk.Menu(self.text, tearoff=0)
H A Dsidebar.py443 rmenu = tk.Menu(self.main_widget, tearoff=0)
/third_party/typescript/tests/baselines/reference/
H A DdiscriminatedUnionJsxElement.js8 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 DDemo.java18 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 Dtestrelease.bat67 @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 DViewerActivity.java16 import android.view.Menu;
45 public boolean onCreateOptionsMenu(Menu menu) { in onCreateOptionsMenu()
/third_party/python/Lib/turtledemo/
H A D__main__.py155 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 DJscanimage.java86 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 Ddynamic.rs218 /// 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 DTapToToneActivity.java29 import android.view.Menu;
288 public boolean onCreateOptionsMenu(Menu menu) { in onCreateOptionsMenu()
/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_widgets.py74 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 D7zip_gcc.mak342 $O/Menu.o: ../../../Windows/Menu.cpp
/third_party/python/Lib/tkinter/
H A Dttk.py1596 self['menu'] = tkinter.Menu(self, tearoff=False)
H A D__init__.py3333 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 Dtix.py1186 menu Menu"""
1258 menu Menu"""
1628 class _dummyMenu(Menu, TixSubWidget):
/third_party/python/Lib/tkinter/test/test_ttk/
H A Dtest_widgets.py747 menu = tkinter.Menu(widget, name='menu')
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 53 milliseconds