X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5bc23fbcf4cf14be634c513c6601665d155801d..9e477492e29e03c02827b1e42a16cb09a13f5149:/wxPython/src/_window.i diff --git a/wxPython/src/_window.i b/wxPython/src/_window.i index dae385ad55..b10681fce7 100644 --- a/wxPython/src/_window.i +++ b/wxPython/src/_window.i @@ -812,6 +812,12 @@ method.", ""); windows are only available on X platforms.", ""); + DocDeclStr( + bool , ToggleWindowStyle(int flag), + "Turn the flag on if it had been turned off before and vice versa, +returns True if the flag is turned on by this function call.", ""); + + DocDeclStr( virtual void , SetExtraStyle(long exStyle),