From 52868a7577c6ed609c18987c69149aeb323e11e2 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 12 Mar 2004 20:04:26 +0000 Subject: [PATCH] aliases for SizerInfo.[Get|Set]Option, since I just mentioned them in the maillist... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26191 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_sizers.i | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wxPython/src/_sizers.i b/wxPython/src/_sizers.i index 9263606e54..f68a51cf58 100644 --- a/wxPython/src/_sizers.i +++ b/wxPython/src/_sizers.i @@ -51,6 +51,8 @@ public: void SetProportion( int proportion ); int GetProportion(); + %pythoncode { SetOption = SetProportion} + %pythoncode { GetOption = GetProportion} void SetFlag( int flag ); int GetFlag(); -- 2.45.2