]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dc.h
pass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems() callback as it's more compat...
[wxWidgets.git] / interface / wx / dc.h
index 9184ee8900c731d2bad42e7fb46720d62de95c59..67542826eefda3c09d2112bde7db8d6251a1846b 100644 (file)
@@ -444,7 +444,8 @@ public:
     void DrawRectangle(wxCoord x, wxCoord y, wxCoord width, wxCoord height);
 
     /**
-        Draws the text rotated by @a angle degrees.
+        Draws the text rotated by @a angle degrees 
+        (positive angles are counterclockwise; the full angle is 360 degrees).
 
         @note Under Win9x only TrueType fonts can be drawn by this function. In
               particular, a font different from @c wxNORMAL_FONT should be used