From 6389aabffe198ece92b58ae34a905902c7eefe7c Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 28 Jun 2011 06:38:10 +0000 Subject: Complete rewrite of the way lua widget methods, 'inheritance' in particular, are handled. --- client/widgets/textedit.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'client/widgets/textedit.h') diff --git a/client/widgets/textedit.h b/client/widgets/textedit.h index 4398878..bfe7374 100644 --- a/client/widgets/textedit.h +++ b/client/widgets/textedit.h @@ -35,8 +35,10 @@ /*** * Multiline Text Edit Widget * @tag textedit + * @screenshot Example of a textedit. + * * @extends widget - * @screenshot * The textedit is a multiline textual input field. Unlike the @see lineedit it * accepts the newline character which will also be part of its resulting value. * @att readonly Make the textedit readonly (not changeable by the user), but -- cgit v1.2.3