summaryrefslogtreecommitdiff
path: root/client/widgets/textedit.h
diff options
context:
space:
mode:
authordeva <deva>2011-06-28 06:38:10 +0000
committerdeva <deva>2011-06-28 06:38:10 +0000
commit6389aabffe198ece92b58ae34a905902c7eefe7c (patch)
treecfda4b340e462e5193f4ac2e6814cce5d707ca4f /client/widgets/textedit.h
parent01febc40e2aad29bf6cf6cbeb457c44354aba0f9 (diff)
Complete rewrite of the way lua widget methods, 'inheritance' in particular, are handled.
Diffstat (limited to 'client/widgets/textedit.h')
-rw-r--r--client/widgets/textedit.h4
1 files changed, 3 insertions, 1 deletions
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.
+ * <textedit name="x" value="This is a multiline textfield.
+ * It may contain all text in the universe, it will simply add a scrollbar."/>
* @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