Bob Greschke wrote:
> I want to grab the contents of a Text widget when the frame it's on gets
> destroyed. I tried
> TextWidget.bind(""... , but the widget is gone before the call gets
> made, and I'd really
> hate to do something with the function that gets called with
> TextWidgetsFrame.b
On Mon, 06 Feb 2006 19:32:52 -0800, James Stroud <[EMAIL PROTECTED]> wrote:
> If TextWidgetsFrame inherets from frame, you can override the destroy()
> method which gets called when the parent gets destroyed.
Unfortunately, it doesn't get called. Everything actually happens at tk
level, where
On Mon, 6 Feb 2006 20:11:28 -0700, Bob Greschke <[EMAIL PROTECTED]> wrote:
> Hi!
>
> I want to grab the contents of a Text widget when the frame it's on gets
> destroyed. I tried TextWidget.bind(""... , but the widget is
> gone
> before the call gets made, and I'd really hate to do something wi
Bob Greschke wrote:
> Hi!
>
> I want to grab the contents of a Text widget when the frame it's on gets
> destroyed. I tried TextWidget.bind(""... , but the widget is gone
> before the call gets made, and I'd really hate to do something with the
> function that gets called with TextWidgetsFrame
Hi!
I want to grab the contents of a Text widget when the frame it's on gets
destroyed. I tried TextWidget.bind(""... , but the widget is gone
before the call gets made, and I'd really hate to do something with the
function that gets called with TextWidgetsFrame.bind("", ..., since
that one f