diff options
author | wolfsuit <wolfsuit> | 2003-09-30 23:26:09 (GMT) |
---|---|---|
committer | wolfsuit <wolfsuit> | 2003-09-30 23:26:09 (GMT) |
commit | 009ece320d1dad3ff4557d55b5859b4512d1660e (patch) | |
tree | 2bf36229932f41809c5d2fa5e9d3ca06f4818d08 /ChangeLog | |
parent | 89cb52358e92bd6496cf8068147b904a689dd870 (diff) | |
download | tk-009ece320d1dad3ff4557d55b5859b4512d1660e.zip tk-009ece320d1dad3ff4557d55b5859b4512d1660e.tar.gz tk-009ece320d1dad3ff4557d55b5859b4512d1660e.tar.bz2 |
Add an implementation of XSync that flushes the window buffers. This fixes 814810.
Also use tk text drawing for checkbutton & radiobutton labels.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2003-09-30 Jim Ingham <jingham@apple.com> + + * macosx/tkMacOSXButton.c (TkpDisplayButton): Use the tk text + drawing for checkbuttons & radiobuttons as well as for labels. + * macosx/tkMacOSXEvent.c (XSync): New function, need to implement + this so drawing will get flushed in "update idletasks". + * tkMacOSXPort.h: convert #define of XSync to function def'n. + 2003-09-30 Donal K. Fellows <fellowsd@cs.man.ac.uk> * library/demos/browse: Added suitable [package require] |