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

https://github.com/murilobsd/simple-gtk

Simple GTK2 App
https://github.com/murilobsd/simple-gtk

c gtk2

Last synced: about 2 months ago
JSON representation

Simple GTK2 App

Awesome Lists containing this project

README

          

# simple gtk2 app

build:

```bash
cc -c win.c `pkg-config --cflags --libs gtk+-2.0`
cc -o app app.c win.o `pkg-config --cflags --libs gtk+-2.0`
```