I can change the color of a button during program operations
with

  b.set_attribs("fg=black", "bg=green" )
  b.finally()
  b.init()

which works fine.  However, when I try to change the text with

  b.set_attribs("label=foo")
  b.finally()
  b.init()

the name on the windows color bar changes (fedora core linux +
fvwm), not that of the button text.  Is this the correct
behavior?

Wendell



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Unicon-group mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to