summaryrefslogtreecommitdiffstats
path: root/doc/ConfigWidg.3
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate exess spacings in many doc pagesjan.nijtmans2016-03-021-2/+2
| | | FossilOrigin-Name: 77d0eaec4cab7e273a0d99649c4782af1b637779
* 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: 3f95fbe0ce14948fd409844b915c18ef25d7d0a0
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | | | | | | | | FossilOrigin-Name: a74f32bb6369d3e66e661145c81a98a14ed79b3a
| | * * doc/ConfigWidg.3: Removed reference to Tk_Offset from thedgp2003-10-061-5/+2
| | | | | | | | | | | | | | | | | | NAME section to resolve mkLinks conflict with SetOptions.3 [Bug 404197] FossilOrigin-Name: 57301152d4a2937f8f927ceac42e1459d31f328a
* | | CONSTify everything related to Tk_ConfigSpecnijtmans2010-02-171-3/+3
| | | | | | | | | FossilOrigin-Name: f559fc100fb895481dfd6f973168d2ab38774cf2
* | | Purge mention of interp->result. [Bug 2431507]dkf2009-05-041-9/+9
| | | | | | | | | FossilOrigin-Name: b51b115f0e59f7d4653df8e95581c3d9f2f78acd
* | | A few const -> CONST86 modifications, improvingnijtmans2009-01-061-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | backwards compatibility. Change Tk_ItemIndexProc and Tk_ItemInsertProc signature to have a Tcl_Obj parameter in stead of a string parameter. This is binary and source compatible with previous API, it just prevents the need for a type cast in the Tk_ItemType table construction. Bring doc in line with API. FossilOrigin-Name: 88f4039ab41ab8aced179764fc4b283e2e45cc0f
* | | [Bug 2190619] Warnings due to Tk_SmoothMethodnijtmans2008-10-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | name constness change. Although dkf's solution (simply adding a type cast) is correct as well, changing the return value (as das suggested) has the advantage that all Tk_OptionPrintProc implementations don't need a type cast any more in its code. This makes all those functions robust against the -Wwrite-strings warning option. Further on, the customPtr field of Tk_ConfigSpec can be a constant, without any danger of source incompatibility. FossilOrigin-Name: bb3ffd4977c1850656227cd5e05f0d820792eacf
* | | Minor doc updates (removing out of date changebars, improving typedef ↵dkf2008-06-301-29/+17
|/ / | | | | | | | | | | | | | | formatting, etc.) FossilOrigin-Name: 3354fd63452f0b436d3a487f1e1f0fecf750cee1
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| | | | | | FossilOrigin-Name: e7868b44c1e7bffc63a053b87a96a4499757f80d
* | Lots more GOOBE stuff. Now works with 'make html'!dkf2007-10-291-21/+41
| | | | | | FossilOrigin-Name: 6373cd0cf2deb3038f42488bf9ad272b2d9aed9e
* | * doc/*.1: Revert doc changes that brokedgp2007-10-261-29/+9
| | | | | | | | | | | | | | * doc/*.3: `make html` so we can get the release * doc/*.n: out the door. FossilOrigin-Name: 4fe4274467a1800529131c86ff155c4c0b03db8a
* | Lots of improvements to look and feel of manual pagesdkf2007-10-241-9/+29
| | | | | | FossilOrigin-Name: 719dc3b1128c165488999004be06a1432d8e6286
* | various "const" additions, in line with TIP #27nijtmans2007-01-051-3/+3
| | | | | | | | | | | | fix bug #1627732 FossilOrigin-Name: 3cb10b476b00b2ffc8694865919f758e722cfde4
* | Convert \fP to \fR so that man-page scrapers have an easier time.dkf2006-11-151-3/+3
| | | | | | FossilOrigin-Name: 5bcb6a84090d58ae13f218ca5f473e6d6328948c
* | Doc change to discourage the use of TK_CONFIG_OPTION_SPECIFIED which was notdkf2005-12-061-7/+9
| | | | | | | | | | | | thread-safe and is now no-longer used. FossilOrigin-Name: 45c688123c948342693cda41bfd5ff981f5a13ba
* | Purge old and inaccurate .VS/.VE macros.dkf2005-04-061-3/+1
| | | | | | FossilOrigin-Name: 326b9e3fd240a8960af85c80d3897b18871d42a5
* | Standardize style of section refs & public symbols. Remove displayed tabsdkf2004-09-191-57/+57
| | | | | | FossilOrigin-Name: 21e74dc17aeb9f48f2a53bcf395d591eedf42bba
* | More doc fixes from Mikhail Kolesnitchenko. [Patch 1013520]dkf2004-08-221-2/+2
| | | | | | FossilOrigin-Name: b4bde69ecaf392e281ae12f6df552bbfadbb8251
* | Corrected docs to no longer use malloc/free. [Bug 920695]dkf2004-03-221-3/+3
| | | | | | FossilOrigin-Name: a4ed7a7a05e0dc3afb8650747cb796a87cc53832
* | * doc/ConfigWidg.3: Removed reference to Tk_Offset from thedgp2003-10-061-5/+2
|/ | | | | | | NAME section to resolve mkLinks conflict with SetOptions.3 [Bug 404197] * unix/mkLinks: make mklinks FossilOrigin-Name: b34bcfd0bd547f10af50e36dcfcbbca52be2b9eb
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-3/+3
| | | | | | | | | | | | | | | | | | | | | | | updating Tk to use Tcl 8.4's fully CONST-ified interface, and fully CONSTifying Tk at the same time. This patch includes purging Tk of its last direct access to interp->result. [Bug 589853] The substantial changes include copying event sequence strings into Tcl_DStrings in tkBind.c, and copying [text] indices into Tcl_DStrings because parsing them involved overwriting them. If this causes performance trouble, that can be resolved by further converting them to Tcl_Obj's. The #defines USE_NON_CONST and USE_COMPAT_CONST have the same effect for Tk as they do for Tcl. (They actually change tcl.h) FossilOrigin-Name: 5603f01aa35a127f83db9bb68f3b1ff9e5bb64de
* Added deprecation note from Bug #120944dkf2000-11-211-1/+10
| | | FossilOrigin-Name: e02c1cd62e6b0bd86631d32cd12ec53f37801bb0
* CanvPsY.3, ConfigWidg.3, CrtImgType.3, CrtItemType.3,jenglish2000-07-251-2/+2
| | | | | | | | FontId.3, GetFont.3, canvas.n, font.n, options.n, text.n: Documentation fix: Replaced references to XFontStruct * and Tk_FontStruct with Tk_Font. FossilOrigin-Name: b10e56c17f4c9710567b36d1ba7616710168243c
* Merged 8-1-0 into mainline.rjohnson1999-04-211-1/+1
| | | FossilOrigin-Name: 0447cf267ea555fcba90be565b63fc310b3d0afb
* fixed Tk doc bugssurles1999-04-161-4/+4
| | | FossilOrigin-Name: de71f02a0f833a7fdfca5fc7631261e09fc48e11
* * Merged 8.1 branch into the main trunkstanton1999-04-161-2/+3
| | | FossilOrigin-Name: 1120dc4257448ed1955333e682de48e2940cc741
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
| | | FossilOrigin-Name: fb58b663f313796e8ed3115f92d657f0cae1d575
* Initial revisionrjohnson1998-04-011-0/+618
FossilOrigin-Name: 8922a99ffbe6bf4c9a879291efacef5ce9caa2aa