mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-22 09:30:15 +00:00
Minor interface change to PropertySheetHelper
This commit is contained in:
parent
c20c9c2c9c
commit
3fece5e621
@ -14,7 +14,6 @@ public:
|
||||
virtual ~CPropertySheetHelper(){}
|
||||
|
||||
void FillComboBox(HWND window, int controlid, LPCTSTR choices, int currentchoice);
|
||||
void SetSlot(UINT slot, SS_CARDTYPE newCardType);
|
||||
std::string BrowseToFile(HWND hWindow, const TCHAR* pszTitle, const TCHAR* REGVALUE, const TCHAR* FILEMASKS);
|
||||
void SaveStateUpdate();
|
||||
int SaveStateSelectImage(HWND hWindow, const TCHAR* pszTitle, bool bSave);
|
||||
@ -38,6 +37,7 @@ public:
|
||||
void ConfigSaveApple2Type(eApple2Type apple2Type);
|
||||
|
||||
private:
|
||||
void SetSlot(UINT slot, SS_CARDTYPE newCardType);
|
||||
bool IsOkToSaveLoadState(HWND hWnd, const bool bConfigChanged);
|
||||
bool IsOkToRestart(HWND hWnd);
|
||||
void SaveComputerType(eApple2Type NewApple2Type);
|
||||
|
Loading…
Reference in New Issue
Block a user