Hi,

I am trying to implement something like an icon viewer control. Now I'm working on the selection part. What color should I use to draw the background of the selection ? What about of the text of the selection ? What if the theme is a pixmap theme ? Should I use a brush ?

Are there any UI guidelines for this stuff ?

Should I draw a focus box arround the selected icon ?

For now I do these:

1. draw a box with foregraound set to style.fg[gtk.STATE_SELECTED] for the selected object

2. draw the text of the selected object with forground set to style.bg[gtk.STATE_SELECTED]

TIA,

Ionutz

_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to