diff options
author | hobbs <hobbs> | 2004-08-20 00:40:31 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-08-20 00:40:31 (GMT) |
commit | 51fb06c44ba80d4a69fc319727d1a73af41fa085 (patch) | |
tree | b1548575bf5b07b4ad9c5f88b033b1f197672b95 /win/tkWinInt.h | |
parent | 503873175147643759877b680b02299eeea1617f (diff) | |
download | tk-51fb06c44ba80d4a69fc319727d1a73af41fa085.zip tk-51fb06c44ba80d4a69fc319727d1a73af41fa085.tar.gz tk-51fb06c44ba80d4a69fc319727d1a73af41fa085.tar.bz2 |
* win/tkWinDialog.c (Tk_MessageBoxObjCmd): Inherit the icon from
* win/tkWinInt.h: the -parent window for
* win/tkWinWm.c (TkWinGetIcon): the MessageBox.
Diffstat (limited to 'win/tkWinInt.h')
-rw-r--r-- | win/tkWinInt.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/win/tkWinInt.h b/win/tkWinInt.h index cfcc7c0..6f369f4 100644 --- a/win/tkWinInt.h +++ b/win/tkWinInt.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: tkWinInt.h,v 1.14.2.1 2004/05/03 22:40:58 hobbs Exp $ + * RCS: @(#) $Id: tkWinInt.h,v 1.14.2.2 2004/08/20 00:40:32 hobbs Exp $ */ #ifndef _TKWININT @@ -166,6 +166,11 @@ EXTERN LRESULT CALLBACK TkWinChildProc _ANSI_ARGS_((HWND hwnd, UINT message, EXTERN void TkWinUpdatingClipboard(int mode); /* + * Used by tkWinDialog.c to associate the right icon with tk_messageBox + */ +EXTERN HICON TkWinGetIcon(Tk_Window tkw, DWORD iconsize); + +/* * The following structure keeps track of whether we are using the * multi-byte or the wide-character interfaces to the operating system. * System calls should be made through the following function table. |