]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/graphics.h
many formatting fixes to wxSizer docs
[wxWidgets.git] / interface / graphics.h
index c7808e8128ba95ea471d4bb2b533676921c64205..c20139b4bd3c975b48596de8bc479ca4988e291c 100644 (file)
@@ -23,7 +23,7 @@ class wxGraphicsPath : public wxGraphicsObject
 public:
     //@{
     /**
-        
+
     */
     void AddArc(wxDouble x, wxDouble y, wxDouble r,
                 wxDouble startAngle,
@@ -49,7 +49,7 @@ public:
 
     //@{
     /**
-        
+
     */
     void AddCurveToPoint(wxDouble cx1, wxDouble cy1, wxDouble cx2,
                          wxDouble cy2,
@@ -67,7 +67,7 @@ public:
 
     //@{
     /**
-        
+
     */
     void AddLineToPoint(wxDouble x, wxDouble y);
     void AddLineToPoint(const wxPoint2DDouble& p);
@@ -220,7 +220,7 @@ public:
     //@{
     /**
         Creates a wxGraphicsContext from a wxWindow.
-        
+
         @see wxGraphicsRenderer:: CreateContext
     */
     wxGraphicsContext* Create(const wxWindowDC& dc);
@@ -242,9 +242,9 @@ public:
         Creates a wxGraphicsContext from a native context. This native context must be
         eg a CGContextRef for Core Graphics, a Graphics pointer for GDIPlus or a
         cairo_t pointer for cairo.
-        
+
         Creates a wxGraphicsContext from a native window.
-        
+
         @see wxGraphicsRenderer:: CreateContextFromNativeContext
     */
     wxGraphicsContext* CreateFromNative(void* context);
@@ -617,7 +617,7 @@ class wxGraphicsMatrix : public wxGraphicsObject
 public:
     //@{
     /**
-        
+
     */
     void Concat(const wxGraphicsMatrix* t);
     void Concat(const wxGraphicsMatrix& t);