Tkinter MDI-style widget?

P

Paul Miller

I posted a couple of days ago looking for pointers on how to create a
wiget that has a settable title and can't be moved outside the parent
widget. What I'm really looking for is a Windows-style MDI widget.
Does this exist/is it possible to make in Tkinter?

The only thing I know of that behaves sort of the way I want is the
Tkinter canvas item. Now I know you can create new canvas items
through the tcl C interface, but would even that make it possible to
do what I want? (Not that I really want to go that route, anyway.)
 
C

Cameron Laird

I posted a couple of days ago looking for pointers on how to create a
wiget that has a settable title and can't be moved outside the parent
widget. What I'm really looking for is a Windows-style MDI widget.
Does this exist/is it possible to make in Tkinter?

The only thing I know of that behaves sort of the way I want is the
Tkinter canvas item. Now I know you can create new canvas items
through the tcl C interface, but would even that make it possible to
do what I want? (Not that I really want to go that route, anyway.)

<URL: http://wiki.tcl.tk/mdi > has several tips on the
topic. George Staplin, in particular, has done nice
work on this subject from a Tcl/Tk basis.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,200
Messages
2,571,046
Members
47,646
Latest member
xayaci5906

Latest Threads

Top