]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/richtext/richtextbuffer.h
wxGraphicsRenderer::CreateContextFromImage is not static
[wxWidgets.git] / include / wx / richtext / richtextbuffer.h
index ba5b53a7db267a98d21a340366329904009c26bc..8d73233313969d7de65bfa326371640cc9e24751 100644 (file)
@@ -2001,6 +2001,10 @@ public:
         The function puts the position in @a textPosition if one is found.
         @a pt is in logical units (a zero y position is at the beginning of the buffer).
 
+        Pass wxRICHTEXT_HITTEST_NO_NESTED_OBJECTS if you only want to consider objects
+        directly under the object you are calling HitTest on. Otherwise, it will recurse
+        and potentially find a nested object.
+
         @return One of the ::wxRichTextHitTestFlags values.
     */