]> 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 80a6d7d02d0434343a251b911ca5718c1bf13f79..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.
     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}
 
     @library{wxcore}
     @category{dc,gdi}
@@ -354,7 +363,7 @@ public:
 
     /**
         Draws the text rotated by @a angle degrees.
 
     /**
         Draws the text rotated by @a angle degrees.
-        @b NB: Under Win9x only TrueType fonts can be drawn by this function. In
+        @note Under Win9x only TrueType fonts can be drawn by this function. In
         particular, a font different from @c wxNORMAL_FONT should be used as the
         latter is not a TrueType font. @c wxSWISS_FONT is an example of a font
         which is.
         particular, a font different from @c wxNORMAL_FONT should be used as the
         latter is not a TrueType font. @c wxSWISS_FONT is an example of a font
         which is.
@@ -400,7 +409,7 @@ public:
         the string. See GetTextExtent() for how
         to get the dimensions of a text string, which can be used to position the
         text more precisely.
         the string. See GetTextExtent() for how
         to get the dimensions of a text string, which can be used to position the
         text more precisely.
-        @b NB: under wxGTK the current
+        @note under wxGTK the current
         @ref getlogicalfunction() "logical function" is used by this function
         but it is ignored by wxMSW. Thus, you should avoid using logical functions
         with this function in portable programs.
         @ref getlogicalfunction() "logical function" is used by this function
         but it is ignored by wxMSW. Thus, you should avoid using logical functions
         with this function in portable programs.
@@ -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.
         @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,
         real-time drawing.
     */
     void GradientFillConcentric(const wxRect& rect,