[wxpython-users] An event between different widgets

Gre7g Luterman gre7g.luterman at gmail.com
Thu Apr 24 07:45:39 PDT 2008


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/200804=
24/f254eccf/attachment.htm


More information about the wxpython-users mailing list