summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-10-14 13:24:32 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-10-14 13:24:32 (GMT)
commitd7a70751627660bb7343dab5abda94a068388dd1 (patch)
treeb14839841843c3534d9e0d49a334098c466fc63a /generic/tkInt.h
parentd5bf077d9970af39be14c3e63f6f25dfdcb85536 (diff)
downloadtk-d7a70751627660bb7343dab5abda94a068388dd1.zip
tk-d7a70751627660bb7343dab5abda94a068388dd1.tar.gz
tk-d7a70751627660bb7343dab5abda94a068388dd1.tar.bz2
Added new utility function: TkNewWindowObj()
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r--generic/tkInt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h
index 039d28e..03ad61d 100644
--- a/generic/tkInt.h
+++ b/generic/tkInt.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: tkInt.h,v 1.83 2008/04/02 21:32:32 das Exp $
+ * RCS: $Id: tkInt.h,v 1.84 2008/10/14 13:24:32 dkf Exp $
*/
#ifndef _TKINT
@@ -1200,6 +1200,7 @@ MODULE_SCOPE void TkUnderlineCharsInContext(Display *display,
int firstByte, int lastByte);
MODULE_SCOPE void TkpGetFontAttrsForChar(Tk_Window tkwin, Tk_Font tkfont,
Tcl_UniChar c, struct TkFontAttributes *faPtr);
+MODULE_SCOPE Tcl_Obj * TkNewWindowObj(Tk_Window tkwin);
/*
* Unsupported commands.