about summary refs log tree commit diff stats
path: root/src/options_pane.h
blob: e9df9f00f80db8087cae9fb9e7b12af322fc83fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef OPTIONS_PANE_H_026A0EC0
#define OPTIONS_PANE_H_026A0EC0

#include <wx/wxprec.h>

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

#include <wx/dataview.h>

class OptionsPane : public wxDataViewListCtrl {
 public:
  explicit OptionsPane(wxWindow* parent);

  void OnConnect();
};

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