diff src/tools/xml_tools.py @ 2071:c2fdee1bd908

core (stdui): fixed cancellation of ContactList forms
author Goffi <goffi@goffi.org>
date Sun, 11 Sep 2016 23:17:31 +0200
parents 4de202bdde05
children 70f23bc7859b
line wrap: on
line diff
--- a/src/tools/xml_tools.py	Sun Sep 11 11:03:25 2016 +0200
+++ b/src/tools/xml_tools.py	Sun Sep 11 23:17:31 2016 +0200
@@ -913,6 +913,8 @@
             - a tuple with a couple of string (value,label) if the label and the value differ
         @param selected (list[string]): list of the selected values
         @param styles (iterable[string]): flags to set the behaviour of the list
+            can be:
+                - multi: mutliple selection is allowed
         @param name (string)
         @param parent
         """