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:
@ -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 \
|
||||||
|
@ -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>
|
||||||
|
Reference in New Issue
Block a user