summaryrefslogtreecommitdiff
path: root/LiteEditor/FileExplorerTabToolBar.h
blob: 08d0b4ec265e2b3ca9c32ea56a359f189d377753 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef FILEEXPLORERTABTOOLBAR_H
#define FILEEXPLORERTABTOOLBAR_H
#include "wxcrafter.h"

class FileExplorerTab;
class FileExplorerTabToolBar : public FileExplorerTabToolBarBase
{
    FileExplorerTab* m_fileExplorer;
    
public:
    FileExplorerTabToolBar(wxWindow* parent, FileExplorerTab* fileExplorer);
    virtual ~FileExplorerTabToolBar();
protected:
    virtual void OnFindInFilesUI(wxUpdateUIEvent& event);
};
#endif // FILEEXPLORERTABTOOLBAR_H