- Fixed and improved SetFont
- Fixed WindowIcon git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2852 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
f1a8c1950a
commit
04234ccac2
7 changed files with 140 additions and 124 deletions
|
@ -96,7 +96,7 @@ public:
|
|||
short GetHeight();
|
||||
DialogItemTemplate* GetItem(WORD wId);
|
||||
DialogItemTemplate* GetItemByIdx(DWORD i);
|
||||
void RemoveItem(WORD wId);
|
||||
int RemoveItem(WORD wId);
|
||||
void SetFont(char* szFaceName, WORD wFontSize);
|
||||
void AddItem(DialogItemTemplate item);
|
||||
HWND CreateDummyDialog();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue