What exactly is a wxTabCtrl? It isn't part of the demo,
and wxPython 2.4 doesn't appear to wrap it. The doc makes
it sound like a notebook, but the methods seem to be those
of wxListCtrl in icon mode.
Roger
What exactly is a wxTabCtrl? It isn't part of the demo,
and wxPython 2.4 doesn't appear to wrap it. The doc makes
it sound like a notebook, but the methods seem to be those
of wxListCtrl in icon mode.
Roger
Roger Binns wrote:
What exactly is a wxTabCtrl? It isn't part of the demo,
and wxPython 2.4 doesn't appear to wrap it. The doc makes
it sound like a notebook, but the methods seem to be those
of wxListCtrl in icon mode.
wxTabCtrl has been listed as deprecated since about the same time I started wxPython (I don't know why it hasn't been removed yet) so it never got wrapped.
Basically it is a custom control that is like just the tabs part of a notebook, which could be used to do page selection types of things without needing to have page windows tightly coupled with the control.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!