10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
15#include <wx/stattext.h>
19#include <wx/settings.h>
20#include <wx/radiobut.h>
21#include <wx/filepicker.h>
55 DIALOG_GLOBAL_LIB_TABLE_CONFIG_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Configure Global Library Table"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxCAPTION|wxCLOSE_BOX|wxRESIZE_BORDER );
Class DIALOG_GLOBAL_LIB_TABLE_CONFIG_BASE.
wxStaticText * m_staticText2
wxRadioButton * m_customRb
wxStaticText * m_staticText1
virtual void onUpdateFilePicker(wxUpdateUIEvent &event)
wxFilePickerCtrl * m_filePicker1
wxStdDialogButtonSizer * m_sdbSizer1
virtual void onUpdateDefaultSelection(wxUpdateUIEvent &event)
wxRadioButton * m_defaultRb
wxRadioButton * m_emptyRb
~DIALOG_GLOBAL_LIB_TABLE_CONFIG_BASE()
wxButton * m_sdbSizer1Cancel
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...