comparison src/cagou/kv/cagou_widget.kv @ 108:953ddf817b8a

cagou widget: added onHeaderInputComplete method which is called when text is changed, and should be used for completion
author Goffi <goffi@goffi.org>
date Sun, 15 Jan 2017 21:21:25 +0100
parents 35abe494e6c7
children c439c271ecdd
comparison
equal deleted inserted replaced
107:f0cf44df8486 108:953ddf817b8a
55 width: self.texture_size[0]*self.height/(self.texture_size[1] or 1) 55 width: self.texture_size[0]*self.height/(self.texture_size[1] or 1)
56 TextInput: 56 TextInput:
57 id: header_input 57 id: header_input
58 multiline: False 58 multiline: False
59 on_text_validate: root.onHeaderInput() 59 on_text_validate: root.onHeaderInput()
60 on_text: root.onHeaderInputComplete(*args)