https://github.com/mohyoo/gtk4-pygobject-drag-and-drop-turotrial
A simple tutorial for Gtk4 drag and drop in python.
https://github.com/mohyoo/gtk4-pygobject-drag-and-drop-turotrial
Last synced: 2 months ago
JSON representation
A simple tutorial for Gtk4 drag and drop in python.
- Host: GitHub
- URL: https://github.com/mohyoo/gtk4-pygobject-drag-and-drop-turotrial
- Owner: Mohyoo
- Created: 2024-09-11T11:14:49.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-27T21:36:51.000Z (8 months ago)
- Last Synced: 2025-01-29T03:52:41.552Z (4 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gtk4-PyGobject-Drag-and-Drop-Turotrial
A simple tutorial for Gtk4 drag and drop in python.# Why this?
I have noticed that Gtk Drag and Drop tutorials are either complicated
or old (in Gtk 3), which made it hard for me to learn it.
Finally, I decided to share it as simple as possible.