// Name: wx/listctrl.h
// Purpose: interface of wxListCtrl
// Author: wxWidgets team
-// RCS-ID: $Id$
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
@since 2.9.4
*/
long AppendColumn(const wxString& heading,
- int format = wxLIST_FORMAT_LEFT,
+ wxListColumnFormat format = wxLIST_FORMAT_LEFT,
int width = -1);
/**