diff options
Diffstat (limited to 'plugins/ChangeKeyboardLayout/src/text_operations.h')
| -rw-r--r-- | plugins/ChangeKeyboardLayout/src/text_operations.h | 16 | 
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/ChangeKeyboardLayout/src/text_operations.h b/plugins/ChangeKeyboardLayout/src/text_operations.h new file mode 100644 index 0000000000..6671406f3d --- /dev/null +++ b/plugins/ChangeKeyboardLayout/src/text_operations.h @@ -0,0 +1,16 @@ +#ifndef M_CKL_TEXT_OPERATIONS_H
 +#define M_CKL_TEXT_OPERATIONS_H
 +
 +#include "commonheaders.h"
 +
 +BOOL CopyTextToClipboard(LPTSTR ptszText);
 +LPSTR GetNameOfLayout(HKL hklLayout);
 +LPTSTR GetShortNameOfLayout(HKL hklLayout);
 +LPTSTR GenerateLayoutString(HKL hklLayout);
 +LPTSTR GetLayoutString(HKL hklLayout);
 +HKL GetLayoutOfText(LPCTSTR ptzsInText);
 +LPTSTR ChangeTextCase(LPCTSTR ptszInText);
 +LPTSTR ChangeTextLayout(LPCTSTR ptzsInText, HKL hklCurLay, HKL hklToLay, BOOL TwoWay);
 +int ChangeLayout(HWND hTextWnd, BYTE bTextOperation, BOOL CurrentWord);
 +
 +#endif
\ No newline at end of file  | 
