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.
This commit is contained in:
Tor Lillqvist 2000-11-17 21:59:04 +00:00 committed by Tor Lillqvist
parent b29a24d028
commit 2c2dbae197
11 changed files with 95 additions and 6 deletions

View File

@ -1,3 +1,12 @@
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.
Thu Nov 16 16:11:39 2000 Owen Taylor <otaylor@redhat.com>
* gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,

View File

@ -1,3 +1,12 @@
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.
Thu Nov 16 16:11:39 2000 Owen Taylor <otaylor@redhat.com>
* gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,

View File

@ -1,3 +1,12 @@
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.
Thu Nov 16 16:11:39 2000 Owen Taylor <otaylor@redhat.com>
* gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,

View File

@ -1,3 +1,12 @@
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.
Thu Nov 16 16:11:39 2000 Owen Taylor <otaylor@redhat.com>
* gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,

View File

@ -1,3 +1,12 @@
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.
Thu Nov 16 16:11:39 2000 Owen Taylor <otaylor@redhat.com>
* gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,

View File

@ -1,3 +1,12 @@
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.
Thu Nov 16 16:11:39 2000 Owen Taylor <otaylor@redhat.com>
* gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,

View File

@ -1,3 +1,12 @@
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.
Thu Nov 16 16:11:39 2000 Owen Taylor <otaylor@redhat.com>
* gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,

View File

@ -38,7 +38,9 @@ typedef void (*GdkEventFunc) (GdkEvent *event,
/* Event filtering */
typedef void GdkXEvent; /* Can be cast to XEvent */
typedef void GdkXEvent; /* Can be cast to window system specific
* even type, XEvent on X11, MSG on Win32.
*/
typedef enum {
GDK_FILTER_CONTINUE, /* Event not handled, continue processesing */

View File

@ -225,6 +225,16 @@ EXPORTS
gtk_calendar_select_month
gtk_calendar_thaw
gtk_calendar_unmark_day
gtk_cell_renderer_event
gtk_cell_renderer_get_size
gtk_cell_renderer_get_type
gtk_cell_renderer_pixbuf_get_type
gtk_cell_renderer_pixbuf_new
gtk_cell_renderer_render
gtk_cell_renderer_text_get_type
gtk_cell_renderer_text_new
gtk_cell_renderer_text_pixbuf_get_type
gtk_cell_renderer_text_pixbuf_new
gtk_check_button_get_type
gtk_check_button_new
gtk_check_button_new_with_label
@ -1179,6 +1189,7 @@ EXPORTS
gtk_text_iter_backward_search
gtk_text_iter_backward_to_tag_toggle
gtk_text_iter_begins_tag
gtk_text_iter_compare
gtk_text_iter_ends_tag
gtk_text_iter_equal
gtk_text_iter_forward_chars
@ -1207,7 +1218,6 @@ EXPORTS
gtk_text_tag_get_type
gtk_text_tag_table_lookup
gtk_text_thaw
gtk_text_unknown_char
gtk_text_unknown_char_utf8
gtk_text_view_buffer_to_window_coords
gtk_text_view_get_buffer
@ -1217,12 +1227,12 @@ EXPORTS
gtk_text_view_get_left_margin
gtk_text_view_get_line_at_y
gtk_text_view_get_line_yrange
gtk_text_view_get_right_margin
gtk_text_view_get_type
gtk_text_view_get_pixels_above_lines
gtk_text_view_get_pixels_below_lines
gtk_text_view_get_pixels_inside_wrap
gtk_text_view_get_right_margin
gtk_text_view_get_tabs
gtk_text_view_get_type
gtk_text_view_get_window
gtk_text_view_get_wrap_mode
gtk_text_view_new_with_buffer

View File

@ -66,6 +66,11 @@ gtk_OBJECTS = \
gtkbox.o \
gtkbutton.o \
gtkcalendar.o \
gtkcellrenderer.o \
gtkcellrenderertext.o \
gtkcellrenderertextpixbuf.o \
gtkcellrenderertoggle.o \
gtkcellrendererpixbuf.o \
gtkcheckbutton.o \
gtkcheckmenuitem.o \
gtkclipboard.o \
@ -241,6 +246,7 @@ gtk_public_h_sources = \
gtkiconfactory.h \
gtkimage.h \
gtkimcontext.h \
gtkimmodule.h \
gtkimmulticontext.h \
gtkinputdialog.h \
gtkinvisible.h \
@ -261,6 +267,7 @@ gtk_public_h_sources = \
gtkmisc.h \
gtkmodelsimple.h \
gtknotebook.h \
gtkoldeditable.h \
gtkobject.h \
gtkoptionmenu.h \
gtkpacker.h \
@ -300,7 +307,6 @@ gtk_public_h_sources = \
gtktexttagtable.h \
gtktextview.h \
gtktext.h \
gtkthemes.h \
gtktipsquery.h \
gtktogglebutton.h \
gtktoolbar.h \
@ -308,6 +314,7 @@ gtk_public_h_sources = \
gtktree.h \
gtktreeitem.h \
gtktreemodel.h \
gtktreemodelsort.h \
gtktreeselection.h \
gtktreestore.h \
gtktreeview.h \

View File

@ -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 \