in reply to OO novice with Perl/Tk

Let me get this straight: You want to use Tk::Dialogbox and let the callback remove a widget on the toplevel window?
That should be possible.

I suggest you post your code here and explain a bit more...

--HolyGrail

Replies are listed 'Best First'.
Re: Re: OO novice with Perl/Tk
by Merrick (Initiate) on Jun 26, 2001 at 15:16 UTC
    I accomplished what I needed using $widget -> destroy(). Thanks for your help, Merrick