Searched refs:menubar (Results 1 - 6 of 6) sorted by relevance
/third_party/python/Lib/idlelib/ |
H A D | macosx.py | 147 # all windows that don't specify a menu of their own. The default menubar 152 # This function replaces the default menubar by a mostly empty one, it 175 menubar = Menu(root) 176 root.configure(menu=menubar) 179 menudict['window'] = menu = Menu(menubar, name='window', tearoff=0) 180 menubar.add_cascade(label='Window', menu=menu, underline=0) 229 menudict['application'] = menu = Menu(menubar, name='apple', 231 menubar.add_cascade(label='IDLE', menu=menu)
|
H A D | editor.py | 120 self.menubar = Menu(root) 121 self.top = top = window.ListedToplevel(root, menu=self.menubar) 451 * self.menubar - the always visible horizontal menu bar. 452 * mainmenu.menudefs - a list of tuples, one for each menubar item. 457 * cls.menu_specs - menubar name, titlecase display form pairs 482 Each option on the menubar is itself a cascade-type Menu widget 483 with the menubar as the parent. The names, labels, and menu 484 shortcuts for the menubar items are stored in menu_specs. Each 489 menubar: Menu widget containing first level menu items. 495 mbar = self.menubar [all...] |
/third_party/lame/frontend/ |
H A D | gtkanal.c | 1386 get_main_menu(GtkWidget * windows, GtkWidget ** menubar) in get_main_menu() argument 1413 if (menubar) in get_main_menu() 1415 *menubar = gtk_item_factory_get_widget(item_factory, "<main>"); in get_main_menu() 1444 GtkWidget *menubar; in gtkcontrol() local 1499 get_main_menu(window, &menubar); in gtkcontrol() 1501 gtk_box_pack_start(GTK_BOX(mbox), menubar, FALSE, TRUE, 0); in gtkcontrol() local 1622 gtk_widget_show(menubar); in gtkcontrol()
|
/third_party/glfw/src/ |
H A D | init.c | 58 .menubar = GLFW_TRUE, 457 _glfwInitHints.ns.menubar = value; in glfwInitHint()
|
H A D | internal.h | 382 GLFWbool menubar; member
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 32 milliseconds