kivy-garden/garden.swipetodelete

call a function

Opened this issue · 0 comments

is that possible to call a function when widget is deleted by a swiping

like that :--

                <DragWidget>:
                      swipe_rectangle: self.x, self.y , self.width, self.height
                      swipe_timeout: 1000000
                      swipe_distance: 1
                      on_delete : root.deleted()