- 06 Nis, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 12 Ara, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Untabified.
-
- 10 Ara, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Using grid methods on ScrolledText widgets does not work as expected. It either fails to pack a widget, or can even cause Tk to lock up. The problem is that the .grid method is being called on the text widget, not the frame widget. This can lead to the well-known lockup in Tk when a frame's children are managed by both the pack and grid managers. Even if it doesn't lock up, the frame is never placed within the intended widget. Program fragment: >>> import ScrolledText >>> s = ScrolledText.ScrolledText() >>> s.grid(row=0, column=0, rowspan=2) The following patch uses the same hack to copy the 'grid' and 'place' geometry manager methods to the ScrolledText instance as is already used for the 'pack' manager.
-
- 23 Eki, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 20 Eyl, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
and then (under certain circumstances) can clobber the default! He also submitted this patch as PR#82.
-
- 05 Ara, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
exclude "configure".
-
- 12 Şub, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
by all true Tkinter widgets. (Not that I *like* this module -- it stinks, but until I have something better, I can't nuke it.)
-
- 30 Tem, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 03 Agu, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 06 Tem, 1994 3 kayıt (commit)
-
-
Guido van Rossum yazdı
(This breaks something in MimeViewer.py, don't know what yet)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
really be done differently, e.g. by deriving from the Text class.)
-
- 20 Haz, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-