]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/tbar95.h
Make wxTLW::Raise() actually bring the window to the top
[wxWidgets.git] / include / wx / msw / tbar95.h
index e184cd87c54d370512e4c4df9d26db24f4aa5801..0f74e3da580b1b0a2ef3172574530fe712c90487 100644 (file)
@@ -67,6 +67,7 @@ public:
 
     void OnMouseEvent(wxMouseEvent& event);
     void OnSysColourChanged(wxSysColourChangedEvent& event);
+    void OnEraseBackground(wxEraseEvent& event);
 
     void SetFocus() {}
 
@@ -101,7 +102,7 @@ protected:
     virtual wxToolBarToolBase *CreateTool(wxControl *control);
 
     // override WndProc mainly to process WM_SIZE
-    virtual long MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
+    virtual WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
 
     // return the appropriate size and flags for the toolbar control
     virtual wxSize DoGetBestSize() const;