summaryrefslogtreecommitdiffstats
path: root/win/tkWinInt.h
diff options
context:
space:
mode:
Diffstat (limited to 'win/tkWinInt.h')
-rw-r--r--win/tkWinInt.h14
1 files changed, 12 insertions, 2 deletions
diff --git a/win/tkWinInt.h b/win/tkWinInt.h
index f3bca19..8198b6b 100644
--- a/win/tkWinInt.h
+++ b/win/tkWinInt.h
@@ -5,12 +5,12 @@
* Windows-specific parts of Tk, but aren't used by the rest of
* Tk.
*
- * Copyright (c) 1995 Sun Microsystems, Inc.
+ * Copyright (c) 1995-1997 Sun Microsystems, Inc.
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tkWinInt.h 1.34 97/09/02 13:06:20
+ * SCCS: @(#) tkWinInt.h 1.36 97/10/02 17:30:22
*/
#ifndef _TKWININT
@@ -28,6 +28,11 @@
#include "tkWin.h"
#endif
+#ifndef _TKPORT
+#include "tkPort.h"
+#endif
+
+
/*
* Define constants missing from older Win32 SDK header files.
*/
@@ -150,6 +155,7 @@ extern LRESULT CALLBACK TkWinChildProc _ANSI_ARGS_((HWND hwnd, UINT message,
WPARAM wParam, LPARAM lParam));
extern void TkWinClipboardRender _ANSI_ARGS_((TkDisplay *dispPtr,
UINT format));
+extern void TkWinDialogDebug _ANSI_ARGS_((int debug));
extern LRESULT TkWinEmbeddedEventProc _ANSI_ARGS_((HWND hwnd,
UINT message, WPARAM wParam, LPARAM lParam));
extern void TkWinFillRect _ANSI_ARGS_((HDC dc, int x, int y,
@@ -158,7 +164,10 @@ extern COLORREF TkWinGetBorderPixels _ANSI_ARGS_((Tk_Window tkwin,
Tk_3DBorder border, int which));
extern HDC TkWinGetDrawableDC _ANSI_ARGS_((Display *display,
Drawable d, TkWinDCState* state));
+extern Tcl_Obj * TkWinGetMenuSystemDefault _ANSI_ARGS_((Tk_Window tkwin,
+ char *dbName, char *className));
extern int TkWinGetModifierState _ANSI_ARGS_((void));
+extern int TkWinGetPlatformId();
extern HPALETTE TkWinGetSystemPalette _ANSI_ARGS_((void));
extern HWND TkWinGetWrapperWindow _ANSI_ARGS_((Tk_Window tkwin));
extern int TkWinHandleMenuEvent _ANSI_ARGS_((HWND *phwnd,
@@ -190,5 +199,6 @@ extern void TkWinWmStoreEmbedAssociation _ANSI_ARGS_((
extern void TkWinXCleanup _ANSI_ARGS_((HINSTANCE hInstance));
extern void TkWinXInit _ANSI_ARGS_((HINSTANCE hInstance));
+
#endif /* _TKWININT */