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)
commitadb44b76b205c39ca1dcb59674e283dafcf60139 (patch)
treebbe4218a92546c342203268c8224be5ab1ac5e6d /win/tkWinInt.h
parent1a7e2f8dd41b2e85f67a761e282747172b454ba9 (diff)
downloadtk-adb44b76b205c39ca1dcb59674e283dafcf60139.zip
tk-adb44b76b205c39ca1dcb59674e283dafcf60139.tar.gz
tk-adb44b76b205c39ca1dcb59674e283dafcf60139.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.