// headers
// ----------------------------------------------------------------------------
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "univlistbox.h"
#endif
#endif
if ( !wxControl::Create(parent, id, pos, size, style,
- wxDefaultValidator, name) )
+ validator, name) )
return FALSE;
SetWindow(this);
m_updateCount = 0;
}
+ wxListBoxBase::OnInternalIdle();
}
// ----------------------------------------------------------------------------
height = ((height - hBorders + hLine - 1) / hLine)*hLine + hBorders;
}
- wxListBoxBase::DoSetSize(x, y, width, height);
+ wxListBoxBase::DoSetSize(x, y, width, height, sizeFlags);
}
wxSize wxListBox::DoGetBestClientSize() const