Tkinter spreadsheet or textgrid widget?

Randall Hopper aa8vb at yahoo.com
Wed Jan 24 13:38:01 EST 2001


William Ryu:
 |Tried a Google search but didn't come up with anything. Can someone point
 |me to a Tkinter textgrid (i.e. spreadsheet type text/number entry) widget?

Tkinter's grid widget may be sufficient; have you surveyed it?  If it's not...

Use Pmw with PmwContribD, tkTable, Tix grid widget, or switch from Tkinter
to wxPython or pyQTx.  FOX's FXTable may have materialized as well.
PmwScrolledFrame + grid in Pmw may do what you want -- just depends on your
needs.

Some related articles are linked below.  Also, browse the Vaults of
Parnassus:

   http://www.vex.net/parnassus/

could be some new candidates there.

http://www.deja.com/=dnc/[ST_rn=ps]/getdoc.xp?AN=689841021
http://www.deja.com/=dnc/[ST_rn=ps]/getdoc.xp?AN=689813508
http://www.deja.com/=dnc/[ST_rn=ps]/getdoc.xp?AN=665641268
http://www.deja.com/=dnc/[ST_rn=ps]/getdoc.xp?AN=665834995
http://www.deja.com/=dnc/[ST_rn=ps]/getdoc.xp?AN=452435679
http://www.deja.com/=dnc/[ST_rn=ps]/getdoc.xp?AN=585995233
http://www.deja.com/=dnc/[ST_rn=ps]/getdoc.xp?AN=586167258
http://www.deja.com/=dnc/[ST_rn=ps]/getdoc.xp?AN=587407892
http://www.deja.com/=dnc/[ST_rn=ps]/getdoc.xp?AN=519280699
http://www.deja.com/=dnc/[ST_rn=ps]/getdoc.xp?AN=496501966
http://www.deja.com/=dnc/[ST_rn=ps]/getdoc.xp?AN=450852145

-- 
Randall Hopper
aa8vb at yahoo.com




More information about the Python-list mailing list