return wxSize(w, h);
}
-// the following are just helper functions to help some compiler with the extended rtti inf
- void SetWindowPosition( const wxPoint &pt) { SetPosition( pt ) ; }
- wxPoint GetWindowPosition() const { return GetPosition() ; }
-
- void SetWindowSize( const wxSize &sz ) { SetSize( sz ) ; }
- wxSize GetWindowSize() const { return GetSize() ; }
-
wxRect GetRect() const
{
int x, y, w, h;
const wxFont& GetFont() const { return m_font; }
wxFont& GetFont() { return m_font; }
- // for resolving RTTI conflicts
- wxFont GetWindowFont() const { return GetFont() ; }
-
#if wxUSE_CARET
// associate a caret with the window
void SetCaret(wxCaret *caret);