Esempio n. 1
0
void wxListBox::SetString(unsigned int n, const wxString& s)
{
    m_stringArray[n] = s;
    MacSet(n, s);
}
Esempio n. 2
0
void wxListBox::SetString(int N, const wxString& s)
{
    m_stringArray[N] = s ;
    MacSet( N , s ) ;
}