Sun Oct 18 22:48:27 1998 Owen Taylor <otaylor@redhat.com> * gtk/gtkdrawwindow.c (gtk_draw_window_get_type): Added the "GtkDrawWindow" class, which is a descendent of the Window class which leaves its background alone. Essentially, a toplevel drawing area, though it does allow adding a child.
9 lines
134 B
Makefile
9 lines
134 B
Makefile
|
|
CC = gcc
|
|
|
|
gcalendar: gcalendar.c
|
|
$(CC) `gtk-config --cflags` `gtk-config --libs` gcalendar.c -o gcalendar
|
|
|
|
clean:
|
|
rm -f gcalendar
|