File: BUGS-1.12.txt

package info (click to toggle)
tix 8.4.3-10
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 9,080 kB
  • ctags: 7,129
  • sloc: ansic: 28,082; tcl: 22,774; python: 7,577; makefile: 331; cs: 253; sh: 210; perl: 128
file content (15 lines) | stat: -rw-r--r-- 572 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
1)	The compound image stuff doesn't work.  CmpImg core dumps.
	This seems to be something to do with Tcl/Tkinter

	**** FIXED **** as of Tcl7.6, Tk4.2, Tix4.0.5

2)	tk.call is used a lot in the demos. These functions should be
	encapsulated somewhere in Python (more mods to Tkinter ?)

3)	Callback definition is not straightforward. A lot of the time
	a lambda definition has to be written. However, this is a
	general Tkinter problem.

4)	In the Control widget, the callbacks for increment, decrement
	and validate should return a string to Tix. Find a way to do
	this.