// Calls the callback and appropriate event handlers
bool ProcessCommand(wxCommandEvent& event);
- // Places item in centre of panel - so can't be used BEFORE panel->Fit()
- void Centre(int direction = wxHORIZONTAL);
-
// MSW-specific
#ifdef __WIN95__
virtual bool MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result);
// For controls like radiobuttons which are really composite
wxList m_subControls;
+ virtual wxSize DoGetBestSize();
+
private:
DECLARE_EVENT_TABLE()
};