Hi Glen,
> It doesn't seem to
> recognize FvwmTabs as the module (window?) name. I removed the 'Style "FvwmTabs"...' line
> because it isn't doing anything.
Quite right. By default perl/Tk sets the class/resource name to 'Toplevel'.
To fix, replace the Toplevel() function call in createNewTabber()
with this line of code:
my $tl = $TOP->Toplevel(Name => 'FvwmTabs', -class => 'FvwmTabs', -title => $title);
& all should be fine.
SCoTT. :)
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Sat Jan 18 2003 - 01:40:53 GMT