Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T12:45:04.000Z (4 months ago)
- Last Synced: 2024-09-11T16:44:22.377Z (4 months ago)
- Language: Python
- Size: 9.77 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.