11 #include "VTBuilder_UI.h"
12 #include "wx/splitter.h"
13 #include "wx/treectrl.h"
25 SpeciesListDlg( wxWindow *parent, wxWindowID
id,
const wxString &title,
26 const wxPoint& pos = wxDefaultPosition,
27 const wxSize& size = wxDefaultSize,
28 long style = wxDEFAULT_DIALOG_STYLE );
32 void RefreshAppeances();
33 void AddAppeance(
int idx);
37 wxSplitterWindow *m_PSplitter;
38 wxListCtrl *m_PSTable;
39 wxListCtrl *m_PATable;
45 void OnSelect( wxListEvent &
event );
46 void OnOK( wxCommandEvent &event );
47 void OnInitDialog(wxInitDialogEvent& event);
57 BioRegionDlg(wxWindow *parent, wxWindowID
id,
const wxString& title,
58 const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
59 long style = wxDEFAULT_DIALOG_STYLE)
60 : wxDialog(parent,
id, title, pos, size, style)
65 void RefreshContents();