gtk2 0.90.2-x86-mingw32 → 0.90.3-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 +54 -0
- data/Rakefile +10 -4
- data/ext/gtk2/depend +4 -2
- data/ext/gtk2/extconf.rb +18 -13
- data/ext/gtk2/rbgdkatom.c +1 -1
- data/ext/gtk2/rbgdkcairo.c +19 -8
- data/ext/gtk2/rbgdkproperty.c +1 -1
- data/ext/gtk2/rbgtkclipboard.c +0 -1
- data/ext/gtk2/rbgtkcombobox.c +1 -1
- data/ext/gtk2/rbgtkcontainer.c +3 -6
- data/ext/gtk2/rbgtkeditable.c +1 -1
- data/ext/gtk2/rbgtkfilechooser.c +17 -16
- data/ext/gtk2/rbgtkicontheme.c +1 -1
- data/ext/gtk2/rbgtkitemfactory.c +1 -1
- data/ext/gtk2/rbgtkpagesetupunixdialog.c +1 -1
- data/ext/gtk2/rbgtkpapersize.c +8 -8
- data/ext/gtk2/rbgtkprintsettings.c +34 -34
- data/ext/gtk2/rbgtkrc.c +3 -3
- data/ext/gtk2/rbgtkrecentchooserdialog.c +2 -2
- data/ext/gtk2/rbgtkselectiondata.c +2 -1
- data/ext/gtk2/rbgtktextbuffer.c +2 -2
- data/ext/gtk2/rbgtkwidget.c +4 -6
- data/lib/1.8/gtk2.so +0 -0
- data/lib/1.9/gtk2.so +0 -0
- data/test/run-test.rb +3 -3
- data/vendor/local/bin/gdk-pixbuf-csource.exe +0 -0
- data/vendor/local/bin/gdk-pixbuf-query-loaders.exe +0 -0
- data/vendor/local/bin/glib-genmarshal.exe +0 -0
- data/vendor/local/bin/glib-gettextize +2 -2
- data/vendor/local/bin/glib-mkenums +35 -9
- data/vendor/local/bin/gobject-query.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper.exe +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/libatk-1.0-0.dll +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/libgdk_pixbuf-2.0-0.dll +0 -0
- data/vendor/local/bin/libgio-2.0-0.dll +0 -0
- data/vendor/local/bin/libglib-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
- data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
- data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
- data/vendor/local/bin/libgtk-win32-2.0-0.dll +0 -0
- data/vendor/local/etc/gtk-2.0/gtk.immodules +1 -1
- data/vendor/local/include/atk-1.0/atk/atk-enum-types.h +2 -2
- data/vendor/local/include/atk-1.0/atk/atktext.h +1 -1
- data/vendor/local/include/{gtk-2.0 → gdk-pixbuf-2.0}/gdk-pixbuf/gdk-pixbuf-animation.h +0 -0
- data/vendor/local/include/{gtk-2.0 → gdk-pixbuf-2.0}/gdk-pixbuf/gdk-pixbuf-core.h +0 -0
- data/vendor/local/include/{gtk-2.0 → gdk-pixbuf-2.0}/gdk-pixbuf/gdk-pixbuf-enum-types.h +0 -0
- data/vendor/local/include/{gtk-2.0 → gdk-pixbuf-2.0}/gdk-pixbuf/gdk-pixbuf-features.h +3 -3
- data/vendor/local/include/{gtk-2.0 → gdk-pixbuf-2.0}/gdk-pixbuf/gdk-pixbuf-io.h +5 -1
- data/vendor/local/include/{gtk-2.0 → gdk-pixbuf-2.0}/gdk-pixbuf/gdk-pixbuf-loader.h +0 -0
- data/vendor/local/include/{gtk-2.0 → gdk-pixbuf-2.0}/gdk-pixbuf/gdk-pixbuf-marshal.h +0 -0
- data/vendor/local/include/{gtk-2.0 → gdk-pixbuf-2.0}/gdk-pixbuf/gdk-pixbuf-simple-anim.h +0 -0
- data/vendor/local/include/{gtk-2.0 → gdk-pixbuf-2.0}/gdk-pixbuf/gdk-pixbuf-transform.h +0 -0
- data/vendor/local/include/{gtk-2.0 → gdk-pixbuf-2.0}/gdk-pixbuf/gdk-pixbuf.h +0 -0
- data/vendor/local/include/{gtk-2.0 → gdk-pixbuf-2.0}/gdk-pixbuf/gdk-pixdata.h +0 -0
- data/vendor/local/include/glib-2.0/gio/gappinfo.h +0 -1
- data/vendor/local/include/glib-2.0/gio/gbufferedoutputstream.h +0 -1
- data/vendor/local/include/glib-2.0/gio/gcontenttype.h +18 -18
- data/vendor/local/include/glib-2.0/gio/gconverterinputstream.h +0 -1
- data/vendor/local/include/glib-2.0/gio/gconverteroutputstream.h +0 -1
- data/vendor/local/include/glib-2.0/gio/gcredentials.h +76 -0
- data/vendor/local/include/glib-2.0/gio/gdatainputstream.h +42 -25
- data/vendor/local/include/glib-2.0/gio/gdataoutputstream.h +0 -1
- data/vendor/local/include/glib-2.0/gio/gdbusaddress.h +58 -0
- data/vendor/local/include/glib-2.0/gio/gdbusauthobserver.h +46 -0
- data/vendor/local/include/glib-2.0/gio/gdbusconnection.h +562 -0
- data/vendor/local/include/glib-2.0/gio/gdbuserror.h +100 -0
- data/vendor/local/include/glib-2.0/gio/gdbusintrospection.h +286 -0
- data/vendor/local/include/glib-2.0/gio/gdbusmessage.h +149 -0
- data/vendor/local/include/glib-2.0/gio/gdbusmethodinvocation.h +73 -0
- data/vendor/local/include/glib-2.0/gio/gdbusnameowning.h +112 -0
- data/vendor/local/include/glib-2.0/gio/gdbusnamewatching.h +94 -0
- data/vendor/local/include/glib-2.0/gio/gdbusproxy.h +167 -0
- data/vendor/local/include/glib-2.0/gio/gdbusserver.h +54 -0
- data/vendor/local/include/glib-2.0/gio/gdbusutils.h +44 -0
- data/vendor/local/include/glib-2.0/gio/gfileenumerator.h +0 -1
- data/vendor/local/include/glib-2.0/gio/gfileinfo.h +1 -0
- data/vendor/local/include/glib-2.0/gio/gio.h +30 -9
- data/vendor/local/include/glib-2.0/gio/gioenums.h +526 -8
- data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +42 -0
- data/vendor/local/include/glib-2.0/gio/gioerror.h +4 -0
- data/vendor/local/include/glib-2.0/gio/giotypes.h +36 -0
- data/vendor/local/include/glib-2.0/gio/gmemoryoutputstream.h +1 -0
- data/vendor/local/include/glib-2.0/gio/gnetworkaddress.h +4 -0
- data/vendor/local/include/glib-2.0/gio/gnetworkservice.h +2 -0
- data/vendor/local/include/glib-2.0/gio/gpermission.h +118 -0
- data/vendor/local/include/glib-2.0/gio/gproxy.h +123 -0
- data/vendor/local/include/glib-2.0/gio/gproxyaddress.h +76 -0
- data/vendor/local/include/glib-2.0/gio/gproxyaddressenumerator.h +75 -0
- data/vendor/local/include/glib-2.0/gio/gproxyresolver.h +96 -0
- data/vendor/local/include/glib-2.0/gio/gsettings.h +258 -0
- data/vendor/local/include/glib-2.0/gio/gsettingsbackend.h +138 -0
- data/vendor/local/include/glib-2.0/gio/gsimplepermission.h +45 -0
- data/vendor/local/include/glib-2.0/gio/gsocket.h +18 -0
- data/vendor/local/include/glib-2.0/gio/gsocketclient.h +22 -0
- data/vendor/local/include/glib-2.0/gio/gsocketconnectable.h +7 -1
- data/vendor/local/include/glib-2.0/gio/gvolumemonitor.h +0 -1
- data/vendor/local/include/glib-2.0/gio/gzlibcompressor.h +5 -0
- data/vendor/local/include/glib-2.0/gio/gzlibdecompressor.h +3 -0
- data/vendor/local/include/glib-2.0/glib-object.h +1 -0
- data/vendor/local/include/glib-2.0/glib.h +2 -0
- data/vendor/local/include/glib-2.0/glib/galloca.h +47 -0
- data/vendor/local/include/glib-2.0/glib/gatomic.h +25 -5
- data/vendor/local/include/glib-2.0/glib/gbacktrace.h +7 -7
- data/vendor/local/include/glib-2.0/glib/gbase64.h +22 -22
- data/vendor/local/include/glib-2.0/glib/gbookmarkfile.h +27 -3
- data/vendor/local/include/glib-2.0/glib/gcache.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gchecksum.h +20 -20
- data/vendor/local/include/glib-2.0/glib/gcompletion.h +4 -0
- data/vendor/local/include/glib-2.0/glib/gconvert.h +26 -2
- data/vendor/local/include/glib-2.0/glib/gdatetime.h +217 -0
- data/vendor/local/include/glib-2.0/glib/gkeyfile.h +16 -0
- data/vendor/local/include/glib-2.0/glib/gmacros.h +7 -0
- data/vendor/local/include/glib-2.0/glib/gmain.h +305 -78
- data/vendor/local/include/glib-2.0/glib/gmarkup.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gmem.h +107 -1
- data/vendor/local/include/glib-2.0/glib/gnode.h +4 -2
- data/vendor/local/include/glib-2.0/glib/gpoll.h +27 -3
- data/vendor/local/include/glib-2.0/glib/gregex.h +228 -0
- data/vendor/local/include/glib-2.0/glib/grel.h +4 -0
- data/vendor/local/include/glib-2.0/glib/gstdio.h +27 -39
- data/vendor/local/include/glib-2.0/glib/gstrfuncs.h +3 -1
- data/vendor/local/include/glib-2.0/glib/gtestutils.h +19 -14
- data/vendor/local/include/glib-2.0/glib/gthread.h +0 -1
- data/vendor/local/include/glib-2.0/glib/gtimezone.h +44 -0
- data/vendor/local/include/glib-2.0/glib/gunicode.h +18 -1
- data/vendor/local/include/glib-2.0/glib/gutils.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gvariant.h +25 -1
- data/vendor/local/include/glib-2.0/glib/gvarianttype.h +29 -0
- data/vendor/local/include/glib-2.0/gobject/gbinding.h +136 -0
- data/vendor/local/include/glib-2.0/gobject/gboxed.h +18 -6
- data/vendor/local/include/glib-2.0/gobject/gmarshal.h +37 -20
- data/vendor/local/include/glib-2.0/gobject/gobject.h +5 -0
- data/vendor/local/include/glib-2.0/gobject/gobjectnotifyqueue.c +48 -21
- data/vendor/local/include/glib-2.0/gobject/gparam.h +9 -4
- data/vendor/local/include/glib-2.0/gobject/gparamspecs.h +54 -0
- data/vendor/local/include/glib-2.0/gobject/gtype.h +129 -1
- data/vendor/local/include/glib-2.0/gobject/gvaluecollector.h +6 -1
- data/vendor/local/include/glib-2.0/gobject/gvaluetypes.h +17 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkcolor.h +4 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkcursor.h +3 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkdisplay.h +19 -18
- data/vendor/local/include/gtk-2.0/gdk/gdkdnd.h +18 -12
- data/vendor/local/include/gtk-2.0/gdk/gdkdrawable.h +2 -9
- data/vendor/local/include/gtk-2.0/gdk/gdkgc.h +6 -10
- data/vendor/local/include/gtk-2.0/gdk/gdkimage.h +24 -16
- data/vendor/local/include/gtk-2.0/gdk/gdkinput.h +21 -8
- data/vendor/local/include/gtk-2.0/gdk/gdkkeys.h +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkkeysyms-compat.h +2208 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkkeysyms.h +2180 -2174
- data/vendor/local/include/gtk-2.0/gdk/gdkpixmap.h +4 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkregion.h +12 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkrgb.h +10 -9
- data/vendor/local/include/gtk-2.0/gdk/gdkscreen.h +6 -6
- data/vendor/local/include/gtk-2.0/gdk/gdkvisual.h +35 -17
- data/vendor/local/include/gtk-2.0/gdk/gdkwindow.h +62 -34
- data/vendor/local/include/gtk-2.0/gtk/gtkaccessible.h +4 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkassistant.h +32 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkbox.h +27 -2
- data/vendor/local/include/gtk-2.0/gtk/gtkbuildable.h +49 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkbutton.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkcalendar.h +1 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkdialog.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkentry.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkenums.h +10 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkexpander.h +3 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkfontsel.h +1 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkiconview.h +7 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkitem.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkmenu.h +1 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkmessagedialog.h +30 -9
- data/vendor/local/include/gtk-2.0/gtk/gtknotebook.h +12 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkobject.h +2 -2
- data/vendor/local/include/gtk-2.0/gtk/gtkstatusbar.h +3 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkstatusicon.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkstock.h +94 -94
- data/vendor/local/include/gtk-2.0/gtk/gtktable.h +3 -0
- data/vendor/local/include/gtk-2.0/gtk/gtktextview.h +7 -0
- data/vendor/local/include/gtk-2.0/gtk/gtktooltip.h +6 -0
- data/vendor/local/include/gtk-2.0/gtk/gtktreemodel.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkviewport.h +1 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkwidget.h +23 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkwindow.h +2 -1
- data/vendor/local/lib/atk-1.0.def +1 -0
- data/vendor/local/lib/atk-1.0.lib +0 -0
- data/vendor/local/lib/gailutil.lib +0 -0
- data/vendor/local/{etc/gtk-2.0/gdk-pixbuf.loaders → lib/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache} +3 -2
- data/vendor/local/lib/gdk-win32-2.0.lib +0 -0
- data/vendor/local/lib/gdk_pixbuf-2.0.lib +0 -0
- data/vendor/local/lib/gio-2.0.def +345 -2
- data/vendor/local/lib/gio-2.0.lib +0 -0
- data/vendor/local/lib/glib-2.0.def +71 -0
- data/vendor/local/lib/glib-2.0.lib +0 -0
- data/vendor/local/lib/glib-2.0/include/glibconfig.h +2 -2
- data/vendor/local/lib/gmodule-2.0.lib +0 -0
- data/vendor/local/lib/gobject-2.0.def +21 -0
- data/vendor/local/lib/gobject-2.0.lib +0 -0
- data/vendor/local/lib/gthread-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/intl.lib +0 -0
- data/vendor/local/lib/libatk-1.0.dll.a +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/libgdk_pixbuf-2.0.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.dll.a +0 -0
- data/vendor/local/lib/libglib-2.0.dll.a +0 -0
- data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
- data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
- data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/atk.pc +2 -2
- data/vendor/local/lib/pkgconfig/gail.pc +2 -2
- data/vendor/local/lib/pkgconfig/gdk-2.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gdk-pixbuf-2.0.pc +10 -5
- data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gio-2.0.pc +3 -2
- data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +11 -0
- data/vendor/local/lib/pkgconfig/glib-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gobject-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gthread-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +3 -3
- data/vendor/local/manifest/atk-dev_1.32.0-1_win32.mft +37 -0
- data/vendor/local/manifest/atk_1.32.0-1_win32.mft +95 -0
- data/vendor/local/manifest/cairo-dev_1.10.0-1_win32.mft +83 -0
- data/vendor/local/manifest/cairo_1.10.0-1_win32.mft +5 -0
- data/vendor/local/manifest/expat-dev_2.0.1-1_win32.mft +10 -0
- data/vendor/local/manifest/expat_2.0.1-1_win32.mft +2 -0
- data/vendor/local/manifest/fontconfig-dev_2.8.0-2_win32.mft +387 -0
- data/vendor/local/manifest/fontconfig_2.8.0-2_win32.mft +3 -0
- data/vendor/local/manifest/freetype-dev_2.4.2-1_win32.mft +56 -0
- data/vendor/local/manifest/freetype_2.4.2-1_win32.mft +2 -0
- data/vendor/local/manifest/gdk-pixbuf-dev_2.22.0-1_win32.mft +59 -0
- data/vendor/local/manifest/gdk-pixbuf_2.22.0-1_win32.mft +103 -0
- data/vendor/local/manifest/gettext-runtime-dev_0.18.1.1-2_win32.mft +81 -0
- data/vendor/local/manifest/gettext-runtime_0.18.1.1-2_win32.mft +3 -0
- data/vendor/local/manifest/glib-dev_2.26.0-2_win32.mft +570 -0
- data/vendor/local/manifest/glib_2.26.0-2_win32.mft +102 -0
- data/vendor/local/manifest/gtk+-dev_2.22.0-1_win32.mft +947 -0
- data/vendor/local/manifest/gtk+_2.22.0-1_win32.mft +225 -0
- data/vendor/local/manifest/libpng-dev_1.4.3-1_win32.mft +15 -0
- data/vendor/local/manifest/libpng_1.4.3-1_win32.mft +2 -0
- data/vendor/local/manifest/pango-dev_1.28.1-2_win32.mft +116 -0
- data/vendor/local/manifest/pango_1.28.1-2_win32.mft +8 -0
- data/vendor/local/manifest/zlib-dev_1.2.5-2_win32.mft +8 -0
- data/vendor/local/manifest/zlib_1.2.5-2_win32.mft +2 -0
- data/vendor/local/share/aclocal/glib-gettext.m4 +2 -2
- data/vendor/local/share/doc/{glib-2.24.2 → glib-2.26.0}/COPYING +0 -0
- data/vendor/local/share/doc/{glib-dev-2.24.2 → glib-dev-2.26.0}/COPYING +0 -0
- data/vendor/local/share/doc/{gtk+-2.20.1 → gtk+-2.22.0}/COPYING +0 -0
- data/vendor/local/share/doc/{gtk+-dev-2.20.1 → gtk+-dev-2.22.0}/COPYING +0 -0
- data/vendor/local/share/glib-2.0/gdb/glib.py +1 -4
- data/vendor/local/share/glib-2.0/gettext/po/Makefile.in.in +3 -1
- data/vendor/local/share/glib-2.0/schemas/gschema.dtd +60 -0
- data/vendor/local/share/gtk-2.0/demo/assistant.c +53 -2
- data/vendor/local/share/gtk-2.0/demo/colorsel.c +8 -5
- data/vendor/local/share/gtk-2.0/demo/drawingarea.c +51 -70
- data/vendor/local/share/gtk-2.0/demo/pixbufs.c +6 -11
- data/vendor/local/share/gtk-2.0/demo/textview.c +1 -29
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +52 -52
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +30 -28
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.html +8 -7
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.sgml +1 -0
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/libgail-util-main.html +8 -7
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/style.css +8 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/GdkPixbufLoader.html +60 -108
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/annotation-glossary.html +34 -5
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-12.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-14.html +8 -8
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-2.html +3 -35
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-4.html +9 -13
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-6.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-8.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-deprecated.html +7 -7
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-full.html +139 -131
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Module-Interface.html +115 -433
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Versioning.html +11 -48
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-animation.html +60 -77
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-creating.html +40 -73
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-csource.html +17 -17
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-file-loading.html +66 -83
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-file-saving.html +111 -117
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-from-drawables.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-rendering.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html +39 -191
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-inline.html +49 -55
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-query-loaders.html +31 -12
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-refcounting.html +19 -61
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-scaling.html +32 -203
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-util.html +28 -39
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf.devhelp +13 -52
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf.devhelp2 +22 -84
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/index.html +18 -47
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/index.sgml +8 -79
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/license.html +8 -8
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/rn01.html +17 -29
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/rn02.html +7 -7
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/style.css +8 -0
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplay.html +127 -95
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplayManager.html +15 -15
- data/vendor/local/share/gtk-doc/html/gdk/GdkScreen.html +192 -184
- data/vendor/local/share/gtk-doc/html/gdk/annotation-glossary.html +11 -5
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-16.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-2.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-20.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-22.html +224 -0
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-4.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-6.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-8.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-deprecated.html +383 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-full.html +179 -3
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Application-launching.html +20 -18
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html +117 -55
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cairo-Interaction.html +88 -26
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +94 -112
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cursors.html +52 -34
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +200 -111
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +337 -203
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Event-Structures.html +111 -111
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Events.html +74 -74
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Fonts.html +120 -120
- data/vendor/local/share/gtk-doc/html/gdk/gdk-GdkRGB.html +209 -139
- data/vendor/local/share/gtk-doc/html/gdk/gdk-General.html +93 -89
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +189 -39
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Images.html +375 -111
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input-Devices.html +240 -103
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input.html +26 -26
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +100 -93
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +51 -48
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pixbufs.html +26 -23
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +85 -50
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +128 -128
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Selections.html +40 -40
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Testing.html +21 -21
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Threads.html +136 -133
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Visuals.html +326 -147
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Windows.html +851 -404
- data/vendor/local/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +86 -71
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp +45 -0
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp2 +130 -85
- data/vendor/local/share/gtk-doc/html/gdk/index.html +5 -4
- data/vendor/local/share/gtk-doc/html/gdk/index.sgml +46 -0
- data/vendor/local/share/gtk-doc/html/gdk/multihead.html +21 -21
- data/vendor/local/share/gtk-doc/html/gdk/reference.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/style.css +8 -0
- data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +179 -166
- data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +276 -74
- data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +35 -35
- data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +114 -119
- data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +43 -47
- data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +67 -67
- data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +41 -41
- data/vendor/local/share/gtk-doc/html/gio/GConverter.html +70 -35
- data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +398 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +254 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +6211 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +1833 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +618 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +2050 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +1124 -0
- data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +373 -151
- data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +103 -107
- data/vendor/local/share/gtk-doc/html/gio/GDrive.html +158 -158
- data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +22 -22
- data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +19 -19
- data/vendor/local/share/gtk-doc/html/gio/GFile.html +935 -923
- data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +18 -13
- data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +71 -75
- data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +29 -29
- data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +18 -18
- data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +303 -275
- data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +27 -27
- data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +32 -32
- data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +29 -29
- data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +30 -30
- data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +31 -25
- data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +31 -25
- data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +27 -27
- data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +58 -58
- data/vendor/local/share/gtk-doc/html/gio/GIcon.html +38 -38
- data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +109 -109
- data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +26 -25
- data/vendor/local/share/gtk-doc/html/gio/GInitable.html +72 -72
- data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +120 -120
- data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +29 -29
- data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +24 -24
- data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +90 -59
- data/vendor/local/share/gtk-doc/html/gio/GMount.html +155 -155
- data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +76 -76
- data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +119 -39
- data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +100 -37
- data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +137 -131
- data/vendor/local/share/gtk-doc/html/gio/GPermission.html +560 -0
- data/vendor/local/share/gtk-doc/html/gio/GProxy.html +312 -0
- data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +348 -0
- data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +301 -0
- data/vendor/local/share/gtk-doc/html/gio/GResolver.html +116 -116
- data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +54 -54
- data/vendor/local/share/gtk-doc/html/gio/GSettings.html +2424 -0
- data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +609 -0
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +362 -148
- data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +107 -0
- data/vendor/local/share/gtk-doc/html/gio/GSocket.html +612 -326
- data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +36 -36
- data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +470 -108
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +131 -46
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +48 -259
- data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +27 -26
- data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +123 -119
- data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +24 -24
- data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +165 -0
- data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +36 -36
- data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +27 -27
- data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +298 -0
- data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +222 -0
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +65 -57
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +59 -51
- data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +38 -38
- data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +39 -39
- data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +246 -61
- data/vendor/local/share/gtk-doc/html/gio/GVfs.html +36 -36
- data/vendor/local/share/gtk-doc/html/gio/GVolume.html +113 -113
- data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +67 -71
- data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +90 -18
- data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +56 -14
- data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +65 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +8 -12
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +21 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +1598 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +18 -3
- data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +2412 -661
- data/vendor/local/share/gtk-doc/html/gio/async.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/ch01.html +50 -14
- data/vendor/local/share/gtk-doc/html/gio/ch02.html +14 -9
- data/vendor/local/share/gtk-doc/html/gio/ch03.html +122 -22
- data/vendor/local/share/gtk-doc/html/gio/{ch19.html → ch24.html} +8 -8
- data/vendor/local/share/gtk-doc/html/gio/{ch20.html → ch25.html} +19 -19
- data/vendor/local/share/gtk-doc/html/gio/{ch20s02.html → ch25s02.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch20s03.html → ch25s03.html} +12 -12
- data/vendor/local/share/gtk-doc/html/gio/ch26.html +57 -0
- data/vendor/local/share/gtk-doc/html/gio/ch26s02.html +59 -0
- data/vendor/local/share/gtk-doc/html/gio/ch26s03.html +159 -0
- data/vendor/local/share/gtk-doc/html/gio/ch26s04.html +46 -0
- data/vendor/local/share/gtk-doc/html/gio/ch26s05.html +48 -0
- data/vendor/local/share/gtk-doc/html/gio/ch26s06.html +277 -0
- data/vendor/local/share/gtk-doc/html/gio/ch26s07.html +95 -0
- data/vendor/local/share/gtk-doc/html/gio/ch27.html +70 -0
- data/vendor/local/share/gtk-doc/html/gio/ch27s02.html +130 -0
- data/vendor/local/share/gtk-doc/html/gio/ch27s03.html +202 -0
- data/vendor/local/share/gtk-doc/html/gio/ch27s04.html +96 -0
- data/vendor/local/share/gtk-doc/html/gio/ch27s05.html +823 -0
- data/vendor/local/share/gtk-doc/html/gio/ch27s06.html +828 -0
- data/vendor/local/share/gtk-doc/html/gio/conversion.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +33 -20
- data/vendor/local/share/gtk-doc/html/gio/extending.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/file_mon.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/file_ops.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +41 -0
- data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +59 -0
- data/vendor/local/share/gtk-doc/html/gio/gdbus.html +243 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +316 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +1117 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +216 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +35 -35
- data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +58 -50
- data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +98 -88
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +15 -19
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +15 -19
- data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +908 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +37 -31
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +97 -16
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +50 -50
- data/vendor/local/share/gtk-doc/html/gio/gio-GSrvTarget.html +38 -38
- data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +736 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +113 -122
- data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +666 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +26 -10
- data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +53 -0
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp +569 -68
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +692 -70
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +102 -0
- data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +11 -5
- data/vendor/local/share/gtk-doc/html/gio/icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/index.html +137 -20
- data/vendor/local/share/gtk-doc/html/gio/index.sgml +814 -96
- data/vendor/local/share/gtk-doc/html/gio/migrating.html +32 -12
- data/vendor/local/share/gtk-doc/html/gio/networking.html +19 -7
- data/vendor/local/share/gtk-doc/html/gio/permissions.html +39 -0
- data/vendor/local/share/gtk-doc/html/gio/pt01.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/pt02.html +112 -15
- data/vendor/local/share/gtk-doc/html/gio/resolver.html +8 -5
- data/vendor/local/share/gtk-doc/html/gio/settings.html +38 -0
- data/vendor/local/share/gtk-doc/html/gio/streaming.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/style.css +8 -0
- data/vendor/local/share/gtk-doc/html/gio/tools.html +44 -0
- data/vendor/local/share/gtk-doc/html/gio/types.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/utils.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +77 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +3 -7
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +5 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +359 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +10 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +8 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +82 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +393 -14
- data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +52 -52
- data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +51 -51
- data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +75 -74
- data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +59 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +35 -35
- data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +19 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +37 -37
- data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +87 -85
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +39 -39
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +69 -69
- data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +21 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +130 -223
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +114 -108
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +25 -25
- data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +20 -20
- data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +87 -84
- data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +61 -61
- data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +96 -96
- data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +30 -30
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +33 -30
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +98 -56
- data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +2201 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +239 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +736 -256
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +140 -91
- data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +15 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +59 -59
- data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +65 -65
- data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +11 -11
- data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +91 -28
- data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +72 -72
- data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +257 -73
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +27 -27
- data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +50 -50
- data/vendor/local/share/gtk-doc/html/glib/glib-Limits-of-Basic-Types.html +37 -37
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +70 -66
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocators.html +14 -14
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Chunks.html +44 -44
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +20 -20
- data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +108 -63
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +151 -91
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +132 -103
- data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +83 -81
- data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +34 -44
- data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +442 -345
- data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +40 -40
- data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +19 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +35 -35
- data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +72 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +46 -46
- data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +15 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +35 -36
- data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +130 -129
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +21 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +30 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +21 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +245 -232
- data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +104 -103
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +171 -85
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +422 -323
- data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +24 -24
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +135 -135
- data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +18 -18
- data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +11 -11
- data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +13 -13
- data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +103 -17
- data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +189 -97
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +119 -16
- data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +24 -24
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +32 -32
- data/vendor/local/share/gtk-doc/html/glib/glib-building.html +53 -25
- data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +7 -7
- data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-core.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +19 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +11 -11
- data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +94 -272
- data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +9 -9
- data/vendor/local/share/gtk-doc/html/glib/glib-running.html +43 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +10 -4
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp +131 -32
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +174 -59
- data/vendor/local/share/gtk-doc/html/glib/glib.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +11 -11
- data/vendor/local/share/gtk-doc/html/glib/gtester.html +11 -11
- data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +190 -73
- data/vendor/local/share/gtk-doc/html/glib/index.html +13 -5
- data/vendor/local/share/gtk-doc/html/glib/index.sgml +133 -4
- data/vendor/local/share/gtk-doc/html/glib/style.css +8 -0
- data/vendor/local/share/gtk-doc/html/glib/tools.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +803 -0
- data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +21 -21
- data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +19 -19
- data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +47 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +6 -5
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +201 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +148 -4
- data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/ch06s03.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +14 -14
- data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +28 -22
- data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +29 -17
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +45 -34
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +130 -73
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +43 -43
- data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +83 -73
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +35 -35
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +71 -71
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +558 -245
- data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +358 -92
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +391 -158
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +47 -44
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +42 -12
- data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +10 -10
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp +48 -9
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +53 -9
- data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +9 -9
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/index.html +15 -10
- data/vendor/local/share/gtk-doc/html/gobject/index.sgml +53 -1
- data/vendor/local/share/gtk-doc/html/gobject/pr01.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/pt01.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/pt02.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/pt03.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/rn01.html +7 -4
- data/vendor/local/share/gtk-doc/html/gobject/rn02.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/signal.html +11 -11
- data/vendor/local/share/gtk-doc/html/gobject/style.css +8 -0
- data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/AbstractObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Actions.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Builder.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/ButtonWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DeprecatedObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DisplayWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/GtkAboutDialog.html +150 -141
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccelLabel.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccessible.html +58 -4
- data/vendor/local/share/gtk-doc/html/gtk/GtkAction.html +147 -149
- data/vendor/local/share/gtk-doc/html/gtk/GtkActionGroup.html +125 -124
- data/vendor/local/share/gtk-doc/html/gtk/GtkActivatable.html +79 -78
- data/vendor/local/share/gtk-doc/html/gtk/GtkAdjustment.html +79 -79
- data/vendor/local/share/gtk-doc/html/gtk/GtkAlignment.html +77 -75
- data/vendor/local/share/gtk-doc/html/gtk/GtkArrow.html +12 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkAspectFrame.html +45 -45
- data/vendor/local/share/gtk-doc/html/gtk/GtkAssistant.html +110 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkBin.html +11 -26
- data/vendor/local/share/gtk-doc/html/gtk/GtkBox.html +90 -80
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-gtkbuildable.html → GtkBuildable.html} +137 -125
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuilder.html +157 -150
- data/vendor/local/share/gtk-doc/html/gtk/GtkButton.html +96 -70
- data/vendor/local/share/gtk-doc/html/gtk/GtkButtonBox.html +42 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkCList.html +283 -282
- data/vendor/local/share/gtk-doc/html/gtk/GtkCTree.html +234 -222
- data/vendor/local/share/gtk-doc/html/gtk/GtkCalendar.html +148 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellEditable.html +21 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellLayout.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRenderer.html +117 -106
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererAccel.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererCombo.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererProgress.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpin.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpinner.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererText.html +77 -77
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererToggle.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellView.html +29 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkCheckButton.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorButton.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelection.html +57 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk/GtkCombo.html +48 -48
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBox.html +102 -101
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxEntry.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkContainer.html +119 -106
- data/vendor/local/share/gtk-doc/html/gtk/GtkCurve.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkDialog.html +110 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkDrawingArea.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkEditable.html +70 -67
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntry.html +348 -265
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryBuffer.html +81 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryCompletion.html +105 -104
- data/vendor/local/share/gtk-doc/html/gtk/GtkEventBox.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkExpander.html +131 -62
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooser.html +259 -252
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserButton.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserDialog.html +30 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserWidget.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileSelection.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtk/GtkFixed.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontButton.html +60 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelection.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +51 -23
- data/vendor/local/share/gtk-doc/html/gtk/GtkFrame.html +42 -39
- data/vendor/local/share/gtk-doc/html/gtk/GtkGammaCurve.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/GtkHBox.html +18 -26
- data/vendor/local/share/gtk-doc/html/gtk/GtkHButtonBox.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/GtkHPaned.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/GtkHRuler.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSV.html +50 -50
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScale.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScrollbar.html +9 -8
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSeparator.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/GtkHandleBox.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContext.html +67 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContextSimple.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMMulticontext.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconTheme.html +131 -126
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconView.html +370 -207
- data/vendor/local/share/gtk-doc/html/gtk/GtkImage.html +131 -98
- data/vendor/local/share/gtk-doc/html/gtk/GtkImageMenuItem.html +37 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkInfoBar.html +45 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkInputDialog.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk/GtkInvisible.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/GtkItem.html +24 -9
- data/vendor/local/share/gtk-doc/html/gtk/GtkItemFactory.html +121 -114
- data/vendor/local/share/gtk-doc/html/gtk/GtkLabel.html +172 -168
- data/vendor/local/share/gtk-doc/html/gtk/GtkLayout.html +44 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkLinkButton.html +43 -39
- data/vendor/local/share/gtk-doc/html/gtk/GtkList.html +41 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkListItem.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkListStore.html +108 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenu.html +131 -124
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuBar.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuItem.html +72 -70
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuShell.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuToolButton.html +27 -23
- data/vendor/local/share/gtk-doc/html/gtk/GtkMessageDialog.html +118 -55
- data/vendor/local/share/gtk-doc/html/gtk/GtkMisc.html +42 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkNotebook.html +303 -231
- data/vendor/local/share/gtk-doc/html/gtk/GtkObject.html +133 -125
- data/vendor/local/share/gtk-doc/html/gtk/GtkOffscreenWindow.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk/GtkOldEditable.html +41 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkOptionMenu.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetup.html +89 -82
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +12 -10
- data/vendor/local/share/gtk-doc/html/gtk/GtkPaned.html +55 -55
- data/vendor/local/share/gtk-doc/html/gtk/GtkPixmap.html +12 -11
- data/vendor/local/share/gtk-doc/html/gtk/GtkPlug.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkPreview.html +48 -48
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintContext.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintJob.html +43 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintSettings.html +223 -215
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +53 -50
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrinter.html +100 -100
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgress.html +50 -50
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgressBar.html +58 -55
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioAction.html +37 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioButton.html +46 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioMenuItem.html +35 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioToolButton.html +22 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkRange.html +130 -101
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentAction.html +42 -37
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooser.html +122 -117
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +28 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentFilter.html +40 -40
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentManager.html +191 -162
- data/vendor/local/share/gtk-doc/html/gtk/GtkRuler.html +37 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkScale.html +48 -45
- data/vendor/local/share/gtk-doc/html/gtk/GtkScaleButton.html +34 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrolledWindow.html +27 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparator.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk/GtkSettings.html +216 -215
- data/vendor/local/share/gtk-doc/html/gtk/GtkSizeGroup.html +24 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkSocket.html +35 -48
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinButton.html +110 -105
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinner.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusIcon.html +183 -163
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusbar.html +65 -37
- data/vendor/local/share/gtk-doc/html/gtk/GtkStyle.html +613 -542
- data/vendor/local/share/gtk-doc/html/gtk/GtkTable.html +126 -92
- data/vendor/local/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/GtkText.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextBuffer.html +254 -243
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextMark.html +35 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTag.html +137 -136
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTagTable.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextView.html +392 -231
- data/vendor/local/share/gtk-doc/html/gtk/GtkTipsQuery.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleAction.html +32 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleButton.html +51 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleToolButton.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolButton.html +73 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItem.html +79 -77
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItemGroup.html +51 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolPalette.html +59 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolShell.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolbar.html +147 -135
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltip.html +44 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltips.html +37 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkTree.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeItem.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModel.html +219 -173
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelFilter.html +62 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelSort.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSelection.html +51 -48
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSortable.html +41 -37
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeStore.html +111 -91
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeView.html +545 -481
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeViewColumn.html +188 -182
- data/vendor/local/share/gtk-doc/html/gtk/GtkUIManager.html +102 -101
- data/vendor/local/share/gtk-doc/html/gtk/GtkVBox.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk/GtkVButtonBox.html +20 -39
- data/vendor/local/share/gtk-doc/html/gtk/GtkVPaned.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/GtkVRuler.html +12 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScale.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScrollbar.html +9 -8
- data/vendor/local/share/gtk-doc/html/gtk/GtkVSeparator.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/GtkViewport.html +36 -11
- data/vendor/local/share/gtk-doc/html/gtk/GtkVolumeButton.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/GtkWidget.html +980 -810
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindow.html +407 -346
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindowGroup.html +31 -8
- data/vendor/local/share/gtk-doc/html/gtk/LayoutContainers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/MenusAndCombos.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/MiscObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/NumericEntry.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Ornaments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/PlugSocket.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Printing.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/RecentDocuments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ScrollingWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SelectorWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SpecialObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/TextWidget.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk/TextWidgetObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidget.html +49 -49
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidgetObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/WindowWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/annotation-glossary.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-12.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-14.html +3 -19
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-16.html +7 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-18.html +11 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-2.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-20.html +21 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-22.html +181 -0
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-4.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-6.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-8.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-deprecated.html +123 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-full.html +151 -15
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-quit.png → application-exit.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/ch01.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk/ch02.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/chap-drawing-model.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/checklist-gdkeventexpose-region.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/checklist-modifiers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/checklist-named-icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/decorating-the-assistant-pages.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-dialog-error.png → dialog-error.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-dialog-info.png → dialog-information.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-dialog-authentication.png → dialog-password.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-dialog-question.png → dialog-question.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-dialog-warning.png → dialog-warning.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-file.png → document-new.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-open.png → document-open.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-print-preview.png → document-print-preview.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-print.png → document-print.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-properties.png → document-properties.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-revert-to-saved-ltr.png → document-revert-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-revert-to-saved-rtl.png → document-revert-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-save-as.png → document-save-as.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-floppy.png → document-save.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-new.png → document-x-generic.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-harddisk.png → drive-harddisk.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-clear.png → edit-clear.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-copy.png → edit-copy.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-cut.png → edit-cut.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-delete.png → edit-delete.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-find-and-replace.png → edit-find-replace.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-find.png → edit-find.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-paste.png → edit-paste.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-redo-ltr.png → edit-redo-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-redo-rtl.png → edit-redo-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-select-all.png → edit-select-all.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-undo-ltr.png → edit-undo-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-undo-rtl.png → edit-undo-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-directory.png → folder.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-unindent-ltr.png → format-indent-less-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-unindent-rtl.png → format-indent-less-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-indent-ltr.png → format-indent-more-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-indent-rtl.png → format-indent-more-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-justify-center.png → format-justify-center.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-justify-fill.png → format-justify-fill.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-justify-left.png → format-justify-left.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-justify-right.png → format-justify-right.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-bold.png → format-text-bold.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-italic.png → format-text-italic.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-strikethrough.png → format-text-strikethrough.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-underline.png → format-text-underline.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-goto-bottom.png → go-bottom.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-go-down.png → go-down.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-goto-first-ltr.png → go-first-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-goto-first-rtl.png → go-first-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-home.png → go-home.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-jump-to-ltr.png → go-jump-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-jump-to-rtl.png → go-jump-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-goto-last-ltr.png → go-last-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-goto-last-rtl.png → go-last-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-go-back-rtl.png → go-next-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-go-back-ltr.png → go-next-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-go-forward-rtl.png → go-previous-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-go-forward-ltr.png → go-previous-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-goto-top.png → go-top.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-go-up.png → go-up.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Accelerator-Maps.html +58 -58
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Bindings.html +61 -60
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Clipboards.html +125 -123
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +124 -89
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html +31 -28
- data/vendor/local/share/gtk-doc/html/gtk/gtk-General.html +190 -184
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkPaperSize.html +75 -73
- data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTextIter.html +335 -317
- data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +194 -184
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +111 -103
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Orientable.html +11 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Resource-Files.html +95 -92
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Selections.html +155 -153
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Signals.html +106 -106
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Stock-Items.html +129 -128
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Testing.html +57 -58
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +109 -96
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Types.html +40 -40
- data/vendor/local/share/gtk-doc/html/gtk/gtk-builder-convert.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/gtk-building.html +8 -27
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-1-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-2-0.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/gtk-compiling.html +12 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-directfb.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkcheckmenuitem.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +35 -34
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-ClientSideWindows.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAboutDialog.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAction.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAssistant.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkBuilder.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkColorButton.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkComboBox.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkFileChooser.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkIconView.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkLinkButton.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkRecentChooser.html +66 -66
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-checklist.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-entry-icons.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-label-links.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-tooltips.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/gtk-osx.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-page-setup.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/gtk-query-immodules-2.0.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/gtk-question-index.html +116 -116
- data/vendor/local/share/gtk-doc/html/gtk/gtk-resources.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/gtk-running.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-update-icon-cache.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/gtk-windows.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-x11.html +5 -37
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp +76 -41
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp2 +102 -67
- data/vendor/local/share/gtk-doc/html/gtk/gtk.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkbase.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-extra-widgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-preview.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-new-features.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-selection-modes.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtkobjects.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-advanced.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-chooser.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-about.png → help-about.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-help.png → help-contents.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-missing-image.png → image-missing.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/index.html +6 -5
- data/vendor/local/share/gtk-doc/html/gtk/index.sgml +58 -20
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-add.png → list-add.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-remove.png → list-remove.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-save.png → media-floppy.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-cdrom.png → media-optical.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-media-pause.png → media-playback-pause.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-media-play-ltr.png → media-playback-start-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-media-play-rtl.png → media-playback-start-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-media-stop.png → media-playback-stop.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-media-record.png → media-record.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-media-forward-rtl.png → media-seek-backward-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-media-forward-ltr.png → media-seek-backward-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-media-rewind-rtl.png → media-seek-forward-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-media-rewind-ltr.png → media-seek-forward-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-media-next-rtl.png → media-skip-backward-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-media-next-ltr.png → media-skip-backward-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-media-previous-rtl.png → media-skip-forward-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-media-previous-ltr.png → media-skip-forward-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/migrating-GtkCombo.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk/migrating-gnomeuiinfo.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/migrating.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-network.png → network-idle.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/new-features-GtkComboBox.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-print-error.png → printer-error.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-print-report.png → printer-info.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-print-paused.png → printer-paused.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-print-warning.png → printer-warning.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-stop.png → process-stop.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/pt05.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/setting-the-page-flow.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/style.css +8 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-execute.png → system-run.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-spell-check.png → tools-check-spelling.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/ui-manager.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-fullscreen.png → view-fullscreen.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-refresh.png → view-refresh.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-leave-fullscreen.png → view-restore.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-sort-ascending.png → view-sort-ascending.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-sort-descending.png → view-sort-descending.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-close.png → window-close.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-zoom-fit.png → zoom-fit-best.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-zoom-in.png → zoom-in.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-zoom-100.png → zoom-original.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-zoom-out.png → zoom-out.png} +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/am/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/am/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/am/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ang/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ang/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ang/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/az_IR/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/az_IR/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/be@latin/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/be@latin/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/be@latin/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/be@latin/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/br/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/br/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/br/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/crh/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/crh/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/crh/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/cy/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/cy/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cy/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/cy/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ia/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ia/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ia/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/io/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/io/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/io/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ka/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ka/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ka/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ka/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ku/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ku/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ku/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ku/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/li/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/li/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/li/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/mg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/mi/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/mi/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/mn/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/mn/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mn/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/mn/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/my/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/my/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/my/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/nds/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/nds/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nds/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/nds/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ne/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ne/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ne/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ne/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/nso/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/nso/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/nso/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ps/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ps/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ps/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ps/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/rw/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/rw/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/rw/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/si/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/si/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/si/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/si/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sr@ije/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sr@ije/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@ije/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/sr@ije/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/tk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/tk/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/tk/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/tl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/tt/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/tt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tt/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/tt/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ur/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ur/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/uz/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/uz/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/uz/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/wa/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/wa/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/wa/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/wa/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/xh/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/xh/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/xh/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/xh/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/man/man1/gdk-pixbuf-csource.1 +147 -0
- data/vendor/local/share/man/man1/gdk-pixbuf-query-loaders.1 +77 -0
- data/vendor/local/share/man/man1/glib-genmarshal.1 +9 -4
- data/vendor/local/share/man/man1/glib-mkenums.1 +17 -5
- data/vendor/local/share/man/man1/gobject-query.1 +4 -4
- data/vendor/local/src/tml/packaging/atk_1.32.0-1_win32.log +730 -0
- data/vendor/local/src/tml/packaging/{atk_1.30.0-2_win32.sh → atk_1.32.0-1_win32.sh} +8 -6
- data/vendor/local/src/tml/packaging/gdk-pixbuf_2.22.0-1_win32.log +934 -0
- data/vendor/local/src/tml/packaging/gdk-pixbuf_2.22.0-1_win32.sh +97 -0
- data/vendor/local/src/tml/packaging/{glib_2.24.2-2_win32.log → glib_2.26.0-2_win32.log} +1102 -837
- data/vendor/local/src/tml/packaging/glib_2.26.0-2_win32.sh +64 -0
- data/vendor/local/src/tml/packaging/gtk+_2.22.0-1_win32.log +5041 -0
- data/vendor/local/src/tml/packaging/gtk+_2.22.0-1_win32.sh +84 -0
- metadata +372 -154
- data/vendor/local/bin/pkg-config.exe +0 -0
- data/vendor/local/gtk+-bundle_2.20.1-20100912_win32.README.txt +0 -29
- data/vendor/local/manifest/gtk+-bundle_2.20.1-20100912_win32.mft +0 -2719
- data/vendor/local/share/aclocal/pkg.m4 +0 -155
- data/vendor/local/share/doc/gtk+-bundle_2.20.1-20100912_win32/components.lst +0 -24
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/apa.html +0 -66
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/apas02.html +0 -140
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/apas03.html +0 -174
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-from-drawables.html +0 -187
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-init.html +0 -132
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-rendering.html +0 -422
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-rgb.html +0 -923
- data/vendor/local/share/gtk-doc/html/gtk/gtk-info.png +0 -0
- data/vendor/local/src/tml/packaging/atk_1.30.0-2_win32.log +0 -739
- data/vendor/local/src/tml/packaging/glib_2.24.2-2_win32.sh +0 -290
- data/vendor/local/src/tml/packaging/gtk+_2.20.1-3_win32.log +0 -5862
- data/vendor/local/src/tml/packaging/gtk+_2.20.1-3_win32.sh +0 -1736
- data/vendor/local/src/tml/packaging/pkg-config_0.23-3_win32.log +0 -215
- data/vendor/local/src/tml/packaging/pkg-config_0.23-3_win32.sh +0 -278
| @@ -3,12 +3,12 @@ | |
| 3 3 | 
             
            <head>
         | 
| 4 4 | 
             
            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
         | 
| 5 5 | 
             
            <title>GtkWindow</title>
         | 
| 6 | 
            -
            <meta name="generator" content="DocBook XSL Stylesheets V1. | 
| 6 | 
            +
            <meta name="generator" content="DocBook XSL Stylesheets V1.76.0">
         | 
| 7 7 | 
             
            <link rel="home" href="index.html" title="GTK+ Reference Manual">
         | 
| 8 8 | 
             
            <link rel="up" href="WindowWidgets.html" title="Windows">
         | 
| 9 9 | 
             
            <link rel="prev" href="GtkMessageDialog.html" title="GtkMessageDialog">
         | 
| 10 10 | 
             
            <link rel="next" href="GtkWindowGroup.html" title="GtkWindowGroup">
         | 
| 11 | 
            -
            <meta name="generator" content="GTK-Doc V1. | 
| 11 | 
            +
            <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
         | 
| 12 12 | 
             
            <link rel="stylesheet" href="style.css" type="text/css">
         | 
| 13 13 | 
             
            </head>
         | 
| 14 14 | 
             
            <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
         | 
| @@ -51,29 +51,29 @@ | |
| 51 51 | 
             
                                <a class="link" href="GtkWindow.html#GtkWindow-struct" title="GtkWindow">GtkWindow</a>;
         | 
| 52 52 | 
             
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>*          <a class="link" href="GtkWindow.html#gtk-window-new" title="gtk_window_new ()">gtk_window_new</a>                      (<em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkWindowType" title="enum GtkWindowType"><span class="type">GtkWindowType</span></a> type</code></em>);
         | 
| 53 53 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-set-title" title="gtk_window_set_title ()">gtk_window_set_title</a>                (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 54 | 
            -
                                                                     <em class="parameter"><code>const <a href="/ | 
| 54 | 
            +
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *title</code></em>);
         | 
| 55 55 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-set-wmclass" title="gtk_window_set_wmclass ()">gtk_window_set_wmclass</a>              (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 56 | 
            -
                                                                     <em class="parameter"><code>const <a href="/ | 
| 57 | 
            -
                                                                     <em class="parameter"><code>const <a href="/ | 
| 56 | 
            +
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *wmclass_name</code></em>,
         | 
| 57 | 
            +
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *wmclass_class</code></em>);
         | 
| 58 58 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-set-policy" title="gtk_window_set_policy ()">gtk_window_set_policy</a>               (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 59 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 60 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 61 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 59 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> allow_shrink</code></em>,
         | 
| 60 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> allow_grow</code></em>,
         | 
| 61 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> auto_shrink</code></em>);
         | 
| 62 62 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-set-resizable" title="gtk_window_set_resizable ()">gtk_window_set_resizable</a>            (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 63 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 64 | 
            -
            <a href="/ | 
| 63 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> resizable</code></em>);
         | 
| 64 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkWindow.html#gtk-window-get-resizable" title="gtk_window_get_resizable ()">gtk_window_get_resizable</a>            (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
         | 
| 65 65 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-add-accel-group" title="gtk_window_add_accel_group ()">gtk_window_add_accel_group</a>          (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 66 66 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gtk-Keyboard-Accelerators.html#GtkAccelGroup"><span class="type">GtkAccelGroup</span></a> *accel_group</code></em>);
         | 
| 67 67 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-remove-accel-group" title="gtk_window_remove_accel_group ()">gtk_window_remove_accel_group</a>       (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 68 68 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gtk-Keyboard-Accelerators.html#GtkAccelGroup"><span class="type">GtkAccelGroup</span></a> *accel_group</code></em>);
         | 
| 69 69 | 
             
            #define             <a class="link" href="GtkWindow.html#gtk-window-position" title="gtk_window_position">gtk_window_position</a>
         | 
| 70 | 
            -
            <a href="/ | 
| 71 | 
            -
            <a href="/ | 
| 70 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkWindow.html#gtk-window-activate-focus" title="gtk_window_activate_focus ()">gtk_window_activate_focus</a>           (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
         | 
| 71 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkWindow.html#gtk-window-activate-default" title="gtk_window_activate_default ()">gtk_window_activate_default</a>         (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
         | 
| 72 72 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-set-modal" title="gtk_window_set_modal ()">gtk_window_set_modal</a>                (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 73 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 73 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> modal</code></em>);
         | 
| 74 74 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-set-default-size" title="gtk_window_set_default_size ()">gtk_window_set_default_size</a>         (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 75 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 76 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 75 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
         | 
| 76 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);
         | 
| 77 77 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-set-geometry-hints" title="gtk_window_set_geometry_hints ()">gtk_window_set_geometry_hints</a>       (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 78 78 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *geometry_widget</code></em>,
         | 
| 79 79 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkGeometry"><span class="type">GdkGeometry</span></a> *geometry</code></em>,
         | 
| @@ -86,25 +86,25 @@ | |
| 86 86 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-set-transient-for" title="gtk_window_set_transient_for ()">gtk_window_set_transient_for</a>        (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 87 87 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *parent</code></em>);
         | 
| 88 88 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-set-destroy-with-parent" title="gtk_window_set_destroy_with_parent ()">gtk_window_set_destroy_with_parent</a>  (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 89 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 89 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);
         | 
| 90 90 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-set-screen" title="gtk_window_set_screen ()">gtk_window_set_screen</a>               (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 91 91 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/GdkScreen.html"><span class="type">GdkScreen</span></a> *screen</code></em>);
         | 
| 92 92 | 
             
            <a href="http://library.gnome.org/devel/gdk/unstable/GdkScreen.html"><span class="returnvalue">GdkScreen</span></a>*          <a class="link" href="GtkWindow.html#gtk-window-get-screen" title="gtk_window_get_screen ()">gtk_window_get_screen</a>               (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
         | 
| 93 | 
            -
            <a href="/ | 
| 94 | 
            -
            <a href="/ | 
| 95 | 
            -
            <a href="/ | 
| 93 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkWindow.html#gtk-window-is-active" title="gtk_window_is_active ()">gtk_window_is_active</a>                (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
         | 
| 94 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkWindow.html#gtk-window-has-toplevel-focus" title="gtk_window_has_toplevel_focus ()">gtk_window_has_toplevel_focus</a>       (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
         | 
| 95 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a>*              <a class="link" href="GtkWindow.html#gtk-window-list-toplevels" title="gtk_window_list_toplevels ()">gtk_window_list_toplevels</a>           (<em class="parameter"><code><span class="type">void</span></code></em>);
         | 
| 96 96 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-add-mnemonic" title="gtk_window_add_mnemonic ()">gtk_window_add_mnemonic</a>             (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 97 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 97 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> keyval</code></em>,
         | 
| 98 98 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *target</code></em>);
         | 
| 99 99 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-remove-mnemonic" title="gtk_window_remove_mnemonic ()">gtk_window_remove_mnemonic</a>          (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 100 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 100 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> keyval</code></em>,
         | 
| 101 101 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *target</code></em>);
         | 
| 102 | 
            -
            <a href="/ | 
| 103 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 102 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkWindow.html#gtk-window-mnemonic-activate" title="gtk_window_mnemonic_activate ()">gtk_window_mnemonic_activate</a>        (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 103 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> keyval</code></em>,
         | 
| 104 104 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> modifier</code></em>);
         | 
| 105 | 
            -
            <a href="/ | 
| 105 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkWindow.html#gtk-window-activate-key" title="gtk_window_activate_key ()">gtk_window_activate_key</a>             (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 106 106 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a> *event</code></em>);
         | 
| 107 | 
            -
            <a href="/ | 
| 107 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkWindow.html#gtk-window-propagate-key-event" title="gtk_window_propagate_key_event ()">gtk_window_propagate_key_event</a>      (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 108 108 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a> *event</code></em>);
         | 
| 109 109 | 
             
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkWindow.html#gtk-window-get-focus" title="gtk_window_get_focus ()">gtk_window_get_focus</a>                (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
         | 
| 110 110 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-set-focus" title="gtk_window_set_focus ()">gtk_window_set_focus</a>                (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| @@ -114,7 +114,7 @@ | |
| 114 114 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *default_widget</code></em>);
         | 
| 115 115 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-present" title="gtk_window_present ()">gtk_window_present</a>                  (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
         | 
| 116 116 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-present-with-time" title="gtk_window_present_with_time ()">gtk_window_present_with_time</a>        (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 117 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 117 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> timestamp</code></em>);
         | 
| 118 118 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-iconify" title="gtk_window_iconify ()">gtk_window_iconify</a>                  (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
         | 
| 119 119 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-deiconify" title="gtk_window_deiconify ()">gtk_window_deiconify</a>                (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
         | 
| 120 120 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-stick" title="gtk_window_stick ()">gtk_window_stick</a>                    (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
         | 
| @@ -124,124 +124,125 @@ | |
| 124 124 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-fullscreen" title="gtk_window_fullscreen ()">gtk_window_fullscreen</a>               (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
         | 
| 125 125 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-unfullscreen" title="gtk_window_unfullscreen ()">gtk_window_unfullscreen</a>             (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
         | 
| 126 126 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-set-keep-above" title="gtk_window_set_keep_above ()">gtk_window_set_keep_above</a>           (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 127 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 127 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);
         | 
| 128 128 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-set-keep-below" title="gtk_window_set_keep_below ()">gtk_window_set_keep_below</a>           (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 129 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 129 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);
         | 
| 130 130 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-begin-resize-drag" title="gtk_window_begin_resize_drag ()">gtk_window_begin_resize_drag</a>        (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 131 131 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindowEdge"><span class="type">GdkWindowEdge</span></a> edge</code></em>,
         | 
| 132 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 133 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 134 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 135 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 132 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> button</code></em>,
         | 
| 133 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> root_x</code></em>,
         | 
| 134 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> root_y</code></em>,
         | 
| 135 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> timestamp</code></em>);
         | 
| 136 136 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-begin-move-drag" title="gtk_window_begin_move_drag ()">gtk_window_begin_move_drag</a>          (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 137 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 138 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 139 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 140 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 137 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> button</code></em>,
         | 
| 138 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> root_x</code></em>,
         | 
| 139 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> root_y</code></em>,
         | 
| 140 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> timestamp</code></em>);
         | 
| 141 141 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-set-decorated" title="gtk_window_set_decorated ()">gtk_window_set_decorated</a>            (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 142 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 142 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);
         | 
| 143 143 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-set-deletable" title="gtk_window_set_deletable ()">gtk_window_set_deletable</a>            (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 144 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 144 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);
         | 
| 145 145 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-set-frame-dimensions" title="gtk_window_set_frame_dimensions ()">gtk_window_set_frame_dimensions</a>     (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 146 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 147 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 148 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 149 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 146 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> left</code></em>,
         | 
| 147 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> top</code></em>,
         | 
| 148 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> right</code></em>,
         | 
| 149 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> bottom</code></em>);
         | 
| 150 150 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-set-has-frame" title="gtk_window_set_has_frame ()">gtk_window_set_has_frame</a>            (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 151 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 151 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);
         | 
| 152 152 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-set-mnemonic-modifier" title="gtk_window_set_mnemonic_modifier ()">gtk_window_set_mnemonic_modifier</a>    (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 153 153 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> modifier</code></em>);
         | 
| 154 154 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-set-type-hint" title="gtk_window_set_type_hint ()">gtk_window_set_type_hint</a>            (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 155 155 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindowTypeHint"><span class="type">GdkWindowTypeHint</span></a> hint</code></em>);
         | 
| 156 156 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-set-skip-taskbar-hint" title="gtk_window_set_skip_taskbar_hint ()">gtk_window_set_skip_taskbar_hint</a>    (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 157 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 157 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);
         | 
| 158 158 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-set-skip-pager-hint" title="gtk_window_set_skip_pager_hint ()">gtk_window_set_skip_pager_hint</a>      (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 159 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 159 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);
         | 
| 160 160 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-set-urgency-hint" title="gtk_window_set_urgency_hint ()">gtk_window_set_urgency_hint</a>         (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 161 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 161 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);
         | 
| 162 162 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-set-accept-focus" title="gtk_window_set_accept_focus ()">gtk_window_set_accept_focus</a>         (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 163 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 163 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);
         | 
| 164 164 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-set-focus-on-map" title="gtk_window_set_focus_on_map ()">gtk_window_set_focus_on_map</a>         (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 165 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 165 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);
         | 
| 166 166 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-set-startup-id" title="gtk_window_set_startup_id ()">gtk_window_set_startup_id</a>           (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 167 | 
            -
                                                                     <em class="parameter"><code>const <a href="/ | 
| 167 | 
            +
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *startup_id</code></em>);
         | 
| 168 168 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-set-role" title="gtk_window_set_role ()">gtk_window_set_role</a>                 (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 169 | 
            -
                                                                     <em class="parameter"><code>const <a href="/ | 
| 170 | 
            -
            <a href="/ | 
| 171 | 
            -
            <a href="/ | 
| 172 | 
            -
            <a href="/ | 
| 173 | 
            -
            <a href="/ | 
| 169 | 
            +
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *role</code></em>);
         | 
| 170 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkWindow.html#gtk-window-get-decorated" title="gtk_window_get_decorated ()">gtk_window_get_decorated</a>            (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
         | 
| 171 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkWindow.html#gtk-window-get-deletable" title="gtk_window_get_deletable ()">gtk_window_get_deletable</a>            (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
         | 
| 172 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a>*              <a class="link" href="GtkWindow.html#gtk-window-get-default-icon-list" title="gtk_window_get_default_icon_list ()">gtk_window_get_default_icon_list</a>    (<em class="parameter"><code><span class="type">void</span></code></em>);
         | 
| 173 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="GtkWindow.html#gtk-window-get-default-icon-name" title="gtk_window_get_default_icon_name ()">gtk_window_get_default_icon_name</a>    (<em class="parameter"><code><span class="type">void</span></code></em>);
         | 
| 174 174 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-get-default-size" title="gtk_window_get_default_size ()">gtk_window_get_default_size</a>         (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 175 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 176 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 177 | 
            -
            <a href="/ | 
| 175 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *width</code></em>,
         | 
| 176 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *height</code></em>);
         | 
| 177 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkWindow.html#gtk-window-get-destroy-with-parent" title="gtk_window_get_destroy_with_parent ()">gtk_window_get_destroy_with_parent</a>  (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
         | 
| 178 178 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-get-frame-dimensions" title="gtk_window_get_frame_dimensions ()">gtk_window_get_frame_dimensions</a>     (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 179 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 180 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 181 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 182 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 183 | 
            -
            <a href="/ | 
| 179 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *left</code></em>,
         | 
| 180 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *top</code></em>,
         | 
| 181 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *right</code></em>,
         | 
| 182 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *bottom</code></em>);
         | 
| 183 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkWindow.html#gtk-window-get-has-frame" title="gtk_window_get_has_frame ()">gtk_window_get_has_frame</a>            (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
         | 
| 184 184 | 
             
            <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a>*          <a class="link" href="GtkWindow.html#gtk-window-get-icon" title="gtk_window_get_icon ()">gtk_window_get_icon</a>                 (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
         | 
| 185 | 
            -
            <a href="/ | 
| 186 | 
            -
            <a href="/ | 
| 185 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a>*              <a class="link" href="GtkWindow.html#gtk-window-get-icon-list" title="gtk_window_get_icon_list ()">gtk_window_get_icon_list</a>            (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
         | 
| 186 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="GtkWindow.html#gtk-window-get-icon-name" title="gtk_window_get_icon_name ()">gtk_window_get_icon_name</a>            (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
         | 
| 187 187 | 
             
            <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkModifierType"><span class="returnvalue">GdkModifierType</span></a>     <a class="link" href="GtkWindow.html#gtk-window-get-mnemonic-modifier" title="gtk_window_get_mnemonic_modifier ()">gtk_window_get_mnemonic_modifier</a>    (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
         | 
| 188 | 
            -
            <a href="/ | 
| 188 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkWindow.html#gtk-window-get-modal" title="gtk_window_get_modal ()">gtk_window_get_modal</a>                (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
         | 
| 189 189 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-get-position" title="gtk_window_get_position ()">gtk_window_get_position</a>             (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 190 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 191 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 192 | 
            -
            const <a href="/ | 
| 190 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *root_x</code></em>,
         | 
| 191 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *root_y</code></em>);
         | 
| 192 | 
            +
            const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="GtkWindow.html#gtk-window-get-role" title="gtk_window_get_role ()">gtk_window_get_role</a>                 (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
         | 
| 193 193 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-get-size" title="gtk_window_get_size ()">gtk_window_get_size</a>                 (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 194 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 195 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 196 | 
            -
            const <a href="/ | 
| 194 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *width</code></em>,
         | 
| 195 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *height</code></em>);
         | 
| 196 | 
            +
            const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="GtkWindow.html#gtk-window-get-title" title="gtk_window_get_title ()">gtk_window_get_title</a>                (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
         | 
| 197 197 | 
             
            <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="returnvalue">GtkWindow</span></a> *         <a class="link" href="GtkWindow.html#gtk-window-get-transient-for" title="gtk_window_get_transient_for ()">gtk_window_get_transient_for</a>        (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
         | 
| 198 198 | 
             
            <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindowTypeHint"><span class="returnvalue">GdkWindowTypeHint</span></a>   <a class="link" href="GtkWindow.html#gtk-window-get-type-hint" title="gtk_window_get_type_hint ()">gtk_window_get_type_hint</a>            (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
         | 
| 199 | 
            -
            <a href="/ | 
| 200 | 
            -
            <a href="/ | 
| 201 | 
            -
            <a href="/ | 
| 202 | 
            -
            <a href="/ | 
| 203 | 
            -
            <a href="/ | 
| 199 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkWindow.html#gtk-window-get-skip-taskbar-hint" title="gtk_window_get_skip_taskbar_hint ()">gtk_window_get_skip_taskbar_hint</a>    (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
         | 
| 200 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkWindow.html#gtk-window-get-skip-pager-hint" title="gtk_window_get_skip_pager_hint ()">gtk_window_get_skip_pager_hint</a>      (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
         | 
| 201 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkWindow.html#gtk-window-get-urgency-hint" title="gtk_window_get_urgency_hint ()">gtk_window_get_urgency_hint</a>         (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
         | 
| 202 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkWindow.html#gtk-window-get-accept-focus" title="gtk_window_get_accept_focus ()">gtk_window_get_accept_focus</a>         (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
         | 
| 203 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkWindow.html#gtk-window-get-focus-on-map" title="gtk_window_get_focus_on_map ()">gtk_window_get_focus_on_map</a>         (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
         | 
| 204 204 | 
             
            <a class="link" href="GtkWindowGroup.html" title="GtkWindowGroup"><span class="returnvalue">GtkWindowGroup</span></a> *    <a class="link" href="GtkWindow.html#gtk-window-get-group" title="gtk_window_get_group ()">gtk_window_get_group</a>                (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
         | 
| 205 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkWindow.html#gtk-window-has-group" title="gtk_window_has_group ()">gtk_window_has_group</a>                (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
         | 
| 205 206 | 
             
            <a class="link" href="gtk-Standard-Enumerations.html#GtkWindowType" title="enum GtkWindowType"><span class="returnvalue">GtkWindowType</span></a>       <a class="link" href="GtkWindow.html#gtk-window-get-window-type" title="gtk_window_get_window_type ()">gtk_window_get_window_type</a>          (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
         | 
| 206 207 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-move" title="gtk_window_move ()">gtk_window_move</a>                     (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 207 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 208 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 209 | 
            -
            <a href="/ | 
| 210 | 
            -
                                                                     <em class="parameter"><code>const <a href="/ | 
| 208 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
         | 
| 209 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);
         | 
| 210 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkWindow.html#gtk-window-parse-geometry" title="gtk_window_parse_geometry ()">gtk_window_parse_geometry</a>           (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 211 | 
            +
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *geometry</code></em>);
         | 
| 211 212 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-reshow-with-initial-size" title="gtk_window_reshow_with_initial_size ()">gtk_window_reshow_with_initial_size</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
         | 
| 212 213 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-resize" title="gtk_window_resize ()">gtk_window_resize</a>                   (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 213 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 214 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 215 | 
            -
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-set-default-icon-list" title="gtk_window_set_default_icon_list ()">gtk_window_set_default_icon_list</a>    (<em class="parameter"><code><a href="/ | 
| 214 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
         | 
| 215 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);
         | 
| 216 | 
            +
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-set-default-icon-list" title="gtk_window_set_default_icon_list ()">gtk_window_set_default_icon_list</a>    (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *list</code></em>);
         | 
| 216 217 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-set-default-icon" title="gtk_window_set_default_icon ()">gtk_window_set_default_icon</a>         (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *icon</code></em>);
         | 
| 217 | 
            -
            <a href="/ | 
| 218 | 
            -
                                                                    (<em class="parameter"><code>const <a href="/ | 
| 219 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 220 | 
            -
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-set-default-icon-name" title="gtk_window_set_default_icon_name ()">gtk_window_set_default_icon_name</a>    (<em class="parameter"><code>const <a href="/ | 
| 218 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkWindow.html#gtk-window-set-default-icon-from-file" title="gtk_window_set_default_icon_from_file ()">gtk_window_set_default_icon_from_file</a>
         | 
| 219 | 
            +
                                                                    (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *filename</code></em>,
         | 
| 220 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **err</code></em>);
         | 
| 221 | 
            +
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-set-default-icon-name" title="gtk_window_set_default_icon_name ()">gtk_window_set_default_icon_name</a>    (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);
         | 
| 221 222 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-set-icon" title="gtk_window_set_icon ()">gtk_window_set_icon</a>                 (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 222 223 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *icon</code></em>);
         | 
| 223 224 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-set-icon-list" title="gtk_window_set_icon_list ()">gtk_window_set_icon_list</a>            (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 224 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 225 | 
            -
            <a href="/ | 
| 226 | 
            -
                                                                     <em class="parameter"><code>const <a href="/ | 
| 227 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 225 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *list</code></em>);
         | 
| 226 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkWindow.html#gtk-window-set-icon-from-file" title="gtk_window_set_icon_from_file ()">gtk_window_set_icon_from_file</a>       (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 227 | 
            +
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *filename</code></em>,
         | 
| 228 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **err</code></em>);
         | 
| 228 229 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-set-icon-name" title="gtk_window_set_icon_name ()">gtk_window_set_icon_name</a>            (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 229 | 
            -
                                                                     <em class="parameter"><code>const <a href="/ | 
| 230 | 
            +
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);
         | 
| 230 231 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-set-auto-startup-notification" title="gtk_window_set_auto_startup_notification ()">gtk_window_set_auto_startup_notification</a>
         | 
| 231 | 
            -
                                                                    (<em class="parameter"><code><a href="/ | 
| 232 | 
            -
            <a href="/ | 
| 232 | 
            +
                                                                    (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);
         | 
| 233 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>             <a class="link" href="GtkWindow.html#gtk-window-get-opacity" title="gtk_window_get_opacity ()">gtk_window_get_opacity</a>              (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
         | 
| 233 234 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-set-opacity" title="gtk_window_set_opacity ()">gtk_window_set_opacity</a>              (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 234 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 235 | 
            -
            <a href="/ | 
| 235 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> opacity</code></em>);
         | 
| 236 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkWindow.html#gtk-window-get-mnemonics-visible" title="gtk_window_get_mnemonics_visible ()">gtk_window_get_mnemonics_visible</a>    (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
         | 
| 236 237 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkWindow.html#gtk-window-set-mnemonics-visible" title="gtk_window_set_mnemonics_visible ()">gtk_window_set_mnemonics_visible</a>    (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 237 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 238 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);
         | 
| 238 239 | 
             
            </pre>
         | 
| 239 240 | 
             
            </div>
         | 
| 240 241 | 
             
            <div class="refsect1" title="Object Hierarchy">
         | 
| 241 242 | 
             
            <a name="GtkWindow.object-hierarchy"></a><h2>Object Hierarchy</h2>
         | 
| 242 243 | 
             
            <pre class="synopsis">
         | 
| 243 | 
            -
              <a href="/ | 
| 244 | 
            -
               +----<a href="/ | 
| 244 | 
            +
              <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
         | 
| 245 | 
            +
               +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
         | 
| 245 246 | 
             
                     +----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
         | 
| 246 247 | 
             
                           +----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
         | 
| 247 248 | 
             
                                 +----<a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
         | 
| @@ -257,39 +258,39 @@ const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span c | |
| 257 258 | 
             
            <a name="GtkWindow.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
         | 
| 258 259 | 
             
            <p>
         | 
| 259 260 | 
             
            GtkWindow implements
         | 
| 260 | 
            -
             AtkImplementorIface and  <a class="link" href=" | 
| 261 | 
            +
             AtkImplementorIface and  <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
         | 
| 261 262 | 
             
            </div>
         | 
| 262 263 | 
             
            <div class="refsect1" title="Properties">
         | 
| 263 264 | 
             
            <a name="GtkWindow.properties"></a><h2>Properties</h2>
         | 
| 264 265 | 
             
            <pre class="synopsis">
         | 
| 265 | 
            -
              "<a class="link" href="GtkWindow.html#GtkWindow--accept-focus" title='The "accept-focus" property'>accept-focus</a>"             <a href="/ | 
| 266 | 
            -
              "<a class="link" href="GtkWindow.html#GtkWindow--allow-grow" title='The "allow-grow" property'>allow-grow</a>"               <a href="/ | 
| 267 | 
            -
              "<a class="link" href="GtkWindow.html#GtkWindow--allow-shrink" title='The "allow-shrink" property'>allow-shrink</a>"             <a href="/ | 
| 268 | 
            -
              "<a class="link" href="GtkWindow.html#GtkWindow--decorated" title='The "decorated" property'>decorated</a>"                <a href="/ | 
| 269 | 
            -
              "<a class="link" href="GtkWindow.html#GtkWindow--default-height" title='The "default-height" property'>default-height</a>"           <a href="/ | 
| 270 | 
            -
              "<a class="link" href="GtkWindow.html#GtkWindow--default-width" title='The "default-width" property'>default-width</a>"            <a href="/ | 
| 271 | 
            -
              "<a class="link" href="GtkWindow.html#GtkWindow--deletable" title='The "deletable" property'>deletable</a>"                <a href="/ | 
| 272 | 
            -
              "<a class="link" href="GtkWindow.html#GtkWindow--destroy-with-parent" title='The "destroy-with-parent" property'>destroy-with-parent</a>"      <a href="/ | 
| 273 | 
            -
              "<a class="link" href="GtkWindow.html#GtkWindow--focus-on-map" title='The "focus-on-map" property'>focus-on-map</a>"             <a href="/ | 
| 266 | 
            +
              "<a class="link" href="GtkWindow.html#GtkWindow--accept-focus" title='The "accept-focus" property'>accept-focus</a>"             <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
         | 
| 267 | 
            +
              "<a class="link" href="GtkWindow.html#GtkWindow--allow-grow" title='The "allow-grow" property'>allow-grow</a>"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
         | 
| 268 | 
            +
              "<a class="link" href="GtkWindow.html#GtkWindow--allow-shrink" title='The "allow-shrink" property'>allow-shrink</a>"             <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
         | 
| 269 | 
            +
              "<a class="link" href="GtkWindow.html#GtkWindow--decorated" title='The "decorated" property'>decorated</a>"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
         | 
| 270 | 
            +
              "<a class="link" href="GtkWindow.html#GtkWindow--default-height" title='The "default-height" property'>default-height</a>"           <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write
         | 
| 271 | 
            +
              "<a class="link" href="GtkWindow.html#GtkWindow--default-width" title='The "default-width" property'>default-width</a>"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write
         | 
| 272 | 
            +
              "<a class="link" href="GtkWindow.html#GtkWindow--deletable" title='The "deletable" property'>deletable</a>"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
         | 
| 273 | 
            +
              "<a class="link" href="GtkWindow.html#GtkWindow--destroy-with-parent" title='The "destroy-with-parent" property'>destroy-with-parent</a>"      <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
         | 
| 274 | 
            +
              "<a class="link" href="GtkWindow.html#GtkWindow--focus-on-map" title='The "focus-on-map" property'>focus-on-map</a>"             <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
         | 
| 274 275 | 
             
              "<a class="link" href="GtkWindow.html#GtkWindow--gravity" title='The "gravity" property'>gravity</a>"                  <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkGravity"><span class="type">GdkGravity</span></a>            : Read / Write
         | 
| 275 | 
            -
              "<a class="link" href="GtkWindow.html#GtkWindow--has-toplevel-focus" title='The "has-toplevel-focus" property'>has-toplevel-focus</a>"       <a href="/ | 
| 276 | 
            +
              "<a class="link" href="GtkWindow.html#GtkWindow--has-toplevel-focus" title='The "has-toplevel-focus" property'>has-toplevel-focus</a>"       <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read
         | 
| 276 277 | 
             
              "<a class="link" href="GtkWindow.html#GtkWindow--icon" title='The "icon" property'>icon</a>"                     <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>*            : Read / Write
         | 
| 277 | 
            -
              "<a class="link" href="GtkWindow.html#GtkWindow--icon-name" title='The "icon-name" property'>icon-name</a>"                <a href="/ | 
| 278 | 
            -
              "<a class="link" href="GtkWindow.html#GtkWindow--is-active" title='The "is-active" property'>is-active</a>"                <a href="/ | 
| 279 | 
            -
              "<a class="link" href="GtkWindow.html#GtkWindow--mnemonics-visible" title='The "mnemonics-visible" property'>mnemonics-visible</a>"        <a href="/ | 
| 280 | 
            -
              "<a class="link" href="GtkWindow.html#GtkWindow--modal" title='The "modal" property'>modal</a>"                    <a href="/ | 
| 281 | 
            -
              "<a class="link" href="GtkWindow.html#GtkWindow--opacity" title='The "opacity" property'>opacity</a>"                  <a href="/ | 
| 282 | 
            -
              "<a class="link" href="GtkWindow.html#GtkWindow--resizable" title='The "resizable" property'>resizable</a>"                <a href="/ | 
| 283 | 
            -
              "<a class="link" href="GtkWindow.html#GtkWindow--role" title='The "role" property'>role</a>"                     <a href="/ | 
| 278 | 
            +
              "<a class="link" href="GtkWindow.html#GtkWindow--icon-name" title='The "icon-name" property'>icon-name</a>"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
         | 
| 279 | 
            +
              "<a class="link" href="GtkWindow.html#GtkWindow--is-active" title='The "is-active" property'>is-active</a>"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read
         | 
| 280 | 
            +
              "<a class="link" href="GtkWindow.html#GtkWindow--mnemonics-visible" title='The "mnemonics-visible" property'>mnemonics-visible</a>"        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
         | 
| 281 | 
            +
              "<a class="link" href="GtkWindow.html#GtkWindow--modal" title='The "modal" property'>modal</a>"                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
         | 
| 282 | 
            +
              "<a class="link" href="GtkWindow.html#GtkWindow--opacity" title='The "opacity" property'>opacity</a>"                  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a>               : Read / Write
         | 
| 283 | 
            +
              "<a class="link" href="GtkWindow.html#GtkWindow--resizable" title='The "resizable" property'>resizable</a>"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
         | 
| 284 | 
            +
              "<a class="link" href="GtkWindow.html#GtkWindow--role" title='The "role" property'>role</a>"                     <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
         | 
| 284 285 | 
             
              "<a class="link" href="GtkWindow.html#GtkWindow--screen" title='The "screen" property'>screen</a>"                   <a href="http://library.gnome.org/devel/gdk/unstable/GdkScreen.html"><span class="type">GdkScreen</span></a>*            : Read / Write
         | 
| 285 | 
            -
              "<a class="link" href="GtkWindow.html#GtkWindow--skip-pager-hint" title='The "skip-pager-hint" property'>skip-pager-hint</a>"          <a href="/ | 
| 286 | 
            -
              "<a class="link" href="GtkWindow.html#GtkWindow--skip-taskbar-hint" title='The "skip-taskbar-hint" property'>skip-taskbar-hint</a>"        <a href="/ | 
| 287 | 
            -
              "<a class="link" href="GtkWindow.html#GtkWindow--startup-id" title='The "startup-id" property'>startup-id</a>"               <a href="/ | 
| 288 | 
            -
              "<a class="link" href="GtkWindow.html#GtkWindow--title" title='The "title" property'>title</a>"                    <a href="/ | 
| 286 | 
            +
              "<a class="link" href="GtkWindow.html#GtkWindow--skip-pager-hint" title='The "skip-pager-hint" property'>skip-pager-hint</a>"          <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
         | 
| 287 | 
            +
              "<a class="link" href="GtkWindow.html#GtkWindow--skip-taskbar-hint" title='The "skip-taskbar-hint" property'>skip-taskbar-hint</a>"        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
         | 
| 288 | 
            +
              "<a class="link" href="GtkWindow.html#GtkWindow--startup-id" title='The "startup-id" property'>startup-id</a>"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Write
         | 
| 289 | 
            +
              "<a class="link" href="GtkWindow.html#GtkWindow--title" title='The "title" property'>title</a>"                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
         | 
| 289 290 | 
             
              "<a class="link" href="GtkWindow.html#GtkWindow--transient-for" title='The "transient-for" property'>transient-for</a>"            <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>*            : Read / Write / Construct
         | 
| 290 291 | 
             
              "<a class="link" href="GtkWindow.html#GtkWindow--type" title='The "type" property'>type</a>"                     <a class="link" href="gtk-Standard-Enumerations.html#GtkWindowType" title="enum GtkWindowType"><span class="type">GtkWindowType</span></a>         : Read / Write / Construct Only
         | 
| 291 292 | 
             
              "<a class="link" href="GtkWindow.html#GtkWindow--type-hint" title='The "type-hint" property'>type-hint</a>"                <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindowTypeHint"><span class="type">GdkWindowTypeHint</span></a>     : Read / Write
         | 
| 292 | 
            -
              "<a class="link" href="GtkWindow.html#GtkWindow--urgency-hint" title='The "urgency-hint" property'>urgency-hint</a>"             <a href="/ | 
| 293 | 
            +
              "<a class="link" href="GtkWindow.html#GtkWindow--urgency-hint" title='The "urgency-hint" property'>urgency-hint</a>"             <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
         | 
| 293 294 | 
             
              "<a class="link" href="GtkWindow.html#GtkWindow--window-position" title='The "window-position" property'>window-position</a>"          <a class="link" href="gtk-Standard-Enumerations.html#GtkWindowPosition" title="enum GtkWindowPosition"><span class="type">GtkWindowPosition</span></a>     : Read / Write
         | 
| 294 295 | 
             
            </pre>
         | 
| 295 296 | 
             
            </div>
         | 
| @@ -316,7 +317,7 @@ elements representing the GtkAccelGroup objects you want to add to your | |
| 316 317 | 
             
            window (synonymous with <a class="link" href="GtkWindow.html#gtk-window-add-accel-group" title="gtk_window_add_accel_group ()"><code class="function">gtk_window_add_accel_group()</code></a>.
         | 
| 317 318 | 
             
            </p>
         | 
| 318 319 | 
             
            <div class="example">
         | 
| 319 | 
            -
            <a name=" | 
| 320 | 
            +
            <a name="id835910"></a><p class="title"><b>Example 10. A UI definition fragment with accel groups</b></p>
         | 
| 320 321 | 
             
            <div class="example-contents">
         | 
| 321 322 | 
             
              <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
         | 
| 322 323 | 
             
                <tbody>
         | 
| @@ -328,13 +329,13 @@ window (synonymous with <a class="link" href="GtkWindow.html#gtk-window-add-acce | |
| 328 329 | 
             
            5
         | 
| 329 330 | 
             
            6
         | 
| 330 331 | 
             
            7</pre></td>
         | 
| 331 | 
            -
                    <td class="listing_code"><pre class="programlisting"><span class="symbol"><</span><span class=" | 
| 332 | 
            +
                    <td class="listing_code"><pre class="programlisting"><span class="symbol"><</span><span class="usertype">object</span><span class="normal"> class</span><span class="symbol">=</span><span class="string">"GtkWindow"</span><span class="symbol">></span>
         | 
| 332 333 | 
             
            <span class="normal">  </span><span class="symbol"><</span><span class="normal">accel</span><span class="symbol">-</span><span class="normal">groups</span><span class="symbol">></span>
         | 
| 333 | 
            -
            <span class="normal">    </span><span class="symbol"><</span><span class=" | 
| 334 | 
            +
            <span class="normal">    </span><span class="symbol"><</span><span class="usertype">group</span><span class="normal"> name</span><span class="symbol">=</span><span class="string">"accelgroup1"</span><span class="symbol">/></span>
         | 
| 334 335 | 
             
            <span class="normal">  </span><span class="symbol"></</span><span class="normal">accel</span><span class="symbol">-</span><span class="normal">groups</span><span class="symbol">></span>
         | 
| 335 336 | 
             
            <span class="symbol"></</span><span class="normal">object</span><span class="symbol">></span>
         | 
| 336 337 | 
             
            <span class="symbol">...</span>
         | 
| 337 | 
            -
            <span class="symbol"><</span><span class=" | 
| 338 | 
            +
            <span class="symbol"><</span><span class="usertype">object</span><span class="normal"> class</span><span class="symbol">=</span><span class="string">"GtkAccelGroup"</span><span class="normal"> id</span><span class="symbol">=</span><span class="string">"accelgroup1"</span><span class="symbol">/></span></pre></td>
         | 
| 338 339 | 
             
                  </tr>
         | 
| 339 340 | 
             
                </tbody>
         | 
| 340 341 | 
             
              </table>
         | 
| @@ -390,7 +391,7 @@ If you simply want an undecorated window (no window borders), use | |
| 390 391 | 
             
            <div class="refsect2" title="gtk_window_set_title ()">
         | 
| 391 392 | 
             
            <a name="gtk-window-set-title"></a><h3>gtk_window_set_title ()</h3>
         | 
| 392 393 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_window_set_title                (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 393 | 
            -
                                                                     <em class="parameter"><code>const <a href="/ | 
| 394 | 
            +
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *title</code></em>);</pre>
         | 
| 394 395 | 
             
            <p>
         | 
| 395 396 | 
             
            Sets the title of the <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>. The title of a window will be
         | 
| 396 397 | 
             
            displayed in its title bar; on the X Window System, the title bar
         | 
| @@ -421,8 +422,8 @@ document filename, for example. | |
| 421 422 | 
             
            <div class="refsect2" title="gtk_window_set_wmclass ()">
         | 
| 422 423 | 
             
            <a name="gtk-window-set-wmclass"></a><h3>gtk_window_set_wmclass ()</h3>
         | 
| 423 424 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_window_set_wmclass              (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 424 | 
            -
                                                                     <em class="parameter"><code>const <a href="/ | 
| 425 | 
            -
                                                                     <em class="parameter"><code>const <a href="/ | 
| 425 | 
            +
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *wmclass_name</code></em>,
         | 
| 426 | 
            +
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *wmclass_class</code></em>);</pre>
         | 
| 426 427 | 
             
            <p>
         | 
| 427 428 | 
             
            Don't use this function. It sets the X Window System "class" and
         | 
| 428 429 | 
             
            "name" hints for a window.  According to the ICCCM, you should
         | 
| @@ -458,9 +459,9 @@ manager to restore window positions when loading a saved session. | |
| 458 459 | 
             
            <div class="refsect2" title="gtk_window_set_policy ()">
         | 
| 459 460 | 
             
            <a name="gtk-window-set-policy"></a><h3>gtk_window_set_policy ()</h3>
         | 
| 460 461 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_window_set_policy               (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 461 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 462 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 463 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 462 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> allow_shrink</code></em>,
         | 
| 463 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> allow_grow</code></em>,
         | 
| 464 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> auto_shrink</code></em>);</pre>
         | 
| 464 465 | 
             
            <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 465 466 | 
             
            <h3 class="title">Warning</h3>
         | 
| 466 467 | 
             
            <p><code class="literal">gtk_window_set_policy</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="GtkWindow.html#gtk-window-set-resizable" title="gtk_window_set_resizable ()"><code class="function">gtk_window_set_resizable()</code></a> instead.</p>
         | 
| @@ -493,8 +494,8 @@ The basic ugly truth of this function is that it should be simply: | |
| 493 494 | 
             
            should use instead of <a class="link" href="GtkWindow.html#gtk-window-set-policy" title="gtk_window_set_policy ()"><code class="function">gtk_window_set_policy()</code></a>.
         | 
| 494 495 | 
             
            </p>
         | 
| 495 496 | 
             
            <p>
         | 
| 496 | 
            -
            If set to <a href="/ | 
| 497 | 
            -
            beyond the size request of its child widgets. If <em class="parameter"><code>allow_grow</code></em> is <a href="/ | 
| 497 | 
            +
            If set to <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, the <em class="parameter"><code>allow_grow</code></em> parameter allows the user to expand the window
         | 
| 498 | 
            +
            beyond the size request of its child widgets. If <em class="parameter"><code>allow_grow</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, be sure to
         | 
| 498 499 | 
             
            check that your child widgets work properly as the window is resized.
         | 
| 499 500 | 
             
            </p>
         | 
| 500 501 | 
             
            <p>
         | 
| @@ -504,20 +505,20 @@ window will expand to contain them. However, normally the toplevel will not | |
| 504 505 | 
             
            shrink to fit the size request of its children if it's too large; the
         | 
| 505 506 | 
             
            <em class="parameter"><code>auto_shrink</code></em> parameter causes the window to shrink when child widgets have too
         | 
| 506 507 | 
             
            much space. <em class="parameter"><code>auto_shrink</code></em> is normally used with the second of the two window
         | 
| 507 | 
            -
            policies mentioned above.  That is, set <em class="parameter"><code>auto_shrink</code></em> to <a href="/ | 
| 508 | 
            +
            policies mentioned above.  That is, set <em class="parameter"><code>auto_shrink</code></em> to <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if you want the
         | 
| 508 509 | 
             
            window to have a fixed, always-optimal size determined by your program.
         | 
| 509 510 | 
             
            </p>
         | 
| 510 511 | 
             
            <p>
         | 
| 511 512 | 
             
            Note that <em class="parameter"><code>auto_shrink</code></em> doesn't do anything if <em class="parameter"><code>allow_shrink</code></em> and <em class="parameter"><code>allow_grow</code></em> are
         | 
| 512 | 
            -
            both set to <a href="/ | 
| 513 | 
            +
            both set to <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.
         | 
| 513 514 | 
             
            </p>
         | 
| 514 515 | 
             
            <p>
         | 
| 515 516 | 
             
            Neither of the two suggested window policies set the <em class="parameter"><code>allow_shrink</code></em> parameter to
         | 
| 516 | 
            -
            <a href="/ | 
| 517 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.  If <em class="parameter"><code>allow_shrink</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, the user can shrink the window so that its
         | 
| 517 518 | 
             
            children do not receive their full size request; this is basically a bad thing,
         | 
| 518 519 | 
             
            because most widgets will look wrong if this happens. Furthermore GTK+ has a
         | 
| 519 520 | 
             
            tendency to re-expand the window if size is recalculated for any reason. The
         | 
| 520 | 
            -
            upshot is that <em class="parameter"><code>allow_shrink</code></em> should always be set to <a href="/ | 
| 521 | 
            +
            upshot is that <em class="parameter"><code>allow_shrink</code></em> should always be set to <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.
         | 
| 521 522 | 
             
            </p>
         | 
| 522 523 | 
             
            <p>
         | 
| 523 524 | 
             
            Sometimes when you think you want to use <em class="parameter"><code>allow_shrink</code></em>, the real problem is that
         | 
| @@ -558,7 +559,7 @@ the child gets a larger allocation than it requests. | |
| 558 559 | 
             
            <div class="refsect2" title="gtk_window_set_resizable ()">
         | 
| 559 560 | 
             
            <a name="gtk-window-set-resizable"></a><h3>gtk_window_set_resizable ()</h3>
         | 
| 560 561 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_window_set_resizable            (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 561 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 562 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> resizable</code></em>);</pre>
         | 
| 562 563 | 
             
            <p>
         | 
| 563 564 | 
             
            Sets whether the user can resize a window. Windows are user resizable
         | 
| 564 565 | 
             
            by default.
         | 
| @@ -574,7 +575,7 @@ by default. | |
| 574 575 | 
             
            <tr>
         | 
| 575 576 | 
             
            <td><p><span class="term"><em class="parameter"><code>resizable</code></em> :</span></p></td>
         | 
| 576 577 | 
             
            <td>
         | 
| 577 | 
            -
            <a href="/ | 
| 578 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user can resize this window
         | 
| 578 579 | 
             
            </td>
         | 
| 579 580 | 
             
            </tr>
         | 
| 580 581 | 
             
            </tbody>
         | 
| @@ -583,7 +584,7 @@ by default. | |
| 583 584 | 
             
            <hr>
         | 
| 584 585 | 
             
            <div class="refsect2" title="gtk_window_get_resizable ()">
         | 
| 585 586 | 
             
            <a name="gtk-window-get-resizable"></a><h3>gtk_window_get_resizable ()</h3>
         | 
| 586 | 
            -
            <pre class="programlisting"><a href="/ | 
| 587 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_window_get_resizable            (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
         | 
| 587 588 | 
             
            <p>
         | 
| 588 589 | 
             
            Gets the value set by <a class="link" href="GtkWindow.html#gtk-window-set-resizable" title="gtk_window_set_resizable ()"><code class="function">gtk_window_set_resizable()</code></a>.
         | 
| 589 590 | 
             
            </p>
         | 
| @@ -597,7 +598,7 @@ Gets the value set by <a class="link" href="GtkWindow.html#gtk-window-set-resiza | |
| 597 598 | 
             
            </tr>
         | 
| 598 599 | 
             
            <tr>
         | 
| 599 600 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 600 | 
            -
            <td> <a href="/ | 
| 601 | 
            +
            <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user can resize the window
         | 
| 601 602 | 
             
            </td>
         | 
| 602 603 | 
             
            </tr>
         | 
| 603 604 | 
             
            </tbody>
         | 
| @@ -669,7 +670,7 @@ Deprecated alias for <a class="link" href="GtkWindow.html#gtk-window-set-positio | |
| 669 670 | 
             
            <hr>
         | 
| 670 671 | 
             
            <div class="refsect2" title="gtk_window_activate_focus ()">
         | 
| 671 672 | 
             
            <a name="gtk-window-activate-focus"></a><h3>gtk_window_activate_focus ()</h3>
         | 
| 672 | 
            -
            <pre class="programlisting"><a href="/ | 
| 673 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_window_activate_focus           (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
         | 
| 673 674 | 
             
            <p>
         | 
| 674 675 | 
             
            Activates the current focused widget within the window.
         | 
| 675 676 | 
             
            </p>
         | 
| @@ -683,7 +684,7 @@ Activates the current focused widget within the window. | |
| 683 684 | 
             
            </tr>
         | 
| 684 685 | 
             
            <tr>
         | 
| 685 686 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 686 | 
            -
            <td> <a href="/ | 
| 687 | 
            +
            <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a widget got activated.
         | 
| 687 688 | 
             
            </td>
         | 
| 688 689 | 
             
            </tr>
         | 
| 689 690 | 
             
            </tbody>
         | 
| @@ -692,7 +693,7 @@ Activates the current focused widget within the window. | |
| 692 693 | 
             
            <hr>
         | 
| 693 694 | 
             
            <div class="refsect2" title="gtk_window_activate_default ()">
         | 
| 694 695 | 
             
            <a name="gtk-window-activate-default"></a><h3>gtk_window_activate_default ()</h3>
         | 
| 695 | 
            -
            <pre class="programlisting"><a href="/ | 
| 696 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_window_activate_default         (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
         | 
| 696 697 | 
             
            <p>
         | 
| 697 698 | 
             
            Activates the default widget for the window, unless the current 
         | 
| 698 699 | 
             
            focused widget has been configured to receive the default action 
         | 
| @@ -709,7 +710,7 @@ focused widget is activated. | |
| 709 710 | 
             
            </tr>
         | 
| 710 711 | 
             
            <tr>
         | 
| 711 712 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 712 | 
            -
            <td> <a href="/ | 
| 713 | 
            +
            <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a widget got activated.
         | 
| 713 714 | 
             
            </td>
         | 
| 714 715 | 
             
            </tr>
         | 
| 715 716 | 
             
            </tbody>
         | 
| @@ -719,7 +720,7 @@ focused widget is activated. | |
| 719 720 | 
             
            <div class="refsect2" title="gtk_window_set_modal ()">
         | 
| 720 721 | 
             
            <a name="gtk-window-set-modal"></a><h3>gtk_window_set_modal ()</h3>
         | 
| 721 722 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_window_set_modal                (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 722 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 723 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> modal</code></em>);</pre>
         | 
| 723 724 | 
             
            <p>
         | 
| 724 725 | 
             
            Sets a window modal or non-modal. Modal windows prevent interaction
         | 
| 725 726 | 
             
            with other windows in the same application. To keep modal dialogs
         | 
| @@ -748,8 +749,8 @@ will then disallow lowering the dialog below the parent. | |
| 748 749 | 
             
            <div class="refsect2" title="gtk_window_set_default_size ()">
         | 
| 749 750 | 
             
            <a name="gtk-window-set-default-size"></a><h3>gtk_window_set_default_size ()</h3>
         | 
| 750 751 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_window_set_default_size         (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 751 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 752 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 752 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
         | 
| 753 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);</pre>
         | 
| 753 754 | 
             
            <p>
         | 
| 754 755 | 
             
            Sets the default size of a window. If the window's "natural" size
         | 
| 755 756 | 
             
            (its size request) is larger than the default, the default will be
         | 
| @@ -892,7 +893,8 @@ Gets the value set by <a class="link" href="GtkWindow.html#gtk-window-set-gravit | |
| 892 893 | 
             
            </tr>
         | 
| 893 894 | 
             
            <tr>
         | 
| 894 895 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 895 | 
            -
            <td> window gravity. <acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym | 
| 896 | 
            +
            <td> window gravity. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 897 | 
            +
            </td>
         | 
| 896 898 | 
             
            </tr>
         | 
| 897 899 | 
             
            </tbody>
         | 
| 898 900 | 
             
            </table></div>
         | 
| @@ -937,7 +939,7 @@ functions in GTK+ will sometimes call | |
| 937 939 | 
             
            <a class="link" href="GtkWindow.html#gtk-window-set-transient-for" title="gtk_window_set_transient_for ()"><code class="function">gtk_window_set_transient_for()</code></a> on your behalf.
         | 
| 938 940 | 
             
            </p>
         | 
| 939 941 | 
             
            <p>
         | 
| 940 | 
            -
            Passing <a href="/ | 
| 942 | 
            +
            Passing <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for <em class="parameter"><code>parent</code></em> unsets the current transient window.
         | 
| 941 943 | 
             
            </p>
         | 
| 942 944 | 
             
            <p>
         | 
| 943 945 | 
             
            On Windows, this function puts the child window on top of the parent,
         | 
| @@ -953,7 +955,8 @@ much as the window manager would have done on X. | |
| 953 955 | 
             
            </tr>
         | 
| 954 956 | 
             
            <tr>
         | 
| 955 957 | 
             
            <td><p><span class="term"><em class="parameter"><code>parent</code></em> :</span></p></td>
         | 
| 956 | 
            -
            <td> parent window, or <a href="/ | 
| 958 | 
            +
            <td> parent window, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 959 | 
            +
            </td>
         | 
| 957 960 | 
             
            </tr>
         | 
| 958 961 | 
             
            </tbody>
         | 
| 959 962 | 
             
            </table></div>
         | 
| @@ -962,9 +965,9 @@ much as the window manager would have done on X. | |
| 962 965 | 
             
            <div class="refsect2" title="gtk_window_set_destroy_with_parent ()">
         | 
| 963 966 | 
             
            <a name="gtk-window-set-destroy-with-parent"></a><h3>gtk_window_set_destroy_with_parent ()</h3>
         | 
| 964 967 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_window_set_destroy_with_parent  (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 965 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 968 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
         | 
| 966 969 | 
             
            <p>
         | 
| 967 | 
            -
            If <em class="parameter"><code>setting</code></em> is <a href="/ | 
| 970 | 
            +
            If <em class="parameter"><code>setting</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, then destroying the transient parent of <em class="parameter"><code>window</code></em>
         | 
| 968 971 | 
             
            will also destroy <em class="parameter"><code>window</code></em> itself. This is useful for dialogs that
         | 
| 969 972 | 
             
            shouldn't persist beyond the lifetime of the main window they're
         | 
| 970 973 | 
             
            associated with, for example.
         | 
| @@ -1029,8 +1032,8 @@ Returns the <a href="http://library.gnome.org/devel/gdk/unstable/GdkScreen.html" | |
| 1029 1032 | 
             
            </tr>
         | 
| 1030 1033 | 
             
            <tr>
         | 
| 1031 1034 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1032 | 
            -
            <td> a <a href="http://library.gnome.org/devel/gdk/unstable/GdkScreen.html"><span class="type">GdkScreen</span></a>.
         | 
| 1033 | 
            -
             | 
| 1035 | 
            +
            <td> a <a href="http://library.gnome.org/devel/gdk/unstable/GdkScreen.html"><span class="type">GdkScreen</span></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 1036 | 
            +
            </td>
         | 
| 1034 1037 | 
             
            </tr>
         | 
| 1035 1038 | 
             
            </tbody>
         | 
| 1036 1039 | 
             
            </table></div>
         | 
| @@ -1039,11 +1042,11 @@ Returns the <a href="http://library.gnome.org/devel/gdk/unstable/GdkScreen.html" | |
| 1039 1042 | 
             
            <hr>
         | 
| 1040 1043 | 
             
            <div class="refsect2" title="gtk_window_is_active ()">
         | 
| 1041 1044 | 
             
            <a name="gtk-window-is-active"></a><h3>gtk_window_is_active ()</h3>
         | 
| 1042 | 
            -
            <pre class="programlisting"><a href="/ | 
| 1045 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_window_is_active                (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
         | 
| 1043 1046 | 
             
            <p>
         | 
| 1044 1047 | 
             
            Returns whether the window is part of the current active toplevel.
         | 
| 1045 1048 | 
             
            (That is, the toplevel window receiving keystrokes.)
         | 
| 1046 | 
            -
            The return value is <a href="/ | 
| 1049 | 
            +
            The return value is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the window is active toplevel
         | 
| 1047 1050 | 
             
            itself, but also if it is, say, a <a class="link" href="GtkPlug.html" title="GtkPlug"><span class="type">GtkPlug</span></a> embedded in the active toplevel.
         | 
| 1048 1051 | 
             
            You might use this function if you wanted to draw a widget
         | 
| 1049 1052 | 
             
            differently in an active window from a widget in an inactive window.
         | 
| @@ -1059,7 +1062,7 @@ See <a class="link" href="GtkWindow.html#gtk-window-has-toplevel-focus" title="g | |
| 1059 1062 | 
             
            </tr>
         | 
| 1060 1063 | 
             
            <tr>
         | 
| 1061 1064 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1062 | 
            -
            <td> <a href="/ | 
| 1065 | 
            +
            <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the window part of the current active window.
         | 
| 1063 1066 |  | 
| 1064 1067 | 
             
            </td>
         | 
| 1065 1068 | 
             
            </tr>
         | 
| @@ -1070,7 +1073,7 @@ See <a class="link" href="GtkWindow.html#gtk-window-has-toplevel-focus" title="g | |
| 1070 1073 | 
             
            <hr>
         | 
| 1071 1074 | 
             
            <div class="refsect2" title="gtk_window_has_toplevel_focus ()">
         | 
| 1072 1075 | 
             
            <a name="gtk-window-has-toplevel-focus"></a><h3>gtk_window_has_toplevel_focus ()</h3>
         | 
| 1073 | 
            -
            <pre class="programlisting"><a href="/ | 
| 1076 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_window_has_toplevel_focus       (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
         | 
| 1074 1077 | 
             
            <p>
         | 
| 1075 1078 | 
             
            Returns whether the input focus is within this GtkWindow.
         | 
| 1076 1079 | 
             
            For real toplevel windows, this is identical to <a class="link" href="GtkWindow.html#gtk-window-is-active" title="gtk_window_is_active ()"><code class="function">gtk_window_is_active()</code></a>,
         | 
| @@ -1086,7 +1089,7 @@ but for embedded windows, like <a class="link" href="GtkPlug.html" title="GtkPlu | |
| 1086 1089 | 
             
            </tr>
         | 
| 1087 1090 | 
             
            <tr>
         | 
| 1088 1091 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1089 | 
            -
            <td> <a href="/ | 
| 1092 | 
            +
            <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the input focus is within this GtkWindow
         | 
| 1090 1093 |  | 
| 1091 1094 | 
             
            </td>
         | 
| 1092 1095 | 
             
            </tr>
         | 
| @@ -1097,7 +1100,7 @@ but for embedded windows, like <a class="link" href="GtkPlug.html" title="GtkPlu | |
| 1097 1100 | 
             
            <hr>
         | 
| 1098 1101 | 
             
            <div class="refsect2" title="gtk_window_list_toplevels ()">
         | 
| 1099 1102 | 
             
            <a name="gtk-window-list-toplevels"></a><h3>gtk_window_list_toplevels ()</h3>
         | 
| 1100 | 
            -
            <pre class="programlisting"><a href="/ | 
| 1103 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a>*              gtk_window_list_toplevels           (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
         | 
| 1101 1104 | 
             
            <p>
         | 
| 1102 1105 | 
             
            Returns a list of all existing toplevel windows. The widgets
         | 
| 1103 1106 | 
             
            in the list are not individually referenced. If you want
         | 
| @@ -1110,7 +1113,8 @@ then unref all the widgets afterwards. | |
| 1110 1113 | 
             
            <col align="left" valign="top">
         | 
| 1111 1114 | 
             
            <tbody><tr>
         | 
| 1112 1115 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1113 | 
            -
            <td> list of toplevel widgets. <acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkWidget | 
| 1116 | 
            +
            <td> list of toplevel widgets. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkWidget][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym> GtkWidget]</span>
         | 
| 1117 | 
            +
            </td>
         | 
| 1114 1118 | 
             
            </tr></tbody>
         | 
| 1115 1119 | 
             
            </table></div>
         | 
| 1116 1120 | 
             
            </div>
         | 
| @@ -1118,7 +1122,7 @@ then unref all the widgets afterwards. | |
| 1118 1122 | 
             
            <div class="refsect2" title="gtk_window_add_mnemonic ()">
         | 
| 1119 1123 | 
             
            <a name="gtk-window-add-mnemonic"></a><h3>gtk_window_add_mnemonic ()</h3>
         | 
| 1120 1124 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_window_add_mnemonic             (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 1121 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 1125 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> keyval</code></em>,
         | 
| 1122 1126 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *target</code></em>);</pre>
         | 
| 1123 1127 | 
             
            <p>
         | 
| 1124 1128 | 
             
            Adds a mnemonic to this window.
         | 
| @@ -1148,7 +1152,7 @@ Adds a mnemonic to this window. | |
| 1148 1152 | 
             
            <div class="refsect2" title="gtk_window_remove_mnemonic ()">
         | 
| 1149 1153 | 
             
            <a name="gtk-window-remove-mnemonic"></a><h3>gtk_window_remove_mnemonic ()</h3>
         | 
| 1150 1154 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_window_remove_mnemonic          (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 1151 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 1155 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> keyval</code></em>,
         | 
| 1152 1156 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *target</code></em>);</pre>
         | 
| 1153 1157 | 
             
            <p>
         | 
| 1154 1158 | 
             
            Removes a mnemonic from this window.
         | 
| @@ -1177,8 +1181,8 @@ Removes a mnemonic from this window. | |
| 1177 1181 | 
             
            <hr>
         | 
| 1178 1182 | 
             
            <div class="refsect2" title="gtk_window_mnemonic_activate ()">
         | 
| 1179 1183 | 
             
            <a name="gtk-window-mnemonic-activate"></a><h3>gtk_window_mnemonic_activate ()</h3>
         | 
| 1180 | 
            -
            <pre class="programlisting"><a href="/ | 
| 1181 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 1184 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_window_mnemonic_activate        (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 1185 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> keyval</code></em>,
         | 
| 1182 1186 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> modifier</code></em>);</pre>
         | 
| 1183 1187 | 
             
            <p>
         | 
| 1184 1188 | 
             
            Activates the targets associated with the mnemonic.
         | 
| @@ -1204,7 +1208,7 @@ Activates the targets associated with the mnemonic. | |
| 1204 1208 | 
             
            <tr>
         | 
| 1205 1209 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1206 1210 | 
             
            <td>
         | 
| 1207 | 
            -
            <a href="/ | 
| 1211 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the activation is done. 
         | 
| 1208 1212 | 
             
            </td>
         | 
| 1209 1213 | 
             
            </tr>
         | 
| 1210 1214 | 
             
            </tbody>
         | 
| @@ -1213,7 +1217,7 @@ Activates the targets associated with the mnemonic. | |
| 1213 1217 | 
             
            <hr>
         | 
| 1214 1218 | 
             
            <div class="refsect2" title="gtk_window_activate_key ()">
         | 
| 1215 1219 | 
             
            <a name="gtk-window-activate-key"></a><h3>gtk_window_activate_key ()</h3>
         | 
| 1216 | 
            -
            <pre class="programlisting"><a href="/ | 
| 1220 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_window_activate_key             (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 1217 1221 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a> *event</code></em>);</pre>
         | 
| 1218 1222 | 
             
            <p>
         | 
| 1219 1223 | 
             
            Activates mnemonics and accelerators for this <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>. This is normally
         | 
| @@ -1236,7 +1240,7 @@ overriding the standard key handling for a toplevel window. | |
| 1236 1240 | 
             
            </tr>
         | 
| 1237 1241 | 
             
            <tr>
         | 
| 1238 1242 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1239 | 
            -
            <td> <a href="/ | 
| 1243 | 
            +
            <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a mnemonic or accelerator was found and activated.
         | 
| 1240 1244 |  | 
| 1241 1245 | 
             
            </td>
         | 
| 1242 1246 | 
             
            </tr>
         | 
| @@ -1247,7 +1251,7 @@ overriding the standard key handling for a toplevel window. | |
| 1247 1251 | 
             
            <hr>
         | 
| 1248 1252 | 
             
            <div class="refsect2" title="gtk_window_propagate_key_event ()">
         | 
| 1249 1253 | 
             
            <a name="gtk-window-propagate-key-event"></a><h3>gtk_window_propagate_key_event ()</h3>
         | 
| 1250 | 
            -
            <pre class="programlisting"><a href="/ | 
| 1254 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_window_propagate_key_event      (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 1251 1255 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a> *event</code></em>);</pre>
         | 
| 1252 1256 | 
             
            <p>
         | 
| 1253 1257 | 
             
            Propagate a key press or release event to the focus widget and
         | 
| @@ -1272,7 +1276,7 @@ overriding the standard key handling for a toplevel window. | |
| 1272 1276 | 
             
            </tr>
         | 
| 1273 1277 | 
             
            <tr>
         | 
| 1274 1278 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1275 | 
            -
            <td> <a href="/ | 
| 1279 | 
            +
            <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a widget in the focus chain handled the event.
         | 
| 1276 1280 |  | 
| 1277 1281 | 
             
            </td>
         | 
| 1278 1282 | 
             
            </tr>
         | 
| @@ -1289,7 +1293,7 @@ Retrieves the current focused widget within the window. | |
| 1289 1293 | 
             
            Note that this is the widget that would have the focus
         | 
| 1290 1294 | 
             
            if the toplevel window focused; if the toplevel window
         | 
| 1291 1295 | 
             
            is not focused then  <code class="literal">gtk_widget_has_focus (widget)</code> will
         | 
| 1292 | 
            -
            not be <a href="/ | 
| 1296 | 
            +
            not be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> for the widget.
         | 
| 1293 1297 | 
             
            </p>
         | 
| 1294 1298 | 
             
            <div class="variablelist"><table border="0">
         | 
| 1295 1299 | 
             
            <col align="left" valign="top">
         | 
| @@ -1301,7 +1305,8 @@ not be <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS | |
| 1301 1305 | 
             
            </tr>
         | 
| 1302 1306 | 
             
            <tr>
         | 
| 1303 1307 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1304 | 
            -
            <td> the currently focused widget, or <a href="/ | 
| 1308 | 
            +
            <td> the currently focused widget, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there is none. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 1309 | 
            +
            </td>
         | 
| 1305 1310 | 
             
            </tr>
         | 
| 1306 1311 | 
             
            </tbody>
         | 
| 1307 1312 | 
             
            </table></div>
         | 
| @@ -1313,7 +1318,7 @@ not be <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS | |
| 1313 1318 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *focus</code></em>);</pre>
         | 
| 1314 1319 | 
             
            <p>
         | 
| 1315 1320 | 
             
            If <em class="parameter"><code>focus</code></em> is not the current focus widget, and is focusable, sets
         | 
| 1316 | 
            -
            it as the focus widget for the window. If <em class="parameter"><code>focus</code></em> is <a href="/ | 
| 1321 | 
            +
            it as the focus widget for the window. If <em class="parameter"><code>focus</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, unsets
         | 
| 1317 1322 | 
             
            the focus widget for this window. To set the focus to a particular
         | 
| 1318 1323 | 
             
            widget in the toplevel, it is usually more convenient to use
         | 
| 1319 1324 | 
             
            <a class="link" href="GtkWidget.html#gtk-widget-grab-focus" title="gtk_widget_grab_focus ()"><code class="function">gtk_widget_grab_focus()</code></a> instead of this function.
         | 
| @@ -1328,8 +1333,9 @@ widget in the toplevel, it is usually more convenient to use | |
| 1328 1333 | 
             
            </tr>
         | 
| 1329 1334 | 
             
            <tr>
         | 
| 1330 1335 | 
             
            <td><p><span class="term"><em class="parameter"><code>focus</code></em> :</span></p></td>
         | 
| 1331 | 
            -
            <td> widget to be the new focus widget, or <a href="/ | 
| 1332 | 
            -
              any focus widget for the toplevel window | 
| 1336 | 
            +
            <td> widget to be the new focus widget, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to unset
         | 
| 1337 | 
            +
              any focus widget for the toplevel window. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 1338 | 
            +
            </td>
         | 
| 1333 1339 | 
             
            </tr>
         | 
| 1334 1340 | 
             
            </tbody>
         | 
| 1335 1341 | 
             
            </table></div>
         | 
| @@ -1352,7 +1358,7 @@ for more details. | |
| 1352 1358 | 
             
            </tr>
         | 
| 1353 1359 | 
             
            <tr>
         | 
| 1354 1360 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1355 | 
            -
            <td> the default widget, or <a href="/ | 
| 1361 | 
            +
            <td> the default widget, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there is none.
         | 
| 1356 1362 |  | 
| 1357 1363 | 
             
            </td>
         | 
| 1358 1364 | 
             
            </tr>
         | 
| @@ -1384,8 +1390,9 @@ widget you'd like to make the default using <a class="link" href="GtkWidget.html | |
| 1384 1390 | 
             
            </tr>
         | 
| 1385 1391 | 
             
            <tr>
         | 
| 1386 1392 | 
             
            <td><p><span class="term"><em class="parameter"><code>default_widget</code></em> :</span></p></td>
         | 
| 1387 | 
            -
            <td> widget to be the default, or <a href="/ | 
| 1388 | 
            -
                             default widget for the toplevel | 
| 1393 | 
            +
            <td> widget to be the default, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to unset the
         | 
| 1394 | 
            +
                             default widget for the toplevel. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 1395 | 
            +
            </td>
         | 
| 1389 1396 | 
             
            </tr>
         | 
| 1390 1397 | 
             
            </tbody>
         | 
| 1391 1398 | 
             
            </table></div>
         | 
| @@ -1428,7 +1435,7 @@ it is preferable to use <a class="link" href="GtkWindow.html#gtk-window-present- | |
| 1428 1435 | 
             
            <div class="refsect2" title="gtk_window_present_with_time ()">
         | 
| 1429 1436 | 
             
            <a name="gtk-window-present-with-time"></a><h3>gtk_window_present_with_time ()</h3>
         | 
| 1430 1437 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_window_present_with_time        (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 1431 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 1438 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> timestamp</code></em>);</pre>
         | 
| 1432 1439 | 
             
            <p>
         | 
| 1433 1440 | 
             
            Presents a window to the user in response to a user interaction.
         | 
| 1434 1441 | 
             
            If you need to present a window without a timestamp, use 
         | 
| @@ -1669,7 +1676,7 @@ on <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">Gt | |
| 1669 1676 | 
             
            <div class="refsect2" title="gtk_window_set_keep_above ()">
         | 
| 1670 1677 | 
             
            <a name="gtk-window-set-keep-above"></a><h3>gtk_window_set_keep_above ()</h3>
         | 
| 1671 1678 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_window_set_keep_above           (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 1672 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 1679 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
         | 
| 1673 1680 | 
             
            <p>
         | 
| 1674 1681 | 
             
            Asks to keep <em class="parameter"><code>window</code></em> above, so that it stays on top. Note that
         | 
| 1675 1682 | 
             
            you shouldn't assume the window is definitely above afterward,
         | 
| @@ -1714,7 +1721,7 @@ drawing attention to their dialogs. | |
| 1714 1721 | 
             
            <div class="refsect2" title="gtk_window_set_keep_below ()">
         | 
| 1715 1722 | 
             
            <a name="gtk-window-set-keep-below"></a><h3>gtk_window_set_keep_below ()</h3>
         | 
| 1716 1723 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_window_set_keep_below           (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 1717 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 1724 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
         | 
| 1718 1725 | 
             
            <p>
         | 
| 1719 1726 | 
             
            Asks to keep <em class="parameter"><code>window</code></em> below, so that it stays in bottom. Note that
         | 
| 1720 1727 | 
             
            you shouldn't assume the window is definitely below afterward,
         | 
| @@ -1760,10 +1767,10 @@ drawing attention to their dialogs. | |
| 1760 1767 | 
             
            <a name="gtk-window-begin-resize-drag"></a><h3>gtk_window_begin_resize_drag ()</h3>
         | 
| 1761 1768 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_window_begin_resize_drag        (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 1762 1769 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindowEdge"><span class="type">GdkWindowEdge</span></a> edge</code></em>,
         | 
| 1763 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 1764 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 1765 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 1766 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 1770 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> button</code></em>,
         | 
| 1771 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> root_x</code></em>,
         | 
| 1772 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> root_y</code></em>,
         | 
| 1773 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> timestamp</code></em>);</pre>
         | 
| 1767 1774 | 
             
            <p>
         | 
| 1768 1775 | 
             
            Starts resizing a window. This function is used if an application
         | 
| 1769 1776 | 
             
            has window resizing controls. When GDK can support it, the resize
         | 
| @@ -1811,10 +1818,10 @@ potentially not all that well, depending on the windowing system. | |
| 1811 1818 | 
             
            <div class="refsect2" title="gtk_window_begin_move_drag ()">
         | 
| 1812 1819 | 
             
            <a name="gtk-window-begin-move-drag"></a><h3>gtk_window_begin_move_drag ()</h3>
         | 
| 1813 1820 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_window_begin_move_drag          (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 1814 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 1815 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 1816 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 1817 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 1821 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> button</code></em>,
         | 
| 1822 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> root_x</code></em>,
         | 
| 1823 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> root_y</code></em>,
         | 
| 1824 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> timestamp</code></em>);</pre>
         | 
| 1818 1825 | 
             
            <p>
         | 
| 1819 1826 | 
             
            Starts moving a window. This function is used if an application has
         | 
| 1820 1827 | 
             
            window movement grips. When GDK can support it, the window movement
         | 
| @@ -1857,12 +1864,12 @@ potentially not all that well, depending on the windowing system. | |
| 1857 1864 | 
             
            <div class="refsect2" title="gtk_window_set_decorated ()">
         | 
| 1858 1865 | 
             
            <a name="gtk-window-set-decorated"></a><h3>gtk_window_set_decorated ()</h3>
         | 
| 1859 1866 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_window_set_decorated            (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 1860 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 1867 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
         | 
| 1861 1868 | 
             
            <p>
         | 
| 1862 1869 | 
             
            By default, windows are decorated with a title bar, resize
         | 
| 1863 1870 | 
             
            controls, etc.  Some <a class="link" href="gtk-x11.html#gtk-X11-arch" title="Understanding the X11 architecture">window
         | 
| 1864 1871 | 
             
            managers</a> allow GTK+ to disable these decorations, creating a
         | 
| 1865 | 
            -
            borderless window. If you set the decorated property to <a href="/ | 
| 1872 | 
            +
            borderless window. If you set the decorated property to <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
         | 
| 1866 1873 | 
             
            using this function, GTK+ will do its best to convince the window
         | 
| 1867 1874 | 
             
            manager not to decorate the window. Depending on the system, this
         | 
| 1868 1875 | 
             
            function may not have any effect when called on a window that is
         | 
| @@ -1883,7 +1890,7 @@ policy involved. | |
| 1883 1890 | 
             
            <tr>
         | 
| 1884 1891 | 
             
            <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
         | 
| 1885 1892 | 
             
            <td>
         | 
| 1886 | 
            -
            <a href="/ | 
| 1893 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to decorate the window
         | 
| 1887 1894 | 
             
            </td>
         | 
| 1888 1895 | 
             
            </tr>
         | 
| 1889 1896 | 
             
            </tbody>
         | 
| @@ -1893,11 +1900,11 @@ policy involved. | |
| 1893 1900 | 
             
            <div class="refsect2" title="gtk_window_set_deletable ()">
         | 
| 1894 1901 | 
             
            <a name="gtk-window-set-deletable"></a><h3>gtk_window_set_deletable ()</h3>
         | 
| 1895 1902 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_window_set_deletable            (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 1896 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 1903 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
         | 
| 1897 1904 | 
             
            <p>
         | 
| 1898 1905 | 
             
            By default, windows have a close button in the window frame. Some 
         | 
| 1899 1906 | 
             
            <a class="link" href="gtk-x11.html#gtk-X11-arch" title="Understanding the X11 architecture">window managers</a> allow GTK+ to 
         | 
| 1900 | 
            -
            disable this button. If you set the deletable property to <a href="/ | 
| 1907 | 
            +
            disable this button. If you set the deletable property to <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
         | 
| 1901 1908 | 
             
            using this function, GTK+ will do its best to convince the window
         | 
| 1902 1909 | 
             
            manager not to show a close button. Depending on the system, this
         | 
| 1903 1910 | 
             
            function may not have any effect when called on a window that is
         | 
| @@ -1918,7 +1925,7 @@ policy involved. | |
| 1918 1925 | 
             
            <tr>
         | 
| 1919 1926 | 
             
            <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
         | 
| 1920 1927 | 
             
            <td>
         | 
| 1921 | 
            -
            <a href="/ | 
| 1928 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to decorate the window as deletable
         | 
| 1922 1929 | 
             
            </td>
         | 
| 1923 1930 | 
             
            </tr>
         | 
| 1924 1931 | 
             
            </tbody>
         | 
| @@ -1929,10 +1936,10 @@ policy involved. | |
| 1929 1936 | 
             
            <div class="refsect2" title="gtk_window_set_frame_dimensions ()">
         | 
| 1930 1937 | 
             
            <a name="gtk-window-set-frame-dimensions"></a><h3>gtk_window_set_frame_dimensions ()</h3>
         | 
| 1931 1938 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_window_set_frame_dimensions     (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 1932 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 1933 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 1934 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 1935 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 1939 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> left</code></em>,
         | 
| 1940 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> top</code></em>,
         | 
| 1941 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> right</code></em>,
         | 
| 1942 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> bottom</code></em>);</pre>
         | 
| 1936 1943 | 
             
            <p>
         | 
| 1937 1944 | 
             
            (Note: this is a special-purpose function intended for the framebuffer
         | 
| 1938 1945 | 
             
             port; see <a class="link" href="GtkWindow.html#gtk-window-set-has-frame" title="gtk_window_set_has_frame ()"><code class="function">gtk_window_set_has_frame()</code></a>. It will have no effect on the
         | 
| @@ -1978,7 +1985,7 @@ can be used to change the size of the frame border. | |
| 1978 1985 | 
             
            <div class="refsect2" title="gtk_window_set_has_frame ()">
         | 
| 1979 1986 | 
             
            <a name="gtk-window-set-has-frame"></a><h3>gtk_window_set_has_frame ()</h3>
         | 
| 1980 1987 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_window_set_has_frame            (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 1981 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 1988 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
         | 
| 1982 1989 | 
             
            <p>
         | 
| 1983 1990 | 
             
            (Note: this is a special-purpose function for the framebuffer port,
         | 
| 1984 1991 | 
             
             that causes GTK+ to draw its own window border. For most applications,
         | 
| @@ -1986,7 +1993,7 @@ can be used to change the size of the frame border. | |
| 1986 1993 | 
             
             manager whether to draw the window border.)
         | 
| 1987 1994 | 
             
            </p>
         | 
| 1988 1995 | 
             
            <p>
         | 
| 1989 | 
            -
            If this function is called on a window with setting of <a href="/ | 
| 1996 | 
            +
            If this function is called on a window with setting of <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, before
         | 
| 1990 1997 | 
             
            it is realized or showed, it will have a "frame" window around
         | 
| 1991 1998 | 
             
            <em class="parameter"><code>window->window</code></em>, accessible in <em class="parameter"><code>window->frame</code></em>. Using the signal 
         | 
| 1992 1999 | 
             
            frame_event you can receive all events targeted at the frame.
         | 
| @@ -2074,7 +2081,7 @@ will sometimes call <a class="link" href="GtkWindow.html#gtk-window-set-type-hin | |
| 2074 2081 | 
             
            <div class="refsect2" title="gtk_window_set_skip_taskbar_hint ()">
         | 
| 2075 2082 | 
             
            <a name="gtk-window-set-skip-taskbar-hint"></a><h3>gtk_window_set_skip_taskbar_hint ()</h3>
         | 
| 2076 2083 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_window_set_skip_taskbar_hint    (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 2077 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 2084 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
         | 
| 2078 2085 | 
             
            <p>
         | 
| 2079 2086 | 
             
            Windows may set a hint asking the desktop environment not to display
         | 
| 2080 2087 | 
             
            the window in the task bar. This function sets this hint.
         | 
| @@ -2090,7 +2097,7 @@ the window in the task bar. This function sets this hint. | |
| 2090 2097 | 
             
            <tr>
         | 
| 2091 2098 | 
             
            <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
         | 
| 2092 2099 | 
             
            <td>
         | 
| 2093 | 
            -
            <a href="/ | 
| 2100 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to keep this window from appearing in the task bar
         | 
| 2094 2101 | 
             
            </td>
         | 
| 2095 2102 | 
             
            </tr>
         | 
| 2096 2103 | 
             
            </tbody>
         | 
| @@ -2101,7 +2108,7 @@ the window in the task bar. This function sets this hint. | |
| 2101 2108 | 
             
            <div class="refsect2" title="gtk_window_set_skip_pager_hint ()">
         | 
| 2102 2109 | 
             
            <a name="gtk-window-set-skip-pager-hint"></a><h3>gtk_window_set_skip_pager_hint ()</h3>
         | 
| 2103 2110 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_window_set_skip_pager_hint      (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 2104 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 2111 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
         | 
| 2105 2112 | 
             
            <p>
         | 
| 2106 2113 | 
             
            Windows may set a hint asking the desktop environment not to display
         | 
| 2107 2114 | 
             
            the window in the pager. This function sets this hint.
         | 
| @@ -2120,7 +2127,7 @@ on the screen.) | |
| 2120 2127 | 
             
            <tr>
         | 
| 2121 2128 | 
             
            <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
         | 
| 2122 2129 | 
             
            <td>
         | 
| 2123 | 
            -
            <a href="/ | 
| 2130 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to keep this window from appearing in the pager
         | 
| 2124 2131 | 
             
            </td>
         | 
| 2125 2132 | 
             
            </tr>
         | 
| 2126 2133 | 
             
            </tbody>
         | 
| @@ -2131,7 +2138,7 @@ on the screen.) | |
| 2131 2138 | 
             
            <div class="refsect2" title="gtk_window_set_urgency_hint ()">
         | 
| 2132 2139 | 
             
            <a name="gtk-window-set-urgency-hint"></a><h3>gtk_window_set_urgency_hint ()</h3>
         | 
| 2133 2140 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_window_set_urgency_hint         (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 2134 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 2141 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
         | 
| 2135 2142 | 
             
            <p>
         | 
| 2136 2143 | 
             
            Windows may set a hint asking the desktop environment to draw
         | 
| 2137 2144 | 
             
            the users attention to the window. This function sets this hint.
         | 
| @@ -2147,7 +2154,7 @@ the users attention to the window. This function sets this hint. | |
| 2147 2154 | 
             
            <tr>
         | 
| 2148 2155 | 
             
            <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
         | 
| 2149 2156 | 
             
            <td>
         | 
| 2150 | 
            -
            <a href="/ | 
| 2157 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to mark this window as urgent
         | 
| 2151 2158 | 
             
            </td>
         | 
| 2152 2159 | 
             
            </tr>
         | 
| 2153 2160 | 
             
            </tbody>
         | 
| @@ -2158,7 +2165,7 @@ the users attention to the window. This function sets this hint. | |
| 2158 2165 | 
             
            <div class="refsect2" title="gtk_window_set_accept_focus ()">
         | 
| 2159 2166 | 
             
            <a name="gtk-window-set-accept-focus"></a><h3>gtk_window_set_accept_focus ()</h3>
         | 
| 2160 2167 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_window_set_accept_focus         (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 2161 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 2168 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
         | 
| 2162 2169 | 
             
            <p>
         | 
| 2163 2170 | 
             
            Windows may set a hint asking the desktop environment not to receive
         | 
| 2164 2171 | 
             
            the input focus. This function sets this hint.
         | 
| @@ -2174,7 +2181,7 @@ the input focus. This function sets this hint. | |
| 2174 2181 | 
             
            <tr>
         | 
| 2175 2182 | 
             
            <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
         | 
| 2176 2183 | 
             
            <td>
         | 
| 2177 | 
            -
            <a href="/ | 
| 2184 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to let this window receive input focus
         | 
| 2178 2185 | 
             
            </td>
         | 
| 2179 2186 | 
             
            </tr>
         | 
| 2180 2187 | 
             
            </tbody>
         | 
| @@ -2185,7 +2192,7 @@ the input focus. This function sets this hint. | |
| 2185 2192 | 
             
            <div class="refsect2" title="gtk_window_set_focus_on_map ()">
         | 
| 2186 2193 | 
             
            <a name="gtk-window-set-focus-on-map"></a><h3>gtk_window_set_focus_on_map ()</h3>
         | 
| 2187 2194 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_window_set_focus_on_map         (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 2188 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 2195 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
         | 
| 2189 2196 | 
             
            <p>
         | 
| 2190 2197 | 
             
            Windows may set a hint asking the desktop environment not to receive
         | 
| 2191 2198 | 
             
            the input focus when the window is mapped.  This function sets this
         | 
| @@ -2202,7 +2209,7 @@ hint. | |
| 2202 2209 | 
             
            <tr>
         | 
| 2203 2210 | 
             
            <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
         | 
| 2204 2211 | 
             
            <td>
         | 
| 2205 | 
            -
            <a href="/ | 
| 2212 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to let this window receive input focus on map
         | 
| 2206 2213 | 
             
            </td>
         | 
| 2207 2214 | 
             
            </tr>
         | 
| 2208 2215 | 
             
            </tbody>
         | 
| @@ -2213,7 +2220,7 @@ hint. | |
| 2213 2220 | 
             
            <div class="refsect2" title="gtk_window_set_startup_id ()">
         | 
| 2214 2221 | 
             
            <a name="gtk-window-set-startup-id"></a><h3>gtk_window_set_startup_id ()</h3>
         | 
| 2215 2222 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_window_set_startup_id           (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 2216 | 
            -
                                                                     <em class="parameter"><code>const <a href="/ | 
| 2223 | 
            +
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *startup_id</code></em>);</pre>
         | 
| 2217 2224 | 
             
            <p>
         | 
| 2218 2225 | 
             
            Startup notification identifiers are used by desktop environment to 
         | 
| 2219 2226 | 
             
            track application startup, to provide user feedback and other 
         | 
| @@ -2248,7 +2255,7 @@ This function is only useful on X11, not with other GTK+ targets. | |
| 2248 2255 | 
             
            <div class="refsect2" title="gtk_window_set_role ()">
         | 
| 2249 2256 | 
             
            <a name="gtk-window-set-role"></a><h3>gtk_window_set_role ()</h3>
         | 
| 2250 2257 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_window_set_role                 (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 2251 | 
            -
                                                                     <em class="parameter"><code>const <a href="/ | 
| 2258 | 
            +
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *role</code></em>);</pre>
         | 
| 2252 2259 | 
             
            <p>
         | 
| 2253 2260 | 
             
            This function is only useful on X11, not with other GTK+ targets.
         | 
| 2254 2261 | 
             
            </p>
         | 
| @@ -2284,7 +2291,7 @@ restoring the session. | |
| 2284 2291 | 
             
            <hr>
         | 
| 2285 2292 | 
             
            <div class="refsect2" title="gtk_window_get_decorated ()">
         | 
| 2286 2293 | 
             
            <a name="gtk-window-get-decorated"></a><h3>gtk_window_get_decorated ()</h3>
         | 
| 2287 | 
            -
            <pre class="programlisting"><a href="/ | 
| 2294 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_window_get_decorated            (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
         | 
| 2288 2295 | 
             
            <p>
         | 
| 2289 2296 | 
             
            Returns whether the window has been set to have decorations
         | 
| 2290 2297 | 
             
            such as a title bar via <a class="link" href="GtkWindow.html#gtk-window-set-decorated" title="gtk_window_set_decorated ()"><code class="function">gtk_window_set_decorated()</code></a>.
         | 
| @@ -2299,7 +2306,7 @@ such as a title bar via <a class="link" href="GtkWindow.html#gtk-window-set-deco | |
| 2299 2306 | 
             
            </tr>
         | 
| 2300 2307 | 
             
            <tr>
         | 
| 2301 2308 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2302 | 
            -
            <td> <a href="/ | 
| 2309 | 
            +
            <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the window has been set to have decorations
         | 
| 2303 2310 | 
             
            </td>
         | 
| 2304 2311 | 
             
            </tr>
         | 
| 2305 2312 | 
             
            </tbody>
         | 
| @@ -2308,7 +2315,7 @@ such as a title bar via <a class="link" href="GtkWindow.html#gtk-window-set-deco | |
| 2308 2315 | 
             
            <hr>
         | 
| 2309 2316 | 
             
            <div class="refsect2" title="gtk_window_get_deletable ()">
         | 
| 2310 2317 | 
             
            <a name="gtk-window-get-deletable"></a><h3>gtk_window_get_deletable ()</h3>
         | 
| 2311 | 
            -
            <pre class="programlisting"><a href="/ | 
| 2318 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_window_get_deletable            (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
         | 
| 2312 2319 | 
             
            <p>
         | 
| 2313 2320 | 
             
            Returns whether the window has been set to have a close button
         | 
| 2314 2321 | 
             
            via <a class="link" href="GtkWindow.html#gtk-window-set-deletable" title="gtk_window_set_deletable ()"><code class="function">gtk_window_set_deletable()</code></a>.
         | 
| @@ -2323,7 +2330,7 @@ via <a class="link" href="GtkWindow.html#gtk-window-set-deletable" title="gtk_wi | |
| 2323 2330 | 
             
            </tr>
         | 
| 2324 2331 | 
             
            <tr>
         | 
| 2325 2332 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2326 | 
            -
            <td> <a href="/ | 
| 2333 | 
            +
            <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the window has been set to have a close button
         | 
| 2327 2334 |  | 
| 2328 2335 | 
             
            </td>
         | 
| 2329 2336 | 
             
            </tr>
         | 
| @@ -2334,10 +2341,10 @@ via <a class="link" href="GtkWindow.html#gtk-window-set-deletable" title="gtk_wi | |
| 2334 2341 | 
             
            <hr>
         | 
| 2335 2342 | 
             
            <div class="refsect2" title="gtk_window_get_default_icon_list ()">
         | 
| 2336 2343 | 
             
            <a name="gtk-window-get-default-icon-list"></a><h3>gtk_window_get_default_icon_list ()</h3>
         | 
| 2337 | 
            -
            <pre class="programlisting"><a href="/ | 
| 2344 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a>*              gtk_window_get_default_icon_list    (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
         | 
| 2338 2345 | 
             
            <p>
         | 
| 2339 2346 | 
             
            Gets the value set by <a class="link" href="GtkWindow.html#gtk-window-set-default-icon-list" title="gtk_window_set_default_icon_list ()"><code class="function">gtk_window_set_default_icon_list()</code></a>.
         | 
| 2340 | 
            -
            The list is a copy and should be freed with <a href="/ | 
| 2347 | 
            +
            The list is a copy and should be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#g-list-free"><code class="function">g_list_free()</code></a>,
         | 
| 2341 2348 | 
             
            but the pixbufs in the list have not had their reference count
         | 
| 2342 2349 | 
             
            incremented.
         | 
| 2343 2350 | 
             
            </p>
         | 
| @@ -2353,7 +2360,7 @@ incremented. | |
| 2353 2360 | 
             
            <hr>
         | 
| 2354 2361 | 
             
            <div class="refsect2" title="gtk_window_get_default_icon_name ()">
         | 
| 2355 2362 | 
             
            <a name="gtk-window-get-default-icon-name"></a><h3>gtk_window_get_default_icon_name ()</h3>
         | 
| 2356 | 
            -
            <pre class="programlisting"><a href="/ | 
| 2363 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             gtk_window_get_default_icon_name    (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
         | 
| 2357 2364 | 
             
            <p>
         | 
| 2358 2365 | 
             
            Returns the fallback icon name for windows that has been set
         | 
| 2359 2366 | 
             
            with <a class="link" href="GtkWindow.html#gtk-window-set-default-icon-name" title="gtk_window_set_default_icon_name ()"><code class="function">gtk_window_set_default_icon_name()</code></a>. The returned
         | 
| @@ -2376,8 +2383,8 @@ is only valid until the next call to | |
| 2376 2383 | 
             
            <div class="refsect2" title="gtk_window_get_default_size ()">
         | 
| 2377 2384 | 
             
            <a name="gtk-window-get-default-size"></a><h3>gtk_window_get_default_size ()</h3>
         | 
| 2378 2385 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_window_get_default_size         (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 2379 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 2380 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 2386 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *width</code></em>,
         | 
| 2387 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *height</code></em>);</pre>
         | 
| 2381 2388 | 
             
            <p>
         | 
| 2382 2389 | 
             
            Gets the default size of the window. A value of -1 for the width or
         | 
| 2383 2390 | 
             
            height indicates that a default size has not been explicitly set
         | 
| @@ -2394,11 +2401,13 @@ used. | |
| 2394 2401 | 
             
            </tr>
         | 
| 2395 2402 | 
             
            <tr>
         | 
| 2396 2403 | 
             
            <td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
         | 
| 2397 | 
            -
            <td> location to store the default width, or <a href="/ | 
| 2404 | 
            +
            <td> location to store the default width, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 2405 | 
            +
            </td>
         | 
| 2398 2406 | 
             
            </tr>
         | 
| 2399 2407 | 
             
            <tr>
         | 
| 2400 2408 | 
             
            <td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
         | 
| 2401 | 
            -
            <td> location to store the default height, or <a href="/ | 
| 2409 | 
            +
            <td> location to store the default height, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 2410 | 
            +
            </td>
         | 
| 2402 2411 | 
             
            </tr>
         | 
| 2403 2412 | 
             
            </tbody>
         | 
| 2404 2413 | 
             
            </table></div>
         | 
| @@ -2406,7 +2415,7 @@ used. | |
| 2406 2415 | 
             
            <hr>
         | 
| 2407 2416 | 
             
            <div class="refsect2" title="gtk_window_get_destroy_with_parent ()">
         | 
| 2408 2417 | 
             
            <a name="gtk-window-get-destroy-with-parent"></a><h3>gtk_window_get_destroy_with_parent ()</h3>
         | 
| 2409 | 
            -
            <pre class="programlisting"><a href="/ | 
| 2418 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_window_get_destroy_with_parent  (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
         | 
| 2410 2419 | 
             
            <p>
         | 
| 2411 2420 | 
             
            Returns whether the window will be destroyed with its transient parent. See
         | 
| 2412 2421 | 
             
            <a class="link" href="GtkWindow.html#gtk-window-set-destroy-with-parent" title="gtk_window_set_destroy_with_parent ()"><code class="function">gtk_window_set_destroy_with_parent()</code></a>.
         | 
| @@ -2421,7 +2430,7 @@ Returns whether the window will be destroyed with its transient parent. See | |
| 2421 2430 | 
             
            </tr>
         | 
| 2422 2431 | 
             
            <tr>
         | 
| 2423 2432 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2424 | 
            -
            <td> <a href="/ | 
| 2433 | 
            +
            <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the window will be destroyed with its transient parent.
         | 
| 2425 2434 | 
             
            </td>
         | 
| 2426 2435 | 
             
            </tr>
         | 
| 2427 2436 | 
             
            </tbody>
         | 
| @@ -2431,10 +2440,10 @@ Returns whether the window will be destroyed with its transient parent. See | |
| 2431 2440 | 
             
            <div class="refsect2" title="gtk_window_get_frame_dimensions ()">
         | 
| 2432 2441 | 
             
            <a name="gtk-window-get-frame-dimensions"></a><h3>gtk_window_get_frame_dimensions ()</h3>
         | 
| 2433 2442 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_window_get_frame_dimensions     (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 2434 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 2435 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 2436 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 2437 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 2443 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *left</code></em>,
         | 
| 2444 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *top</code></em>,
         | 
| 2445 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *right</code></em>,
         | 
| 2446 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *bottom</code></em>);</pre>
         | 
| 2438 2447 | 
             
            <p>
         | 
| 2439 2448 | 
             
            (Note: this is a special-purpose function intended for the
         | 
| 2440 2449 | 
             
             framebuffer port; see <a class="link" href="GtkWindow.html#gtk-window-set-has-frame" title="gtk_window_set_has_frame ()"><code class="function">gtk_window_set_has_frame()</code></a>. It will not
         | 
| @@ -2457,19 +2466,23 @@ See <a class="link" href="GtkWindow.html#gtk-window-set-has-frame" title="gtk_wi | |
| 2457 2466 | 
             
            </tr>
         | 
| 2458 2467 | 
             
            <tr>
         | 
| 2459 2468 | 
             
            <td><p><span class="term"><em class="parameter"><code>left</code></em> :</span></p></td>
         | 
| 2460 | 
            -
            <td> location to store the width of the frame at the left, or <a href="/ | 
| 2469 | 
            +
            <td> location to store the width of the frame at the left, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 2470 | 
            +
            </td>
         | 
| 2461 2471 | 
             
            </tr>
         | 
| 2462 2472 | 
             
            <tr>
         | 
| 2463 2473 | 
             
            <td><p><span class="term"><em class="parameter"><code>top</code></em> :</span></p></td>
         | 
| 2464 | 
            -
            <td> location to store the height of the frame at the top, or <a href="/ | 
| 2474 | 
            +
            <td> location to store the height of the frame at the top, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 2475 | 
            +
            </td>
         | 
| 2465 2476 | 
             
            </tr>
         | 
| 2466 2477 | 
             
            <tr>
         | 
| 2467 2478 | 
             
            <td><p><span class="term"><em class="parameter"><code>right</code></em> :</span></p></td>
         | 
| 2468 | 
            -
            <td> location to store the width of the frame at the returns, or <a href="/ | 
| 2479 | 
            +
            <td> location to store the width of the frame at the returns, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 2480 | 
            +
            </td>
         | 
| 2469 2481 | 
             
            </tr>
         | 
| 2470 2482 | 
             
            <tr>
         | 
| 2471 2483 | 
             
            <td><p><span class="term"><em class="parameter"><code>bottom</code></em> :</span></p></td>
         | 
| 2472 | 
            -
            <td> location to store the height of the frame at the bottom, or <a href="/ | 
| 2484 | 
            +
            <td> location to store the height of the frame at the bottom, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 2485 | 
            +
            </td>
         | 
| 2473 2486 | 
             
            </tr>
         | 
| 2474 2487 | 
             
            </tbody>
         | 
| 2475 2488 | 
             
            </table></div>
         | 
| @@ -2477,7 +2490,7 @@ See <a class="link" href="GtkWindow.html#gtk-window-set-has-frame" title="gtk_wi | |
| 2477 2490 | 
             
            <hr>
         | 
| 2478 2491 | 
             
            <div class="refsect2" title="gtk_window_get_has_frame ()">
         | 
| 2479 2492 | 
             
            <a name="gtk-window-get-has-frame"></a><h3>gtk_window_get_has_frame ()</h3>
         | 
| 2480 | 
            -
            <pre class="programlisting"><a href="/ | 
| 2493 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_window_get_has_frame            (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
         | 
| 2481 2494 | 
             
            <p>
         | 
| 2482 2495 | 
             
            Accessor for whether the window has a frame window exterior to
         | 
| 2483 2496 | 
             
            <em class="parameter"><code>window->window</code></em>. Gets the value set by <a class="link" href="GtkWindow.html#gtk-window-set-has-frame" title="gtk_window_set_has_frame ()"><code class="function">gtk_window_set_has_frame()</code></a>.
         | 
| @@ -2492,7 +2505,7 @@ Accessor for whether the window has a frame window exterior to | |
| 2492 2505 | 
             
            </tr>
         | 
| 2493 2506 | 
             
            <tr>
         | 
| 2494 2507 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2495 | 
            -
            <td> <a href="/ | 
| 2508 | 
            +
            <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a frame has been added to the window
         | 
| 2496 2509 | 
             
              via <a class="link" href="GtkWindow.html#gtk-window-set-has-frame" title="gtk_window_set_has_frame ()"><code class="function">gtk_window_set_has_frame()</code></a>.
         | 
| 2497 2510 | 
             
            </td>
         | 
| 2498 2511 | 
             
            </tr>
         | 
| @@ -2518,7 +2531,8 @@ the icon list). | |
| 2518 2531 | 
             
            </tr>
         | 
| 2519 2532 | 
             
            <tr>
         | 
| 2520 2533 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2521 | 
            -
            <td> icon for window. <acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym | 
| 2534 | 
            +
            <td> icon for window. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 2535 | 
            +
            </td>
         | 
| 2522 2536 | 
             
            </tr>
         | 
| 2523 2537 | 
             
            </tbody>
         | 
| 2524 2538 | 
             
            </table></div>
         | 
| @@ -2526,7 +2540,7 @@ the icon list). | |
| 2526 2540 | 
             
            <hr>
         | 
| 2527 2541 | 
             
            <div class="refsect2" title="gtk_window_get_icon_list ()">
         | 
| 2528 2542 | 
             
            <a name="gtk-window-get-icon-list"></a><h3>gtk_window_get_icon_list ()</h3>
         | 
| 2529 | 
            -
            <pre class="programlisting"><a href="/ | 
| 2543 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a>*              gtk_window_get_icon_list            (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
         | 
| 2530 2544 | 
             
            <p>
         | 
| 2531 2545 | 
             
            Retrieves the list of icons set by <a class="link" href="GtkWindow.html#gtk-window-set-icon-list" title="gtk_window_set_icon_list ()"><code class="function">gtk_window_set_icon_list()</code></a>.
         | 
| 2532 2546 | 
             
            The list is copied, but the reference count on each
         | 
| @@ -2542,7 +2556,8 @@ member won't be incremented. | |
| 2542 2556 | 
             
            </tr>
         | 
| 2543 2557 | 
             
            <tr>
         | 
| 2544 2558 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2545 | 
            -
            <td> copy of window's icon list. <acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GdkPixbuf | 
| 2559 | 
            +
            <td> copy of window's icon list. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GdkPixbuf][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym> GdkPixbuf]</span>
         | 
| 2560 | 
            +
            </td>
         | 
| 2546 2561 | 
             
            </tr>
         | 
| 2547 2562 | 
             
            </tbody>
         | 
| 2548 2563 | 
             
            </table></div>
         | 
| @@ -2550,7 +2565,7 @@ member won't be incremented. | |
| 2550 2565 | 
             
            <hr>
         | 
| 2551 2566 | 
             
            <div class="refsect2" title="gtk_window_get_icon_name ()">
         | 
| 2552 2567 | 
             
            <a name="gtk-window-get-icon-name"></a><h3>gtk_window_get_icon_name ()</h3>
         | 
| 2553 | 
            -
            <pre class="programlisting"><a href="/ | 
| 2568 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             gtk_window_get_icon_name            (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
         | 
| 2554 2569 | 
             
            <p>
         | 
| 2555 2570 | 
             
            Returns the name of the themed icon for the window,
         | 
| 2556 2571 | 
             
            see <a class="link" href="GtkWindow.html#gtk-window-set-icon-name" title="gtk_window_set_icon_name ()"><code class="function">gtk_window_set_icon_name()</code></a>.
         | 
| @@ -2565,7 +2580,7 @@ see <a class="link" href="GtkWindow.html#gtk-window-set-icon-name" title="gtk_wi | |
| 2565 2580 | 
             
            </tr>
         | 
| 2566 2581 | 
             
            <tr>
         | 
| 2567 2582 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2568 | 
            -
            <td> the icon name or <a href="/ | 
| 2583 | 
            +
            <td> the icon name or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the window has 
         | 
| 2569 2584 | 
             
            no themed icon
         | 
| 2570 2585 |  | 
| 2571 2586 | 
             
            </td>
         | 
| @@ -2602,7 +2617,7 @@ Returns the mnemonic modifier for this window. See | |
| 2602 2617 | 
             
            <hr>
         | 
| 2603 2618 | 
             
            <div class="refsect2" title="gtk_window_get_modal ()">
         | 
| 2604 2619 | 
             
            <a name="gtk-window-get-modal"></a><h3>gtk_window_get_modal ()</h3>
         | 
| 2605 | 
            -
            <pre class="programlisting"><a href="/ | 
| 2620 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_window_get_modal                (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
         | 
| 2606 2621 | 
             
            <p>
         | 
| 2607 2622 | 
             
            Returns whether the window is modal. See <a class="link" href="GtkWindow.html#gtk-window-set-modal" title="gtk_window_set_modal ()"><code class="function">gtk_window_set_modal()</code></a>.
         | 
| 2608 2623 | 
             
            </p>
         | 
| @@ -2616,7 +2631,7 @@ Returns whether the window is modal. See <a class="link" href="GtkWindow.html#gt | |
| 2616 2631 | 
             
            </tr>
         | 
| 2617 2632 | 
             
            <tr>
         | 
| 2618 2633 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2619 | 
            -
            <td> <a href="/ | 
| 2634 | 
            +
            <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the window is set to be modal and
         | 
| 2620 2635 | 
             
                          establishes a grab when shown
         | 
| 2621 2636 | 
             
            </td>
         | 
| 2622 2637 | 
             
            </tr>
         | 
| @@ -2627,8 +2642,8 @@ Returns whether the window is modal. See <a class="link" href="GtkWindow.html#gt | |
| 2627 2642 | 
             
            <div class="refsect2" title="gtk_window_get_position ()">
         | 
| 2628 2643 | 
             
            <a name="gtk-window-get-position"></a><h3>gtk_window_get_position ()</h3>
         | 
| 2629 2644 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_window_get_position             (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 2630 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 2631 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 2645 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *root_x</code></em>,
         | 
| 2646 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *root_y</code></em>);</pre>
         | 
| 2632 2647 | 
             
            <p>
         | 
| 2633 2648 | 
             
            This function returns the position you need to pass to
         | 
| 2634 2649 | 
             
            <a class="link" href="GtkWindow.html#gtk-window-move" title="gtk_window_move ()"><code class="function">gtk_window_move()</code></a> to keep <em class="parameter"><code>window</code></em> in its current position.  This
         | 
| @@ -2696,7 +2711,7 @@ the window manager to save your window sizes and positions. | |
| 2696 2711 | 
             
            <hr>
         | 
| 2697 2712 | 
             
            <div class="refsect2" title="gtk_window_get_role ()">
         | 
| 2698 2713 | 
             
            <a name="gtk-window-get-role"></a><h3>gtk_window_get_role ()</h3>
         | 
| 2699 | 
            -
            <pre class="programlisting">const <a href="/ | 
| 2714 | 
            +
            <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       gtk_window_get_role                 (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
         | 
| 2700 2715 | 
             
            <p>
         | 
| 2701 2716 | 
             
            Returns the role of the window. See <a class="link" href="GtkWindow.html#gtk-window-set-role" title="gtk_window_set_role ()"><code class="function">gtk_window_set_role()</code></a> for
         | 
| 2702 2717 | 
             
            further explanation.
         | 
| @@ -2711,7 +2726,7 @@ further explanation. | |
| 2711 2726 | 
             
            </tr>
         | 
| 2712 2727 | 
             
            <tr>
         | 
| 2713 2728 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2714 | 
            -
            <td> the role of the window if set, or <a href="/ | 
| 2729 | 
            +
            <td> the role of the window if set, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. The
         | 
| 2715 2730 | 
             
              returned is owned by the widget and must not be modified
         | 
| 2716 2731 | 
             
              or freed.
         | 
| 2717 2732 | 
             
            </td>
         | 
| @@ -2723,8 +2738,8 @@ further explanation. | |
| 2723 2738 | 
             
            <div class="refsect2" title="gtk_window_get_size ()">
         | 
| 2724 2739 | 
             
            <a name="gtk-window-get-size"></a><h3>gtk_window_get_size ()</h3>
         | 
| 2725 2740 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_window_get_size                 (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 2726 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 2727 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 2741 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *width</code></em>,
         | 
| 2742 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *height</code></em>);</pre>
         | 
| 2728 2743 | 
             
            <p>
         | 
| 2729 2744 | 
             
            Obtains the current size of <em class="parameter"><code>window</code></em>. If <em class="parameter"><code>window</code></em> is not onscreen,
         | 
| 2730 2745 | 
             
            it returns the size GTK+ will suggest to the <a class="link" href="gtk-x11.html#gtk-X11-arch" title="Understanding the X11 architecture">window manager</a> for the initial window
         | 
| @@ -2784,11 +2799,13 @@ handle the details for you. | |
| 2784 2799 | 
             
            </tr>
         | 
| 2785 2800 | 
             
            <tr>
         | 
| 2786 2801 | 
             
            <td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
         | 
| 2787 | 
            -
            <td> return location for width, or <a href="/ | 
| 2802 | 
            +
            <td> return location for width, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 2803 | 
            +
            </td>
         | 
| 2788 2804 | 
             
            </tr>
         | 
| 2789 2805 | 
             
            <tr>
         | 
| 2790 2806 | 
             
            <td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
         | 
| 2791 | 
            -
            <td> return location for height, or <a href="/ | 
| 2807 | 
            +
            <td> return location for height, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 2808 | 
            +
            </td>
         | 
| 2792 2809 | 
             
            </tr>
         | 
| 2793 2810 | 
             
            </tbody>
         | 
| 2794 2811 | 
             
            </table></div>
         | 
| @@ -2796,7 +2813,7 @@ handle the details for you. | |
| 2796 2813 | 
             
            <hr>
         | 
| 2797 2814 | 
             
            <div class="refsect2" title="gtk_window_get_title ()">
         | 
| 2798 2815 | 
             
            <a name="gtk-window-get-title"></a><h3>gtk_window_get_title ()</h3>
         | 
| 2799 | 
            -
            <pre class="programlisting">const <a href="/ | 
| 2816 | 
            +
            <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       gtk_window_get_title                (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
         | 
| 2800 2817 | 
             
            <p>
         | 
| 2801 2818 | 
             
            Retrieves the title of the window. See <a class="link" href="GtkWindow.html#gtk-window-set-title" title="gtk_window_set_title ()"><code class="function">gtk_window_set_title()</code></a>.
         | 
| 2802 2819 | 
             
            </p>
         | 
| @@ -2810,7 +2827,7 @@ Retrieves the title of the window. See <a class="link" href="GtkWindow.html#gtk- | |
| 2810 2827 | 
             
            </tr>
         | 
| 2811 2828 | 
             
            <tr>
         | 
| 2812 2829 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2813 | 
            -
            <td> the title of the window, or <a href="/ | 
| 2830 | 
            +
            <td> the title of the window, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none has
         | 
| 2814 2831 | 
             
               been set explicitely. The returned string is owned by the widget
         | 
| 2815 2832 | 
             
               and must not be modified or freed.
         | 
| 2816 2833 | 
             
            </td>
         | 
| @@ -2836,8 +2853,9 @@ Fetches the transient parent for this window. See | |
| 2836 2853 | 
             
            </tr>
         | 
| 2837 2854 | 
             
            <tr>
         | 
| 2838 2855 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2839 | 
            -
            <td> the transient parent for this window, or <a href="/ | 
| 2840 | 
            -
               if no transient parent has been set | 
| 2856 | 
            +
            <td> the transient parent for this window, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
         | 
| 2857 | 
            +
               if no transient parent has been set. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 2858 | 
            +
            </td>
         | 
| 2841 2859 | 
             
            </tr>
         | 
| 2842 2860 | 
             
            </tbody>
         | 
| 2843 2861 | 
             
            </table></div>
         | 
| @@ -2868,7 +2886,7 @@ Gets the type hint for this window. See <a class="link" href="GtkWindow.html#gtk | |
| 2868 2886 | 
             
            <hr>
         | 
| 2869 2887 | 
             
            <div class="refsect2" title="gtk_window_get_skip_taskbar_hint ()">
         | 
| 2870 2888 | 
             
            <a name="gtk-window-get-skip-taskbar-hint"></a><h3>gtk_window_get_skip_taskbar_hint ()</h3>
         | 
| 2871 | 
            -
            <pre class="programlisting"><a href="/ | 
| 2889 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_window_get_skip_taskbar_hint    (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
         | 
| 2872 2890 | 
             
            <p>
         | 
| 2873 2891 | 
             
            Gets the value set by <a class="link" href="GtkWindow.html#gtk-window-set-skip-taskbar-hint" title="gtk_window_set_skip_taskbar_hint ()"><code class="function">gtk_window_set_skip_taskbar_hint()</code></a>
         | 
| 2874 2892 | 
             
            </p>
         | 
| @@ -2882,7 +2900,7 @@ Gets the value set by <a class="link" href="GtkWindow.html#gtk-window-set-skip-t | |
| 2882 2900 | 
             
            </tr>
         | 
| 2883 2901 | 
             
            <tr>
         | 
| 2884 2902 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2885 | 
            -
            <td> <a href="/ | 
| 2903 | 
            +
            <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if window shouldn't be in taskbar
         | 
| 2886 2904 |  | 
| 2887 2905 | 
             
            </td>
         | 
| 2888 2906 | 
             
            </tr>
         | 
| @@ -2893,7 +2911,7 @@ Gets the value set by <a class="link" href="GtkWindow.html#gtk-window-set-skip-t | |
| 2893 2911 | 
             
            <hr>
         | 
| 2894 2912 | 
             
            <div class="refsect2" title="gtk_window_get_skip_pager_hint ()">
         | 
| 2895 2913 | 
             
            <a name="gtk-window-get-skip-pager-hint"></a><h3>gtk_window_get_skip_pager_hint ()</h3>
         | 
| 2896 | 
            -
            <pre class="programlisting"><a href="/ | 
| 2914 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_window_get_skip_pager_hint      (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
         | 
| 2897 2915 | 
             
            <p>
         | 
| 2898 2916 | 
             
            Gets the value set by <a class="link" href="GtkWindow.html#gtk-window-set-skip-pager-hint" title="gtk_window_set_skip_pager_hint ()"><code class="function">gtk_window_set_skip_pager_hint()</code></a>.
         | 
| 2899 2917 | 
             
            </p>
         | 
| @@ -2907,7 +2925,7 @@ Gets the value set by <a class="link" href="GtkWindow.html#gtk-window-set-skip-p | |
| 2907 2925 | 
             
            </tr>
         | 
| 2908 2926 | 
             
            <tr>
         | 
| 2909 2927 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2910 | 
            -
            <td> <a href="/ | 
| 2928 | 
            +
            <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if window shouldn't be in pager
         | 
| 2911 2929 |  | 
| 2912 2930 | 
             
            </td>
         | 
| 2913 2931 | 
             
            </tr>
         | 
| @@ -2918,7 +2936,7 @@ Gets the value set by <a class="link" href="GtkWindow.html#gtk-window-set-skip-p | |
| 2918 2936 | 
             
            <hr>
         | 
| 2919 2937 | 
             
            <div class="refsect2" title="gtk_window_get_urgency_hint ()">
         | 
| 2920 2938 | 
             
            <a name="gtk-window-get-urgency-hint"></a><h3>gtk_window_get_urgency_hint ()</h3>
         | 
| 2921 | 
            -
            <pre class="programlisting"><a href="/ | 
| 2939 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_window_get_urgency_hint         (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
         | 
| 2922 2940 | 
             
            <p>
         | 
| 2923 2941 | 
             
            Gets the value set by <a class="link" href="GtkWindow.html#gtk-window-set-urgency-hint" title="gtk_window_set_urgency_hint ()"><code class="function">gtk_window_set_urgency_hint()</code></a>
         | 
| 2924 2942 | 
             
            </p>
         | 
| @@ -2932,7 +2950,7 @@ Gets the value set by <a class="link" href="GtkWindow.html#gtk-window-set-urgenc | |
| 2932 2950 | 
             
            </tr>
         | 
| 2933 2951 | 
             
            <tr>
         | 
| 2934 2952 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2935 | 
            -
            <td> <a href="/ | 
| 2953 | 
            +
            <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if window is urgent
         | 
| 2936 2954 |  | 
| 2937 2955 | 
             
            </td>
         | 
| 2938 2956 | 
             
            </tr>
         | 
| @@ -2943,7 +2961,7 @@ Gets the value set by <a class="link" href="GtkWindow.html#gtk-window-set-urgenc | |
| 2943 2961 | 
             
            <hr>
         | 
| 2944 2962 | 
             
            <div class="refsect2" title="gtk_window_get_accept_focus ()">
         | 
| 2945 2963 | 
             
            <a name="gtk-window-get-accept-focus"></a><h3>gtk_window_get_accept_focus ()</h3>
         | 
| 2946 | 
            -
            <pre class="programlisting"><a href="/ | 
| 2964 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_window_get_accept_focus         (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
         | 
| 2947 2965 | 
             
            <p>
         | 
| 2948 2966 | 
             
            Gets the value set by <a class="link" href="GtkWindow.html#gtk-window-set-accept-focus" title="gtk_window_set_accept_focus ()"><code class="function">gtk_window_set_accept_focus()</code></a>.
         | 
| 2949 2967 | 
             
            </p>
         | 
| @@ -2957,7 +2975,7 @@ Gets the value set by <a class="link" href="GtkWindow.html#gtk-window-set-accept | |
| 2957 2975 | 
             
            </tr>
         | 
| 2958 2976 | 
             
            <tr>
         | 
| 2959 2977 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2960 | 
            -
            <td> <a href="/ | 
| 2978 | 
            +
            <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if window should receive the input focus
         | 
| 2961 2979 |  | 
| 2962 2980 | 
             
            </td>
         | 
| 2963 2981 | 
             
            </tr>
         | 
| @@ -2968,7 +2986,7 @@ Gets the value set by <a class="link" href="GtkWindow.html#gtk-window-set-accept | |
| 2968 2986 | 
             
            <hr>
         | 
| 2969 2987 | 
             
            <div class="refsect2" title="gtk_window_get_focus_on_map ()">
         | 
| 2970 2988 | 
             
            <a name="gtk-window-get-focus-on-map"></a><h3>gtk_window_get_focus_on_map ()</h3>
         | 
| 2971 | 
            -
            <pre class="programlisting"><a href="/ | 
| 2989 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_window_get_focus_on_map         (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
         | 
| 2972 2990 | 
             
            <p>
         | 
| 2973 2991 | 
             
            Gets the value set by <a class="link" href="GtkWindow.html#gtk-window-set-focus-on-map" title="gtk_window_set_focus_on_map ()"><code class="function">gtk_window_set_focus_on_map()</code></a>.
         | 
| 2974 2992 | 
             
            </p>
         | 
| @@ -2982,7 +3000,7 @@ Gets the value set by <a class="link" href="GtkWindow.html#gtk-window-set-focus- | |
| 2982 3000 | 
             
            </tr>
         | 
| 2983 3001 | 
             
            <tr>
         | 
| 2984 3002 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2985 | 
            -
            <td> <a href="/ | 
| 3003 | 
            +
            <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if window should receive the input focus when
         | 
| 2986 3004 | 
             
            mapped.
         | 
| 2987 3005 |  | 
| 2988 3006 | 
             
            </td>
         | 
| @@ -2997,7 +3015,7 @@ mapped. | |
| 2997 3015 | 
             
            <pre class="programlisting"><a class="link" href="GtkWindowGroup.html" title="GtkWindowGroup"><span class="returnvalue">GtkWindowGroup</span></a> *    gtk_window_get_group                (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
         | 
| 2998 3016 | 
             
            <p>
         | 
| 2999 3017 | 
             
            Returns the group for <em class="parameter"><code>window</code></em> or the default group, if
         | 
| 3000 | 
            -
            <em class="parameter"><code>window</code></em> is <a href="/ | 
| 3018 | 
            +
            <em class="parameter"><code>window</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> or if <em class="parameter"><code>window</code></em> does not have an explicit
         | 
| 3001 3019 | 
             
            window group.
         | 
| 3002 3020 | 
             
            </p>
         | 
| 3003 3021 | 
             
            <div class="variablelist"><table border="0">
         | 
| @@ -3005,18 +3023,44 @@ window group. | |
| 3005 3023 | 
             
            <tbody>
         | 
| 3006 3024 | 
             
            <tr>
         | 
| 3007 3025 | 
             
            <td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
         | 
| 3008 | 
            -
            <td> a <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>, or <a href="/ | 
| 3026 | 
            +
            <td> a <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 3027 | 
            +
            </td>
         | 
| 3009 3028 | 
             
            </tr>
         | 
| 3010 3029 | 
             
            <tr>
         | 
| 3011 3030 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 3012 | 
            -
            <td> the <a class="link" href="GtkWindowGroup.html" title="GtkWindowGroup"><span class="type">GtkWindowGroup</span></a> for a window or the default group
         | 
| 3013 | 
            -
             | 
| 3031 | 
            +
            <td> the <a class="link" href="GtkWindowGroup.html" title="GtkWindowGroup"><span class="type">GtkWindowGroup</span></a> for a window or the default group. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 3032 | 
            +
            </td>
         | 
| 3014 3033 | 
             
            </tr>
         | 
| 3015 3034 | 
             
            </tbody>
         | 
| 3016 3035 | 
             
            </table></div>
         | 
| 3017 3036 | 
             
            <p class="since">Since 2.10</p>
         | 
| 3018 3037 | 
             
            </div>
         | 
| 3019 3038 | 
             
            <hr>
         | 
| 3039 | 
            +
            <div class="refsect2" title="gtk_window_has_group ()">
         | 
| 3040 | 
            +
            <a name="gtk-window-has-group"></a><h3>gtk_window_has_group ()</h3>
         | 
| 3041 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_window_has_group                (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
         | 
| 3042 | 
            +
            <p>
         | 
| 3043 | 
            +
            Returns whether <em class="parameter"><code>window</code></em> has an explicit window group.
         | 
| 3044 | 
            +
            </p>
         | 
| 3045 | 
            +
            <div class="variablelist"><table border="0">
         | 
| 3046 | 
            +
            <col align="left" valign="top">
         | 
| 3047 | 
            +
            <tbody>
         | 
| 3048 | 
            +
            <tr>
         | 
| 3049 | 
            +
            <td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
         | 
| 3050 | 
            +
            <td>a <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>
         | 
| 3051 | 
            +
            </td>
         | 
| 3052 | 
            +
            </tr>
         | 
| 3053 | 
            +
            <tr>
         | 
| 3054 | 
            +
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 3055 | 
            +
            <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>window</code></em> has an explicit window group.
         | 
| 3056 | 
            +
             | 
| 3057 | 
            +
            Since 2.22
         | 
| 3058 | 
            +
            </td>
         | 
| 3059 | 
            +
            </tr>
         | 
| 3060 | 
            +
            </tbody>
         | 
| 3061 | 
            +
            </table></div>
         | 
| 3062 | 
            +
            </div>
         | 
| 3063 | 
            +
            <hr>
         | 
| 3020 3064 | 
             
            <div class="refsect2" title="gtk_window_get_window_type ()">
         | 
| 3021 3065 | 
             
            <a name="gtk-window-get-window-type"></a><h3>gtk_window_get_window_type ()</h3>
         | 
| 3022 3066 | 
             
            <pre class="programlisting"><a class="link" href="gtk-Standard-Enumerations.html#GtkWindowType" title="enum GtkWindowType"><span class="returnvalue">GtkWindowType</span></a>       gtk_window_get_window_type          (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
         | 
| @@ -3045,8 +3089,8 @@ Gets the type of the window. See <a class="link" href="gtk-Standard-Enumerations | |
| 3045 3089 | 
             
            <div class="refsect2" title="gtk_window_move ()">
         | 
| 3046 3090 | 
             
            <a name="gtk-window-move"></a><h3>gtk_window_move ()</h3>
         | 
| 3047 3091 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_window_move                     (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 3048 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 3049 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 3092 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
         | 
| 3093 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);</pre>
         | 
| 3050 3094 | 
             
            <p>
         | 
| 3051 3095 | 
             
            Asks the <a class="link" href="gtk-x11.html#gtk-X11-arch" title="Understanding the X11 architecture">window manager</a> to move
         | 
| 3052 3096 | 
             
            <em class="parameter"><code>window</code></em> to the given position.  Window managers are free to ignore
         | 
| @@ -3112,8 +3156,8 @@ The <a class="link" href="GtkWindow.html#gtk-window-get-position" title="gtk_win | |
| 3112 3156 | 
             
            <hr>
         | 
| 3113 3157 | 
             
            <div class="refsect2" title="gtk_window_parse_geometry ()">
         | 
| 3114 3158 | 
             
            <a name="gtk-window-parse-geometry"></a><h3>gtk_window_parse_geometry ()</h3>
         | 
| 3115 | 
            -
            <pre class="programlisting"><a href="/ | 
| 3116 | 
            -
                                                                     <em class="parameter"><code>const <a href="/ | 
| 3159 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_window_parse_geometry           (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 3160 | 
            +
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *geometry</code></em>);</pre>
         | 
| 3117 3161 | 
             
            <p>
         | 
| 3118 3162 | 
             
            Parses a standard X Window System geometry string - see the
         | 
| 3119 3163 | 
             
            manual page for X (type 'man X') for details on this.
         | 
| @@ -3122,12 +3166,12 @@ including Win32 but is primarily intended for an X environment. | |
| 3122 3166 | 
             
            </p>
         | 
| 3123 3167 | 
             
            <p>
         | 
| 3124 3168 | 
             
            If either a size or a position can be extracted from the
         | 
| 3125 | 
            -
            geometry string, <a class="link" href="GtkWindow.html#gtk-window-parse-geometry" title="gtk_window_parse_geometry ()"><code class="function">gtk_window_parse_geometry()</code></a> returns <a href="/ | 
| 3169 | 
            +
            geometry string, <a class="link" href="GtkWindow.html#gtk-window-parse-geometry" title="gtk_window_parse_geometry ()"><code class="function">gtk_window_parse_geometry()</code></a> returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>
         | 
| 3126 3170 | 
             
            and calls <a class="link" href="GtkWindow.html#gtk-window-set-default-size" title="gtk_window_set_default_size ()"><code class="function">gtk_window_set_default_size()</code></a> and/or <a class="link" href="GtkWindow.html#gtk-window-move" title="gtk_window_move ()"><code class="function">gtk_window_move()</code></a>
         | 
| 3127 3171 | 
             
            to resize/move the window.
         | 
| 3128 3172 | 
             
            </p>
         | 
| 3129 3173 | 
             
            <p>
         | 
| 3130 | 
            -
            If <a class="link" href="GtkWindow.html#gtk-window-parse-geometry" title="gtk_window_parse_geometry ()"><code class="function">gtk_window_parse_geometry()</code></a> returns <a href="/ | 
| 3174 | 
            +
            If <a class="link" href="GtkWindow.html#gtk-window-parse-geometry" title="gtk_window_parse_geometry ()"><code class="function">gtk_window_parse_geometry()</code></a> returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, it will also
         | 
| 3131 3175 | 
             
            set the <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GDK-HINT-USER-POS:CAPS"><span class="type">GDK_HINT_USER_POS</span></a> and/or <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GDK-HINT-USER-SIZE:CAPS"><span class="type">GDK_HINT_USER_SIZE</span></a> hints
         | 
| 3132 3176 | 
             
            indicating to the window manager that the size/position of
         | 
| 3133 3177 | 
             
            the window was user-specified. This causes most window
         | 
| @@ -3189,7 +3233,7 @@ on the window. | |
| 3189 3233 | 
             
                    <td class="listing_code"><pre class="programlisting"><span class="preproc">#include</span><span class="normal"> </span><span class="string"><gtk/gtk.h></span>
         | 
| 3190 3234 | 
             
            <span class="normal">   </span>
         | 
| 3191 3235 | 
             
            <span class="keyword">static</span><span class="normal"> </span><span class="type">void</span>
         | 
| 3192 | 
            -
            <span class="function">fill_with_content</span><span class="normal"> </span><span class="symbol">(</span><span class=" | 
| 3236 | 
            +
            <span class="function">fill_with_content</span><span class="normal"> </span><span class="symbol">(</span><span class="usertype">GtkWidget</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">vbox</span><span class="symbol">)</span>
         | 
| 3193 3237 | 
             
            <span class="cbracket">{</span>
         | 
| 3194 3238 | 
             
            <span class="normal">  </span><span class="comment">/* fill with content... */</span>
         | 
| 3195 3239 | 
             
            <span class="cbracket">}</span>
         | 
| @@ -3197,26 +3241,26 @@ on the window. | |
| 3197 3241 | 
             
            <span class="type">int</span>
         | 
| 3198 3242 | 
             
            <span class="function">main</span><span class="normal"> </span><span class="symbol">(</span><span class="type">int</span><span class="normal"> argc</span><span class="symbol">,</span><span class="normal"> </span><span class="type">char</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">argv</span><span class="symbol">[])</span>
         | 
| 3199 3243 | 
             
            <span class="cbracket">{</span>
         | 
| 3200 | 
            -
            <span class="normal">   | 
| 3201 | 
            -
            <span class="normal">   | 
| 3244 | 
            +
            <span class="normal">  </span><span class="usertype">GtkWidget</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">window</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">vbox</span><span class="symbol">;</span>
         | 
| 3245 | 
            +
            <span class="normal">  </span><span class="usertype">GdkGeometry</span><span class="normal"> size_hints </span><span class="symbol">=</span><span class="normal"> </span><span class="cbracket">{</span>
         | 
| 3202 3246 | 
             
            <span class="normal">    </span><span class="number">100</span><span class="symbol">,</span><span class="normal"> </span><span class="number">50</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">,</span><span class="normal"> </span><span class="number">100</span><span class="symbol">,</span><span class="normal"> </span><span class="number">50</span><span class="symbol">,</span><span class="normal"> </span><span class="number">10</span><span class="symbol">,</span><span class="normal"> </span><span class="number">10</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0.0</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0.0</span><span class="symbol">,</span><span class="normal"> <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GDK-GRAVITY-NORTH-WEST:CAPS">GDK_GRAVITY_NORTH_WEST</a>  </span>
         | 
| 3203 3247 | 
             
            <span class="normal">  </span><span class="cbracket">}</span><span class="symbol">;</span>
         | 
| 3204 3248 | 
             
            <span class="normal">   </span>
         | 
| 3205 3249 | 
             
            <span class="normal">  </span><span class="function"><a href="gtk-General.html#gtk-init">gtk_init</a></span><span class="normal"> </span><span class="symbol">(&</span><span class="normal">argc</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&</span><span class="normal">argv</span><span class="symbol">);</span>
         | 
| 3206 3250 | 
             
            <span class="normal">  </span>
         | 
| 3207 3251 | 
             
            <span class="normal">  window </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkWindow.html#gtk-window-new">gtk_window_new</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="gtk-Standard-Enumerations.html#GTK-WINDOW-TOPLEVEL:CAPS">GTK_WINDOW_TOPLEVEL</a></span><span class="symbol">);</span>
         | 
| 3208 | 
            -
            <span class="normal">  vbox </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkVBox.html#gtk-vbox-new">gtk_vbox_new</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="/ | 
| 3252 | 
            +
            <span class="normal">  vbox </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkVBox.html#gtk-vbox-new">gtk_vbox_new</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS">FALSE</a></span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">);</span>
         | 
| 3209 3253 | 
             
            <span class="normal">  </span>
         | 
| 3210 3254 | 
             
            <span class="normal">  </span><span class="function"><a href="GtkContainer.html#gtk-container-add">gtk_container_add</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_CONTAINER</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">window</span><span class="symbol">),</span><span class="normal"> vbox</span><span class="symbol">);</span>
         | 
| 3211 3255 | 
             
            <span class="normal">  </span><span class="function">fill_with_content</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">vbox</span><span class="symbol">);</span>
         | 
| 3212 3256 | 
             
            <span class="normal">  </span><span class="function"><a href="GtkWidget.html#gtk-widget-show-all">gtk_widget_show_all</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">vbox</span><span class="symbol">);</span>
         | 
| 3213 3257 | 
             
            <span class="normal">  </span>
         | 
| 3214 3258 | 
             
            <span class="normal">  </span><span class="function"><a href="GtkWindow.html#gtk-window-set-geometry-hints">gtk_window_set_geometry_hints</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_WINDOW</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">window</span><span class="symbol">),</span>
         | 
| 3215 | 
            -
            <span class="normal"> | 
| 3216 | 
            -
            <span class="normal"> | 
| 3217 | 
            -
            <span class="normal"> | 
| 3218 | 
            -
            <span class="normal"> | 
| 3219 | 
            -
            <span class="normal"> | 
| 3259 | 
            +
            <span class="normal">                    window</span><span class="symbol">,</span>
         | 
| 3260 | 
            +
            <span class="normal">                    </span><span class="symbol">&</span><span class="normal">size_hints</span><span class="symbol">,</span>
         | 
| 3261 | 
            +
            <span class="normal">                    <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GDK-HINT-MIN-SIZE:CAPS">GDK_HINT_MIN_SIZE</a> </span><span class="symbol">|</span><span class="normal"> </span>
         | 
| 3262 | 
            +
            <span class="normal">                    GDK_HINT_BASE_SIZE </span><span class="symbol">|</span><span class="normal"> </span>
         | 
| 3263 | 
            +
            <span class="normal">                    GDK_HINT_RESIZE_INC</span><span class="symbol">);</span>
         | 
| 3220 3264 | 
             
            <span class="normal">  </span>
         | 
| 3221 3265 | 
             
            <span class="normal">  </span><span class="keyword">if</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">argc </span><span class="symbol">></span><span class="normal"> </span><span class="number">1</span><span class="symbol">)</span>
         | 
| 3222 3266 | 
             
            <span class="normal">    </span><span class="cbracket">{</span>
         | 
| @@ -3251,7 +3295,7 @@ on the window. | |
| 3251 3295 | 
             
            </tr>
         | 
| 3252 3296 | 
             
            <tr>
         | 
| 3253 3297 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 3254 | 
            -
            <td> <a href="/ | 
| 3298 | 
            +
            <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if string was parsed successfully
         | 
| 3255 3299 | 
             
            </td>
         | 
| 3256 3300 | 
             
            </tr>
         | 
| 3257 3301 | 
             
            </tbody>
         | 
| @@ -3279,8 +3323,8 @@ by GUI builders only. | |
| 3279 3323 | 
             
            <div class="refsect2" title="gtk_window_resize ()">
         | 
| 3280 3324 | 
             
            <a name="gtk-window-resize"></a><h3>gtk_window_resize ()</h3>
         | 
| 3281 3325 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_window_resize                   (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 3282 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 3283 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 3326 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
         | 
| 3327 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);</pre>
         | 
| 3284 3328 | 
             
            <p>
         | 
| 3285 3329 | 
             
            Resizes the window as if the user had done so, obeying geometry
         | 
| 3286 3330 | 
             
            constraints. The default geometry constraint is that windows may
         | 
| @@ -3320,7 +3364,7 @@ Windows may not be resized smaller than 1 by 1 pixels. | |
| 3320 3364 | 
             
            <hr>
         | 
| 3321 3365 | 
             
            <div class="refsect2" title="gtk_window_set_default_icon_list ()">
         | 
| 3322 3366 | 
             
            <a name="gtk-window-set-default-icon-list"></a><h3>gtk_window_set_default_icon_list ()</h3>
         | 
| 3323 | 
            -
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_window_set_default_icon_list    (<em class="parameter"><code><a href="/ | 
| 3367 | 
            +
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_window_set_default_icon_list    (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *list</code></em>);</pre>
         | 
| 3324 3368 | 
             
            <p>
         | 
| 3325 3369 | 
             
            Sets an icon list to be used as fallback for windows that haven't
         | 
| 3326 3370 | 
             
            had <a class="link" href="GtkWindow.html#gtk-window-set-icon-list" title="gtk_window_set_icon_list ()"><code class="function">gtk_window_set_icon_list()</code></a> called on them to set up a
         | 
| @@ -3334,7 +3378,7 @@ See <a class="link" href="GtkWindow.html#gtk-window-set-icon-list" title="gtk_wi | |
| 3334 3378 | 
             
            <col align="left" valign="top">
         | 
| 3335 3379 | 
             
            <tbody><tr>
         | 
| 3336 3380 | 
             
            <td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
         | 
| 3337 | 
            -
            <td>a list of <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>
         | 
| 3381 | 
            +
            <td> a list of <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GdkPixbuf][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym> GdkPixbuf]</span>
         | 
| 3338 3382 | 
             
            </td>
         | 
| 3339 3383 | 
             
            </tr></tbody>
         | 
| 3340 3384 | 
             
            </table></div>
         | 
| @@ -3360,13 +3404,13 @@ had <a class="link" href="GtkWindow.html#gtk-window-set-icon" title="gtk_window_ | |
| 3360 3404 | 
             
            <hr>
         | 
| 3361 3405 | 
             
            <div class="refsect2" title="gtk_window_set_default_icon_from_file ()">
         | 
| 3362 3406 | 
             
            <a name="gtk-window-set-default-icon-from-file"></a><h3>gtk_window_set_default_icon_from_file ()</h3>
         | 
| 3363 | 
            -
            <pre class="programlisting"><a href="/ | 
| 3364 | 
            -
                                                                    (<em class="parameter"><code>const <a href="/ | 
| 3365 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 3407 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_window_set_default_icon_from_file
         | 
| 3408 | 
            +
                                                                    (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *filename</code></em>,
         | 
| 3409 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **err</code></em>);</pre>
         | 
| 3366 3410 | 
             
            <p>
         | 
| 3367 3411 | 
             
            Sets an icon to be used as fallback for windows that haven't
         | 
| 3368 3412 | 
             
            had <a class="link" href="GtkWindow.html#gtk-window-set-icon-list" title="gtk_window_set_icon_list ()"><code class="function">gtk_window_set_icon_list()</code></a> called on them from a file
         | 
| 3369 | 
            -
            on disk. Warns on failure if <em class="parameter"><code>err</code></em> is <a href="/ | 
| 3413 | 
            +
            on disk. Warns on failure if <em class="parameter"><code>err</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
         | 
| 3370 3414 | 
             
            </p>
         | 
| 3371 3415 | 
             
            <div class="variablelist"><table border="0">
         | 
| 3372 3416 | 
             
            <col align="left" valign="top">
         | 
| @@ -3378,11 +3422,12 @@ on disk. Warns on failure if <em class="parameter"><code>err</code></em> is <a h | |
| 3378 3422 | 
             
            </tr>
         | 
| 3379 3423 | 
             
            <tr>
         | 
| 3380 3424 | 
             
            <td><p><span class="term"><em class="parameter"><code>err</code></em> :</span></p></td>
         | 
| 3381 | 
            -
            <td> location to store error, or <a href="/ | 
| 3425 | 
            +
            <td> location to store error, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 3426 | 
            +
            </td>
         | 
| 3382 3427 | 
             
            </tr>
         | 
| 3383 3428 | 
             
            <tr>
         | 
| 3384 3429 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 3385 | 
            -
            <td> <a href="/ | 
| 3430 | 
            +
            <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if setting the icon succeeded.
         | 
| 3386 3431 |  | 
| 3387 3432 | 
             
            </td>
         | 
| 3388 3433 | 
             
            </tr>
         | 
| @@ -3393,7 +3438,7 @@ on disk. Warns on failure if <em class="parameter"><code>err</code></em> is <a h | |
| 3393 3438 | 
             
            <hr>
         | 
| 3394 3439 | 
             
            <div class="refsect2" title="gtk_window_set_default_icon_name ()">
         | 
| 3395 3440 | 
             
            <a name="gtk-window-set-default-icon-name"></a><h3>gtk_window_set_default_icon_name ()</h3>
         | 
| 3396 | 
            -
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_window_set_default_icon_name    (<em class="parameter"><code>const <a href="/ | 
| 3441 | 
            +
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_window_set_default_icon_name    (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
         | 
| 3397 3442 | 
             
            <p>
         | 
| 3398 3443 | 
             
            Sets an icon to be used as fallback for windows that haven't
         | 
| 3399 3444 | 
             
            had <a class="link" href="GtkWindow.html#gtk-window-set-icon-list" title="gtk_window_set_icon_list ()"><code class="function">gtk_window_set_icon_list()</code></a> called on them from a named
         | 
| @@ -3448,7 +3493,8 @@ for all windows in your application in one go. | |
| 3448 3493 | 
             
            </tr>
         | 
| 3449 3494 | 
             
            <tr>
         | 
| 3450 3495 | 
             
            <td><p><span class="term"><em class="parameter"><code>icon</code></em> :</span></p></td>
         | 
| 3451 | 
            -
            <td> icon image, or <a href="/ | 
| 3496 | 
            +
            <td> icon image, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 3497 | 
            +
            </td>
         | 
| 3452 3498 | 
             
            </tr>
         | 
| 3453 3499 | 
             
            </tbody>
         | 
| 3454 3500 | 
             
            </table></div>
         | 
| @@ -3457,7 +3503,7 @@ for all windows in your application in one go. | |
| 3457 3503 | 
             
            <div class="refsect2" title="gtk_window_set_icon_list ()">
         | 
| 3458 3504 | 
             
            <a name="gtk-window-set-icon-list"></a><h3>gtk_window_set_icon_list ()</h3>
         | 
| 3459 3505 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_window_set_icon_list            (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 3460 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 3506 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *list</code></em>);</pre>
         | 
| 3461 3507 | 
             
            <p>
         | 
| 3462 3508 | 
             
            Sets up the icon representing a <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>. The icon is used when
         | 
| 3463 3509 | 
             
            the window is minimized (also known as iconified).  Some window
         | 
| @@ -3508,12 +3554,12 @@ set the icon on transient windows. | |
| 3508 3554 | 
             
            <hr>
         | 
| 3509 3555 | 
             
            <div class="refsect2" title="gtk_window_set_icon_from_file ()">
         | 
| 3510 3556 | 
             
            <a name="gtk-window-set-icon-from-file"></a><h3>gtk_window_set_icon_from_file ()</h3>
         | 
| 3511 | 
            -
            <pre class="programlisting"><a href="/ | 
| 3512 | 
            -
                                                                     <em class="parameter"><code>const <a href="/ | 
| 3513 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 3557 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_window_set_icon_from_file       (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 3558 | 
            +
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *filename</code></em>,
         | 
| 3559 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **err</code></em>);</pre>
         | 
| 3514 3560 | 
             
            <p>
         | 
| 3515 3561 | 
             
            Sets the icon for <em class="parameter"><code>window</code></em>.  
         | 
| 3516 | 
            -
            Warns on failure if <em class="parameter"><code>err</code></em> is <a href="/ | 
| 3562 | 
            +
            Warns on failure if <em class="parameter"><code>err</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
         | 
| 3517 3563 | 
             
            </p>
         | 
| 3518 3564 | 
             
            <p>
         | 
| 3519 3565 | 
             
            This function is equivalent to calling <a class="link" href="GtkWindow.html#gtk-window-set-icon" title="gtk_window_set_icon ()"><code class="function">gtk_window_set_icon()</code></a>
         | 
| @@ -3534,11 +3580,12 @@ with a pixbuf created by loading the image from <em class="parameter"><code>file | |
| 3534 3580 | 
             
            </tr>
         | 
| 3535 3581 | 
             
            <tr>
         | 
| 3536 3582 | 
             
            <td><p><span class="term"><em class="parameter"><code>err</code></em> :</span></p></td>
         | 
| 3537 | 
            -
            <td> location to store error, or <a href="/ | 
| 3583 | 
            +
            <td> location to store error, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 3584 | 
            +
            </td>
         | 
| 3538 3585 | 
             
            </tr>
         | 
| 3539 3586 | 
             
            <tr>
         | 
| 3540 3587 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 3541 | 
            -
            <td> <a href="/ | 
| 3588 | 
            +
            <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if setting the icon succeeded.
         | 
| 3542 3589 |  | 
| 3543 3590 | 
             
            </td>
         | 
| 3544 3591 | 
             
            </tr>
         | 
| @@ -3550,7 +3597,7 @@ with a pixbuf created by loading the image from <em class="parameter"><code>file | |
| 3550 3597 | 
             
            <div class="refsect2" title="gtk_window_set_icon_name ()">
         | 
| 3551 3598 | 
             
            <a name="gtk-window-set-icon-name"></a><h3>gtk_window_set_icon_name ()</h3>
         | 
| 3552 3599 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_window_set_icon_name            (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 3553 | 
            -
                                                                     <em class="parameter"><code>const <a href="/ | 
| 3600 | 
            +
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
         | 
| 3554 3601 | 
             
            <p>
         | 
| 3555 3602 | 
             
            Sets the icon for the window from a named themed icon. See
         | 
| 3556 3603 | 
             
            the docs for <a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> for more details.
         | 
| @@ -3569,7 +3616,8 @@ property which is mentioned in the ICCCM. | |
| 3569 3616 | 
             
            </tr>
         | 
| 3570 3617 | 
             
            <tr>
         | 
| 3571 3618 | 
             
            <td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
         | 
| 3572 | 
            -
            <td> the name of the themed icon. <acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym | 
| 3619 | 
            +
            <td> the name of the themed icon. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 3620 | 
            +
            </td>
         | 
| 3573 3621 | 
             
            </tr>
         | 
| 3574 3622 | 
             
            </tbody>
         | 
| 3575 3623 | 
             
            </table></div>
         | 
| @@ -3579,7 +3627,7 @@ property which is mentioned in the ICCCM. | |
| 3579 3627 | 
             
            <div class="refsect2" title="gtk_window_set_auto_startup_notification ()">
         | 
| 3580 3628 | 
             
            <a name="gtk-window-set-auto-startup-notification"></a><h3>gtk_window_set_auto_startup_notification ()</h3>
         | 
| 3581 3629 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_window_set_auto_startup_notification
         | 
| 3582 | 
            -
                                                                    (<em class="parameter"><code><a href="/ | 
| 3630 | 
            +
                                                                    (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
         | 
| 3583 3631 | 
             
            <p>
         | 
| 3584 3632 | 
             
            By default, after showing the first <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>, GTK+ calls 
         | 
| 3585 3633 | 
             
            <a href="http://library.gnome.org/devel/gdk/unstable/gdk-General.html#gdk-notify-startup-complete"><code class="function">gdk_notify_startup_complete()</code></a>.  Call this function to disable 
         | 
| @@ -3597,7 +3645,7 @@ showing the main window would automatically result in notification. | |
| 3597 3645 | 
             
            <tbody><tr>
         | 
| 3598 3646 | 
             
            <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
         | 
| 3599 3647 | 
             
            <td>
         | 
| 3600 | 
            -
            <a href="/ | 
| 3648 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to automatically do startup notification
         | 
| 3601 3649 | 
             
            </td>
         | 
| 3602 3650 | 
             
            </tr></tbody>
         | 
| 3603 3651 | 
             
            </table></div>
         | 
| @@ -3606,7 +3654,7 @@ showing the main window would automatically result in notification. | |
| 3606 3654 | 
             
            <hr>
         | 
| 3607 3655 | 
             
            <div class="refsect2" title="gtk_window_get_opacity ()">
         | 
| 3608 3656 | 
             
            <a name="gtk-window-get-opacity"></a><h3>gtk_window_get_opacity ()</h3>
         | 
| 3609 | 
            -
            <pre class="programlisting"><a href="/ | 
| 3657 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>             gtk_window_get_opacity              (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
         | 
| 3610 3658 | 
             
            <p>
         | 
| 3611 3659 | 
             
            Fetches the requested opacity for this window. See
         | 
| 3612 3660 | 
             
            <a class="link" href="GtkWindow.html#gtk-window-set-opacity" title="gtk_window_set_opacity ()"><code class="function">gtk_window_set_opacity()</code></a>.
         | 
| @@ -3633,7 +3681,7 @@ Fetches the requested opacity for this window. See | |
| 3633 3681 | 
             
            <div class="refsect2" title="gtk_window_set_opacity ()">
         | 
| 3634 3682 | 
             
            <a name="gtk-window-set-opacity"></a><h3>gtk_window_set_opacity ()</h3>
         | 
| 3635 3683 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_window_set_opacity              (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 3636 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 3684 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> opacity</code></em>);</pre>
         | 
| 3637 3685 | 
             
            <p>
         | 
| 3638 3686 | 
             
            Request the windowing system to make <em class="parameter"><code>window</code></em> partially transparent,
         | 
| 3639 3687 | 
             
            with opacity 0 being fully transparent and 1 fully opaque. (Values
         | 
| @@ -3666,7 +3714,7 @@ shown causes it to flicker once on Windows. | |
| 3666 3714 | 
             
            <hr>
         | 
| 3667 3715 | 
             
            <div class="refsect2" title="gtk_window_get_mnemonics_visible ()">
         | 
| 3668 3716 | 
             
            <a name="gtk-window-get-mnemonics-visible"></a><h3>gtk_window_get_mnemonics_visible ()</h3>
         | 
| 3669 | 
            -
            <pre class="programlisting"><a href="/ | 
| 3717 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_window_get_mnemonics_visible    (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
         | 
| 3670 3718 | 
             
            <p>
         | 
| 3671 3719 | 
             
            </p>
         | 
| 3672 3720 | 
             
            <div class="variablelist"><table border="0">
         | 
| @@ -3689,7 +3737,7 @@ shown causes it to flicker once on Windows. | |
| 3689 3737 | 
             
            <div class="refsect2" title="gtk_window_set_mnemonics_visible ()">
         | 
| 3690 3738 | 
             
            <a name="gtk-window-set-mnemonics-visible"></a><h3>gtk_window_set_mnemonics_visible ()</h3>
         | 
| 3691 3739 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_window_set_mnemonics_visible    (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
         | 
| 3692 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 3740 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
         | 
| 3693 3741 | 
             
            <p>
         | 
| 3694 3742 | 
             
            Sets the <a class="link" href="GtkWindow.html#GtkWindow--mnemonics-visible" title='The "mnemonics-visible" property'><span class="type">"mnemonics-visible"</span></a> property.
         | 
| 3695 3743 | 
             
            </p>
         | 
| @@ -3715,7 +3763,7 @@ Sets the <a class="link" href="GtkWindow.html#GtkWindow--mnemonics-visible" titl | |
| 3715 3763 | 
             
            <a name="GtkWindow.property-details"></a><h2>Property Details</h2>
         | 
| 3716 3764 | 
             
            <div class="refsect2" title='The "accept-focus" property'>
         | 
| 3717 3765 | 
             
            <a name="GtkWindow--accept-focus"></a><h3>The <code class="literal">"accept-focus"</code> property</h3>
         | 
| 3718 | 
            -
            <pre class="programlisting">  "accept-focus"             <a href="/ | 
| 3766 | 
            +
            <pre class="programlisting">  "accept-focus"             <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
         | 
| 3719 3767 | 
             
            <p>
         | 
| 3720 3768 | 
             
            Whether the window should receive the input focus.
         | 
| 3721 3769 | 
             
            </p>
         | 
| @@ -3725,21 +3773,34 @@ Whether the window should receive the input focus. | |
| 3725 3773 | 
             
            <hr>
         | 
| 3726 3774 | 
             
            <div class="refsect2" title='The "allow-grow" property'>
         | 
| 3727 3775 | 
             
            <a name="GtkWindow--allow-grow"></a><h3>The <code class="literal">"allow-grow"</code> property</h3>
         | 
| 3728 | 
            -
            <pre class="programlisting">  "allow-grow"               <a href="/ | 
| 3729 | 
            -
            < | 
| 3776 | 
            +
            <pre class="programlisting">  "allow-grow"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
         | 
| 3777 | 
            +
            <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 3778 | 
            +
            <h3 class="title">Warning</h3>
         | 
| 3779 | 
            +
            <p><code class="literal">GtkWindow:allow-grow</code> has been deprecated since version 2.22 and should not be used in newly-written code. Use GtkWindow:resizable property instead.</p>
         | 
| 3780 | 
            +
            </div>
         | 
| 3781 | 
            +
            <p>
         | 
| 3782 | 
            +
            If <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, users can expand the window beyond its minimum size.
         | 
| 3783 | 
            +
            </p>
         | 
| 3730 3784 | 
             
            <p>Default value: TRUE</p>
         | 
| 3731 3785 | 
             
            </div>
         | 
| 3732 3786 | 
             
            <hr>
         | 
| 3733 3787 | 
             
            <div class="refsect2" title='The "allow-shrink" property'>
         | 
| 3734 3788 | 
             
            <a name="GtkWindow--allow-shrink"></a><h3>The <code class="literal">"allow-shrink"</code> property</h3>
         | 
| 3735 | 
            -
            <pre class="programlisting">  "allow-shrink"             <a href="/ | 
| 3736 | 
            -
            < | 
| 3789 | 
            +
            <pre class="programlisting">  "allow-shrink"             <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
         | 
| 3790 | 
            +
            <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 3791 | 
            +
            <h3 class="title">Warning</h3>
         | 
| 3792 | 
            +
            <p><code class="literal">GtkWindow:allow-shrink</code> has been deprecated since version 2.22 and should not be used in newly-written code. Use GtkWindow:resizable property instead.</p>
         | 
| 3793 | 
            +
            </div>
         | 
| 3794 | 
            +
            <p>
         | 
| 3795 | 
            +
            If <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, the window has no mimimum size. Setting this to <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> is
         | 
| 3796 | 
            +
            99% of the time a bad idea.
         | 
| 3797 | 
            +
            </p>
         | 
| 3737 3798 | 
             
            <p>Default value: FALSE</p>
         | 
| 3738 3799 | 
             
            </div>
         | 
| 3739 3800 | 
             
            <hr>
         | 
| 3740 3801 | 
             
            <div class="refsect2" title='The "decorated" property'>
         | 
| 3741 3802 | 
             
            <a name="GtkWindow--decorated"></a><h3>The <code class="literal">"decorated"</code> property</h3>
         | 
| 3742 | 
            -
            <pre class="programlisting">  "decorated"                <a href="/ | 
| 3803 | 
            +
            <pre class="programlisting">  "decorated"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
         | 
| 3743 3804 | 
             
            <p>
         | 
| 3744 3805 | 
             
            Whether the window should be decorated by the window manager.
         | 
| 3745 3806 | 
             
            </p>
         | 
| @@ -3749,7 +3810,7 @@ Whether the window should be decorated by the window manager. | |
| 3749 3810 | 
             
            <hr>
         | 
| 3750 3811 | 
             
            <div class="refsect2" title='The "default-height" property'>
         | 
| 3751 3812 | 
             
            <a name="GtkWindow--default-height"></a><h3>The <code class="literal">"default-height"</code> property</h3>
         | 
| 3752 | 
            -
            <pre class="programlisting">  "default-height"           <a href="/ | 
| 3813 | 
            +
            <pre class="programlisting">  "default-height"           <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write</pre>
         | 
| 3753 3814 | 
             
            <p>The default height of the window, used when initially showing the window.</p>
         | 
| 3754 3815 | 
             
            <p>Allowed values: >= G_MAXULONG</p>
         | 
| 3755 3816 | 
             
            <p>Default value: -1</p>
         | 
| @@ -3757,7 +3818,7 @@ Whether the window should be decorated by the window manager. | |
| 3757 3818 | 
             
            <hr>
         | 
| 3758 3819 | 
             
            <div class="refsect2" title='The "default-width" property'>
         | 
| 3759 3820 | 
             
            <a name="GtkWindow--default-width"></a><h3>The <code class="literal">"default-width"</code> property</h3>
         | 
| 3760 | 
            -
            <pre class="programlisting">  "default-width"            <a href="/ | 
| 3821 | 
            +
            <pre class="programlisting">  "default-width"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write</pre>
         | 
| 3761 3822 | 
             
            <p>The default width of the window, used when initially showing the window.</p>
         | 
| 3762 3823 | 
             
            <p>Allowed values: >= G_MAXULONG</p>
         | 
| 3763 3824 | 
             
            <p>Default value: -1</p>
         | 
| @@ -3765,7 +3826,7 @@ Whether the window should be decorated by the window manager. | |
| 3765 3826 | 
             
            <hr>
         | 
| 3766 3827 | 
             
            <div class="refsect2" title='The "deletable" property'>
         | 
| 3767 3828 | 
             
            <a name="GtkWindow--deletable"></a><h3>The <code class="literal">"deletable"</code> property</h3>
         | 
| 3768 | 
            -
            <pre class="programlisting">  "deletable"                <a href="/ | 
| 3829 | 
            +
            <pre class="programlisting">  "deletable"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
         | 
| 3769 3830 | 
             
            <p>
         | 
| 3770 3831 | 
             
            Whether the window frame should have a close button.
         | 
| 3771 3832 | 
             
            </p>
         | 
| @@ -3775,14 +3836,14 @@ Whether the window frame should have a close button. | |
| 3775 3836 | 
             
            <hr>
         | 
| 3776 3837 | 
             
            <div class="refsect2" title='The "destroy-with-parent" property'>
         | 
| 3777 3838 | 
             
            <a name="GtkWindow--destroy-with-parent"></a><h3>The <code class="literal">"destroy-with-parent"</code> property</h3>
         | 
| 3778 | 
            -
            <pre class="programlisting">  "destroy-with-parent"      <a href="/ | 
| 3839 | 
            +
            <pre class="programlisting">  "destroy-with-parent"      <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
         | 
| 3779 3840 | 
             
            <p>If this window should be destroyed when the parent is destroyed.</p>
         | 
| 3780 3841 | 
             
            <p>Default value: FALSE</p>
         | 
| 3781 3842 | 
             
            </div>
         | 
| 3782 3843 | 
             
            <hr>
         | 
| 3783 3844 | 
             
            <div class="refsect2" title='The "focus-on-map" property'>
         | 
| 3784 3845 | 
             
            <a name="GtkWindow--focus-on-map"></a><h3>The <code class="literal">"focus-on-map"</code> property</h3>
         | 
| 3785 | 
            -
            <pre class="programlisting">  "focus-on-map"             <a href="/ | 
| 3846 | 
            +
            <pre class="programlisting">  "focus-on-map"             <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
         | 
| 3786 3847 | 
             
            <p>
         | 
| 3787 3848 | 
             
            Whether the window should receive the input focus when mapped.
         | 
| 3788 3849 | 
             
            </p>
         | 
| @@ -3803,7 +3864,7 @@ more details about window gravity. | |
| 3803 3864 | 
             
            <hr>
         | 
| 3804 3865 | 
             
            <div class="refsect2" title='The "has-toplevel-focus" property'>
         | 
| 3805 3866 | 
             
            <a name="GtkWindow--has-toplevel-focus"></a><h3>The <code class="literal">"has-toplevel-focus"</code> property</h3>
         | 
| 3806 | 
            -
            <pre class="programlisting">  "has-toplevel-focus"       <a href="/ | 
| 3867 | 
            +
            <pre class="programlisting">  "has-toplevel-focus"       <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read</pre>
         | 
| 3807 3868 | 
             
            <p>Whether the input focus is within this GtkWindow.</p>
         | 
| 3808 3869 | 
             
            <p>Default value: FALSE</p>
         | 
| 3809 3870 | 
             
            </div>
         | 
| @@ -3816,7 +3877,7 @@ more details about window gravity. | |
| 3816 3877 | 
             
            <hr>
         | 
| 3817 3878 | 
             
            <div class="refsect2" title='The "icon-name" property'>
         | 
| 3818 3879 | 
             
            <a name="GtkWindow--icon-name"></a><h3>The <code class="literal">"icon-name"</code> property</h3>
         | 
| 3819 | 
            -
            <pre class="programlisting">  "icon-name"                <a href="/ | 
| 3880 | 
            +
            <pre class="programlisting">  "icon-name"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
         | 
| 3820 3881 | 
             
            <p>
         | 
| 3821 3882 | 
             
            The :icon-name property specifies the name of the themed icon to
         | 
| 3822 3883 | 
             
            use as the window icon. See <a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> for more details.
         | 
| @@ -3827,28 +3888,28 @@ use as the window icon. See <a class="link" href="GtkIconTheme.html" title="GtkI | |
| 3827 3888 | 
             
            <hr>
         | 
| 3828 3889 | 
             
            <div class="refsect2" title='The "is-active" property'>
         | 
| 3829 3890 | 
             
            <a name="GtkWindow--is-active"></a><h3>The <code class="literal">"is-active"</code> property</h3>
         | 
| 3830 | 
            -
            <pre class="programlisting">  "is-active"                <a href="/ | 
| 3891 | 
            +
            <pre class="programlisting">  "is-active"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read</pre>
         | 
| 3831 3892 | 
             
            <p>Whether the toplevel is the current active window.</p>
         | 
| 3832 3893 | 
             
            <p>Default value: FALSE</p>
         | 
| 3833 3894 | 
             
            </div>
         | 
| 3834 3895 | 
             
            <hr>
         | 
| 3835 3896 | 
             
            <div class="refsect2" title='The "mnemonics-visible" property'>
         | 
| 3836 3897 | 
             
            <a name="GtkWindow--mnemonics-visible"></a><h3>The <code class="literal">"mnemonics-visible"</code> property</h3>
         | 
| 3837 | 
            -
            <pre class="programlisting">  "mnemonics-visible"        <a href="/ | 
| 3898 | 
            +
            <pre class="programlisting">  "mnemonics-visible"        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
         | 
| 3838 3899 | 
             
            <p>Whether mnemonics are currently visible in this window.</p>
         | 
| 3839 3900 | 
             
            <p>Default value: TRUE</p>
         | 
| 3840 3901 | 
             
            </div>
         | 
| 3841 3902 | 
             
            <hr>
         | 
| 3842 3903 | 
             
            <div class="refsect2" title='The "modal" property'>
         | 
| 3843 3904 | 
             
            <a name="GtkWindow--modal"></a><h3>The <code class="literal">"modal"</code> property</h3>
         | 
| 3844 | 
            -
            <pre class="programlisting">  "modal"                    <a href="/ | 
| 3905 | 
            +
            <pre class="programlisting">  "modal"                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
         | 
| 3845 3906 | 
             
            <p>If TRUE, the window is modal (other windows are not usable while this one is up).</p>
         | 
| 3846 3907 | 
             
            <p>Default value: FALSE</p>
         | 
| 3847 3908 | 
             
            </div>
         | 
| 3848 3909 | 
             
            <hr>
         | 
| 3849 3910 | 
             
            <div class="refsect2" title='The "opacity" property'>
         | 
| 3850 3911 | 
             
            <a name="GtkWindow--opacity"></a><h3>The <code class="literal">"opacity"</code> property</h3>
         | 
| 3851 | 
            -
            <pre class="programlisting">  "opacity"                  <a href="/ | 
| 3912 | 
            +
            <pre class="programlisting">  "opacity"                  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a>               : Read / Write</pre>
         | 
| 3852 3913 | 
             
            <p>
         | 
| 3853 3914 | 
             
            The requested opacity of the window. See <a class="link" href="GtkWindow.html#gtk-window-set-opacity" title="gtk_window_set_opacity ()"><code class="function">gtk_window_set_opacity()</code></a> for
         | 
| 3854 3915 | 
             
            more details about window opacity.
         | 
| @@ -3860,14 +3921,14 @@ more details about window opacity. | |
| 3860 3921 | 
             
            <hr>
         | 
| 3861 3922 | 
             
            <div class="refsect2" title='The "resizable" property'>
         | 
| 3862 3923 | 
             
            <a name="GtkWindow--resizable"></a><h3>The <code class="literal">"resizable"</code> property</h3>
         | 
| 3863 | 
            -
            <pre class="programlisting">  "resizable"                <a href="/ | 
| 3924 | 
            +
            <pre class="programlisting">  "resizable"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
         | 
| 3864 3925 | 
             
            <p>If TRUE, users can resize the window.</p>
         | 
| 3865 3926 | 
             
            <p>Default value: TRUE</p>
         | 
| 3866 3927 | 
             
            </div>
         | 
| 3867 3928 | 
             
            <hr>
         | 
| 3868 3929 | 
             
            <div class="refsect2" title='The "role" property'>
         | 
| 3869 3930 | 
             
            <a name="GtkWindow--role"></a><h3>The <code class="literal">"role"</code> property</h3>
         | 
| 3870 | 
            -
            <pre class="programlisting">  "role"                     <a href="/ | 
| 3931 | 
            +
            <pre class="programlisting">  "role"                     <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
         | 
| 3871 3932 | 
             
            <p>Unique identifier for the window to be used when restoring a session.</p>
         | 
| 3872 3933 | 
             
            <p>Default value: NULL</p>
         | 
| 3873 3934 | 
             
            </div>
         | 
| @@ -3880,21 +3941,21 @@ more details about window opacity. | |
| 3880 3941 | 
             
            <hr>
         | 
| 3881 3942 | 
             
            <div class="refsect2" title='The "skip-pager-hint" property'>
         | 
| 3882 3943 | 
             
            <a name="GtkWindow--skip-pager-hint"></a><h3>The <code class="literal">"skip-pager-hint"</code> property</h3>
         | 
| 3883 | 
            -
            <pre class="programlisting">  "skip-pager-hint"          <a href="/ | 
| 3944 | 
            +
            <pre class="programlisting">  "skip-pager-hint"          <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
         | 
| 3884 3945 | 
             
            <p>TRUE if the window should not be in the pager.</p>
         | 
| 3885 3946 | 
             
            <p>Default value: FALSE</p>
         | 
| 3886 3947 | 
             
            </div>
         | 
| 3887 3948 | 
             
            <hr>
         | 
| 3888 3949 | 
             
            <div class="refsect2" title='The "skip-taskbar-hint" property'>
         | 
| 3889 3950 | 
             
            <a name="GtkWindow--skip-taskbar-hint"></a><h3>The <code class="literal">"skip-taskbar-hint"</code> property</h3>
         | 
| 3890 | 
            -
            <pre class="programlisting">  "skip-taskbar-hint"        <a href="/ | 
| 3951 | 
            +
            <pre class="programlisting">  "skip-taskbar-hint"        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
         | 
| 3891 3952 | 
             
            <p>TRUE if the window should not be in the task bar.</p>
         | 
| 3892 3953 | 
             
            <p>Default value: FALSE</p>
         | 
| 3893 3954 | 
             
            </div>
         | 
| 3894 3955 | 
             
            <hr>
         | 
| 3895 3956 | 
             
            <div class="refsect2" title='The "startup-id" property'>
         | 
| 3896 3957 | 
             
            <a name="GtkWindow--startup-id"></a><h3>The <code class="literal">"startup-id"</code> property</h3>
         | 
| 3897 | 
            -
            <pre class="programlisting">  "startup-id"               <a href="/ | 
| 3958 | 
            +
            <pre class="programlisting">  "startup-id"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Write</pre>
         | 
| 3898 3959 | 
             
            <p>
         | 
| 3899 3960 | 
             
            The :startup-id is a write-only property for setting window's
         | 
| 3900 3961 | 
             
            startup notification identifier. See <a class="link" href="GtkWindow.html#gtk-window-set-startup-id" title="gtk_window_set_startup_id ()"><code class="function">gtk_window_set_startup_id()</code></a>
         | 
| @@ -3906,7 +3967,7 @@ for more details. | |
| 3906 3967 | 
             
            <hr>
         | 
| 3907 3968 | 
             
            <div class="refsect2" title='The "title" property'>
         | 
| 3908 3969 | 
             
            <a name="GtkWindow--title"></a><h3>The <code class="literal">"title"</code> property</h3>
         | 
| 3909 | 
            -
            <pre class="programlisting">  "title"                    <a href="/ | 
| 3970 | 
            +
            <pre class="programlisting">  "title"                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
         | 
| 3910 3971 | 
             
            <p>The title of the window.</p>
         | 
| 3911 3972 | 
             
            <p>Default value: NULL</p>
         | 
| 3912 3973 | 
             
            </div>
         | 
| @@ -3937,7 +3998,7 @@ more details about transient windows. | |
| 3937 3998 | 
             
            <hr>
         | 
| 3938 3999 | 
             
            <div class="refsect2" title='The "urgency-hint" property'>
         | 
| 3939 4000 | 
             
            <a name="GtkWindow--urgency-hint"></a><h3>The <code class="literal">"urgency-hint"</code> property</h3>
         | 
| 3940 | 
            -
            <pre class="programlisting">  "urgency-hint"             <a href="/ | 
| 4001 | 
            +
            <pre class="programlisting">  "urgency-hint"             <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
         | 
| 3941 4002 | 
             
            <p>TRUE if the window should be brought to the user's attention.</p>
         | 
| 3942 4003 | 
             
            <p>Default value: FALSE</p>
         | 
| 3943 4004 | 
             
            </div>
         | 
| @@ -3954,7 +4015,7 @@ more details about transient windows. | |
| 3954 4015 | 
             
            <div class="refsect2" title='The "activate-default" signal'>
         | 
| 3955 4016 | 
             
            <a name="GtkWindow-activate-default"></a><h3>The <code class="literal">"activate-default"</code> signal</h3>
         | 
| 3956 4017 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window,
         | 
| 3957 | 
            -
                                                                    <a href="/ | 
| 4018 | 
            +
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>   user_data)      : Run Last / Action</pre>
         | 
| 3958 4019 | 
             
            <p>
         | 
| 3959 4020 | 
             
            The ::activate-default signal is a
         | 
| 3960 4021 | 
             
            <a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
         | 
| @@ -3980,9 +4041,9 @@ of <em class="parameter"><code>window</code></em>. | |
| 3980 4041 | 
             
            <div class="refsect2" title='The "activate-focus" signal'>
         | 
| 3981 4042 | 
             
            <a name="GtkWindow-activate-focus"></a><h3>The <code class="literal">"activate-focus"</code> signal</h3>
         | 
| 3982 4043 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window,
         | 
| 3983 | 
            -
                                                                    <a href="/ | 
| 4044 | 
            +
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>   user_data)      : Run Last / Action</pre>
         | 
| 3984 4045 | 
             
            <p>
         | 
| 3985 | 
            -
            The ::activate- | 
| 4046 | 
            +
            The ::activate-focus signal is a
         | 
| 3986 4047 | 
             
            <a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
         | 
| 3987 4048 | 
             
            which gets emitted when the user activates the currently
         | 
| 3988 4049 | 
             
            focused widget of <em class="parameter"><code>window</code></em>.
         | 
| @@ -4005,9 +4066,9 @@ focused widget of <em class="parameter"><code>window</code></em>. | |
| 4005 4066 | 
             
            <hr>
         | 
| 4006 4067 | 
             
            <div class="refsect2" title='The "frame-event" signal'>
         | 
| 4007 4068 | 
             
            <a name="GtkWindow-frame-event"></a><h3>The <code class="literal">"frame-event"</code> signal</h3>
         | 
| 4008 | 
            -
            <pre class="programlisting"><a href="/ | 
| 4069 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            user_function                      (<a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window,
         | 
| 4009 4070 | 
             
                                                                    <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a>  *event,
         | 
| 4010 | 
            -
                                                                    <a href="/ | 
| 4071 | 
            +
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>   user_data)      : Run Last</pre>
         | 
| 4011 4072 | 
             
            <p>
         | 
| 4012 4073 | 
             
            </p>
         | 
| 4013 4074 | 
             
            <div class="variablelist"><table border="0">
         | 
| @@ -4039,7 +4100,7 @@ focused widget of <em class="parameter"><code>window</code></em>. | |
| 4039 4100 | 
             
            <div class="refsect2" title='The "keys-changed" signal'>
         | 
| 4040 4101 | 
             
            <a name="GtkWindow-keys-changed"></a><h3>The <code class="literal">"keys-changed"</code> signal</h3>
         | 
| 4041 4102 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window,
         | 
| 4042 | 
            -
                                                                    <a href="/ | 
| 4103 | 
            +
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>   user_data)      : Run First</pre>
         | 
| 4043 4104 | 
             
            <p>
         | 
| 4044 4105 | 
             
            The ::keys-changed signal gets emitted when the set of accelerators
         | 
| 4045 4106 | 
             
            or mnemonics that are associated with <em class="parameter"><code>window</code></em> changes.
         | 
| @@ -4064,7 +4125,7 @@ or mnemonics that are associated with <em class="parameter"><code>window</code>< | |
| 4064 4125 | 
             
            <a name="GtkWindow-set-focus"></a><h3>The <code class="literal">"set-focus"</code> signal</h3>
         | 
| 4065 4126 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window,
         | 
| 4066 4127 | 
             
                                                                    <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
         | 
| 4067 | 
            -
                                                                    <a href="/ | 
| 4128 | 
            +
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>   user_data)      : Run Last</pre>
         | 
| 4068 4129 | 
             
            <p>
         | 
| 4069 4130 | 
             
            </p>
         | 
| 4070 4131 | 
             
            <div class="variablelist"><table border="0">
         | 
| @@ -4091,6 +4152,6 @@ or mnemonics that are associated with <em class="parameter"><code>window</code>< | |
| 4091 4152 | 
             
            </div>
         | 
| 4092 4153 | 
             
            <div class="footer">
         | 
| 4093 4154 | 
             
            <hr>
         | 
| 4094 | 
            -
                      Generated by GTK-Doc V1. | 
| 4155 | 
            +
                      Generated by GTK-Doc V1.15</div>
         | 
| 4095 4156 | 
             
            </body>
         | 
| 4096 4157 | 
             
            </html>
         |