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)
 
DIALOG_GIT_AUTH(wxWindow *parent)
 
void onOKClick(wxCommandEvent &aEvent)
 
wxTextCtrl * m_UrlTextCtrl
 
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)