the @a window.
*/
wxCaret(wxWindow* window, int width, int height);
- wxCaret(wxWindowBase* window, const wxSize& size);
+ wxCaret(wxWindow* window, const wxSize& size);
//@}
//@{
Creates a caret with the given size (in pixels) and associates it with
the @a window (same as the equivalent constructors).
*/
- bool Create(wxWindowBase* window, int width, int height);
- bool Create(wxWindowBase* window, const wxSize& size);
+ bool Create(wxWindow* window, int width, int height);
+ bool Create(wxWindow* window, const wxSize& size);
//@}
/**