]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_graphics.i
wxMiniFrame's default style is without closebox on
[wxWidgets.git] / wxPython / src / _graphics.i
index a222695c9116905030ae9b51bc79b5f51b42094f..4ecca9582f880d60d245f86534c77cd1643703d8 100644 (file)
@@ -364,8 +364,7 @@ public :
 class wxGraphicsMatrix : public wxGraphicsObject
 {
 public :
-    // wxGraphicsMatrix(wxGraphicsRenderer* renderer);     *** This class is an ABC
-
+    wxGraphicsMatrix(); 
     virtual ~wxGraphicsMatrix();
 
     DocDeclStr(
@@ -439,7 +438,7 @@ public :
 class wxGraphicsPath : public wxGraphicsObject
 {
 public :
-    //wxGraphicsPath(wxGraphicsRenderer* renderer);            *** This class is an ABC, so we can't allow instances to be created directly
+    wxGraphicsPath();
     virtual ~wxGraphicsPath();
 
 
@@ -570,7 +569,7 @@ const wxGraphicsPath    wxNullGraphicsPath;
 class wxGraphicsContext : public wxGraphicsObject
 {
 public:
-    // wxGraphicsContext()         This is also an ABC, use Create to make an instance...
+    // wxGraphicsContext()         This is an ABC, use Create to make an instance...
     virtual ~wxGraphicsContext();
 
     %newobject Create;