Home
last modified time | relevance | path

Searched refs:DrawMenuBar (Results 1 – 6 of 6) sorted by relevance

/external/lzma/CPP/Windows/Control/
DCommandBar.h35 bool DrawMenuBar(WORD iButton) { return BOOLToBool(::CommandBar_DrawMenuBar(_window, iButton)); } in DrawMenuBar() function
/external/python/cpython2/Mac/Demo/mlte/
Dmlted.py6 from Menu import DrawMenuBar
249 DrawMenuBar()
/external/python/cpython2/Mac/Demo/textedit/
Dped.py8 from Carbon.Menu import DrawMenuBar
247 DrawMenuBar()
/external/python/cpython2/Lib/plat-mac/
DMiniAEFrame.py48 Menu.DrawMenuBar()
DFrameWork.py206 DrawMenuBar()
490 DrawMenuBar()
/external/python/cpython2/Mac/Modules/menu/
D_Menumodule.c3131 #ifndef DrawMenuBar in Menu_DrawMenuBar()
3132 PyMac_PRECHECK(DrawMenuBar); in Menu_DrawMenuBar()
3136 DrawMenuBar(); in Menu_DrawMenuBar()