https://github.com/steshaw/gtk-examples
Examples from "Developing Linux Applications with GTK+ and GDK" by Eric Harlow
https://github.com/steshaw/gtk-examples
Last synced: about 1 month ago
JSON representation
Examples from "Developing Linux Applications with GTK+ and GDK" by Eric Harlow
- Host: GitHub
- URL: https://github.com/steshaw/gtk-examples
- Owner: steshaw
- Archived: true
- Created: 2010-11-07T05:10:27.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-11-07T16:05:52.000Z (over 14 years ago)
- Last Synced: 2024-11-18T23:51:34.590Z (7 months ago)
- Language: C
- Homepage: http://steshaw.org/
- Size: 386 KB
- Stars: 70
- Watchers: 9
- Forks: 43
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Examples from the book "Developing Linux Applications with GTK+ and GDK" by Eric Harlow.
Buy the book http://www.amazon.com/Developing-Linux-Applications-Eric-Harlow/dp/0735700214
These examples are for GTK+ 1.2.
In order to install the necessary libraries on Ubuntu 10.10 (Maverick Meerkat) I pulled in the libraries from Dapper (choose your mirror appropriately):$ sudo cat >/etc/apt/sources.list.d/dapper-gtk-1.2.list
deb http://ftp.iinet.net.au/pub/ubuntu dapper main
^D
$ sudo apt-get update
$ sudo apt-get install libgtk1.2-dev