29                                            const wxString& aCaption, 
const wxString& aDefaultValue,
 
   33    if( aFieldLabel.IsEmpty() )
 
   36        m_label->SetLabel( aFieldLabel );
 
   39    m_textCtrl->SetMinSize( FromDIP( aExtraWidth ? wxSize( 700, -1 ) : wxSize( 300, -1 ) ) );
 
 
WX_TEXT_ENTRY_DIALOG_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=wxEmptyString, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
 
wxString GetValue() const
 
void SetTextValidator(const wxTextValidator &validator)
 
WX_TEXT_ENTRY_DIALOG(wxWindow *aParent, const wxString &aLabel, const wxString &aCaption, const wxString &aDefaultValue=wxEmptyString, bool aExtraWidth=false)