Neil Bird writes:
 > Nathan Froyd wrote:
 > > What you could do instead is have Decor "Foo" contain a Button 6, and then
 > > have the appropriate NoButton statements in your Style
 > > definition. Admittedly, this doesn't solve the larger problem of changing
 > > the function for each window. Your suggestion for extra variables in the
 > > function definition does sound nice, though.
 > 
 >   That's largely what I've got ATM. Currently, I have to have a function
 > CreateStandardDecor that takes $0 = decor name & creates a decor called
 > <$0> with all my fav. stuff in. Then, :
 > 
 >     CreateStandardDecor "DefaultDecor"
 > 
 >     CreateStandardDecor "IconiseAllDecor"
 >     AddToDecor IconiseAllDecor  \
 >        AddButtonStyle 6  Pixmap FNX-window-iconise-all.xpm
 > 
 > 
Wouldn't it take up less space (potentially) to have one global decor and
then add NoButton 6 or Button 6 on the appropriate Style statements?
As to people reading vs. people using FVWM, I use it. :)
-- 
Nathan  |  froydnj_at_rose-hulman.edu  |  http://www.rose-hulman.edu/~froydnj/
Evolution is a million line computer program falling into place by accident.
--
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 Jul 24 1999 - 15:19:31 BST