Does anybody have a drop-down checkbox list control that they'd be willing to share?
I'm talking about something similar to the wxCheckListBox, but drop-down style, like
a wxComboBox or wxChoice.
TIA,
Matthew
Does anybody have a drop-down checkbox list control that they'd be willing to share?
I'm talking about something similar to the wxCheckListBox, but drop-down style, like
a wxComboBox or wxChoice.
TIA,
Matthew
Matthew Thornley wrote:
Does anybody have a drop-down checkbox list control that they'd be willing to share? I'm talking about something similar to the wxCheckListBox, but drop-down style, like a wxComboBox or wxChoice.
You could probably do it with the wxPopupControl class contributed by Gerrit van Dyk. It's in wxPython/lib/popupctl.py
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!