[perl-win32-gui] TabStrip - Another approach

2000-02-11 Thread David Hiltz
Want to add tabstrips to my program but don't want to keep track of showing and hiding the individual widgets on each tab. So here is a complete program that shows a possible work-around. What I would like to do is add an option to each widget I add to indicate the Tab it should belon

[perl-win32-gui] TabStrip

2000-01-03 Thread David Hiltz
I'm trying to figure out how to add objects to the different Tabstrips, but I don't see anything in the sample code (tabstrip.pl) which shows how this is done. I thought something like this would work, but no-go. ... $W->AddTabStrip( -name => "Tab",