def selectable(self): """Allow the user to interact with this widget""" # Decoration widgets like LineBox override selectable() so we need to # use an actual method return True