]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/tooltip.h
Use proper format in wxGTK clipboard selection handler.
[wxWidgets.git] / include / wx / msw / tooltip.h
index a5184071af015550c4891c301a289291cbc4d8cc..ae512d928b092f867b2efaa89e963b959f8034b7 100644 (file)
@@ -60,7 +60,7 @@ public:
     static void RelayEvent(WXMSG *msg);
 
     // add a window to the tooltip control
-    void Add(WXHWND hwnd);
+    void AddOtherWindow(WXHWND hwnd);
 
     // remove any tooltip from the window
     static void Remove(WXHWND hwnd, unsigned int id, const wxRect& rc);
@@ -72,7 +72,7 @@ public:
 
 private:
     // Adds a window other than our main m_window to this tooltip.
-    void DoAddOtherWindow(WXHWND hWnd);
+    void DoAddHWND(WXHWND hWnd);
 
     // Perform the specified operation for the given window only.
     void DoSetTip(WXHWND hWnd);