]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_dc.i
more properties
[wxWidgets.git] / wxPython / src / _dc.i
index ae2a5ad49e7ef4339e35d5b93b0564d879c4c5a8..1977e7d00396b4f01065988d799b5c959b7a1a61 100644 (file)
@@ -1561,6 +1561,8 @@ output. Default is 720ppi.", "");
     DocDeclStr(
         static int , GetResolution(),
         "Return resolution used in PostScript output.", "");
+
+    %property(PrintData, GetPrintData, SetPrintData, doc="See `GetPrintData` and `SetPrintData`");
 };
 
 //---------------------------------------------------------------------------