comparison src/tools/xml_tools.py @ 1199:96fb74a4714d

misc: fixed some typos
author Matteo Cypriani <mcy@lm7.fr>
date Mon, 15 Sep 2014 14:18:25 +0200
parents 2f9f735334da
children f91e7028e2c3
comparison
equal deleted inserted replaced
1198:16ce9a6580a3 1199:96fb74a4714d
479 class AdvancedListContainer(Container): 479 class AdvancedListContainer(Container):
480 type = "advanced_list" 480 type = "advanced_list"
481 481
482 def __init__(self, xmlui, callback_id=None, name=None, headers=None, items=None, columns=None, selectable = 'no', auto_index = False, parent=None): 482 def __init__(self, xmlui, callback_id=None, name=None, headers=None, items=None, columns=None, selectable = 'no', auto_index = False, parent=None):
483 """Create an advanced list 483 """Create an advanced list
484 @param headers: optional headers informations 484 @param headers: optional headers information
485 @param callback_id: id of the method to call when selection is done 485 @param callback_id: id of the method to call when selection is done
486 @param items: list of widgets to add (just the first row) 486 @param items: list of widgets to add (just the first row)
487 @param columns: number of columns in this table, or None to autodetect 487 @param columns: number of columns in this table, or None to autodetect
488 @param selectable: one of: 488 @param selectable: one of:
489 'no': nothing is done 489 'no': nothing is done