]> git.cworth.org Git - kub/commit
Add some minimal GTK+ love to kub
authorCarl Worth <cworth@cworth.org>
Mon, 29 Jan 2007 14:14:50 +0000 (06:14 -0800)
committerCarl Worth <cworth@cworth.org>
Mon, 29 Jan 2007 14:17:17 +0000 (06:17 -0800)
commit37bb3dc4133f4317de3b00423fea6778248c27ca
tree2ef1aefb5db9d61baaa5e00d51e5343b03ea2bfe
parent5afd19e289f2f17de779dfe7bb5eff2f5437acfb
Add some minimal GTK+ love to kub

This initializes GTK+, creates a window, and establishes 4 callback functions
for handling expose, key press, and button press/release events. So far,
the callbacks are just printing things to stdout and not really doing anything
useful yet.
Makefile
kub.c