summaryrefslogtreecommitdiff
path: root/gtk/makefile.msc.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2000-11-17 21:59:04 +0000
committerTor Lillqvist <tml@src.gnome.org>2000-11-17 21:59:04 +0000
commit2c2dbae19723cbba47f00504a24189152927eced (patch)
tree117f372c5915091e4fe9523fbfe82cb3b2f79473 /gtk/makefile.msc.in
parentb29a24d02833feb8486ab7045b62559ab7dd0208 (diff)
downloadgtk+-2c2dbae19723cbba47f00504a24189152927eced.tar.gz
Add comment that GdkXEvent isn't only for XEvent, but in general for
2000-11-17 Tor Lillqvist <tml@iki.fi> * gdk/gdkevents.h: Add comment that GdkXEvent isn't only for XEvent, but in general for window system specific events. * gtk/gtk.def * gtk/makefile.mingw.in * gtk/makefile.msc.in: Update.
Diffstat (limited to 'gtk/makefile.msc.in')
-rw-r--r--gtk/makefile.msc.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/gtk/makefile.msc.in b/gtk/makefile.msc.in
index c51fcb4238..0013fd77cf 100644
--- a/gtk/makefile.msc.in
+++ b/gtk/makefile.msc.in
@@ -63,6 +63,11 @@ gtk_OBJECTS = \
gtkbox.obj \
gtkbutton.obj \
gtkcalendar.obj \
+ gtkcellrenderer.obj \
+ gtkcellrenderertext.obj \
+ gtkcellrenderertextpixbuf.obj \
+ gtkcellrenderertoggle.obj \
+ gtkcellrendererpixbuf.obj \
gtkcheckbutton.obj \
gtkcheckmenuitem.obj \
gtkclipboard.obj \
@@ -238,6 +243,7 @@ gtk_public_h_sources = \
gtkiconfactory.h \
gtkimage.h \
gtkimcontext.h \
+ gtkimmodule.h \
gtkimmulticontext.h \
gtkinputdialog.h \
gtkinvisible.h \
@@ -258,6 +264,7 @@ gtk_public_h_sources = \
gtkmisc.h \
gtkmodelsimple.h \
gtknotebook.h \
+ gtkoldeditable.h \
gtkobject.h \
gtkoptionmenu.h \
gtkpacker.h \
@@ -297,7 +304,6 @@ gtk_public_h_sources = \
gtktexttagtable.h \
gtktextview.h \
gtktext.h \
- gtkthemes.h \
gtktipsquery.h \
gtktogglebutton.h \
gtktoolbar.h \
@@ -305,6 +311,7 @@ gtk_public_h_sources = \
gtktree.h \
gtktreeitem.h \
gtktreemodel.h \
+ gtktreemodelsort.h \
gtktreeselection.h \
gtktreestore.h \
gtktreeview.h \