Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi
I want to make a perl tk application with notebook. Let us consider the notebook pages will be dynamically created.
Let us also consider that in a given instance Notebook has 3 pages and in each page I pack a
Tk::Text widget to view some text.
Is there any way so that I can close any of the notebook page when I am done ? Just like the way we do in Firefox or other browsers by closing a tab. Currently it closes the entire Notebook application. But I want to open or close a page according to my need.
Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: advanced perl tk widget than notebook
by Anonymous Monk on May 30, 2013 at 17:39 UTC | |
by ghosh123 (Monk) on May 31, 2013 at 11:30 UTC | |
|
Re: advanced perl tk widget than notebook
by Anonymous Monk on May 30, 2013 at 18:40 UTC |