Re: FVWM: Re: FvwmTabs v1.3

From: Scott Smedley <scottie7_at_tpg.com.au>
Date: Sat, 18 Jan 2003 18:34:23 +1100

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

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:37:54 BST