Re: Python and Tkinter Programming by John Grayson

2010-05-31 Thread Pradeep B
On Sat, May 29, 2010 at 7:33 PM, Kevin Walzer wrote: > Tkinter doesn't wrap native printing API's. There are a few extensions that > do it, but they are platform specific and not complete. > > The usual ways of printing are like this: > > 1. If you're outputting data from the text widget, write t

Re: Tkinter library reference

2010-05-31 Thread Pradeep B
On Mon, May 31, 2010 at 2:46 PM, eb303 wrote: > On May 29, 3:11 pm, Pradeep B wrote: >> Do we have a standard reference library for Tkinter available? >> >> -- >> Pradeep > > Short answer: no, at least not a complete one for Tkinter itself. > > However, t

Tkinter library reference

2010-05-29 Thread Pradeep B
Do we have a standard reference library for Tkinter available? -- Pradeep -- http://mail.python.org/mailman/listinfo/python-list

Re: Python and Tkinter Programming by John Grayson

2010-05-29 Thread Pradeep B
On Fri, Jan 22, 2010 at 6:48 AM, Ethan Furman wrote: > Peter wrote: >> >> On Jan 15, 9:12 am, Kevin Walzer wrote: On Jan 15, 6:24 am, Mark Roseman  wrote: > >  Peter  wrote: >> >> Besides, the book is mainly about using Python with Tkinter - and >> Tkinter hasn't cha