#ifndef PAINTINGS_PANE_H_815370D2
#define PAINTINGS_PANE_H_815370D2

#include <wx/wxprec.h>

#ifndef WX_PRECOMP
#include <wx/wx.h>
#endif

class wxDataViewTreeCtrl;

class PaintingsPane : public wxPanel {
 public:
  explicit PaintingsPane(wxWindow* parent);

  void UpdateIndicators();

 private:
  wxDataViewTreeCtrl* tree_ctrl_;
};

#endif /* end of include guard: PAINTINGS_PANE_H_815370D2 */