summaryrefslogtreecommitdiffstats
path: root/win/tkWinInt.h
diff options
context:
space:
mode:
authorashok <ashok>2014-09-13 14:23:33 (GMT)
committerashok <ashok>2014-09-13 14:23:33 (GMT)
commit93218ddaa94d9b9ce6319da38dba137a0c80912c (patch)
treebbe4218a92546c342203268c8224be5ab1ac5e6d /win/tkWinInt.h
parent034144aa3bb40a60ddf23e96380f1bb2a478bbae (diff)
downloadtk-93218ddaa94d9b9ce6319da38dba137a0c80912c.zip
tk-93218ddaa94d9b9ce6319da38dba137a0c80912c.tar.gz
tk-93218ddaa94d9b9ce6319da38dba137a0c80912c.tar.bz2
Implemented more options for new tk_get{Open,Save} file dialogs
Renamed Win32ErrorObj to TkWin32ErrorObj and moved it from tkWinSend.c to be generally available.
Diffstat (limited to 'win/tkWinInt.h')
-rw-r--r--win/tkWinInt.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/win/tkWinInt.h b/win/tkWinInt.h
index 6a3978f..0e2c844 100644
--- a/win/tkWinInt.h
+++ b/win/tkWinInt.h
@@ -201,6 +201,12 @@ MODULE_SCOPE void TkpWinToplevelDetachWindow(TkWindow *winPtr);
MODULE_SCOPE int TkpWmGetState(TkWindow *winPtr);
/*
+ * Common routines used in Windows implementation
+ */
+MODULE_SCOPE Tcl_Obj * TkWin32ErrorObj(HRESULT hrError);
+
+
+/*
* The following functions are not present in old versions of Windows
* API headers but are used in the Tk source to ensure 64bit
* compatibility.