OSDN Git Service

crystaledit: Use GetProfile*()/WriteProfile*() to read and write the registry wheneve...
[winmerge-jp/winmerge-jp.git] / Src / WildcardDropList.h
index 54402e9..702e56d 100644 (file)
@@ -6,7 +6,9 @@ class WildcardDropList
 {\r
 private:\r
        static LRESULT CALLBACK LbWndProc(HWND, UINT, WPARAM, LPARAM);\r
+       static LRESULT CALLBACK LvWndProc(HWND, UINT, WPARAM, LPARAM);\r
 public:\r
-       static void OnDropDown(HWND, int columns, LPCTSTR, bool allowUserAddedPattrens = true);\r
-       static void OnCloseUp(HWND);\r
+       static void OnDropDown(HWND, int columns, LPCTSTR, bool allowUserAddedPatterns = true);\r
+       static bool OnCloseUp(HWND);\r
+       static void OnItemActivate(HWND hLv, int iItem, int iSubItem, int columns, LPCTSTR fixedPatterns, bool allowUserAddedPatterns = true, int limitTextSize = 0);\r
 };\r