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/multilist.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'client/widgets/multilist.h') diff --git a/client/widgets/multilist.h b/client/widgets/multilist.h index 878603f..f7da8fa 100644 --- a/client/widgets/multilist.h +++ b/client/widgets/multilist.h @@ -38,8 +38,16 @@ * Multi List Widget * @tag multilist * @container + * @screenshot Example of multilist containing a metawidget. + * + * + * + * + * * @extends widget - * @screenshot * This widget is used to produce a list of text items constructed using other * widgets. The value of the widget is contained in a simple string using the * newline character to seperate items. -- cgit v1.2.3