summaryrefslogtreecommitdiffstats
path: root/doc/HWNDToWindow.3
Commit message (Collapse)AuthorAgeFilesLines
* Fix [http://core.tcl.tk/tcl/info/426679ef7d|426679ef7d]: Having man.macros ↵jan.nijtmans2013-11-051-1/+1
|\ | | | | | | | | after .TH breaks rendering on OpenBSD and possibly others. FossilOrigin-Name: 8b40f8cacfa041305390bd37fa6a8551157f6137
| * Fix [http://core.tcl.tk/tcl/info/426679ef7d|426679ef7d]: Having man.macros ↵jan.nijtmans2013-11-051-1/+1
| | | | | | | | | | after .TH breaks rendering on OpenBSD and possibly others. FossilOrigin-Name: a76570974faca3ef3bdf49c5f8423c49d3b160da
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/ | | FossilOrigin-Name: b8a1385217cc117d6962c234f0a4d28ff10e089c
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| | | | | | FossilOrigin-Name: a74f32bb6369d3e66e661145c81a98a14ed79b3a
* | Fixed broken line endings from last doc commitpatthoyts2008-07-081-28/+28
| | | | | | FossilOrigin-Name: 28ed6478f86ed6c90d95df848f5ef211c4fb8fb5
* | Minor doc updates (removing out of date changebars, improving typedef ↵dkf2008-06-301-30/+28
|/ | | | | | | | formatting, etc.) FossilOrigin-Name: 3354fd63452f0b436d3a487f1e1f0fecf750cee1
* * doc/HWNDToWindow.3:ericm2000-09-071-2/+2
| | | | | | | | | | | | | | | | | | * doc/GetHWND.3: Changed synopsis to indicate the tkPlatDecls.h should be included, not tk.h. * generic/tkPlatDecls.h: Removed #include <windows.h> for Windows, a better solution for now is to update the docs and have extension authors #include <tkPlatDecls.h>. * generic/tk.h: Removed '#include "tkPlatDecls.h"', as the incorrect inclusion order between windows.h/tkPlatDecls.h causes build conflicts on Windows. * generic/tkPlatDecls.h: Added #include <windows.h> for Windows, so that HWND, etc., are defined properly. FossilOrigin-Name: 0788f3d9cd9ddf0e0112ef9357aa0dab70271faf
* * unix/mkLinks:ericm2000-04-241-0/+30
* doc/HWNDToWindow.3: Man page for Tk_HWNDToWindow [Bug: 1869]. FossilOrigin-Name: 53aea9a8351661c322a0cb4e96417afe3833bac2