#include "wx/utils.h"
#include "wx/settings.h"
#include "wx/checklst.h"
+ #include "wx/arrstr.h"
#endif
-#include "wx/arrstr.h"
#include "wx/gtk1/private.h"
#if wxUSE_TOOLTIPS
m_parent->DoAddChild( this );
PostCreation(size);
- SetBestSize(size); // need this too because this is a wxControlWithItems
+ SetInitialSize(size); // need this too because this is a wxControlWithItems
return true;
}