Drag & Drop a la Trello

Hi all,
I would love to write a desktop Kanban board application (something similar to Trello).

Have gtk a feature that allows drag and drop of something which resemble trello cards?

Thank you

You’ll want to look at things like DragSource

I’d expect you’d have columns each with a DropTarget thus allowing you to move the widget around

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.