Tkinter MDI-style widget?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Paul Miller

    Tkinter MDI-style widget?

    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.)
  • Cameron Laird

    #2
    Re: Tkinter MDI-style widget?

    In article <2e363c08.04052 40720.6831f33@p osting.google.c om>,
    Paul Miller <pwmiller1@adel phia.net> wrote:[color=blue]
    >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.)[/color]

    <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.

    --

    Cameron Laird <claird@phaseit .net>
    Business: http://www.Phaseit.net

    Comment

    Working...