X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e81851eb9c46584e04bd9b2505e4176508fc60ef..e16ceb3ca67315531e22417becb2df208529d599:/wxPython/src/_defs.i diff --git a/wxPython/src/_defs.i b/wxPython/src/_defs.i index c0534eff69..1aa7ff32b0 100644 --- a/wxPython/src/_defs.i +++ b/wxPython/src/_defs.i @@ -1210,6 +1210,14 @@ enum wxUpdateUI }; +enum wxLayoutDirection +{ + wxLayout_Default, + wxLayout_LeftToRight, + wxLayout_RightToLeft +}; + + //---------------------------------------------------------------------------