Add gtkclipboard.[ch

Thu Sep 14 12:43:30 2000  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtk.h gtk/Makefile.am: Add gtkclipboard.[ch
This commit is contained in:
Owen Taylor
2000-09-14 16:44:04 +00:00
committed by Owen Taylor
parent e6169335e2
commit 5fea69440e
2 changed files with 3 additions and 0 deletions

View File

@ -64,6 +64,7 @@ gtk_public_h_sources = @STRIP_BEGIN@ \
gtkcheckbutton.h \ gtkcheckbutton.h \
gtkcheckmenuitem.h \ gtkcheckmenuitem.h \
gtkclist.h \ gtkclist.h \
gtkclipboard.h \
gtkcolorsel.h \ gtkcolorsel.h \
gtkcolorseldialog.h \ gtkcolorseldialog.h \
gtkcombo.h \ gtkcombo.h \
@ -207,6 +208,7 @@ gtk_c_sources = @STRIP_BEGIN@ \
gtkcalendar.c \ gtkcalendar.c \
gtkcheckbutton.c \ gtkcheckbutton.c \
gtkcheckmenuitem.c \ gtkcheckmenuitem.c \
gtkclipboard.c \
gtkclist.c \ gtkclist.c \
gtkcolorsel.c \ gtkcolorsel.c \
gtkcolorseldialog.c \ gtkcolorseldialog.c \

View File

@ -44,6 +44,7 @@
#include <gtk/gtkcalendar.h> #include <gtk/gtkcalendar.h>
#include <gtk/gtkcheckbutton.h> #include <gtk/gtkcheckbutton.h>
#include <gtk/gtkcheckmenuitem.h> #include <gtk/gtkcheckmenuitem.h>
#include <gtk/gtkclipboard.h>
#include <gtk/gtkclist.h> #include <gtk/gtkclist.h>
#include <gtk/gtkcolorsel.h> #include <gtk/gtkcolorsel.h>
#include <gtk/gtkcolorseldialog.h> #include <gtk/gtkcolorseldialog.h>