def _on_destroy(self, widget):
     """
         Destroyed widget
         @param widget as Gtk.Widget
     """
     if self._view_type & ViewType.DND:
         DNDRow._on_destroy(self, widget)
Example #2
0
 def _on_destroy(self, widget):
     """
         Destroyed widget
         @param widget as Gtk.Widget
     """
     Row._on_destroy(self, widget)
     if self._list_type & RowListType.DND:
         DNDRow._on_destroy(self, widget)
Example #3
0
 def _on_destroy(self, widget):
     """
         Destroyed widget
         @param widget as Gtk.Widget
     """
     Row._on_destroy(self, widget)
     DNDRow._on_destroy(self, widget)
     self.__artwork = None