git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45057
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// returns the sizer containing the control, if any
wxSizer* GetControlSizer() const { return m_controlSizer; }
// returns the sizer containing the control, if any
wxSizer* GetControlSizer() const { return m_controlSizer; }
// operations
// ----------
// operations
// ----------
// we do have multiple pages
virtual bool HasMultiplePages() const { return true; }
// we do have multiple pages
virtual bool HasMultiplePages() const { return true; }
+ // we don't want focus for ourselves
+ virtual bool AcceptsFocus() const { return false; }
protected:
// flags for DoSetSelection()
protected:
// flags for DoSetSelection()