summaryrefslogtreecommitdiff
path: root/client/widgets/multilist.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/widgets/multilist.h')
-rw-r--r--client/widgets/multilist.h10
1 files changed, 9 insertions, 1 deletions
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.
+ * <multilist name="x" layout="vbox" innerwidget="in" value="Abc: Def
+ * Hij: Klm">
+ * <metawidget name="in" layout="hbox" format="return ''">
+ * <lineedit name="a" value="Abc"/>
+ * <label caption=":"/>
+ * <lineedit name="b" value="Def"/>
+ * </metawidget>
+ * </multilist>
* @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.