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
- Host: GitHub
- URL: https://github.com/murilobsd/simple-gtk
- Owner: murilobsd
- Created: 2020-05-30T01:23:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-30T01:26:13.000Z (about 6 years ago)
- Last Synced: 2025-03-30T22:47:11.792Z (about 1 year ago)
- Topics: c, gtk2
- Language: C
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`
```