summaryrefslogtreecommitdiff
path: root/plugins/Folders/src/dlg_handlers.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-03-09 10:01:40 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-03-09 10:01:40 +0000
commit8e161a2db88720840dc979cb9fe1f0c38742787d (patch)
tree04f7429264e4dbbb4da6e0c9ab71df0dec860aee /plugins/Folders/src/dlg_handlers.h
parent68e5eb0709241968a1b91fb53e4c4cba27581a4a (diff)
Folders:
- custom array class removed; - a lot of junk also removed; - version bump; git-svn-id: http://svn.miranda-ng.org/main/trunk@3931 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Folders/src/dlg_handlers.h')
-rw-r--r--plugins/Folders/src/dlg_handlers.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/plugins/Folders/src/dlg_handlers.h b/plugins/Folders/src/dlg_handlers.h
deleted file mode 100644
index 18de486289..0000000000
--- a/plugins/Folders/src/dlg_handlers.h
+++ /dev/null
@@ -1,26 +0,0 @@
-#ifndef M_FOLDERS_DLG_HANDLERS_H
-#define M_FOLDERS_DLG_HANDLERS_H
-
-//#include "commonheaders.h"
-#include "services.h"
-#include "events.h"
-#include <richedit.h>
-
-INT_PTR CALLBACK DlgProcOpts(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
-INT_PTR CALLBACK DlgProcVariables(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
-
-int GetCurrentItemSelection(HWND hWnd);
-int GetCurrentSectionSelection(HWND hWnd);
-PFolderItem GetSelectedItem(HWND hWnd);
-int GetCurrentSectionText(HWND hWnd, char *buffer, int count);
-int GetCurrentItemText(HWND hWnd, char *buffer, int count);
-void GetEditText(HWND hWnd, TCHAR *buffer, int size);
-void SetEditText(HWND hWnd, const TCHAR *buffer);
-void LoadRegisteredFolderSections(HWND hWnd);
-void LoadRegisteredFolderItems(HWND hWnd);
-void LoadItem(HWND hWnd, PFolderItem item);
-void SaveItem(HWND hWnd, PFolderItem item, int bEnableApply = TRUE);
-int ChangesNotSaved(HWND hWnd);
-void RefreshPreview(HWND hWnd);
-
-#endif //M_FOLDERS_DLG_HANDLERS_H \ No newline at end of file