traitsui.editors.dnd_editor module

Defines the editor factory for a drag-and-drop editor. A drag-and-drop editor represents its value as a simple image which, depending upon the editor style, can be a drag source only, a drop target only, or both a drag source and a drop target.

traitsui.editors.dnd_editor.DNDEditor

alias of ToolkitEditorFactory

class traitsui.editors.dnd_editor.ToolkitEditorFactory(*args, **traits)

Bases: traitsui.editor_factory.EditorFactory

Editor factory for drag-and-drop editors.

Previous topic

traitsui.editors.directory_editor module

Next topic

traitsui.editors.drop_editor module

This Page