wxBoxSizer(int orient)
{
m_orient = orient;
+ m_totalProportion = 0;
wxASSERT_MSG( m_orient == wxHORIZONTAL || m_orient == wxVERTICAL,
_T("invalid value for wxBoxSizer orientation") );
void AdjustPropLastItem(wxSizer *psz, wxSizerItem *itemLast);
-private:
- DECLARE_DYNAMIC_CLASS(wxWrapSizer);
+ DECLARE_DYNAMIC_CLASS(wxWrapSizer)
};
//---------------------------------------------------------------------------