summaryrefslogtreecommitdiffstats
path: root/doc/SetOptions.3
Commit message (Collapse)AuthorAgeFilesLines
* Tiny correction for Tk_CustomOption{Set,Get}Proc signature in manpageapnadkarni2025-06-161-2/+2
|
* Fix [a0d6ef020b]: Documentation bugs. Some more documentation bugs (e.g. ↵jan.nijtmans2024-12-191-2/+2
|\ | | | | | | size_t -> Tcl_Size)
* \ Fix [475692230a]: Wrong advice regarding TK_OPTION_PIXELSjan.nijtmans2024-08-091-4/+6
|\ \ | |/
| * Fix [475692230a]: Wrong advice regarding TK_OPTION_PIXELSjan.nijtmans2024-08-091-4/+6
| |\
| | * Proposal for [475692230a]: Wrong advice regarding TK_OPTION_PIXELSjan.nijtmans2024-07-111-4/+6
| | |
| * | Merge 8.6jan.nijtmans2024-08-041-88/+62
| |\ \
| | * | (cherrypick): documentation escape sequence typojan.nijtmans2024-08-041-75/+56
| | | |
* | | | Correct syntactic error in doc/SetOptions.3oehhar2024-07-261-1/+1
| | | |
* | | | Fix Tk_ObjCustomOption documentation. Fix some indentingjan.nijtmans2024-07-121-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.7. Fix indentingjan.nijtmans2024-07-121-1/+1
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Fix Tk_ObjCustomOption documentationjan.nijtmans2024-07-121-1/+1
| | |
* | | Implement TK_OPTION_VAR(Tcl_Size) for TK_OPTION_INT option. Needed in ↵jan.nijtmans2024-01-251-1/+2
|\ \ \ | |/ / | | | | | | ttkTreeview.c for int -> Tcl_Size.
| * | Implement TK_OPTION_VAR(Tcl_Size) for TK_OPTION_INT option. Needed in ↵jan.nijtmans2024-01-251-1/+2
| | | | | | | | | | | | ttkTreeview.c for int -> Tcl_Size.
* | | Another round of small fixes, especially spelling errors...dkf2024-01-251-88/+62
| | |
* | | Merge 8.7jan.nijtmans2024-01-241-1/+3
|\ \ \ | |/ /
| * | Implement TK_OPTION_ENUM_VAR for ↵jan.nijtmans2024-01-241-1/+3
| | | | | | | | | | | | TK_OPTION_ANCHOR/TK_OPTION_JUSTIFY/TK_OPTION_ANCHOR. Only really useful for platforms/compiler-options for which sizeof(enum)!=sizeof(int)
| * | Don't use Tcl_Size in documentation (yet), since Tk 8.7 will mainly be used ↵jan.nijtmans2023-12-131-1/+1
| | | | | | | | | | | | with Tcl 8.7
| * | (Cherry-pick): Fix Tk_CharBbox/Tk_DrawTextLayout signature (int -> ↵jan.nijtmans2023-12-131-5/+5
| |\ \ | | |/ | | | | | | Tcl_Size). Update documentation.
* | | Fix Tk_CharBbox/Tk_DrawTextLayout signature (int -> Tcl_Size). Update ↵jan.nijtmans2023-12-131-5/+5
|/ / | | | | | | documentation.
* | Fix [3b4a9ed919]: listbox test failuresjan.nijtmans2023-07-181-5/+5
|\ \ | |/
| * Listbox entries don't use option database for initialization, so let ↵jan.nijtmans2023-07-181-5/+5
| | | | | | | | "itemconfigure" reflect that. Also improve documentation regarding TK_OPTION_DONT_SET_DEFAULT
| * Slightly better description for TK_OPTION_RELIEF (regarding TK_RELIEF_NULL)jan.nijtmans2022-01-261-2/+2
| |
| * Eliminate unnecessary spacingjan.nijtmans2021-03-081-1/+1
| |
* | OBJOFFSET VS. INTERNALOFFSET: Document that Ttk widgets do not support the ↵fvogel2023-07-141-0/+4
| | | | | | | | internalOffset machinery.
* | Still more int -> Tcl_Sizejan.nijtmans2023-04-251-1/+1
| |
* | Documentation for TK_OPTION_INDEXjan.nijtmans2023-03-221-0/+9
| |
* | TIP #642 implementationjan.nijtmans2022-10-051-0/+11
| |
* | More adaptations (use NaN/INT_MIN as internal representation)jan.nijtmans2022-02-021-3/+3
| |
* | Implement TK_OPTION_NULL_OK for TK_OPTION_INT (working the same as for ↵jan.nijtmans2022-01-251-6/+9
| | | | | | | | TK_OPTION_DOUBLE). Better error-messages.
* | Document TK_OPTION_NULL_OK flags for TK_OPTION_BOOLEANjan.nijtmans2022-01-231-1/+3
| |
* | Update documentationjan.nijtmans2021-12-201-2/+6
| |
* | Merge 8.6jan.nijtmans2020-08-041-1/+1
|\ \ | |/ | | Move TkpRedrawWidget/TkpWillDrawWidget to entries 185/186 of stub table, that's where they were in Tk 8.6
| * Minor doc fixesjan.nijtmans2020-08-041-1/+1
| |
* | Fix [077d49828b]: notebook tab 'ambiguous compound' failure/regression, by ↵fvogel2020-01-181-1/+3
|\ \ | |/ | | | | making options of type TK_OPTION_STRING_TABLE support the TK_OPTION_NULL_OK flag.
| * Fix [077d49828b]: notebook tab 'ambiguous compound' failure/regression, by ↵fvogel2019-12-311-1/+3
| | | | | | | | making options of type TK_OPTION_STRING_TABLE support the TK_OPTION_NULL_OK flag.
* | Tk_Offset documentationjan.nijtmans2018-12-081-11/+2
| |
* | Minor tweaks, mostly formattingjan.nijtmans2018-12-011-2/+2
| |
* | Merge trunkjan.nijtmans2018-11-251-1/+1
|\ \
| * | Change char *recordPtr to void *recordPtr in Tk_SetOptions() and friends. ↵jan.nijtmans2018-10-161-1/+1
| | | | | | | | | | | | This is 100% upwards compatible, and equivalent to TIP #494 done in Tcl. With this, a ton of (char *) type casts can be eliminated
* | | More improvements, related to the deprecation of Tk_Offsetjan.nijtmans2018-10-111-4/+4
|/ /
* | Excess spacing in documentationjan.nijtmans2016-03-111-1/+1
|/
* Rebase to 8.6, getting rid of DEF_TEXT_SPACING[123]jan.nijtmans2016-01-101-20/+30
|\
| * Bug [2049429] - Documented TK_OPTION_DONT_SET_DEFAULTfvogel2016-01-081-20/+30
| |
* | 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.
| * 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.
* | frq-3536507: clientData field in Tk_OptionSpec should be "const void *"jan.nijtmans2012-06-201-1/+1
|/
* SetOptions.3: minor doc fixjan.nijtmans2012-06-191-24/+17
|\ | | | | | | make various other tables const (all backported from Tk 8.6)
| * SetOptions.3: minor doc fixjan.nijtmans2012-06-191-97/+90
| | | | | | | | make various other tables CONST (All backported from Tk 8.6)
* | Purge RCS Keywords.dgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |