]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/tglbtn.h
recreate the window if FSAA is requested (changeset_r54022_Fix.patch from #9145)
[wxWidgets.git] / interface / tglbtn.h
index 5384e9c50d4db2eaa8800756a20f6c54162bff74..4a679c7ee14fa2b56626037fac96c9268211deb2 100644 (file)
@@ -89,7 +89,7 @@ public:
     /**
         Gets the state of the toggle button.
 
-        @returns Returns @true if it is pressed, @false otherwise.
+        @return Returns @true if it is pressed, @false otherwise.
     */
     bool GetValue() const;
 
@@ -154,7 +154,7 @@ public:
     /**
         Gets the state of the toggle button.
 
-        @returns Returns @true if it is pressed, @false otherwise.
+        @return Returns @true if it is pressed, @false otherwise.
     */
     virtual bool GetValue() const;