// Created: 06/01/06
// RCS-ID: $Id$
// Copyright: (c) Robert Roebling
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
return wxT("string");
}
- virtual unsigned int GetRowCount()
- {
- return m_textColValues.GetCount();
- }
-
virtual void GetValueByRow( wxVariant &variant,
unsigned int row, unsigned int col ) const;
virtual bool GetAttrByRow( unsigned int row, unsigned int col,
wxArrayString m_textColValues;
wxArrayString m_iconColValues;
wxIcon m_icon[2];
- int m_virtualItems;
};