]> git.saurik.com Git - wxWidgets.git/blobdiff - user/wxFile/wxFile.h
Added wxGenericDirCtrl documentation
[wxWidgets.git] / user / wxFile / wxFile.h
index 93b5ef329157431fd75bf6d33b3da38aa7084c62..9337c77db15e6ed8766929de8d534244e94a954f 100644 (file)
@@ -52,7 +52,6 @@ class MyFrame: public wxFrame
   public:
   
     MyFrame(void);
-    void OnSize( wxSizeEvent &event );
     void OnCommand( wxCommandEvent &event );
     void OnAbout( wxCommandEvent &event );
     void OnView( wxCommandEvent &event );
@@ -63,7 +62,6 @@ class MyFrame: public wxFrame
     void OnTreeSelected( wxTreeEvent &event );
     void OnTreeKeyDown( wxTreeEvent &event );
     
-    wxToolBar          *m_tb;
     wxSplitterWindow   *m_splitter;
     wxFileCtrl         *m_rightFile;
     wxFileCtrl         *m_leftFile;