CheckBox icons

Hello,

Is there an easy way to change the default check box icon (in this case the 'undetermined' one only), so that it would be display a yellow square better than green than a green one ?

Thanks.

Raphael

Hi Raphael,

···

On Mar 19, 12:31 pm, Raphael Mayoraz <may...@netplus.ch> wrote:

Hello,

Is there an easy way to change the default check box icon (in this case
the 'undetermined' one only), so that it would be display a yellow
square better than green than a green one ?

Thanks.

Raphael

I'm not aware of an easy way, but you could probably just draw it
yourself.

-------------------
Mike Driscoll

Blog: http://blog.pythonlibrary.org

Not with the native controls. That's the point of having native widgets, they are drawn by the system just like the same widget in every other application on the system.

···

On 3/19/10 10:31 AM, Raphael Mayoraz wrote:

Hello,

Is there an easy way to change the default check box icon (in this case
the 'undetermined' one only), so that it would be display a yellow
square better than green than a green one ?

--
Robin Dunn
Software Craftsman

Yes, makes sense. I'll do my own as suggested by Mike Driscoll.

Thanks you'll.

Raphael

···

On 3/19/2010 11:17 PM, Robin Dunn wrote:

On 3/19/10 10:31 AM, Raphael Mayoraz wrote:

Hello,

Is there an easy way to change the default check box icon (in this case
the 'undetermined' one only), so that it would be display a yellow
square better than green than a green one ?

Not with the native controls. That's the point of having native widgets, they are drawn by the system just like the same widget in every other application on the system.