On 2/1/11 8:15 AM, pyt...@bdurham.com wrote:
Wondering if there's a 3rd party Tkinter or Tk library or a general
programming technique that would allow one to create Tkinter based
applications with panels that can be docked, undocked, and resized
(while docked and undocked)?

I don't think Tk has support for this, either as a library or a core function. You can fake it using various techniques, but it would be a lot of work.

--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to