about summary refs log blame commit diff stats
path: root/src/options_pane.h
blob: e9df9f00f80db8087cae9fb9e7b12af322fc83fe (plain) (tree)

















                                                          
#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 */