wxControl::DoMoveWindow(x, y, w, h);
if (m_dropped)
wxControl::DoMoveWindow(x, y, w, h);
if (m_dropped)
int eh=m_txt->GetBestSize().y;
return wxSize(DEFAULT_ITEM_WIDTH, bh > eh ? bh : eh);
}
int eh=m_txt->GetBestSize().y;
return wxSize(DEFAULT_ITEM_WIDTH, bh > eh ? bh : eh);
}