comparison src/cagou/kv/cagou_widget.kv @ 115:e0c41f209c28

CagouWidget: instances can now add their own extra widgets in header with headerInputAddExtra
author Goffi <goffi@goffi.org>
date Thu, 26 Jan 2017 20:39:29 +0100
parents c439c271ecdd
children
comparison
equal deleted inserted replaced
114:15434a7787ed 115:e0c41f209c28
48 pos: self.pos 48 pos: self.pos
49 size: self.size 49 size: self.size
50 50
51 <CagouWidget>: 51 <CagouWidget>:
52 header_input: header_input 52 header_input: header_input
53 header_box: header_box
53 BoxLayout: 54 BoxLayout:
55 id: header_box
54 size_hint: 1, None 56 size_hint: 1, None
55 height: dp(32) 57 height: dp(32)
56 HeaderWidgetCurrent: 58 HeaderWidgetCurrent:
57 on_release: root.selector.open(self) 59 on_release: root.selector.open(self)
58 source: root.plugin_info['icon_small'] 60 source: root.plugin_info['icon_small']