Here's the situation:<br>
<br>
I have created a tabnotebook widget with, so far, 2 pages. I want to find out how to clear everything off of page 2 and then redraw certain widgets on page 2 depending on what the user has selected on page 1. I cannot simply destroy the widgets because I have way too many variations on how the second page could be formatted, unless there was a command like destroy $NotePagePath.* which could take out everything without specifying individual widgets. Does anybody have any ideas?
<br>
I have created a tabnotebook widget with, so far, 2 pages. I want to find out how to clear everything off of page 2 and then redraw certain widgets on page 2 depending on what the user has selected on page 1. I cannot simply destroy the widgets because I have way too many variations on how the second page could be formatted, unless there was a command like destroy $NotePagePath.* which could take out everything without specifying individual widgets. Does anybody have any ideas?