Searched refs:firstCustomItemIndex (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Duma.cpp645 static MenuItemIndex firstCustomItemIndex = 0 ; variable
659 if ( firstCustomItemIndex == 0 && helpMenuStatus == noErr )
660 firstCustomItemIndex = CountMenuItems( helpMenuHandle ) + 1 ;
663 *outFirstCustomItemIndex = firstCustomItemIndex ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Duma.cpp709 static MenuItemIndex firstCustomItemIndex = 0 ; variable
721 if ( firstCustomItemIndex == 0 && helpMenuStatus == noErr )
723 firstCustomItemIndex = CountMenuItems( helpMenuHandle ) + 1 ;
727 *outFirstCustomItemIndex = firstCustomItemIndex ;

Completed in 57 milliseconds