Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albfan/gtask-example
This is the reconstruction of a question and answer from stackoverflow https://stackoverflow.com/questions/36971139/gui-becomes-unresponsive-after-clicking-the-button-using-gtk-in-c
https://github.com/albfan/gtask-example
gtask gtk
Last synced: about 2 months ago
JSON representation
This is the reconstruction of a question and answer from stackoverflow https://stackoverflow.com/questions/36971139/gui-becomes-unresponsive-after-clicking-the-button-using-gtk-in-c
- Host: GitHub
- URL: https://github.com/albfan/gtask-example
- Owner: albfan
- License: gpl-3.0
- Created: 2017-08-23T10:31:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-30T02:46:06.000Z (about 7 years ago)
- Last Synced: 2024-10-15T13:10:55.239Z (4 months ago)
- Topics: gtask, gtk
- Language: C
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# gtask-example
This is the reconstruction of a question and answer from stackoverflow
https://stackoverflow.com/questions/36971139/gui-becomes-unresponsive-after-clicking-the-button-using-gtk-in-c
# Usage
This can be run from command line
$ git clone
$ cd
$ mkdir build
$ cd build
$ meson ..
$ ninja
$ sudo ninja install
$ gtask-exampleor with a GUI IDE (like [gnome-builder](https://wiki.gnome.org/Apps/Builder))