| Store | Cart

Deleting/Removing TK objects

From: Daniel Burgaud <burg...@gmail.com>
Fri, 3 May 2013 09:39:39 +0800
Hi,

I would like to know how to remove/delete TK objects/widgets.

For example:
$frame{x} = $mw->Button( ......);
$frame{y} = $mw->Entry(.......);
.
.
.

How do I delete the Button?
How do I delete Entry?

Basically, I am writing an app; the mainwindow is filled with button menus.
If I click on any of the buttons, it will clear (either delete or hide) the
window of buttons and populate the window with other stuffs.
Once I am done, it will clear it and go back to mainwindow with buttons.

Dan

_______________________________________________
Perl-Win32-Users mailing list
Perl...@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Recent Messages in this Thread
Daniel Burgaud May 03, 2013 01:39 am