added all exports required to link PyGtk 0.7.1

2001-04-16  Hans Breuer  <hans@breuer.org>

	* gdk/gdk.def :
	* gtk/gtk.def : added all exports required to link PyGtk 0.7.1

	* gdk/gdkfont.h : #define GDK_TYPE gdk_font_get_type ()
	we are interested in the functions return value not the function address
	* gdk/gdkvisual.h : same for GDK_TYPE_VISUAL

	* gtk/makefile.msc.in : reflect movement of GDK_TYPEs from gtk to gdk
This commit is contained in:
Hans Breuer
2001-04-16 12:46:02 +00:00
committed by Hans Breuer
parent eed3dbb64c
commit 0e432245a4
12 changed files with 324 additions and 26 deletions

View File

@ -388,3 +388,28 @@ gdk_input_condition_get_type
gdk_modifier_type_get_type
gdk_set_double_click_time
gdk_setting_get
gdk_cap_style_get_type
gdk_cursor_type_get_type
gdk_drag_action_get_type
gdk_drag_protocol_get_type
gdk_drawable_get_depth
gdk_fill_get_type
gdk_font_get_type
gdk_function_get_type
gdk_gc_get_colormap
gdk_gc_get_type
gdk_gravity_get_type
gdk_image_type_get_type
gdk_join_style_get_type
gdk_line_style_get_type
gdk_prop_mode_get_type
gdk_rgb_dither_get_type
gdk_subwindow_mode_get_type
gdk_visual_get_type
gdk_visual_type_get_type
gdk_window_freeze_updates
gdk_window_get_window_type
gdk_window_thaw_updates
gdk_window_type_hint_get_type
gdk_wm_decoration_get_type
gdk_wm_function_get_type

View File

@ -10,7 +10,7 @@
extern "C" {
#endif /* __cplusplus */
#define GDK_TYPE_FONT gdk_font_get_type
#define GDK_TYPE_FONT gdk_font_get_type ()
/* Types of font.
* GDK_FONT_FONT: the font is an XFontStruct.

View File

@ -7,7 +7,7 @@
extern "C" {
#endif /* __cplusplus */
#define GDK_TYPE_VISUAL gdk_visual_get_type
#define GDK_TYPE_VISUAL gdk_visual_get_type ()
/* Types of visuals.
* StaticGray: