]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/window.h
Unicode changes.
[wxWidgets.git] / include / wx / window.h
index 3fdcd5acf00e6297a99930c83c15aa1639562c1b..6edbb625246468e17a1c22a0d82ab5171b5c7ed2 100644 (file)
@@ -259,6 +259,8 @@ public:
         // centre with respect to the the parent window
     void Centre( int direction = wxHORIZONTAL );
     void Center( int direction = wxHORIZONTAL ) { Centre(direction); }
+    void CentreOnParent(int direction = wxHORIZONTAL );
+    void CenterOnParent(int direction = wxHORIZONTAL ) { CentreOnParent(direction); }
 
         // set window size to wrap around its children
     virtual void Fit();