]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/window.h
correct wxString forward declaration
[wxWidgets.git] / include / wx / msw / window.h
index 01232d1ac9a8d2c9b1e9db3932137082365d61cb..d9c3e215ad1a4789ef4966f14579a90f66879fe6 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
     //
@@ -327,6 +332,8 @@ public:
 #ifdef __WIN32__
     int HandleMenuChar(int chAccel, WXLPARAM lParam);
 #endif
+    // Create and process a clipboard event specified by type.
+    bool HandleClipboardEvent( WXUINT nMsg );
 
     bool HandleQueryDragIcon(WXHICON *hIcon);