HomeSort by relevance Sort by last modified time
    Searched full:menubar (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /prebuilts/devtools/tools/lib/
swtmenubar.jar 
  /external/clang/www/analyzer/
menu.css 19 .menubar ul {
22 .menubar li {
35 .menubar li ul /* second level lists */ {
40 .menubar li>ul {
49 .menubar li:hover ul, li.over ul { /* lists nested under hovered list items */
menu.html.incl 3 <ul style="margin:0; padding:0" class="menubar">
6 <ul class="menubar">
  /external/chromium_org/native_client_sdk/src/libraries/xray/
xray.odt 
  /external/sonivox/docs/
EAS_Library_Integration_Guide.odt 
EASLibrary3_5.odt 
EAS_API_Reference.odt 
JET_Programming_Manual.odt 
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorActionBarAdvisor.java 74 protected void fillMenuBar(IMenuManager menuBar) {
80 menuBar.add(fileMenu);
81 menuBar.add(editMenu);
82 menuBar.add(new GroupMarker(IWorkbenchActionConstants.MB_ADDITIONS));
83 menuBar.add(windowMenu);
84 menuBar.add(helpMenu);
  /external/chromium_org/content/test/data/accessibility/
aria-menu.html 8 <ul role="menubar" style="list-style-type: none">
  /external/chromium_org/ui/base/cocoa/
fullscreen_window_manager.h 31 // Enables fullscreen mode which causes the menubar and dock to be hidden as
35 // Exists fullscreen mode which stops hiding the menubar and dock.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
macosxSupport.py 85 # all windows that don't specify a menu of their own. The default menubar
90 # This function replaces the default menubar by a mostly empty one, it
101 menubar = Menu(root)
102 root.configure(menu=menubar)
105 menudict['windows'] = menu = Menu(menubar, name='windows')
106 menubar.add_cascade(label='Window', menu=menu, underline=0)
145 menudict['application'] = menu = Menu(menubar, name='apple')
146 menubar.add_cascade(label='IDLE', menu=menu)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
macosxSupport.py 85 # all windows that don't specify a menu of their own. The default menubar
90 # This function replaces the default menubar by a mostly empty one, it
101 menubar = Menu(root)
102 root.configure(menu=menubar)
105 menudict['windows'] = menu = Menu(menubar, name='windows')
106 menubar.add_cascade(label='Window', menu=menu, underline=0)
145 menudict['application'] = menu = Menu(menubar, name='apple')
146 menubar.add_cascade(label='IDLE', menu=menu)
  /external/chromium_org/chrome/browser/ui/cocoa/
main_menu_item.h 8 // This interface is implemented by top-level main menubar items that need to
fullscreen_mode_controller.h 20 // to the very top of the screen, the menubar also becomes visible.
  /external/chromium_org/ui/message_center/cocoa/
status_item_view.h 52 // Designated initializer. Creates a new NSStatusItem in the system menubar.
58 // Removes the status item from the menubar. Must be called to break the
  /external/chromium_org/chrome/common/extensions/api/
system_indicator.idl 6 // menubar, system tray, or other visible area provided by the OS.
  /external/chromium/chrome/browser/ui/gtk/
menu_bar_helper.h 5 // This class replicates some menubar behaviors that are tricky to get right.
  /external/chromium_org/chrome/browser/ui/gtk/
menu_bar_helper.h 5 // This class replicates some menubar behaviors that are tricky to get right.
  /external/chromium_org/third_party/WebKit/Source/core/frame/
BarProp.h 43 enum Type { Locationbar, Menubar, Personalbar, Scrollbars, Statusbar, Toolbar };
BarProp.cpp 63 case Menubar:
  /external/chromium/chrome/browser/ui/
window_sizer_mac.mm 24 // Primary monitor is defined as the monitor with the menubar,
38 // Primary monitor is defined as the monitor with the menubar,
103 // Primary monitor is defined as the monitor with the menubar,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
FrameWork.py 42 # Trick to forestall a set of SIOUX menus being added to our menubar
116 self.menubar = None
126 self.menubar = MenuBar(self)
127 AppleMenu(self.menubar, self.getabouttext(), self.do_about)
131 self.filemenu = m = Menu(self.menubar, "File")
136 self._helpmenu = HelpMenu(self.menubar)
277 # Not menubar or something, so assume someone
303 if not self.menubar:
324 self.menubar.dispatch(id, item, window, event
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/awt/
TestCanvas.java 82 JMenuBar menuBar = new JMenuBar();
83 frame.setJMenuBar(menuBar);
86 menuBar.add(menuTortureMethods);
  /development/ide/xcode/ports/
skia_mac.cp 63 err = SetMenuBarFromNib(nibRef, CFSTR("MenuBar"));

Completed in 3120 milliseconds

1 2 3 4 5