]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/caret.h
Add wxEVT_DIRCTRL_FILEACTIVATED wxDirCtrl event.
[wxWidgets.git] / interface / wx / caret.h
index 374d233afd23038cb6c8801839c1b2853e0f74bf..a9d4211b14ddb4aabfdc77d1b26aabfa988ddf73 100644 (file)
@@ -38,7 +38,7 @@ public:
         the @a window.
     */
     wxCaret(wxWindow* window, int width, int height);
-    wxCaret(wxWindowBase* window, const wxSize& size);
+    wxCaret(wxWindow* window, const wxSize& size);
     //@}
 
     //@{
@@ -46,8 +46,8 @@ public:
         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);
     //@}
 
     /**
@@ -104,7 +104,7 @@ public:
 
     /**
         Returns @true if the caret is visible and @false if it is permanently
-        hidden (if it is is blinking and not shown currently but will be after
+        hidden (if it is blinking and not shown currently but will be after
         the next blink, this method still returns @true).
     */
     bool IsVisible() const;