- Recompile and Run (DrO)
- Fix for the context menu (DrO) git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3125 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
26ac800738
commit
ff63db4c66
9 changed files with 123 additions and 92 deletions
|
@ -32,8 +32,11 @@ void CopyToClipboard(HWND hwnd);
|
|||
void ClearLog(HWND hwnd);
|
||||
void LogMessage(HWND hwnd,const char *str);
|
||||
void ErrorMessage(HWND hwnd,const char *str);
|
||||
void DisableItems(HWND hwnd);
|
||||
void EnableItems(HWND hwnd);
|
||||
#define DisableItems(hwnd) Items(hwnd, 0)
|
||||
#define EnableItems(hwnd) Items(hwnd, 1)
|
||||
void Items(HWND hwnd, int on);
|
||||
/*void DisableItems(HWND hwnd);
|
||||
void EnableItems(HWND hwnd);*/
|
||||
void RestoreWindowPos(HWND hwnd);
|
||||
void SaveWindowPos(HWND hwnd);
|
||||
void ResetObjects();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue