Home
last modified time | relevance | path

Searched refs:SetMenuItemRefCon (Results 1 – 11 of 11) sorted by relevance

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/osx/carbon/
H A Dmenu.cpp153 SetMenuItemRefCon( m_parentMenuRef, index, (URefCon) m_peer ); in AttachToParent()
428 SetMenuItemRefCon( wm , insertAfter+1 , (URefCon) item ) ; in wxInsertMenuItemsInMenu()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/osx/carbon/
H A Dmenu.cpp153 SetMenuItemRefCon( m_parentMenuRef, index, (URefCon) m_peer ); in AttachToParent()
428 SetMenuItemRefCon( wm , insertAfter+1 , (URefCon) item ) ; in wxInsertMenuItemsInMenu()
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A DFl_Sys_Menu_Bar.cxx215 SetMenuItemRefCon( mh, miCnt, (UInt32)mm ); in createSubMenu()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/platform/mac/carbon/
H A Dhiviewoptionmenu.cpp171 SetMenuItemRefCon (menuRef, 0, (URefCon)menu); in createMenu()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/platform/mac/carbon/
H A Dhiviewoptionmenu.cpp171 SetMenuItemRefCon (menuRef, 0, (URefCon)menu);
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/osx/
H A Dmenu_osx.cpp846SetMenuItemRefCon( helpMenuHandle , CountMenuItems(helpMenuHandle) , (URefCon) item ) ; in MacInstallMenuBar()
906 SetMenuItemRefCon(GetMenuHandle( kwxMacAppleMenuId ) , 1 , (URefCon)aboutMenuItem ) ; in MacInstallMenuBar()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/osx/
H A Dmenu_osx.cpp846SetMenuItemRefCon( helpMenuHandle , CountMenuItems(helpMenuHandle) , (URefCon) item ) ; in MacInstallMenuBar()
906 SetMenuItemRefCon(GetMenuHandle( kwxMacAppleMenuId ) , 1 , (URefCon)aboutMenuItem ) ; in MacInstallMenuBar()
/dports/games/mangband/mangband-1.5.3/src/client/
H A Dmain-crb.c2735 SetMenuItemRefCon(m, i, -1); in init_menubar()
2738 SetMenuItemRefCon(m, graphics_modes[i].menuItem, i); in init_menubar()
2750 SetMenuItemRefCon(m, i-MIN_FONT+1, i); in init_menubar()
/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/menu/
H A D_Menumodule.c1215 #ifndef SetMenuItemRefCon in MenuObj_SetMenuItemRefCon()
1216 PyMac_PRECHECK(SetMenuItemRefCon); in MenuObj_SetMenuItemRefCon()
1222 _err = SetMenuItemRefCon(_self->ob_itself, in MenuObj_SetMenuItemRefCon()
/dports/lang/python27/Python-2.7.18/Mac/Modules/menu/
H A D_Menumodule.c1215 #ifndef SetMenuItemRefCon in MenuObj_SetMenuItemRefCon()
1216 PyMac_PRECHECK(SetMenuItemRefCon); in MenuObj_SetMenuItemRefCon()
1222 _err = SetMenuItemRefCon(_self->ob_itself, in MenuObj_SetMenuItemRefCon()
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DMenus.pas3250 function SetMenuItemRefCon( inMenu: MenuRef; inItem: MenuItemIndex; inRefCon: URefCon ): OSErr; ext… in SetMenuItemRefCon() function