[wxpython-users] An event between different widgets
Mark Guagenti
mgenti at gentiweb.com
Thu Apr 24 07:53:10 PDT 2008
Yes, that sounds correct, I had added that flag since the code I had
supplied assumed there would only be one selection. If you allow
multiple selections you'll have to modify the code to loop across all
selections and remove them.
--Mark
On Thu, Apr 24, 2008 at 9:45 AM, Gre7g Luterman
<gre7g.luterman at gmail.com> wrote:
> On 4/23/08, Gerard Petersen <lijssies at gp-net.nl> wrote:
> > I have one more question. On the listctrl I can do single selects without
> > enabling the "wx.LC_SINGLE_SEL". I was digging in the API docs but I
> couldn't
> > find the styles explained anywhere. Is this info to be found there or am I
> > looking in the wrong place?
>
>
> IIRC, wx.LC_SINGLE_SEL makes it so you can ONLY select one at a time.
> Without setting this, it is possible to select multiple items by use of
> ctrl-click or shift-click. If you specify single-selection, then ctrl-click
> and shift-click act like regular clicks do.
>
> Gre7g
> _______________________________________________
> wxpython-users mailing list
> wxpython-users at lists.wxwidgets.org
> http://lists.wxwidgets.org/mailman/listinfo/wxpython-users
>
>
More information about the wxpython-users
mailing list