Specific request with code example (encapsulation) __init__ problems

Richie Hindle richie at entrian.com
Fri Aug 27 06:22:00 EDT 2004


> Thanks I finally got it working.  Big help.

Glad to hear it!

> What's the difference between SetLabel and SetItemLabel.  Below is a
> paste form the wx manual and it didn't contain that function

Either you have an old version of the manual or you didn't read the whole
entry for wxRadioBox::SetLabel.  The wxWindows 2.5.1 manual says:

> wxRadioBox::SetLabel
> 
> [...]
> 
> wxPython note: In place of a single overloaded method name, wxPython
> implements the following methods:
> 
> SetLabel(string)         Sets the radiobox label.  
> SetItemLabel(n, string)  Sets a label for a radio button.  

-- 
Richie Hindle
richie at entrian.com




More information about the Python-list mailing list