Karger78 has asked for the wisdom of the Perl Monks concerning the following question:
$main->AddTabStrip ( -name => "tab", -left => 0, -top => 170, -width => 555, -height=> 500, ); $main->tab->InsertItem( -name=> "Local", -text => "Local", -index=> 0, );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: tabstrip background color
by ww (Archbishop) on Oct 13, 2009 at 21:47 UTC | |
by Karger78 (Beadle) on Oct 14, 2009 at 12:52 UTC |