comparison cagou/core/cagou_widget.py @ 312:772c170b47a9

Python3 port: /!\ Cagou now runs with Python 3.6+ Port has been done in the same way as for backend (check backend commit b2d067339de3 message for details).
author Goffi <goffi@goffi.org>
date Tue, 13 Aug 2019 19:14:22 +0200
parents 1b835bcfa663
children 19422bbd9c8e
comparison
equal deleted inserted replaced
311:a0d978d3ce84 312:772c170b47a9
74 factory = plugin_info["factory"] 74 factory = plugin_info["factory"]
75 new_widget = factory(plugin_info, None, iter(G.host.profiles)) 75 new_widget = factory(plugin_info, None, iter(G.host.profiles))
76 G.host.switchWidget(self, new_widget) 76 G.host.switchWidget(self, new_widget)
77 77
78 def onHeaderInput(self): 78 def onHeaderInput(self):
79 log.info(u"header input text entered") 79 log.info("header input text entered")
80 80
81 def onHeaderInputComplete(self, wid, text): 81 def onHeaderInputComplete(self, wid, text):
82 return 82 return
83 83
84 def on_touch_down(self, touch): 84 def on_touch_down(self, touch):