Creating a Text widget in a Dialog (Tkinter)

Eric Brunel eric.brunel at pragmadev.com
Mon Sep 9 04:38:59 EDT 2002


Aki Niimura wrote:

> Hi,
> 
> I'm trying to create a simple dialog which has a Text with
> scrollbars(H and V)
> in a dialog. (I'm inherting Tkinter Dialog class)

BTW, if it's for a real application, have you considered the Pmw package? 
See:
http://pmw.sourceforge.net/doc/refindex.html
The TextDialog class already does exactly what you want.

HTH
-- 
- Eric Brunel <eric.brunel at pragmadev.com> -
PragmaDev : Real Time Software Development Tools - http://www.pragmadev.com



More information about the Python-list mailing list