]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_toplvl.i
Changes needed for new RTL methods, and also various other updates to
[wxWidgets.git] / wxPython / src / _toplvl.i
index 836b7dd90ca9c41bb7440194755e1f7970a6f463..00f54823cee1638eb017018fcd430c677bf1403a 100644 (file)
@@ -399,6 +399,10 @@ public:
 
     static wxVisualAttributes
     GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+
+    %property(AffirmativeId, GetAffirmativeId, SetAffirmativeId, doc="See `GetAffirmativeId` and `SetAffirmativeId`");
+    %property(EscapeId, GetEscapeId, SetEscapeId, doc="See `GetEscapeId` and `SetEscapeId`");
+    %property(ReturnCode, GetReturnCode, SetReturnCode, doc="See `GetReturnCode` and `SetReturnCode`");
 };
 
 //---------------------------------------------------------------------------