diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2008-10-14 13:24:32 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2008-10-14 13:24:32 (GMT) |
commit | 631e5e4b23f9923edf78b5a4d756fb6f75d6c2d4 (patch) | |
tree | b14839841843c3534d9e0d49a334098c466fc63a /generic/tkInt.h | |
parent | 3b33ecfaca8db5fefd20ebac04614ab0504a6f70 (diff) | |
download | tk-631e5e4b23f9923edf78b5a4d756fb6f75d6c2d4.zip tk-631e5e4b23f9923edf78b5a4d756fb6f75d6c2d4.tar.gz tk-631e5e4b23f9923edf78b5a4d756fb6f75d6c2d4.tar.bz2 |
Added new utility function: TkNewWindowObj()
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r-- | generic/tkInt.h | 3 |
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. |