3 State Check Box

I'm currently using wxPython 2.4.2.4 (I'll upgrade as soon as a newer version is in FreeBSD ports).

I was wondering about 3 state check boxes. I found them documented in the wxWindows documentation but they don't seem to be in wxPython (wxCHK_3STATE).

Is there another way of having a tri-state toggle widget as I need it for a search dialog?

Neal Nelson wrote:

I'm currently using wxPython 2.4.2.4 (I'll upgrade as soon as a newer version is in FreeBSD ports).

I was wondering about 3 state check boxes. I found them documented in the wxWindows documentation but they don't seem to be in wxPython (wxCHK_3STATE).

It's new in 2.5.

Is there another way of having a tri-state toggle widget as I need it for a search dialog?

Nothing I can think of, other than upgrading to 2.5 or creating a custom control.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!