Tk Source Code

Check-in [7deaab4f]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Implement TK_CONFIG_NULL_OK for TK_CONFIG_PIXELS. Needed for "-elementborderwidth" in tkScrollbar.c Make TK_OPTION_NULL_OK the same value as TCL_NULL_OK for Tcl 9, but keep binary compatibility. Fix some spacing
Downloads: See separate download page
Timelines: family | ancestors | descendants | both | core-8-branch
Files: files | file ages | folders
SHA3-256: 7deaab4ffc40f7633a520ea457ca359de9b5612faffe459c0c0cdc879ca489a6
User & Date: jan.nijtmans 2024-06-16 22:16:46.273
Original Comment: Implement TK_CONFIG_NULL_OK for TK_CONFIG_PIXELS. Needed for "-elementborderwidth" in tkScrollbar.c
Context
2024-06-16
22:29
Something wrong with previous commit check-in: e789860e user: jan.nijtmans tags: core-8-branch
22:21
Implement TK_CONFIG_NULL_OK for TK_CONFIG_PIXELS. Needed for "-elementborderwidth" in tkScrollbar.c Make TK_OPTION_NULL_OK the same value as TCL_NULL_OK for Tcl 9, but keep binary compatibility. Fix some spacing check-in: f0427497 user: jan.nijtmans tags: trunk, main
22:16
Implement TK_CONFIG_NULL_OK for TK_CONFIG_PIXELS. Needed for "-elementborderwidth" in tkScrollbar.c Make TK_OPTION_NULL_OK the same value as TCL_NULL_OK for Tcl 9, but keep binary compatibility. Fix some spacing check-in: 7deaab4f user: jan.nijtmans tags: core-8-branch
12:05
Remove TK_OPTION_NULL_OK usage in tkPlace.c, doesn't belong there. Some indenting and varname consistancy check-in: 951d538b user: jan.nijtmans tags: core-8-branch
Changes
Unified Diff Side-by-Side Diff Patch
Changes to generic/tk.h.
Changes to generic/tkCanvas.c.
Changes to generic/tkConfig.c.
Changes to generic/tkEntry.c.
Changes to generic/tkOldConfig.c.
Changes to generic/tkScrollbar.c.
Changes to generic/tkTextDisp.c.
Changes to macosx/tkMacOSXScale.c.
Changes to macosx/tkMacOSXScrlbr.c.
Changes to unix/tkUnixMenubu.c.
Changes to unix/tkUnixScale.c.
Changes to unix/tkUnixScrlbr.c.