]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/gbsizer.h
update minimum GTK2 version requirement to 2.6
[wxWidgets.git] / interface / wx / gbsizer.h
index 338376a69496c2294a0435647d60885170cc0a9d..f1604bbc9ef8fa7f504e7503a5253ed7c0a0b3d5 100644 (file)
@@ -48,9 +48,9 @@ public:
     void SetRow(int row);
 
     /**
-        Checks if the position is valid. An invalid position is (-1,-1).
+        Compare inequality of two wxGBPositions.
     */
-    bool operator!(const wxGBPosition& p) const;
+    bool operator!=(const wxGBPosition& p) const;
 
     /**
         Compare equality of two wxGBPositions.
@@ -342,9 +342,9 @@ public:
     void SetRowspan(int rowspan);
 
     /**
-        Checks if the span is valid. An invalid span is (-1,-1).
+        Compare inequality of two wxGBSpans.
     */
-    bool operator!(const wxGBSpan& o) const;
+    bool operator!=(const wxGBSpan& o) const;
 
     /**
         Compare equality of two wxGBSpans.