Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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-example

or with a GUI IDE (like [gnome-builder](https://wiki.gnome.org/Apps/Builder))