/AliOS-Things-master/components/SDL2/src/image/Xcode/showimage/ |
A D | SDLMain.m | 17 - (void)setAppleMenu:(NSMenu *)menu; 71 /* Invoked from the Quit menu item */ 102 /* Fix menu to contain the real app name instead of "SDL App" */ 138 /* Add menu items */ 158 /* Put menu into the menubar */ 163 /* Tell the application object that this is now the application menu */ 171 /* Create a window menu */ 185 /* Put menu into the menubar */ 190 /* Tell the application object that this is now the window menu */ 295 /* Set the main menu to contain the real app name instead of "SDL App" */
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoaevents.m | 111 - (void)setAppleMenu:(NSMenu *)menu; 248 /* The menu bar of SDL apps which don't have the typical .app bundle 339 /* Create the main menu bar */ 345 /* Create the application menu */ 349 /* Add menu items */ 381 /* Put menu into the menubar */ 392 /* Create the window menu */ 395 /* Add menu items */ 402 /* Add the fullscreen toggle menu option, if supported */ 413 /* Put menu into the menubar */ [all …]
|
A D | SDL_cocoamodes.m | 628 /* Hide the menu bar so it doesn't intercept events */
|
A D | SDL_cocoawindow.m | 822 /* Adjust the fullscreen toggle button and readd menu now that we're here. */
|
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/ |
A D | menuconfig.py | 1002 def _enter_menu(menu): argument 1018 _cur_menu = menu 1333 menu = _cur_menu 1338 menu_prompts.append(menu.prompt[0] if menu.prompt else 1340 menu = _parent_menu(menu) 1367 menu = node.parent 1368 while not menu.is_menuconfig: 1369 menu = menu.parent 1370 return menu 1372 def _shown_nodes(menu): argument [all …]
|
A D | README.rst | 213 gives an introduction to symbol values, the menu tree, and expressions. 274 - **Inspect the menu tree** 276 The underlying menu tree is exposed, including submenus created implicitly 435 in the menu tree (even if it's currently invisible). 538 >>> kconf.mainmenu_text # Expanded main menu text 540 >>> kconf.top_node # The implicit top-level menu 541 …<menu node for menu, prompt "Linux/$ARCH $KERNELVERSION Kernel Configuration" (visibility y), deps… 542 >>> kconf.top_node.list # First child menu node 543 <menu node for symbol SRCARCH, deps y, has next, Kconfig:7> 550 >>> sym = kconf.top_node.list.next.item # Item contained in next menu node [all …]
|
/AliOS-Things-master/components/ble_mesh/script/Kconfiglib-10.21.0/ |
A D | menuconfig.py | 1002 def _enter_menu(menu): argument 1018 _cur_menu = menu 1333 menu = _cur_menu 1338 menu_prompts.append(menu.prompt[0] if menu.prompt else 1340 menu = _parent_menu(menu) 1367 menu = node.parent 1368 while not menu.is_menuconfig: 1369 menu = menu.parent 1370 return menu 1372 def _shown_nodes(menu): argument [all …]
|
A D | README.rst | 213 gives an introduction to symbol values, the menu tree, and expressions. 274 - **Inspect the menu tree** 276 The underlying menu tree is exposed, including submenus created implicitly 435 in the menu tree (even if it's currently invisible). 538 >>> kconf.mainmenu_text # Expanded main menu text 540 >>> kconf.top_node # The implicit top-level menu 541 …<menu node for menu, prompt "Linux/$ARCH $KERNELVERSION Kernel Configuration" (visibility y), deps… 542 >>> kconf.top_node.list # First child menu node 543 <menu node for symbol SRCARCH, deps y, has next, Kconfig:7> 550 >>> sym = kconf.top_node.list.next.item # Item contained in next menu node [all …]
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowswindow.c | 117 WIN_AdjustWindowRectWithStyle(SDL_Window *window, DWORD style, BOOL menu, int *x, int *y, int *widt… in WIN_AdjustWindowRectWithStyle() argument 130 AdjustWindowRectEx(&rect, style, menu, 0); in WIN_AdjustWindowRectWithStyle() 144 BOOL menu; in WIN_AdjustWindowRect() local 147 menu = (style & WS_CHILDWINDOW) ? FALSE : (GetMenu(hwnd) != NULL); in WIN_AdjustWindowRect() 148 WIN_AdjustWindowRectWithStyle(window, style, menu, x, y, width, height, use_current); in WIN_AdjustWindowRect() 683 BOOL menu; in WIN_SetWindowFullscreen() local 696 menu = (style & WS_CHILDWINDOW) ? FALSE : (GetMenu(hwnd) != NULL); in WIN_SetWindowFullscreen() 697 WIN_AdjustWindowRectWithStyle(window, style, menu, &x, &y, &w, &h, SDL_FALSE); in WIN_SetWindowFullscreen()
|
A D | SDL_windowsevents.c | 827 BOOL menu = (style & WS_CHILDWINDOW) ? FALSE : (GetMenu(hwnd) != NULL); in WIN_WindowProc() local 833 AdjustWindowRectEx(&size, style, menu, 0); in WIN_WindowProc()
|
/AliOS-Things-master/components/ble_host/bt_host/ |
A D | Kconfig | 8 menu "Bluetooth" 113 menu "Broadcaster" 124 menu "Observer"
|
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/ |
A D | Config.in | 1 menu "HAL(Peripheral) Testcase Configuration"
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/projects/visualc71/ |
A D | README_zlib.txt | 18 1) On the main menu, select "File | Open Solution".
|
A D | README.txt | 20 1) On the main menu, select "File | Open Solution".
|
/AliOS-Things-master/components/ble_host/bt_host/port/core/ |
A D | Kconfig | 9 menu "Networking"
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/visupng/ |
A D | README.txt | 27 1) On the main menu Select "Build|Set Active configuration".
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-winrt.md | 233 1. open up the Solution Explorer inside Visual C++ (under the "View" menu, then 418 To run it on the local machine, open the Debug menu and choose "Start 422 the drop-down menu in Visual C++'s toolbar that says, "Local Machine". Expand 452 2. from Visual C++'s toolbar, find a drop-down menu that says, "Win32". Click 511 menu bar, then to View, and then to Output. 512 3. try opening the SDL project file directly by going to VS' menu bar, then
|
A D | README-ios.md | 223 …ill fill the display, though you have the option of turning on or off the menu-bar (pass SDL_Creat…
|
/AliOS-Things-master/components/SDL2/src/hidapi/ |
A D | README.txt | 280 2. From the Start menu, in the Windows Driver Kits folder, select Build
|
A D | LICENSE-gpl3.txt | 110 menu, a prominent item in the list meets this criterion.
|
/AliOS-Things-master/components/SDL2/src/joystick/iphoneos/ |
A D | SDL_sysjoystick.m | 165 /* On tvOS MFi controller menu button brings you to the home screen */
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/ |
A D | COPYING | 324 mouse-clicks or menu items--whatever suits your program.
|
/AliOS-Things-master/hardware/chip/rtl872xd/bin/ |
A D | km0_boot_all_2nd.bin | 82 Press key 'w' to 2ndboot cli menu in 100ms.
|
/AliOS-Things-master/components/SDL2/src/hidapi/doxygen/ |
A D | Doxyfile | 994 # menu in Eclipse, the contents of the directory containing the HTML and XML
|
/AliOS-Things-master/components/SDL2/src/gfx/Docs/ |
A D | html.doxyfile | 1138 # menu in Eclipse, the contents of the directory containing the HTML and XML
|