summaryrefslogtreecommitdiffstats
path: root/generic/tkObj.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-07-14 11:02:35 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-07-14 11:02:35 (GMT)
commit3f9e5a8e1a6a5b3a0917e82bed0dc34acf93cf67 (patch)
tree9a6ebf77a206d37df3f624b70ffd9ece31e7ddc4 /generic/tkObj.c
parent92751c3e0866b78b2a36457363948cee95a92ce5 (diff)
downloadtk-3f9e5a8e1a6a5b3a0917e82bed0dc34acf93cf67.zip
tk-3f9e5a8e1a6a5b3a0917e82bed0dc34acf93cf67.tar.gz
tk-3f9e5a8e1a6a5b3a0917e82bed0dc34acf93cf67.tar.bz2
New TIP #580 implementation. Documentation still missing.
Diffstat (limited to 'generic/tkObj.c')
-rw-r--r--generic/tkObj.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkObj.c b/generic/tkObj.c
index 63c6db7..b47ca92 100644
--- a/generic/tkObj.c
+++ b/generic/tkObj.c
@@ -1057,7 +1057,7 @@ FreeWindowInternalRep(
/*
*----------------------------------------------------------------------
*
- * TkNewWindowObj --
+ * Tk_NewWindowObj --
*
* This function allocates a new Tcl_Obj that refers to a particular to a
* particular Tk window.
@@ -1072,7 +1072,7 @@ FreeWindowInternalRep(
*/
Tcl_Obj *
-TkNewWindowObj(
+Tk_NewWindowObj(
Tk_Window tkwin)
{
Tcl_Obj *objPtr = Tcl_NewStringObj(Tk_PathName(tkwin), -1);