git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53631
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
: m_text(text), m_icon(icon)
{ }
wxDataViewIconText( const wxDataViewIconText &other )
: m_text(text), m_icon(icon)
{ }
wxDataViewIconText( const wxDataViewIconText &other )
{ m_icon = other.m_icon; m_text = other.m_text; }
void SetText( const wxString &text ) { m_text = text; }
{ m_icon = other.m_icon; m_text = other.m_text; }
void SetText( const wxString &text ) { m_text = text; }
}
wxPaletteRefData(const wxPaletteRefData& data)
}
wxPaletteRefData(const wxPaletteRefData& data)