Hi,
···
On Tue, Jun 5, 2012 at 6:18 AM, bsneddon <w.g.sneddon@gmail.com> wrote:
I want do re-write a utility that was written in VB I don't have the VB
source. This utility uses a VB control where you can select multipul items
from left pane click on an arrow to and move to right pane. You can also
click on double arrow to move them all. The moves work in both directions
from right to left and left to right. This kind of interface is somewhat
common. What do you call this kind of widget? Does wxPython have this kind
of widget? I have looked at the demo and did not see anything but could
have overlooked.
Seem to remember such a control being added recently though I don't
remember what it ended up being called.
I also have an implementation of a similar control in Editra that you
can use as well
(http://svn.wxwidgets.org/viewvc/wx/wxPython/3rdParty/Editra/src/eclib/filterdlg.py?revision=65202&view=markup)
Cody