]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/listctrl.h
Get rid of the class naming conflict with the base header
[wxWidgets.git] / include / wx / os2 / listctrl.h
index cf8e8bf86118b99e13026b7208f1b9f1ab5b6d77..4fd063cb7bda7e74a82fce416c20ecb4e0c425e0 100644 (file)
@@ -87,6 +87,7 @@ public:
     //
     int GetCountPerPage(void) const;
 
+    wxRect GetViewRect() const;
     //
     // Gets the edit control for editing labels.
     //
@@ -431,7 +432,7 @@ public:
     void UpdateStyle(void);
 
     //
-    // Implementation: converts wxWindows style to MSW style.
+    // Implementation: converts wxWidgets style to MSW style.
     // Can be a single style flag or a bit list.
     // oldStyle is 'normalised' so that it doesn't contain
     // conflicting styles.