]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/tabctrl.h
YOu can now activate the menu pressing F10 anywhere.
[wxWidgets.git] / include / wx / msw / tabctrl.h
index 9f425689f18b5948eaa32dcbdeebd8d3d34552ed..ced0e85065e4252d7031e69be35d5ad8b359d166 100644 (file)
@@ -113,17 +113,8 @@ class WXDLLEXPORT wxTabCtrl: public wxControl
     // Insert an item
     bool InsertItem(int item, const wxString& text, int imageId = -1, void* data = NULL);
 
-// Implementation
+    // Implementation
 
-    // Call default behaviour
-    void OnPaint(wxPaintEvent& event) { Default() ; }
-    void OnSize(wxSizeEvent& event) { Default() ; }
-    void OnMouseEvent(wxMouseEvent& event) { Default() ; }
-    void OnKillFocus(wxFocusEvent& event) { Default() ; }
-
-    void Command(wxCommandEvent& event);
-
-    virtual bool MSWCommand(WXUINT param, WXWORD id);
     virtual bool MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result);
 
     // Responds to colour changes