- Pop up a dialog box with title set to @e caption, @e message, and a
- @e default_value. The user may type in text and press OK to return this text,
- or press Cancel to return the empty string.
- If @a centre is @true, the message text (which may include new line characters)
- is centred; if @false, the message is left-justified.
+ Pop up a dialog box with title set to @e caption, @c message, and a
+ @c default_value. The user may type in text and press OK to return this
+ text, or press Cancel to return the empty string.
+
+ If @c centre is @true, the message text (which may include new line
+ characters) is centred; if @false, the message is left-justified.
+
+ @header{wx/textdlg.h}