10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
15#include <wx/stattext.h>
19#include <wx/settings.h>
20#include <wx/combobox.h>
26#include <wx/statline.h>
27#include <wx/listctrl.h>
50 virtual void OnClose( wxCloseEvent& event ) {
event.Skip(); }
58 DIALOG_GIT_MR_REVIEW_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Compare Branches"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( 800,550 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
virtual void OnClose(wxCloseEvent &event)
~DIALOG_GIT_MR_REVIEW_BASE()
wxButton * m_buttonCompare
virtual void OnCompareClick(wxCommandEvent &event)
wxStaticText * m_labelHead
wxStaticText * m_labelBase
virtual void OnFileActivated(wxListEvent &event)
DIALOG_GIT_MR_REVIEW_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Compare Branches"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(800, 550), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
wxStaticLine * m_separator
wxStaticText * m_labelChanged
wxStdDialogButtonSizer * m_sdbSizer
DIALOG_SHIM(wxWindow *aParent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER, const wxString &name=wxDialogNameStr)