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 PDraggable widget stopped dragging.- on_
pre_ drag_ enter PDragging cursor entered the widget area and the widget is enabled.- on_
pre_ drag_ hovered PDragging cursor entered or exited the widget area and the widget is enabled.- on_
pre_ drag_ leave PDragging cursor exited the widget area and the widget is enabled.- on_
pre_ drag_ start PDraggable widget started dragging.- on_
pre_ drop PDragging cursor dropped data in the widget area and the widget is enabled.