]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/window.h
Added wx/listbase.h with wxListCtrl types, so we can
[wxWidgets.git] / include / wx / msw / window.h
index cbe843dd7b02a6d0805bd1f18269f166b34b95ca..28045117b73efebb22dce95d3fbe821cb250f68b 100644 (file)
@@ -464,6 +464,12 @@ protected:
 
 #if wxUSE_TOOLTIPS
     virtual void DoSetToolTip( wxToolTip *tip );
+
+    // process TTN_NEEDTEXT message properly (i.e. fixing the bugs in
+    // comctl32.dll in our code -- see the function body for more info)
+    bool HandleTooltipNotify(WXUINT code,
+                             WXLPARAM lParam,
+                             const wxString& ttip);
 #endif // wxUSE_TOOLTIPS
 
     // the helper functions used by HandleChar/KeyXXX methods