Re: FVWM: Creating similar decors ?

From: Mikhael Goikhman <migo_at_cortext.co.il>
Date: Wed, 22 Nov 2000 00:08:25 +0200

On 20 Nov 2000 13:53:44 -0800, Perry Hutchison wrote:
>
> Is there a way to create a new decor which starts out as a copy of
> an existing one rather than as a copy of the default? Alternatively,
> is it possible to change the definitions which comprise the default
> decor (without recompiling FVWM)?

You can emulate this using the following InitializeDecor function.

  DestroyFunc InitializeDecor
  AddToFunc InitializeDecor
  + I DestroyDecor $0
  + I AddToDecor $0
  + I + ButtonStyle ...
  + I + TitleStyle ...
  + I + BorderStyle ...
  + I + ...

  InitializeDecor MyNewDecor1
  AddToDecor MyNewDecor1
  + ...

  InitializeDecor MyNewDecor2
  AddToDecor MyNewDecor2
  + ...

Regards,
Mikhael.
--
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 Tue Nov 21 2000 - 16:08:45 GMT

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