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 [EMAIL PROTECTED] To report problems, send mail to [EMAIL PROTECTED]
