def __init__(self, caption, callback, data): super(CleanButton, self).__init__(caption, callback, data) self._w = ur.SelectableIcon(caption, 0)