Removed some irritating flags.
Implmented the remaining ones under GTK. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41544 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -696,9 +696,8 @@ IMPLEMENT_ABSTRACT_CLASS(wxDataViewColumnBase, wxObject)
|
||||
wxDataViewColumnBase::wxDataViewColumnBase(const wxString& title,
|
||||
wxDataViewCell *cell,
|
||||
size_t model_column,
|
||||
int WXUNUSED(fixed_width),
|
||||
wxDataViewColumnSizing WXUNUSED(sizing),
|
||||
int flags )
|
||||
int WXUNUSED(width),
|
||||
int flags )
|
||||
{
|
||||
m_cell = cell;
|
||||
m_model_column = model_column;
|
||||
|
||||
Reference in New Issue
Block a user