X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/39d160c3b29fd3a455f37b5da6e774b76b4eb4a7..025357ca4feb7a7f4cfdc85cd1ff3c37b300c2b1:/wxPython/src/_sizers.i diff --git a/wxPython/src/_sizers.i b/wxPython/src/_sizers.i index e34ed95a19..8fe5f1b071 100644 --- a/wxPython/src/_sizers.i +++ b/wxPython/src/_sizers.i @@ -1270,7 +1270,7 @@ DocStr(wxStdDialogButtonSizer, "A special sizer that knows how to order and position standard buttons in order to conform to the current platform's standards. You simply need to add each `wx.Button` to the sizer, and be sure to create the -buttons using the standard ID's. Then call `Finalize` and the sizer +buttons using the standard ID's. Then call `Realize` and the sizer will take care of the rest. ", ""); @@ -1287,7 +1287,7 @@ public: method in the base class.", ""); DocDeclStr( - void , Finalise(), + void , Realize(), "This funciton needs to be called after all the buttons have been added to the sizer. It will reorder them and position them in a platform specifc manner.", "");