// Author: Julian Smart
// Modified by:
// Created: 01/02/97
-// RCS-ID: $Id$
// Copyright: (c) Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// returns true if the platform should explicitly apply a theme border
virtual bool CanApplyThemeBorder() const { return false; }
- virtual wxPoint GetClientAreaOrigin() const;
- virtual void DoGetClientSize(int *width, int *height) const;
-
-
protected:
virtual wxSize DoGetBestSize() const;