]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/window.h
added conversion ctor to create const_iterator from iterator, otherwise assigning...
[wxWidgets.git] / include / wx / msw / window.h
index 01232d1ac9a8d2c9b1e9db3932137082365d61cb..b69eecbabca8d283032702ed20d1063e3c8d17e3 100644 (file)
@@ -187,6 +187,11 @@ public:
     // MSW only: true if this control is part of the main control
     virtual bool ContainsHWND(WXHWND WXUNUSED(hWnd)) const { return false; };
 
+#if wxUSE_TOOLTIPS
+    // MSW only: true if this window or any of its children have a tooltip
+    virtual bool HasToolTips() const { return GetToolTip() != NULL; }
+#endif // wxUSE_TOOLTIPS
+
     // translate wxWidgets style flags for this control into the Windows style
     // and optional extended style for the corresponding native control
     //