Mercurial > libervia-backend
comparison sat_frontends/primitivus/xmlui.py @ 2577:1209a5d83082
primitivus (xmlui): fixed XMLUIPanel signature
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 07 Apr 2018 14:07:05 +0200 |
parents | 26edcf3a30eb |
children | 56f94936df1e |
comparison
equal
deleted
inserted
replaced
2576:cb7bf936d8e8 | 2577:1209a5d83082 |
---|---|
391 | 391 |
392 | 392 |
393 class XMLUIPanel(xmlui.XMLUIPanel, PrimitivusWidget): | 393 class XMLUIPanel(xmlui.XMLUIPanel, PrimitivusWidget): |
394 widget_factory = WidgetFactory() | 394 widget_factory = WidgetFactory() |
395 | 395 |
396 def __init__(self, host, parsed_xml, title=None, flags=None, callback=None, ignore=None, profile=C.PROF_KEY_NONE): | 396 def __init__(self, host, parsed_xml, title=None, flags=None, callback=None, ignore=None, whitelist=None, profile=C.PROF_KEY_NONE): |
397 self.widget_factory._xmlui_main = self | 397 self.widget_factory._xmlui_main = self |
398 self._dest = None | 398 self._dest = None |
399 xmlui.XMLUIPanel.__init__(self, | 399 xmlui.XMLUIPanel.__init__(self, |
400 host, | 400 host, |
401 parsed_xml, | 401 parsed_xml, |