24#ifndef GIT_REPOSITORY_DIALOG_H
25#define GIT_REPOSITORY_DIALOG_H
29#include <wx/filepicker.h>
30#include <wx/textctrl.h>
wxTextCtrl * m_NameTextCtrl
void onTestClick(wxCommandEvent &aEvent)
wxTextCtrl * m_UserNameTextCtrl
wxFilePickerCtrl * m_PublicKeyPicker
wxTextCtrl * m_PasswordTextCtrl
wxButton * m_CancelButton
void onAuthChoiceChanged(wxCommandEvent &event)
virtual ~DIALOG_GIT_AUTH()
void onCancelClick(wxCommandEvent &aEvent)
void onOKClick(wxCommandEvent &aEvent)
wxTextCtrl * m_UrlTextCtrl
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...