summaryrefslogtreecommitdiff
path: root/plugins/Folders/dlg_handlers.h
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-07-19 07:47:08 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-07-19 07:47:08 +0000
commita63798c1b60eeb77352323ad4545630cdc5458f2 (patch)
treee4503c80295e80e2bb7f2fce430c8f83e0fd9714 /plugins/Folders/dlg_handlers.h
parentb63b1e9d1c0e5d1edf1c5ae6d932b03184d6aef3 (diff)
Folders: changed folder structure
git-svn-id: http://svn.miranda-ng.org/main/trunk@1032 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Folders/dlg_handlers.h')
-rw-r--r--plugins/Folders/dlg_handlers.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/plugins/Folders/dlg_handlers.h b/plugins/Folders/dlg_handlers.h
deleted file mode 100644
index 4f3a4f15ca..0000000000
--- a/plugins/Folders/dlg_handlers.h
+++ /dev/null
@@ -1,28 +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, WCHAR *buffer, int count);
-int GetCurrentItemText(HWND hWnd, WCHAR *buffer, int count);
-//void GetEditText(HWND hWnd, char *buffer, int size);
-void GetEditTextW(HWND hWnd, wchar_t *buffer, int size);
-//void SetEditText(HWND hWnd, const char *buffer);
-void SetEditTextW(HWND hWnd, const wchar_t *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