git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5285
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// get the window we're associated with
wxWindow *GetWindow() const { return (wxWindow *)m_window; }
// get the window we're associated with
wxWindow *GetWindow() const { return (wxWindow *)m_window; }
+ // change the size of the caret
+ void SetSize(int width, int height) { m_width = width; m_height = height; }
+ void SetSize(const wxSize& size) { SetSize(size.x, size.y); }
+
+
// operations
// ----------
// operations
// ----------