api mapping

Hello everybody,

I'm quite new to wxPyhton, and there is something I find rather strange. In the wxPython api (http://www.wxpython.org/docs/api/), there are the libraries as wx.lib, wx.gizmos, etc. But where are the 'special' classes like wx.gizmos.TreeListCtrl in the wxWindows api? couldn't find it in the wxWidgets 2.6.2 manual. Does anybody know (stupid question ;-)) how this is structured on the wxWindows side?

Thanks a lot
Regards,
antoine

Hi Antoine,

Some classes are implemented in pure python with no C++ counterparts, this is why you will not find them in the wxwidgets documentation.

Peter.

···

On 2/19/06, Antoine De Groote antoine@vo.lu wrote:

Hello everybody,

I’m quite new to wxPyhton, and there is something I find rather strange.
In the wxPython api (http://www.wxpython.org/docs/api/), there are the

libraries as wx.lib, wx.gizmos, etc. But where are the ‘special’ classes
like wx.gizmos.TreeListCtrl in the wxWindows api? couldn’t find it in
the wxWidgets 2.6.2 manual. Does anybody know (stupid question ;-)) how

this is structured on the wxWindows side?

Peter Damoc wrote:

    Hello everybody,

    I'm quite new to wxPyhton, and there is something I find rather strange.
    In the wxPython api (wxPython API Documentation — wxPython Phoenix 4.2.2 documentation), there are the
    libraries as wx.lib, wx.gizmos, etc. But where are the 'special' classes
    like wx.gizmos.TreeListCtrl in the wxWindows api? couldn't find it in
    the wxWidgets 2.6.2 manual. Does anybody know (stupid question ;-)) how
    this is structured on the wxWindows side?

Hi Antoine,

Some classes are implemented in pure python with no C++ counterparts, this is why you will not find them in the wxwidgets documentation.

And others, like wx.gizmos.* are wrapped C++ classes, but are not part of the core wxWidgets library.

···

On 2/19/06, *Antoine De Groote* <antoine@vo.lu <mailto:antoine@vo.lu>> > wrote:

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!