Hi, John!

Am Montag, den 07.03.2011, 17:37 +0200 schrieb John Proios:
> This is add option set a color for an label

Hm. Just yesterday I committed a feature to change the background color
of an entry.

I guess it's time I look into a general solution which allows for all
visual elements to have an explicit color and/or background color set in
the gfd and/or in a trigger.

Maybe the best idea is to use identifiers familiar from HTML:

<entry color="RED" .../>
<button background-color="#abcdef" .../>
<trigger>
  my_entry.color = "#7F7F7F"
  my_button.background_color = None # reset to default
</trigger>

What do you think?

Thanks,
Reinhard

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

_______________________________________________
gnue-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnue-dev

Reply via email to