]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_dataobj.i
aui this really has to be BOOL and not bool
[wxWidgets.git] / wxPython / src / _dataobj.i
index b7980bcdb96ae12d8f31f149c8f3a76b9fc71e7d..a0c3428c20b11e66e21897c120ff2df8e8fc4a21 100644 (file)
@@ -585,6 +585,8 @@ text into the member variable. If you want to process the text on the
 fly you may wish to override this function (via
 `wx.PyTextDataObject`.)", "");
     
+    %property(Text, GetText, SetText, doc="See `GetText` and `SetText`");
+    %property(TextLength, GetTextLength, doc="See `GetTextLength`");
 };
 
 
@@ -835,6 +837,7 @@ public:
         void , SetURL(const wxString& url),
         "Set the URL.", "");
     
+    %property(URL, GetURL, SetURL, doc="See `GetURL` and `SetURL`");
 };
 
 //---------------------------------------------------------------------------