Dynamically recalculate the toolbar dropdown position
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7024 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
8de43bfab1
commit
1d937a6abb
3 changed files with 28 additions and 23 deletions
|
@ -64,8 +64,6 @@
|
|||
|
||||
typedef struct ToolBarStruct {
|
||||
HWND hwnd;
|
||||
HMENU dropdownmenu;
|
||||
POINT dropdownpoint;
|
||||
HIMAGELIST imagelist;
|
||||
HIMAGELIST imagelistd;
|
||||
HIMAGELIST imagelisth;
|
||||
|
@ -74,6 +72,6 @@ typedef struct ToolBarStruct {
|
|||
void CreateToolBar();
|
||||
void EnableToolBarButton(int, BOOL);
|
||||
void AddToolBarTooltips();
|
||||
void ShowToolbarDropdownMenu();
|
||||
void ShowCompressorToolbarDropdownMenu(const NMTOOLBAR&nmtb);
|
||||
void UpdateToolBarCompressorButton();
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue