mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 20:03:07 +00:00
[RAPPS_NEW]
Continue the work converting the UI to using ATL-wrapped windows. CORE-9593 [RSHELL] [EXPLORER] Fixup two class declarations to work with the rosctrls.h changes. svn path=/trunk/; revision=67474
This commit is contained in:
parent
4d59b2ba82
commit
38af0226a1
12 changed files with 769 additions and 736 deletions
|
@ -103,7 +103,7 @@ typedef struct _TASK_ITEM
|
|||
} TASK_ITEM, *PTASK_ITEM;
|
||||
|
||||
class CTaskToolbar :
|
||||
public CToolbar<TASK_ITEM>
|
||||
public CWindowImplBaseT< CToolbar<TASK_ITEM>, CControlWinTraits >
|
||||
{
|
||||
public:
|
||||
INT UpdateTbButtonSpacing(IN BOOL bHorizontal, IN BOOL bThemed, IN UINT uiRows = 0, IN UINT uiBtnsPerLine = 0)
|
||||
|
@ -170,7 +170,7 @@ public:
|
|||
TBSTYLE_TOOLTIPS | TBSTYLE_WRAPABLE | TBSTYLE_LIST | TBSTYLE_TRANSPARENT |
|
||||
CCS_TOP | CCS_NORESIZE | CCS_NODIVIDER;
|
||||
|
||||
return SubclassWindow(Create(hWndParent, styles));
|
||||
return SubclassWindow(CToolbar::Create(hWndParent, styles));
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue