Mapper widget.

godoy@ieee.org 05/04/04 23:41 PM >>>

Thanks, but I don't see the wiki details while using wxPython

2.4.2.4... Is wx.ItemContainer something new on 2.5?

Actually, I goofed in the previous message - didn't mean to link to
anything specific to 2.5. I probably shouldn't have included the link
to that wiki page, I jumped the gun. I'm curious about that reference
to ItemContainer myself.

Anyway, the methods that you'll be looking to use, SetClientData and
GetClientData, can be called on wxChoice, wxComboBox, wxListBox, etc. in
version 2.4.x as well as 2.5.x. (See the documentation for wxComboBox
and you will find these methods.)

If you have any more questions about using these, hopefully someone more
alert/awake will chime in. :slight_smile:

Brian Almond wrote:

godoy@ieee.org 05/04/04 23:41 PM >>>

Thanks, but I don't see the wiki details while using wxPython

2.4.2.4... Is wx.ItemContainer something new on 2.5?

It was there in 2.4.x but not documented. Instead the methods that it implements were documented in the derived classes.

ยทยทยท

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