more diabled images, free image lists
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3345 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
b65f878e84
commit
b40bedfd69
4 changed files with 13 additions and 3 deletions
|
@ -67,6 +67,9 @@ typedef struct ToolBarStruct {
|
|||
HWND hwnd;
|
||||
HMENU dropdownmenu;
|
||||
POINT dropdownpoint;
|
||||
HIMAGELIST imagelist;
|
||||
HIMAGELIST imagelistd;
|
||||
HIMAGELIST imagelisth;
|
||||
} NTOOLBAR;
|
||||
|
||||
void CreateToolBar();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue