[wxMac] Status of the native wxListCtrl?
roee shlomo
roee88 at gmail.com
Wed Aug 15 01:29:33 PDT 2007
Hi,
The wxWidgets docs note this:
> *Mac Note: Starting with 2.8, wxListCtrl uses a native implementation for
> report mode, and uses a generic implementation for other modes. You can u=
se
> the generic implementation for report mode as well by setting the
> mac.listctrl.always_use_generic **wxSystemOption*<http://www.wxwidgets.or=
g/manuals/stable/wx_wxsystemoptions.html#wxsystemoptions>
> * to 1.*
>
Sounds like the native wxListCtrl for mac is complete, but:
1. The default on wxPython is still the generic widget.
2. My tests shows it still has many bugs ( I havn't tested it deeply, but
from how my app behaves with the native list it seems like
EVT_LIST_COL_RIGHT_CLICK doesn't work, GetCountPerPage never returns more
than 1, SetStringItem disables the current selection, some size/layout
issues...).
My question is:
Is (1) a consequence of (2) and the native listctrl is still work in
progress ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/200708=
15/5f94b222/attachment.htm
More information about the wxpython-users
mailing list