10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
18#include <wx/settings.h>
24#include <wx/bmpbuttn.h>
62 DIALOG_MANAGE_REPOSITORIES_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Manage Repositories"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
Class DIALOG_MANAGE_REPOSITORIES_BASE.
wxButton * m_sdbSizer1Save
wxStdDialogButtonSizer * m_sdbSizer1
virtual void OnMoveUpButtonClicked(wxCommandEvent &event)
SPLIT_BUTTON * m_buttonAdd
STD_BITMAP_BUTTON * m_buttonRemove
virtual void OnRemoveButtonClicked(wxCommandEvent &event)
virtual void OnSaveClicked(wxCommandEvent &event)
~DIALOG_MANAGE_REPOSITORIES_BASE()
wxButton * m_sdbSizer1Cancel
STD_BITMAP_BUTTON * m_buttonMoveDown
STD_BITMAP_BUTTON * m_buttonMoveUp
virtual void OnMoveDownButtonClicked(wxCommandEvent &event)
virtual void OnGridCellClicked(wxGridEvent &event)
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...