summaryrefslogtreecommitdiffstats
path: root/win/tkWinInt.h
diff options
context:
space:
mode:
authorchengyemao <chengyemao@noemail.net>2005-01-31 04:08:31 (GMT)
committerchengyemao <chengyemao@noemail.net>2005-01-31 04:08:31 (GMT)
commit17880989aa0032d033f314e3931b2ebfc54603c6 (patch)
tree9cef8dfe2be9883d20aec5496e5f1ddbe9754d3f /win/tkWinInt.h
parentf0ac9864d49dae42abeaa1a76c73aafe5db970eb (diff)
downloadtk-17880989aa0032d033f314e3931b2ebfc54603c6.zip
tk-17880989aa0032d033f314e3931b2ebfc54603c6.tar.gz
tk-17880989aa0032d033f314e3931b2ebfc54603c6.tar.bz2
Modified to handle a wide-character title string of a toplevel
FossilOrigin-Name: 35f9eb751643844df42fe6793b29dbfeb6dcc534
Diffstat (limited to 'win/tkWinInt.h')
-rw-r--r--win/tkWinInt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/win/tkWinInt.h b/win/tkWinInt.h
index 02009ef..773807d 100644
--- a/win/tkWinInt.h
+++ b/win/tkWinInt.h
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkWinInt.h,v 1.22 2005/01/09 18:28:06 chengyemao Exp $
+ * RCS: @(#) $Id: tkWinInt.h,v 1.23 2005/01/31 04:08:32 chengyemao Exp $
*/
#ifndef _TKWININT
@@ -200,6 +200,7 @@ typedef struct TkWinProcs {
HINSTANCE hInstance, LPVOID lpParam);
BOOL (WINAPI *insertMenu)(HMENU hMenu, UINT uPosition, UINT uFlags,
UINT uIDNewItem, LPCTSTR lpNewItem);
+ int (WINAPI *getWindowText)(HWND hWnd, LPCTSTR lpString, int nMaxCount);
} TkWinProcs;
EXTERN TkWinProcs *tkWinProcs;