Commit c2c03b02 authored by Gyorgy 'Nog' Jeney's avatar Gyorgy 'Nog' Jeney Committed by Alexandre Julliard

- Unicodeify control.

- use void instead of VOID. - Pass infoPtr around instead of HWND. - Implement most of the control.
parent 1edcfe1f
...@@ -83,7 +83,7 @@ extern HBRUSH COMCTL32_hPattern55AABrush; ...@@ -83,7 +83,7 @@ extern HBRUSH COMCTL32_hPattern55AABrush;
#define IDM_TODAY 4163 #define IDM_TODAY 4163
#define IDM_GOTODAY 4164 #define IDM_GOTODAY 4164
/* Treeview Checboxes */ /* Treeview Checkboxes */
#define IDT_CHECK 401 #define IDT_CHECK 401
...@@ -96,6 +96,10 @@ extern HBRUSH COMCTL32_hPattern55AABrush; ...@@ -96,6 +96,10 @@ extern HBRUSH COMCTL32_hPattern55AABrush;
/* DragList icon */ /* DragList icon */
#define IDI_DRAGARROW 150 #define IDI_DRAGARROW 150
/* HOTKEY internal strings */
#define HKY_NONE 2048
typedef struct typedef struct
{ {
COLORREF clrBtnHighlight; /* COLOR_BTNHIGHLIGHT */ COLORREF clrBtnHighlight; /* COLOR_BTNHIGHLIGHT */
......
...@@ -79,3 +79,8 @@ STRINGTABLE DISCARDABLE ...@@ -79,3 +79,8 @@ STRINGTABLE DISCARDABLE
{ {
IDS_SEPARATOR "Separator" IDS_SEPARATOR "Separator"
} }
STRINGTABLE DISCARDABLE
{
HKY_NONE "None"
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment