gtk2 0.90.4-x86-mingw32 → 0.90.5-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ChangeLog +4 -0
- data/Rakefile +3 -4
- data/ext/gtk2/extconf.rb +8 -0
- data/lib/1.8/gtk2.so +0 -0
- data/lib/1.9/gtk2.so +0 -0
- data/vendor/local/bin/gtk-demo.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/libgailutil-18.dll +0 -0
- data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
- data/vendor/local/bin/libgtk-win32-2.0-0.dll +0 -0
- data/vendor/local/bin/libpango-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
- data/vendor/local/bin/pango-querymodules.exe +0 -0
- data/vendor/local/bin/pango-view.exe +0 -0
- data/vendor/local/bin/pkg-config.exe +0 -0
- data/vendor/local/etc/gtk-2.0/gtk.immodules +1 -1
- data/vendor/local/etc/pango/pango.modules +1 -1
- data/vendor/local/gtk+-bundle_2.22.0-20101016_win32.README.txt +29 -0
- data/vendor/local/include/pango-1.0/pango/pango-enum-types.h +2 -2
- data/vendor/local/include/pango-1.0/pango/pango-features.h +2 -2
- data/vendor/local/include/pixman-1/pixman-version.h +50 -0
- data/vendor/local/include/pixman-1/pixman.h +936 -0
- data/vendor/local/lib/gailutil.lib +0 -0
- data/vendor/local/lib/gdk-win32-2.0.lib +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
- data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
- data/vendor/local/lib/gtk-win32-2.0.lib +0 -0
- data/vendor/local/lib/libgailutil.dll.a +0 -0
- data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
- data/vendor/local/lib/libpixman-1.a +0 -0
- data/vendor/local/lib/pango-1.0.lib +0 -0
- data/vendor/local/lib/pangocairo-1.0.lib +0 -0
- data/vendor/local/lib/pangoft2-1.0.lib +0 -0
- data/vendor/local/lib/pangowin32-1.0.lib +0 -0
- data/vendor/local/lib/pkgconfig/gail.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/pango.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangocairo.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangoft2.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangowin32.pc +2 -2
- data/vendor/local/lib/pkgconfig/pixman-1.pc +11 -0
- data/vendor/local/manifest/gtk+-bundle_2.22.0-20101016_win32.mft +2910 -0
- data/vendor/local/manifest/{pango-dev_1.28.1-2_win32.mft → pango-dev_1.28.3-1_win32.mft} +5 -5
- data/vendor/local/manifest/{pango_1.28.1-2_win32.mft → pango_1.28.3-1_win32.mft} +2 -2
- data/vendor/local/share/aclocal/pkg.m4 +155 -0
- data/vendor/local/share/doc/gtk+-bundle_2.22.0-20101016_win32/components.lst +28 -0
- data/vendor/local/share/doc/{pango-1.28.1 → pango-1.28.3}/COPYING +0 -0
- data/vendor/local/share/doc/{pango-dev-1.28.1 → pango-dev-1.28.3}/COPYING +0 -0
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +44 -50
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +45 -51
- data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +44 -61
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +89 -101
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +173 -171
- data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +6 -27
- data/vendor/local/share/gtk-doc/html/pango/index-1.10.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/index-1.12.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/index-1.14.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/index-1.16.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/index-1.18.html +5 -26
- data/vendor/local/share/gtk-doc/html/pango/index-1.2.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/index-1.20.html +5 -26
- data/vendor/local/share/gtk-doc/html/pango/index-1.22.html +5 -26
- data/vendor/local/share/gtk-doc/html/pango/index-1.24.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/index-1.26.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/index-1.28.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/index-1.4.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/index-1.6.html +6 -27
- data/vendor/local/share/gtk-doc/html/pango/index-1.8.html +22 -43
- data/vendor/local/share/gtk-doc/html/pango/index-all.html +70 -91
- data/vendor/local/share/gtk-doc/html/pango/index-deprecated.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/index.html +5 -26
- data/vendor/local/share/gtk-doc/html/pango/index.sgml +31 -30
- data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +6 -27
- data/vendor/local/share/gtk-doc/html/pango/pango-ATSUI-Fonts.html +20 -39
- data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +73 -88
- data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +405 -320
- data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +85 -97
- data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +69 -84
- data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +695 -645
- data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +225 -228
- data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +523 -494
- data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +819 -742
- data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +203 -204
- data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +58 -75
- data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +422 -405
- data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +144 -142
- data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +120 -130
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +618 -576
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +397 -384
- data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +44 -58
- data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +73 -84
- data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +220 -217
- data/vendor/local/share/gtk-doc/html/pango/pango-X-Fonts-and-Rendering.html +303 -302
- data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +293 -292
- data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +5 -26
- data/vendor/local/share/gtk-doc/html/pango/pango-pango-renderer.html +1009 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +7 -28
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp +68 -68
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +72 -72
- data/vendor/local/share/gtk-doc/html/pango/pango.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/rendering.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/style.css +21 -13
- data/vendor/local/share/gtk-doc/html/pango/tools.html +3 -24
- data/vendor/local/share/man/man1/pango-querymodules.1 +2 -2
- data/vendor/local/share/man/man1/pango-view.1 +1 -1
- data/vendor/local/src/tml/packaging/{gtk+_2.22.0-1_win32.log → gtk+_2.22.0-2_win32.log} +1835 -1832
- data/vendor/local/src/tml/packaging/{gtk+_2.22.0-1_win32.sh → gtk+_2.22.0-2_win32.sh} +26 -1
- data/vendor/local/src/tml/packaging/{pango_1.28.1-2_win32.log → pango_1.28.3-1_win32.log} +293 -413
- data/vendor/local/src/tml/packaging/pango_1.28.3-1_win32.sh +56 -0
- data/vendor/local/src/tml/packaging/pixman_0.18.4-2_win32.log +291 -0
- data/vendor/local/src/tml/packaging/pixman_0.18.4-2_win32.sh +141 -0
- data/vendor/local/src/tml/packaging/pkg-config_0.23-3_win32.log +215 -0
- data/vendor/local/src/tml/packaging/pkg-config_0.23-3_win32.sh +278 -0
- metadata +3323 -3325
- data/ext/gtk2/Makefile +0 -163
- data/ext/gtk2/rbgdkkeysyms.h +0 -1708
- data/ext/gtk2/rbgtkinits.c +0 -469
- data/vendor/local/manifest/cairo-dev_1.10.0-1_win32.mft +0 -83
- data/vendor/local/manifest/cairo_1.10.0-1_win32.mft +0 -5
- data/vendor/local/manifest/expat-dev_2.0.1-1_win32.mft +0 -10
- data/vendor/local/manifest/expat_2.0.1-1_win32.mft +0 -2
- data/vendor/local/manifest/fontconfig-dev_2.8.0-2_win32.mft +0 -387
- data/vendor/local/manifest/fontconfig_2.8.0-2_win32.mft +0 -3
- data/vendor/local/manifest/freetype-dev_2.4.2-1_win32.mft +0 -56
- data/vendor/local/manifest/freetype_2.4.2-1_win32.mft +0 -2
- data/vendor/local/manifest/gtk+-dev_2.22.0-1_win32.mft +0 -947
- data/vendor/local/manifest/gtk+_2.22.0-1_win32.mft +0 -225
- data/vendor/local/manifest/libpng-dev_1.4.3-1_win32.mft +0 -15
- data/vendor/local/manifest/libpng_1.4.3-1_win32.mft +0 -2
- data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +0 -1002
- data/vendor/local/src/tml/packaging/pango_1.28.1-2_win32.sh +0 -579
    
        data/ext/gtk2/rbgtkinits.c
    DELETED
    
    | @@ -1,469 +0,0 @@ | |
| 1 | 
            -
            extern void   Init_gtk_gdk_atom();
         | 
| 2 | 
            -
            extern void   Init_gtk_gdk_cairo();
         | 
| 3 | 
            -
            extern void   Init_gtk_gdk_color();
         | 
| 4 | 
            -
            extern void   Init_gtk_gdk_colormap();
         | 
| 5 | 
            -
            extern void   Init_gtk_gdk_const();
         | 
| 6 | 
            -
            extern void   Init_gtk_gdk_cursor();
         | 
| 7 | 
            -
            extern void   Init_gtk_gdk_device();
         | 
| 8 | 
            -
            extern void   Init_gtk_gdk_display();
         | 
| 9 | 
            -
            extern void   Init_gtk_gdk_display_manager();
         | 
| 10 | 
            -
            extern void   Init_gtk_gdk_dragcontext();
         | 
| 11 | 
            -
            extern void   Init_gtk_gdk_draw();
         | 
| 12 | 
            -
            extern void   Init_gtk_gdk_event();
         | 
| 13 | 
            -
            extern void   Init_gtk_gdk_gc();
         | 
| 14 | 
            -
            extern void   Init_gtk_gdk_geometry();
         | 
| 15 | 
            -
            extern void   Init_gtk_gdk_image();
         | 
| 16 | 
            -
            extern void   Init_gtk_gdk_input();
         | 
| 17 | 
            -
            extern void   Init_gtk_gdk_keymap();
         | 
| 18 | 
            -
            extern void   Init_gtk_gdk_keyval();
         | 
| 19 | 
            -
            extern void   Init_gtk_gdk_pango();
         | 
| 20 | 
            -
            extern void   Init_gtk_gdk_pangorenderer();
         | 
| 21 | 
            -
            extern void   Init_gtk_gdk_pixbuf();
         | 
| 22 | 
            -
            extern void   Init_gtk_gdk_pixmap();
         | 
| 23 | 
            -
            extern void   Init_gtk_gdk_property();
         | 
| 24 | 
            -
            extern void   Init_gtk_gdk_rectangle();
         | 
| 25 | 
            -
            extern void   Init_gtk_gdk_region();
         | 
| 26 | 
            -
            extern void   Init_gtk_gdk_rgb();
         | 
| 27 | 
            -
            extern void   Init_gtk_gdk_screen();
         | 
| 28 | 
            -
            extern void   Init_gtk_gdk_selection();
         | 
| 29 | 
            -
            extern void   Init_gtk_gdk_threads();
         | 
| 30 | 
            -
            extern void   Init_gtk_gdk_timecoord();
         | 
| 31 | 
            -
            extern void   Init_gtk_gdk_visual();
         | 
| 32 | 
            -
            extern void   Init_gtk_gdk_window();
         | 
| 33 | 
            -
            extern void   Init_gtk_gdk_windowattr();
         | 
| 34 | 
            -
            extern void   Init_gtk_gdk_x11();
         | 
| 35 | 
            -
            extern void   Init_gtk_aboutdialog();
         | 
| 36 | 
            -
            extern void   Init_gtk_accelerator();
         | 
| 37 | 
            -
            extern void   Init_gtk_accel_group();
         | 
| 38 | 
            -
            extern void   Init_agentry();
         | 
| 39 | 
            -
            extern void   Init_accel_key();
         | 
| 40 | 
            -
            extern void   Init_gtk_accel_label();
         | 
| 41 | 
            -
            extern void   Init_accel_map();
         | 
| 42 | 
            -
            extern void   Init_gtk_accessible();
         | 
| 43 | 
            -
            extern void   Init_gtk_action();
         | 
| 44 | 
            -
            extern void   Init_gtk_actiongroup();
         | 
| 45 | 
            -
            extern void   Init_gtk_adjustment();
         | 
| 46 | 
            -
            extern void   Init_gtk_alignment();
         | 
| 47 | 
            -
            extern void   Init_gtk_allocation();
         | 
| 48 | 
            -
            extern void   Init_gtk_arrow();
         | 
| 49 | 
            -
            extern void   Init_gtk_aspect_frame();
         | 
| 50 | 
            -
            extern void   Init_gtk_assistant();
         | 
| 51 | 
            -
            extern void   Init_gtk_button_box();
         | 
| 52 | 
            -
            extern void   Init_gtk_bin();
         | 
| 53 | 
            -
            extern void   Init_gtk_bindings();
         | 
| 54 | 
            -
            extern void   Init_gtk_border();
         | 
| 55 | 
            -
            extern void   Init_gtk_box();
         | 
| 56 | 
            -
            extern void   Init_gtk_button();
         | 
| 57 | 
            -
            extern void   Init_gtk_calendar();
         | 
| 58 | 
            -
            extern void   Init_gtk_celleditable();
         | 
| 59 | 
            -
            extern void   Init_gtk_celllayout();
         | 
| 60 | 
            -
            extern void   Init_gtk_cellrenderer();
         | 
| 61 | 
            -
            extern void   Init_gtk_cellrendereraccel();
         | 
| 62 | 
            -
            extern void   Init_gtk_cellrenderercombo();
         | 
| 63 | 
            -
            extern void   Init_gtk_cellrendererpixbuf();
         | 
| 64 | 
            -
            extern void   Init_gtk_cellrendererprogress();
         | 
| 65 | 
            -
            extern void   Init_gtk_cellrendererspin();
         | 
| 66 | 
            -
            extern void   Init_gtk_cellrenderertext();
         | 
| 67 | 
            -
            extern void   Init_gtk_cellrenderertoggle();
         | 
| 68 | 
            -
            extern void   Init_gtk_cellview();
         | 
| 69 | 
            -
            extern void   Init_gtk_check_button();
         | 
| 70 | 
            -
            extern void   Init_gtk_check_menu_item();
         | 
| 71 | 
            -
            extern void   Init_gtk_clipboard();
         | 
| 72 | 
            -
            extern void   Init_gtk_colorbutton();
         | 
| 73 | 
            -
            extern void   Init_gtk_color_selection();
         | 
| 74 | 
            -
            extern void   Init_gtk_color_selection_dialog();
         | 
| 75 | 
            -
            extern void   Init_gtk_combo();
         | 
| 76 | 
            -
            extern void   Init_gtk_combobox();
         | 
| 77 | 
            -
            extern void   Init_gtk_comboboxentry();
         | 
| 78 | 
            -
            extern void   Init_gtk_const();
         | 
| 79 | 
            -
            extern void   Init_gtk_container();
         | 
| 80 | 
            -
            extern void   Init_gtk_curve();
         | 
| 81 | 
            -
            extern void   Init_gtk_dialog();
         | 
| 82 | 
            -
            extern void   Init_gtk_drag();
         | 
| 83 | 
            -
            extern void   Init_gtk_drawing_area();
         | 
| 84 | 
            -
            extern void   Init_gtk_editable();
         | 
| 85 | 
            -
            extern void   Init_gtk_entry();
         | 
| 86 | 
            -
            extern void   Init_gtk_entry_completion();
         | 
| 87 | 
            -
            extern void   Init_gtk_eventbox();
         | 
| 88 | 
            -
            extern void   Init_gtk_expander();
         | 
| 89 | 
            -
            extern void   Init_gtk_file_chooser();
         | 
| 90 | 
            -
            extern void   Init_gtk_filechooserbutton();
         | 
| 91 | 
            -
            extern void   Init_gtk_file_chooser_dialog();
         | 
| 92 | 
            -
            extern void   Init_gtk_file_chooser_widget();
         | 
| 93 | 
            -
            extern void   Init_gtk_file_filter();
         | 
| 94 | 
            -
            extern void   Init_gtk_file_selection();
         | 
| 95 | 
            -
            extern void   Init_gtk_fixed();
         | 
| 96 | 
            -
            extern void   Init_gtk_fontbutton();
         | 
| 97 | 
            -
            extern void   Init_gtk_font_selection();
         | 
| 98 | 
            -
            extern void   Init_gtk_font_selection_dialog();
         | 
| 99 | 
            -
            extern void   Init_gtk_frame();
         | 
| 100 | 
            -
            extern void   Init_gtk_gamma_curve();
         | 
| 101 | 
            -
            extern void   Init_gtk_handle_box();
         | 
| 102 | 
            -
            extern void   Init_gtk_hbutton_box();
         | 
| 103 | 
            -
            extern void   Init_gtk_hbox();
         | 
| 104 | 
            -
            extern void   Init_gtk_hpaned();
         | 
| 105 | 
            -
            extern void   Init_gtk_hruler();
         | 
| 106 | 
            -
            extern void   Init_gtk_hscale();
         | 
| 107 | 
            -
            extern void   Init_gtk_hscrollbar();
         | 
| 108 | 
            -
            extern void   Init_gtk_hseparator();
         | 
| 109 | 
            -
            extern void   Init_icon_factory();
         | 
| 110 | 
            -
            extern void   Init_gtk_iconinfo();
         | 
| 111 | 
            -
            extern void   Init_icon_set();
         | 
| 112 | 
            -
            extern void   Init_icon_size();
         | 
| 113 | 
            -
            extern void   Init_icon_source();
         | 
| 114 | 
            -
            extern void   Init_gtk_icon_theme();
         | 
| 115 | 
            -
            extern void   Init_gtk_iconview();
         | 
| 116 | 
            -
            extern void   Init_gtk_image();
         | 
| 117 | 
            -
            extern void   Init_gtk_image_menu_item();
         | 
| 118 | 
            -
            extern void   Init_gtk_imcontext();
         | 
| 119 | 
            -
            extern void   Init_gtk_imcontext_simple();
         | 
| 120 | 
            -
            extern void   Init_gtk_im_multicontext();
         | 
| 121 | 
            -
            extern void   Init_gtk_input_dialog();
         | 
| 122 | 
            -
            extern void   Init_invisible();
         | 
| 123 | 
            -
            extern void   Init_gtk_item();
         | 
| 124 | 
            -
            extern void   Init_gtk_itemfactory();
         | 
| 125 | 
            -
            extern void   Init_gtk_label();
         | 
| 126 | 
            -
            extern void   Init_gtk_layout();
         | 
| 127 | 
            -
            extern void   Init_gtk_link_button();
         | 
| 128 | 
            -
            extern void   Init_gtk_list_store();
         | 
| 129 | 
            -
            extern void   Init_gtk_main();
         | 
| 130 | 
            -
            extern void   Init_gtk_menu();
         | 
| 131 | 
            -
            extern void   Init_gtk_menu_bar();
         | 
| 132 | 
            -
            extern void   Init_gtk_menu_item();
         | 
| 133 | 
            -
            extern void   Init_gtk_menu_shell();
         | 
| 134 | 
            -
            extern void   Init_gtk_menutoolbutton();
         | 
| 135 | 
            -
            extern void   Init_gtk_message_dialog();
         | 
| 136 | 
            -
            extern void   Init_gtk_misc();
         | 
| 137 | 
            -
            extern void   Init_gtk_notebook();
         | 
| 138 | 
            -
            extern void   Init_gtk_object();
         | 
| 139 | 
            -
            extern void   Init_gtk_option_menu();
         | 
| 140 | 
            -
            extern void   Init_gtk_page_setup();
         | 
| 141 | 
            -
            extern void   Init_gtk_page_setup_unix_dialog();
         | 
| 142 | 
            -
            extern void   Init_gtk_paned();
         | 
| 143 | 
            -
            extern void   Init_gtk_paper_size();
         | 
| 144 | 
            -
            extern void   Init_gtk_plug();
         | 
| 145 | 
            -
            extern void   Init_gtk_print_context();
         | 
| 146 | 
            -
            extern void   Init_gtk_printer();
         | 
| 147 | 
            -
            extern void   Init_gtk_print_job();
         | 
| 148 | 
            -
            extern void   Init_gtk_print_operation();
         | 
| 149 | 
            -
            extern void   Init_gtk_print_operation_preview();
         | 
| 150 | 
            -
            extern void   Init_gtk_print_settings();
         | 
| 151 | 
            -
            extern void   Init_gtk_print_unix_dialog();
         | 
| 152 | 
            -
            extern void   Init_gtk_progress();
         | 
| 153 | 
            -
            extern void   Init_gtk_progress_bar();
         | 
| 154 | 
            -
            extern void   Init_gtk_radio_action();
         | 
| 155 | 
            -
            extern void   Init_gtk_radio_button();
         | 
| 156 | 
            -
            extern void   Init_gtk_radio_menu_item();
         | 
| 157 | 
            -
            extern void   Init_gtk_radiotoolbutton();
         | 
| 158 | 
            -
            extern void   Init_gtk_range();
         | 
| 159 | 
            -
            extern void   Init_gtk_rc();
         | 
| 160 | 
            -
            extern void   Init_gtk_rcstyle();
         | 
| 161 | 
            -
            extern void   Init_gtk_recentaction();
         | 
| 162 | 
            -
            extern void   Init_gtk_recent_chooser();
         | 
| 163 | 
            -
            extern void   Init_gtk_recent_chooser_dialog();
         | 
| 164 | 
            -
            extern void   Init_gtk_recent_chooser_menu();
         | 
| 165 | 
            -
            extern void   Init_gtk_recent_chooser_widget();
         | 
| 166 | 
            -
            extern void   Init_gtk_recent_filter();
         | 
| 167 | 
            -
            extern void   Init_gtk_recent_filter_info();
         | 
| 168 | 
            -
            extern void   Init_gtk_recent_info();
         | 
| 169 | 
            -
            extern void   Init_gtk_recent_manager();
         | 
| 170 | 
            -
            extern void   Init_gtk_ruler();
         | 
| 171 | 
            -
            extern void   Init_gtk_scale();
         | 
| 172 | 
            -
            extern void   Init_gtk_scalebutton();
         | 
| 173 | 
            -
            extern void   Init_gtk_scrollbar();
         | 
| 174 | 
            -
            extern void   Init_gtk_scrolled_window();
         | 
| 175 | 
            -
            extern void   Init_gtk_selection();
         | 
| 176 | 
            -
            extern void   Init_gtk_selectiondata();
         | 
| 177 | 
            -
            extern void   Init_gtk_separator();
         | 
| 178 | 
            -
            extern void   Init_gtk_separator_menu_item();
         | 
| 179 | 
            -
            extern void   Init_gtk_separatortoolitem();
         | 
| 180 | 
            -
            extern void   Init_gtk_settings();
         | 
| 181 | 
            -
            extern void   Init_sizegrp();
         | 
| 182 | 
            -
            extern void   Init_gtk_socket();
         | 
| 183 | 
            -
            extern void   Init_gtk_spin_button();
         | 
| 184 | 
            -
            extern void   Init_gtk_statusbar();
         | 
| 185 | 
            -
            extern void   Init_gtk_status_icon();
         | 
| 186 | 
            -
            extern void   Init_gtk_stock();
         | 
| 187 | 
            -
            extern void   Init_gtk_style();
         | 
| 188 | 
            -
            extern void   Init_gtk_table();
         | 
| 189 | 
            -
            extern void   Init_gtk_target_list();
         | 
| 190 | 
            -
            extern void   Init_gtk_tearoff_menu_item();
         | 
| 191 | 
            -
            extern void   Init_txt_appearance();
         | 
| 192 | 
            -
            extern void   Init_txt_attr();
         | 
| 193 | 
            -
            extern void   Init_gtk_textbuffer();
         | 
| 194 | 
            -
            extern void   Init_gtk_textchild();
         | 
| 195 | 
            -
            extern void   Init_gtk_textiter();
         | 
| 196 | 
            -
            extern void   Init_gtk_textmark();
         | 
| 197 | 
            -
            extern void   Init_gtk_texttag();
         | 
| 198 | 
            -
            extern void   Init_txt_tt();
         | 
| 199 | 
            -
            extern void   Init_gtk_textview();
         | 
| 200 | 
            -
            extern void   Init_gtk_toggle_action();
         | 
| 201 | 
            -
            extern void   Init_gtk_toggle_button();
         | 
| 202 | 
            -
            extern void   Init_gtk_toggletoolbutton();
         | 
| 203 | 
            -
            extern void   Init_gtk_toolbar();
         | 
| 204 | 
            -
            extern void   Init_gtk_toolbutton();
         | 
| 205 | 
            -
            extern void   Init_gtk_toolitem();
         | 
| 206 | 
            -
            extern void   Init_gtk_tooltip();
         | 
| 207 | 
            -
            extern void   Init_gtk_tooltips();
         | 
| 208 | 
            -
            extern void   Init_gtk_treedragdest();
         | 
| 209 | 
            -
            extern void   Init_gtk_treedragsource();
         | 
| 210 | 
            -
            extern void   Init_gtk_treeiter();
         | 
| 211 | 
            -
            extern void   Init_gtk_treemodel();
         | 
| 212 | 
            -
            extern void   Init_gtk_treemodelfilter();
         | 
| 213 | 
            -
            extern void   Init_gtk_tmodelsort();
         | 
| 214 | 
            -
            extern void   Init_gtk_treepath();
         | 
| 215 | 
            -
            extern void   Init_gtk_treerowreference();
         | 
| 216 | 
            -
            extern void   Init_gtk_treeselection();
         | 
| 217 | 
            -
            extern void   Init_gtk_treesortable();
         | 
| 218 | 
            -
            extern void   Init_gtk_tree_store();
         | 
| 219 | 
            -
            extern void   Init_gtk_treeview();
         | 
| 220 | 
            -
            extern void   Init_gtk_treeviewcolumn();
         | 
| 221 | 
            -
            extern void   Init_gtk_uimanager();
         | 
| 222 | 
            -
            extern void   Init_gtk_vbutton_box();
         | 
| 223 | 
            -
            extern void   Init_gtk_vbox();
         | 
| 224 | 
            -
            extern void   Init_gtk_viewport();
         | 
| 225 | 
            -
            extern void   Init_gtk_volumebutton();
         | 
| 226 | 
            -
            extern void   Init_gtk_vpaned();
         | 
| 227 | 
            -
            extern void   Init_gtk_vruler();
         | 
| 228 | 
            -
            extern void   Init_gtk_vscale();
         | 
| 229 | 
            -
            extern void   Init_gtk_vscrollbar();
         | 
| 230 | 
            -
            extern void   Init_gtk_vseparator();
         | 
| 231 | 
            -
            extern void   Init_gtk_widget();
         | 
| 232 | 
            -
            extern void   Init_gtk_window();
         | 
| 233 | 
            -
            extern void   Init_gtk_windowgroup();
         | 
| 234 | 
            -
            void Init_gtk_inits()
         | 
| 235 | 
            -
            {
         | 
| 236 | 
            -
               Init_gtk_gdk_atom();
         | 
| 237 | 
            -
               Init_gtk_gdk_cairo();
         | 
| 238 | 
            -
               Init_gtk_gdk_color();
         | 
| 239 | 
            -
               Init_gtk_gdk_colormap();
         | 
| 240 | 
            -
               Init_gtk_gdk_const();
         | 
| 241 | 
            -
               Init_gtk_gdk_cursor();
         | 
| 242 | 
            -
               Init_gtk_gdk_device();
         | 
| 243 | 
            -
               Init_gtk_gdk_display();
         | 
| 244 | 
            -
               Init_gtk_gdk_display_manager();
         | 
| 245 | 
            -
               Init_gtk_gdk_dragcontext();
         | 
| 246 | 
            -
               Init_gtk_gdk_draw();
         | 
| 247 | 
            -
               Init_gtk_gdk_event();
         | 
| 248 | 
            -
               Init_gtk_gdk_gc();
         | 
| 249 | 
            -
               Init_gtk_gdk_geometry();
         | 
| 250 | 
            -
               Init_gtk_gdk_image();
         | 
| 251 | 
            -
               Init_gtk_gdk_input();
         | 
| 252 | 
            -
               Init_gtk_gdk_keymap();
         | 
| 253 | 
            -
               Init_gtk_gdk_keyval();
         | 
| 254 | 
            -
               Init_gtk_gdk_pango();
         | 
| 255 | 
            -
               Init_gtk_gdk_pangorenderer();
         | 
| 256 | 
            -
               Init_gtk_gdk_pixbuf();
         | 
| 257 | 
            -
               Init_gtk_gdk_pixmap();
         | 
| 258 | 
            -
               Init_gtk_gdk_property();
         | 
| 259 | 
            -
               Init_gtk_gdk_rectangle();
         | 
| 260 | 
            -
               Init_gtk_gdk_region();
         | 
| 261 | 
            -
               Init_gtk_gdk_rgb();
         | 
| 262 | 
            -
               Init_gtk_gdk_screen();
         | 
| 263 | 
            -
               Init_gtk_gdk_selection();
         | 
| 264 | 
            -
               Init_gtk_gdk_threads();
         | 
| 265 | 
            -
               Init_gtk_gdk_timecoord();
         | 
| 266 | 
            -
               Init_gtk_gdk_visual();
         | 
| 267 | 
            -
               Init_gtk_gdk_window();
         | 
| 268 | 
            -
               Init_gtk_gdk_windowattr();
         | 
| 269 | 
            -
               Init_gtk_gdk_x11();
         | 
| 270 | 
            -
               Init_gtk_aboutdialog();
         | 
| 271 | 
            -
               Init_gtk_accelerator();
         | 
| 272 | 
            -
               Init_gtk_accel_group();
         | 
| 273 | 
            -
               Init_agentry();
         | 
| 274 | 
            -
               Init_accel_key();
         | 
| 275 | 
            -
               Init_gtk_accel_label();
         | 
| 276 | 
            -
               Init_accel_map();
         | 
| 277 | 
            -
               Init_gtk_accessible();
         | 
| 278 | 
            -
               Init_gtk_action();
         | 
| 279 | 
            -
               Init_gtk_actiongroup();
         | 
| 280 | 
            -
               Init_gtk_adjustment();
         | 
| 281 | 
            -
               Init_gtk_alignment();
         | 
| 282 | 
            -
               Init_gtk_allocation();
         | 
| 283 | 
            -
               Init_gtk_arrow();
         | 
| 284 | 
            -
               Init_gtk_aspect_frame();
         | 
| 285 | 
            -
               Init_gtk_assistant();
         | 
| 286 | 
            -
               Init_gtk_button_box();
         | 
| 287 | 
            -
               Init_gtk_bin();
         | 
| 288 | 
            -
               Init_gtk_bindings();
         | 
| 289 | 
            -
               Init_gtk_border();
         | 
| 290 | 
            -
               Init_gtk_box();
         | 
| 291 | 
            -
               Init_gtk_button();
         | 
| 292 | 
            -
               Init_gtk_calendar();
         | 
| 293 | 
            -
               Init_gtk_celleditable();
         | 
| 294 | 
            -
               Init_gtk_celllayout();
         | 
| 295 | 
            -
               Init_gtk_cellrenderer();
         | 
| 296 | 
            -
               Init_gtk_cellrendereraccel();
         | 
| 297 | 
            -
               Init_gtk_cellrenderercombo();
         | 
| 298 | 
            -
               Init_gtk_cellrendererpixbuf();
         | 
| 299 | 
            -
               Init_gtk_cellrendererprogress();
         | 
| 300 | 
            -
               Init_gtk_cellrendererspin();
         | 
| 301 | 
            -
               Init_gtk_cellrenderertext();
         | 
| 302 | 
            -
               Init_gtk_cellrenderertoggle();
         | 
| 303 | 
            -
               Init_gtk_cellview();
         | 
| 304 | 
            -
               Init_gtk_check_button();
         | 
| 305 | 
            -
               Init_gtk_check_menu_item();
         | 
| 306 | 
            -
               Init_gtk_clipboard();
         | 
| 307 | 
            -
               Init_gtk_colorbutton();
         | 
| 308 | 
            -
               Init_gtk_color_selection();
         | 
| 309 | 
            -
               Init_gtk_color_selection_dialog();
         | 
| 310 | 
            -
               Init_gtk_combo();
         | 
| 311 | 
            -
               Init_gtk_combobox();
         | 
| 312 | 
            -
               Init_gtk_comboboxentry();
         | 
| 313 | 
            -
               Init_gtk_const();
         | 
| 314 | 
            -
               Init_gtk_container();
         | 
| 315 | 
            -
               Init_gtk_curve();
         | 
| 316 | 
            -
               Init_gtk_dialog();
         | 
| 317 | 
            -
               Init_gtk_drag();
         | 
| 318 | 
            -
               Init_gtk_drawing_area();
         | 
| 319 | 
            -
               Init_gtk_editable();
         | 
| 320 | 
            -
               Init_gtk_entry();
         | 
| 321 | 
            -
               Init_gtk_entry_completion();
         | 
| 322 | 
            -
               Init_gtk_eventbox();
         | 
| 323 | 
            -
               Init_gtk_expander();
         | 
| 324 | 
            -
               Init_gtk_file_chooser();
         | 
| 325 | 
            -
               Init_gtk_filechooserbutton();
         | 
| 326 | 
            -
               Init_gtk_file_chooser_dialog();
         | 
| 327 | 
            -
               Init_gtk_file_chooser_widget();
         | 
| 328 | 
            -
               Init_gtk_file_filter();
         | 
| 329 | 
            -
               Init_gtk_file_selection();
         | 
| 330 | 
            -
               Init_gtk_fixed();
         | 
| 331 | 
            -
               Init_gtk_fontbutton();
         | 
| 332 | 
            -
               Init_gtk_font_selection();
         | 
| 333 | 
            -
               Init_gtk_font_selection_dialog();
         | 
| 334 | 
            -
               Init_gtk_frame();
         | 
| 335 | 
            -
               Init_gtk_gamma_curve();
         | 
| 336 | 
            -
               Init_gtk_handle_box();
         | 
| 337 | 
            -
               Init_gtk_hbutton_box();
         | 
| 338 | 
            -
               Init_gtk_hbox();
         | 
| 339 | 
            -
               Init_gtk_hpaned();
         | 
| 340 | 
            -
               Init_gtk_hruler();
         | 
| 341 | 
            -
               Init_gtk_hscale();
         | 
| 342 | 
            -
               Init_gtk_hscrollbar();
         | 
| 343 | 
            -
               Init_gtk_hseparator();
         | 
| 344 | 
            -
               Init_icon_factory();
         | 
| 345 | 
            -
               Init_gtk_iconinfo();
         | 
| 346 | 
            -
               Init_icon_set();
         | 
| 347 | 
            -
               Init_icon_size();
         | 
| 348 | 
            -
               Init_icon_source();
         | 
| 349 | 
            -
               Init_gtk_icon_theme();
         | 
| 350 | 
            -
               Init_gtk_iconview();
         | 
| 351 | 
            -
               Init_gtk_image();
         | 
| 352 | 
            -
               Init_gtk_image_menu_item();
         | 
| 353 | 
            -
               Init_gtk_imcontext();
         | 
| 354 | 
            -
               Init_gtk_imcontext_simple();
         | 
| 355 | 
            -
               Init_gtk_im_multicontext();
         | 
| 356 | 
            -
               Init_gtk_input_dialog();
         | 
| 357 | 
            -
               Init_invisible();
         | 
| 358 | 
            -
               Init_gtk_item();
         | 
| 359 | 
            -
               Init_gtk_itemfactory();
         | 
| 360 | 
            -
               Init_gtk_label();
         | 
| 361 | 
            -
               Init_gtk_layout();
         | 
| 362 | 
            -
               Init_gtk_link_button();
         | 
| 363 | 
            -
               Init_gtk_list_store();
         | 
| 364 | 
            -
               Init_gtk_main();
         | 
| 365 | 
            -
               Init_gtk_menu();
         | 
| 366 | 
            -
               Init_gtk_menu_bar();
         | 
| 367 | 
            -
               Init_gtk_menu_item();
         | 
| 368 | 
            -
               Init_gtk_menu_shell();
         | 
| 369 | 
            -
               Init_gtk_menutoolbutton();
         | 
| 370 | 
            -
               Init_gtk_message_dialog();
         | 
| 371 | 
            -
               Init_gtk_misc();
         | 
| 372 | 
            -
               Init_gtk_notebook();
         | 
| 373 | 
            -
               Init_gtk_object();
         | 
| 374 | 
            -
               Init_gtk_option_menu();
         | 
| 375 | 
            -
               Init_gtk_page_setup();
         | 
| 376 | 
            -
               Init_gtk_page_setup_unix_dialog();
         | 
| 377 | 
            -
               Init_gtk_paned();
         | 
| 378 | 
            -
               Init_gtk_paper_size();
         | 
| 379 | 
            -
               Init_gtk_plug();
         | 
| 380 | 
            -
               Init_gtk_print_context();
         | 
| 381 | 
            -
               Init_gtk_printer();
         | 
| 382 | 
            -
               Init_gtk_print_job();
         | 
| 383 | 
            -
               Init_gtk_print_operation();
         | 
| 384 | 
            -
               Init_gtk_print_operation_preview();
         | 
| 385 | 
            -
               Init_gtk_print_settings();
         | 
| 386 | 
            -
               Init_gtk_print_unix_dialog();
         | 
| 387 | 
            -
               Init_gtk_progress();
         | 
| 388 | 
            -
               Init_gtk_progress_bar();
         | 
| 389 | 
            -
               Init_gtk_radio_action();
         | 
| 390 | 
            -
               Init_gtk_radio_button();
         | 
| 391 | 
            -
               Init_gtk_radio_menu_item();
         | 
| 392 | 
            -
               Init_gtk_radiotoolbutton();
         | 
| 393 | 
            -
               Init_gtk_range();
         | 
| 394 | 
            -
               Init_gtk_rc();
         | 
| 395 | 
            -
               Init_gtk_rcstyle();
         | 
| 396 | 
            -
               Init_gtk_recentaction();
         | 
| 397 | 
            -
               Init_gtk_recent_chooser();
         | 
| 398 | 
            -
               Init_gtk_recent_chooser_dialog();
         | 
| 399 | 
            -
               Init_gtk_recent_chooser_menu();
         | 
| 400 | 
            -
               Init_gtk_recent_chooser_widget();
         | 
| 401 | 
            -
               Init_gtk_recent_filter();
         | 
| 402 | 
            -
               Init_gtk_recent_filter_info();
         | 
| 403 | 
            -
               Init_gtk_recent_info();
         | 
| 404 | 
            -
               Init_gtk_recent_manager();
         | 
| 405 | 
            -
               Init_gtk_ruler();
         | 
| 406 | 
            -
               Init_gtk_scale();
         | 
| 407 | 
            -
               Init_gtk_scalebutton();
         | 
| 408 | 
            -
               Init_gtk_scrollbar();
         | 
| 409 | 
            -
               Init_gtk_scrolled_window();
         | 
| 410 | 
            -
               Init_gtk_selection();
         | 
| 411 | 
            -
               Init_gtk_selectiondata();
         | 
| 412 | 
            -
               Init_gtk_separator();
         | 
| 413 | 
            -
               Init_gtk_separator_menu_item();
         | 
| 414 | 
            -
               Init_gtk_separatortoolitem();
         | 
| 415 | 
            -
               Init_gtk_settings();
         | 
| 416 | 
            -
               Init_sizegrp();
         | 
| 417 | 
            -
               Init_gtk_socket();
         | 
| 418 | 
            -
               Init_gtk_spin_button();
         | 
| 419 | 
            -
               Init_gtk_statusbar();
         | 
| 420 | 
            -
               Init_gtk_status_icon();
         | 
| 421 | 
            -
               Init_gtk_stock();
         | 
| 422 | 
            -
               Init_gtk_style();
         | 
| 423 | 
            -
               Init_gtk_table();
         | 
| 424 | 
            -
               Init_gtk_target_list();
         | 
| 425 | 
            -
               Init_gtk_tearoff_menu_item();
         | 
| 426 | 
            -
               Init_txt_appearance();
         | 
| 427 | 
            -
               Init_txt_attr();
         | 
| 428 | 
            -
               Init_gtk_textbuffer();
         | 
| 429 | 
            -
               Init_gtk_textchild();
         | 
| 430 | 
            -
               Init_gtk_textiter();
         | 
| 431 | 
            -
               Init_gtk_textmark();
         | 
| 432 | 
            -
               Init_gtk_texttag();
         | 
| 433 | 
            -
               Init_txt_tt();
         | 
| 434 | 
            -
               Init_gtk_textview();
         | 
| 435 | 
            -
               Init_gtk_toggle_action();
         | 
| 436 | 
            -
               Init_gtk_toggle_button();
         | 
| 437 | 
            -
               Init_gtk_toggletoolbutton();
         | 
| 438 | 
            -
               Init_gtk_toolbar();
         | 
| 439 | 
            -
               Init_gtk_toolbutton();
         | 
| 440 | 
            -
               Init_gtk_toolitem();
         | 
| 441 | 
            -
               Init_gtk_tooltip();
         | 
| 442 | 
            -
               Init_gtk_tooltips();
         | 
| 443 | 
            -
               Init_gtk_treedragdest();
         | 
| 444 | 
            -
               Init_gtk_treedragsource();
         | 
| 445 | 
            -
               Init_gtk_treeiter();
         | 
| 446 | 
            -
               Init_gtk_treemodel();
         | 
| 447 | 
            -
               Init_gtk_treemodelfilter();
         | 
| 448 | 
            -
               Init_gtk_tmodelsort();
         | 
| 449 | 
            -
               Init_gtk_treepath();
         | 
| 450 | 
            -
               Init_gtk_treerowreference();
         | 
| 451 | 
            -
               Init_gtk_treeselection();
         | 
| 452 | 
            -
               Init_gtk_treesortable();
         | 
| 453 | 
            -
               Init_gtk_tree_store();
         | 
| 454 | 
            -
               Init_gtk_treeview();
         | 
| 455 | 
            -
               Init_gtk_treeviewcolumn();
         | 
| 456 | 
            -
               Init_gtk_uimanager();
         | 
| 457 | 
            -
               Init_gtk_vbutton_box();
         | 
| 458 | 
            -
               Init_gtk_vbox();
         | 
| 459 | 
            -
               Init_gtk_viewport();
         | 
| 460 | 
            -
               Init_gtk_volumebutton();
         | 
| 461 | 
            -
               Init_gtk_vpaned();
         | 
| 462 | 
            -
               Init_gtk_vruler();
         | 
| 463 | 
            -
               Init_gtk_vscale();
         | 
| 464 | 
            -
               Init_gtk_vscrollbar();
         | 
| 465 | 
            -
               Init_gtk_vseparator();
         | 
| 466 | 
            -
               Init_gtk_widget();
         | 
| 467 | 
            -
               Init_gtk_window();
         | 
| 468 | 
            -
               Init_gtk_windowgroup();
         | 
| 469 | 
            -
            }
         |