8 #ifndef __SelectDlg_H__
9 #define __SelectDlg_H__
11 #include "VTBuilder_UI.h"
25 SelectDlg( wxWindow *parent, wxWindowID
id,
const wxString &title,
26 const wxPoint& pos = wxDefaultPosition,
27 const wxSize& size = wxDefaultSize,
28 long style = wxDEFAULT_DIALOG_STYLE );
31 wxComboBox* GetComboValue() {
return (wxComboBox*) FindWindow( ID_COMBO_VALUE ); }
32 wxChoice* GetCondition() {
return (wxChoice*) FindWindow( ID_CONDITION ); }
33 wxListBox* GetField() {
return (wxListBox*) FindWindow( ID_FIELD ); }
34 void FillValuesControl();
49 void OnChoiceField( wxCommandEvent &
event );
50 void OnInitDialog(wxInitDialogEvent& event);
51 void OnOK( wxCommandEvent &event );