summaryrefslogtreecommitdiffstats
path: root/win/tkWin.h
Commit message (Collapse)AuthorAgeFilesLines
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | |
* | | Move definitions of WINVER/_WIN32_WINNT to one place, now that we only ↵nijtmans2010-09-131-2/+2
| | | | | | | | | | | | support Win2000+
* | | Move definitions of WINVER/_WIN32_WINNT to one place, now that we only ↵nijtmans2010-09-131-4/+4
| | | | | | | | | | | | support Win2000+
* | | Unnessarary TCL_STORAGE_CLASS re-definitionsnijtmans2010-04-291-9/+1
|/ / | | | | | | | | | | Make various functions MODULE_SCOPE TCHAR-related fixes, making al those files compile fine when TCHAR != char.
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | We must specify the lowest Windows version wepatthoyts2007-12-101-1/+16
| | | | | | | | | | | | | | | | | | intend to support. In particular the SystemParametersInfo API doesn't like to receive structures that are larger than it expects which affects the font assignements. Set to Win98 support. Handle failure to read the system parameters. This causes ttk/fonts.tcl to set any missing named fonts.
* | Added TK_INFO message for use in an embedded window attachment protocol; ↵chengyemao2005-01-161-6/+15
| | | | | | | | modified TkpUseWindow to allow to attach to a legacy container with a warning; modified some return values of messages from an embedded window to differentiate a case of unprocessed
* | Implemented TK_STAT message to support {wm state} for embedded windowchengyemao2005-01-071-1/+2
| |
* | Modified to support embedded menu widgetchengyemao2004-12-281-1/+2
| |
* | implemented overrideredirect for an embedded; corrected incorrect frame ↵chengyemao2004-12-201-12/+12
| | | | | | | | upper left x and y of an embedded toplevel
* | featrue implementation of Tk container and embedded including TK_MOVEWINDOW, ↵chengyemao2004-12-201-2/+2
| | | | | | | | TK_ICONIFY, TK_DEICONIFY, TK_WITHDRAW; replaced TK_TITLE with TK_GETFRAMEWID for setting container's title across process boundary; bug fix in wm overrideredirect for TK_EMBEDDED window
* | Bug fix and feature implementation of embedded/embedding Tkchengyemao2004-12-191-2/+12
| |
* | Added comments to embedded Window message definitionchengyemao2004-12-181-6/+6
|/
* * Merged 8.1 branch into the main trunkstanton1999-04-161-3/+3
|
* integrated stubs into 8.0 main branchstanton1999-03-101-12/+3
|
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* EXPORT is now TCL_STORAGE_CLASSescoffon1998-08-041-5/+5
|
* added support for export/import of DLL symbols. If BUILD_tk is defined,escoffon1998-07-291-0/+8
| | | | EXPORT is mapped to DLLEXPORT, otherwise it is DLLIMPORT.
* Initial revisionrjohnson1998-04-011-0/+56