Expand description
Drag&drop properties, event properties.
Functionsยง
- draggable
PIf this widget can be dragged in a drag&drop operation.- is_
drag_ hovered PIf the dragging cursor is over the widget or a descendant and the widget is enabled.- is_
drag_ hovered_ disabled PIf the dragging cursor is over the widget or a descendant and the widget is disabled.- is_
dragging PIf the draggable widget is dragging.- on_
drag_ end PDraggable widget stopped dragging.- on_
drag_ enter PDragging cursor entered the widget area and the widget is enabled.- on_
drag_ hovered PDragging cursor entered or exited the widget area and the widget is enabled.- on_
drag_ leave PDragging cursor exited the widget area and the widget is enabled.- on_
drag_ start PDraggable widget started dragging.- on_drop
PDragging cursor dropped data in the widget area and the widget is enabled.- on_
pre_ drag_ end PPreviewon_drag_endevent.- on_
pre_ drag_ enter PPreviewon_drag_enterevent.- on_
pre_ drag_ hovered PPreviewon_drag_hoveredevent.- on_
pre_ drag_ leave PPreviewon_drag_leaveevent.- on_
pre_ drag_ start PPreviewon_drag_startevent.- on_
pre_ drop PPreviewon_dropevent.