A Ter, 2003-07-22 �s 22:09, ddt escreveu:
> Hi
>
> I saw in gnome api docs that
> gnome_color_picker_get_* functions.
> But gnome.ui.ColorPicker doesn't have get_d, get_i8 functions.
> How do I get the current color from ColorPicker?
Use properties:
color_picker.get_property("red")
color_picker.get_property("green")
color_picker.get_property("blue")
The returned values are in in range 0..65535 (16 bits).
>
> I'm using
> gnome-python-1.99.16(and cvs also checked)
>
> regards
>
>
> _______________________________________________
> pygtk mailing list [EMAIL PROTECTED]
> http://www.daa.com.au/mailman/listinfo/pygtk
> Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
--
Gustavo Jo�o Alves Marques Carneiro
<[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/