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/label.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/widgets/label.h') diff --git a/client/widgets/label.h b/client/widgets/label.h index 7c32916..b303d0d 100644 --- a/client/widgets/label.h +++ b/client/widgets/label.h @@ -34,7 +34,8 @@ /*** * Label Widget * @tag label - * @screenshot + * @screenshot Example + *