|
Hi,
New to Tk but not Perl (have moved from Win32::GUI)
Have created two toolbars and am attempting to set the second one to start (embed) in the first using the -in option, however whatever value I try to use as 'a valid Tk-ToolBar object' it does not recognise it.
my $tbMain = $winMain->ToolBar(qw/-moveable 1 -side top -indicatorcolor blue/);
$tbMain->ToolButton etc...
my $tbMain2 = $winMain->ToolBar(qw/-side top -in ??valid Tk-ToolBar object??/);
what (or should I say how) do I enter the 'valid Tk-ToolBar object'
Thanks in advance
Chris |