]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_dataobj.i
wx.EvtHandler is OOR capable
[wxWidgets.git] / wxPython / src / _dataobj.i
index e4a7cc1c048a3838a7df43265a3123cb7a8bb69a..aa34db08a51d16b73313db75db84d697658a8dd1 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`");
 };
 
 
@@ -749,6 +751,7 @@ public:
         void , AddFile(const wxString &filename),
         "Adds a file to the list of files represented by this data object.", "");
     
+    %property(Filenames, GetFilenames, doc="See `GetFilenames`");
 };
 
 //---------------------------------------------------------------------------