1 \section{\class{wxTextEntryDialog
}}\label{wxtextentrydialog
}
3 This class represents a dialog that requests a one-line text string from the user.
4 It is implemented as a generic wxWindows dialog.
6 \wxheading{Derived from
}
8 \helpref{wxDialog
}{wxdialog
}\\
9 \helpref{wxWindow
}{wxwindow
}\\
10 \helpref{wxEvtHandler
}{wxevthandler
}\\
11 \helpref{wxObject
}{wxobject
}
13 \wxheading{Include files
}
19 \helpref{wxTextEntryDialog overview
}{wxtextentrydialogoverview
}
21 \latexignore{\rtfignore{\wxheading{Members
}}}
23 \membersection{wxTextEntryDialog::wxTextEntryDialog
}\label{wxtextentrydialogconstr
}
25 \func{}{wxTextEntryDialog
}{\param{wxWindow*
}{parent
},
\param{const wxString\&
}{message
},
\rtfsp
26 \param{const wxString\&
}{caption = "Please enter text"
},
\param{const wxString\&
}{defaultValue = ""
},
\param{long
}{style = wxOK
\pipe wxCANCEL
\pipe wxCENTRE
},
\param{const wxPoint\&
}{pos = wxDefaultPosition
}}
28 Constructor. Use
\helpref{wxTextEntryDialog::ShowModal
}{wxtextentrydialogshowmodal
} to show the dialog.
30 \wxheading{Parameters
}
32 \docparam{parent
}{Parent window.
}
34 \docparam{message
}{Message to show on the dialog.
}
36 \docparam{defaultValue
}{The default value, which may be the empty string.
}
38 \docparam{style
}{A dialog style, specifying the buttons (wxOK, wxCANCEL)
39 and an optional wxCENTRE style. Additionally, wxTextCtrl styles (such as
40 {\tt wxTE
\_PASSWORD} may be specified here.
}
42 \docparam{pos
}{Dialog position.
}
44 \membersection{wxTextEntryDialog::
\destruct{wxTextEntryDialog
}}
46 \func{}{\destruct{wxTextEntryDialog
}}{\void}
50 \membersection{wxTextEntryDialog::GetValue
}\label{wxtextentrydialoggetvalue
}
52 \constfunc{wxString
}{GetValue
}{\void}
54 Returns the text that the user has entered if the user has pressed OK, or the original value
55 if the user has pressed Cancel.
57 \membersection{wxTextEntryDialog::SetValue
}\label{wxtextentrydialogsetvalue
}
59 \func{void
}{SetValue
}{\param{const wxString\&
}{value
}}
61 Sets the default text value.
63 \membersection{wxTextEntryDialog::ShowModal
}\label{wxtextentrydialogshowmodal
}
65 \func{int
}{ShowModal
}{\void}
67 Shows the dialog, returning wxID
\_OK if the user pressed OK, and wxOK
\_CANCEL