]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_dataobj.i
adapt to wxGLCanvas changes
[wxWidgets.git] / wxPython / src / _dataobj.i
index e4a7cc1c048a3838a7df43265a3123cb7a8bb69a..b7980bcdb96ae12d8f31f149c8f3a76b9fc71e7d 100644 (file)
@@ -749,6 +749,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`");
 };
 
 //---------------------------------------------------------------------------