]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/dc.h
wxThread::Sleep() is the same as wxMilliSleep() on all platforms but Mac (and maybe...
[wxWidgets.git] / interface / dc.h
index 3b6ba062d8a8131a6dc330a97c5a61234b597fe5..e37d334fbc983bac7c2d5ff323847be71ce835e7 100644 (file)
     there are also versions which accept single @c wxPoint parameter instead of
     two @c wxCoord ones or @c wxPoint and @c wxSize instead of four of
     them.
+    
+    @todo Precise definition of default/initial state.
+    
+    @todo Pixelwise definition of operations (e.g. last point of a line not drawn).
+    
+    @todo Coordinates: state clearly which type of coordinates are returned by the 
+          various Get*Point() or similar functions - often they are client coordinates 
+          but not always
+    
 
     @library{wxcore}
     @category{dc,gdi}
@@ -629,7 +638,7 @@ public:
         @a circleCenter are the relative coordinates of centre of the circle in
         the specified @e rect. If not specified, the cercle is placed at the
         centre of rect.
-        @b Note: Currently this function is very slow, don't use it for
+        @note Currently this function is very slow, don't use it for
         real-time drawing.
     */
     void GradientFillConcentric(const wxRect& rect,