return wxPoint(w, h);
}
- void SetPosition( const wxPoint& pt ) { Move( pt ) ; }
+ void SetPosition( const wxPoint& pt ) { Move( pt ) ; }
void GetSize( int *w, int *h ) const { DoGetSize(w, h); }
wxSize GetSize() const
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);
void SetToolTip( wxToolTip *tip ) { DoSetToolTip(tip); }
// get the associated tooltip or NULL if none
wxToolTip* GetToolTip() const { return m_tooltip; }
- wxString GetToolTipText() const ;
+ wxString GetToolTipText() const ;
#endif // wxUSE_TOOLTIPS
// drag and drop