]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/tbar95.h
Added wx/listbase.h with wxListCtrl types, so we can
[wxWidgets.git] / include / wx / msw / tbar95.h
index 45c82b48d2c922a288c1a37370895202a9fcfb1a..dd998f47d99ceca77356917c2a61dd9dfa112cc0 100644 (file)
@@ -60,12 +60,16 @@ public:
     // implementation only from now on
     // -------------------------------
 
+    virtual void SetWindowStyleFlag(long style);
+
     virtual bool MSWCommand(WXUINT param, WXWORD id);
     virtual bool MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result);
 
     void OnMouseEvent(wxMouseEvent& event);
     void OnSysColourChanged(wxSysColourChangedEvent& event);
 
+    void SetFocus() {}
+
     static WXHBITMAP MapBitmap(WXHBITMAP bitmap, int width, int height);
 
 protected: