- void SetLabel( int nItem
- ,const wxString& rsLabel
- );
- void SetLabel( int item
- ,wxBitmap* pBitmap
- );
- wxString GetLabel(int nItem) const;
+ virtual void SetLabel(const wxString& rsLabel)
+ { wxControl::SetLabel(rsLabel); }
+ virtual wxString GetLabel() const
+ { return wxControl::GetLabel(); }