MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / UtilPopup_CheckMenu

Class UtilPopup_CheckMenu

source/Windows/WinFrame.cpp:2205–2215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2203 };
2204
2205 class UtilPopup_CheckMenu
2206 {
2207 public:
2208 UtilPopup_CheckMenu( HMENU hMenu, int iMenuItem, uint32_t bIsChecked )
2209 {
2210 if (bIsChecked)
2211 {
2212 CheckMenuItem(hMenu, iMenuItem, MF_CHECKED);
2213 }
2214 }
2215 };
2216
2217 std::string filename1= "\"";
2218 filename1.append( disk2Card.GetFullName(iDrive) );

Callers 1

ProcessDiskPopupMenuMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected