diff options
author | hobbs <hobbs> | 2004-08-20 00:58:52 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-08-20 00:58:52 (GMT) |
commit | 011a329f056b76453c8af9b2e9f89e1bfcc18824 (patch) | |
tree | 6395aefdd4b7700b8f68f070817b23fb69250b65 /win/tkWinInt.h | |
parent | d7b4c43972638f6dee2e0137290f82201ce74515 (diff) | |
download | tk-011a329f056b76453c8af9b2e9f89e1bfcc18824.zip tk-011a329f056b76453c8af9b2e9f89e1bfcc18824.tar.gz tk-011a329f056b76453c8af9b2e9f89e1bfcc18824.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 17e8d14..ba8ad84 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.15 2004/05/03 22:40:30 hobbs Exp $ + * RCS: @(#) $Id: tkWinInt.h,v 1.16 2004/08/20 00:58:52 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. |