comparison cagou/core/common.py @ 178:11ff8cd93659

common: new ActionSymbol widget, which use a symbol to show an action
author Goffi <goffi@goffi.org>
date Tue, 01 May 2018 18:28:22 +0200
parents 654b00fa3fdc
children 7177fe2d9725
comparison
equal deleted inserted replaced
177:9835cafbd909 178:11ff8cd93659
77 self.text = unichr(code) 77 self.text = unichr(code)
78 78
79 79
80 class SymbolButton(ButtonBehavior, Symbol): 80 class SymbolButton(ButtonBehavior, Symbol):
81 pass 81 pass
82
83
84 class ActionSymbol(Symbol):
85 pass