// wxListCtrl
//-----------------------------------------------------------------------------
-class WXDLLEXPORT wxGenericListCtrl: public wxControl
+class WXDLLIMPEXP_CORE wxGenericListCtrl: public wxControl
{
public:
virtual wxSize DoGetBestSize() const;
- virtual void DoFreeze();
- virtual void DoThaw();
-
// return the text for the given column of the given item
virtual wxString OnGetItemText(long item, long column) const;
* the run-time information.
*/
-class WXDLLEXPORT wxListCtrl: public wxGenericListCtrl
+class WXDLLIMPEXP_CORE wxListCtrl: public wxGenericListCtrl
{
DECLARE_DYNAMIC_CLASS(wxListCtrl)