]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/gbsizer.h
Add wxEXEC_HIDE_CONSOLE flag allowing to unconditionally do it under MSW.
[wxWidgets.git] / interface / wx / gbsizer.h
index a45881ca7b1efbd34d7e3eaf41a62384bc8ec5df..5c7b76cfb04d1999a1d239a82808f91a75daa957 100644 (file)
@@ -217,7 +217,7 @@ public:
 
     The wxGBSizerItem class is used by the wxGridBagSizer for tracking the
     items in the sizer. It adds grid position and spanning information to the
-    normal wxSizerItem by adding wxGBPosition and wxGBSpan attrbibutes. Most of
+    normal wxSizerItem by adding wxGBPosition and wxGBSpan attributes. Most of
     the time you will not need to use a wxGBSizerItem directly in your code,
     but there are a couple of cases where it is handy.
 
@@ -268,7 +268,7 @@ public:
     //@}
 
     /**
-        Returns @true if this item and the @a other item instersect.
+        Returns @true if this item and the @a other item intersect.
     */
     bool Intersects(const wxGBSizerItem& other);
     /**