gtk2 0.90.2-x86-mingw32 → 0.90.3-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- 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>GtkButtonBox</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="AbstractObjects.html" title="Abstract Base Classes">
|
9
9
|
<link rel="prev" href="GtkBox.html" title="GtkBox">
|
10
10
|
<link rel="next" href="GtkContainer.html" title="GtkContainer">
|
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">
|
@@ -55,33 +55,33 @@
|
|
55
55
|
#define <a class="link" href="GtkButtonBox.html#gtk-button-box-get-spacing" title="gtk_button_box_get_spacing()">gtk_button_box_get_spacing</a> (b)
|
56
56
|
<a class="link" href="gtk-Standard-Enumerations.html#GtkButtonBoxStyle" title="enum GtkButtonBoxStyle"><span class="returnvalue">GtkButtonBoxStyle</span></a> <a class="link" href="GtkButtonBox.html#gtk-button-box-get-layout" title="gtk_button_box_get_layout ()">gtk_button_box_get_layout</a> (<em class="parameter"><code><a class="link" href="GtkButtonBox.html" title="GtkButtonBox"><span class="type">GtkButtonBox</span></a> *widget</code></em>);
|
57
57
|
<span class="returnvalue">void</span> <a class="link" href="GtkButtonBox.html#gtk-button-box-get-child-size" title="gtk_button_box_get_child_size ()">gtk_button_box_get_child_size</a> (<em class="parameter"><code><a class="link" href="GtkButtonBox.html" title="GtkButtonBox"><span class="type">GtkButtonBox</span></a> *widget</code></em>,
|
58
|
-
<em class="parameter"><code><a href="/
|
59
|
-
<em class="parameter"><code><a href="/
|
58
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *min_width</code></em>,
|
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> *min_height</code></em>);
|
60
60
|
<span class="returnvalue">void</span> <a class="link" href="GtkButtonBox.html#gtk-button-box-get-child-ipadding" title="gtk_button_box_get_child_ipadding ()">gtk_button_box_get_child_ipadding</a> (<em class="parameter"><code><a class="link" href="GtkButtonBox.html" title="GtkButtonBox"><span class="type">GtkButtonBox</span></a> *widget</code></em>,
|
61
|
-
<em class="parameter"><code><a href="/
|
62
|
-
<em class="parameter"><code><a href="/
|
63
|
-
<a href="/
|
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> *ipad_x</code></em>,
|
62
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *ipad_y</code></em>);
|
63
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkButtonBox.html#gtk-button-box-get-child-secondary" title="gtk_button_box_get_child_secondary ()">gtk_button_box_get_child_secondary</a> (<em class="parameter"><code><a class="link" href="GtkButtonBox.html" title="GtkButtonBox"><span class="type">GtkButtonBox</span></a> *widget</code></em>,
|
64
64
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);
|
65
65
|
#define <a class="link" href="GtkButtonBox.html#gtk-button-box-set-spacing" title="gtk_button_box_set_spacing()">gtk_button_box_set_spacing</a> (b,
|
66
66
|
s)
|
67
67
|
<span class="returnvalue">void</span> <a class="link" href="GtkButtonBox.html#gtk-button-box-set-layout" title="gtk_button_box_set_layout ()">gtk_button_box_set_layout</a> (<em class="parameter"><code><a class="link" href="GtkButtonBox.html" title="GtkButtonBox"><span class="type">GtkButtonBox</span></a> *widget</code></em>,
|
68
68
|
<em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkButtonBoxStyle" title="enum GtkButtonBoxStyle"><span class="type">GtkButtonBoxStyle</span></a> layout_style</code></em>);
|
69
69
|
<span class="returnvalue">void</span> <a class="link" href="GtkButtonBox.html#gtk-button-box-set-child-size" title="gtk_button_box_set_child_size ()">gtk_button_box_set_child_size</a> (<em class="parameter"><code><a class="link" href="GtkButtonBox.html" title="GtkButtonBox"><span class="type">GtkButtonBox</span></a> *widget</code></em>,
|
70
|
-
<em class="parameter"><code><a href="/
|
71
|
-
<em class="parameter"><code><a href="/
|
70
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> min_width</code></em>,
|
71
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> min_height</code></em>);
|
72
72
|
<span class="returnvalue">void</span> <a class="link" href="GtkButtonBox.html#gtk-button-box-set-child-ipadding" title="gtk_button_box_set_child_ipadding ()">gtk_button_box_set_child_ipadding</a> (<em class="parameter"><code><a class="link" href="GtkButtonBox.html" title="GtkButtonBox"><span class="type">GtkButtonBox</span></a> *widget</code></em>,
|
73
|
-
<em class="parameter"><code><a href="/
|
74
|
-
<em class="parameter"><code><a href="/
|
73
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> ipad_x</code></em>,
|
74
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> ipad_y</code></em>);
|
75
75
|
<span class="returnvalue">void</span> <a class="link" href="GtkButtonBox.html#gtk-button-box-set-child-secondary" title="gtk_button_box_set_child_secondary ()">gtk_button_box_set_child_secondary</a> (<em class="parameter"><code><a class="link" href="GtkButtonBox.html" title="GtkButtonBox"><span class="type">GtkButtonBox</span></a> *widget</code></em>,
|
76
76
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
|
77
|
-
<em class="parameter"><code><a href="/
|
77
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_secondary</code></em>);
|
78
78
|
</pre>
|
79
79
|
</div>
|
80
80
|
<div class="refsect1" title="Object Hierarchy">
|
81
81
|
<a name="GtkButtonBox.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
82
82
|
<pre class="synopsis">
|
83
|
-
<a href="/
|
84
|
-
+----<a href="/
|
83
|
+
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
84
|
+
+----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
85
85
|
+----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
|
86
86
|
+----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
87
87
|
+----<a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
|
@@ -95,7 +95,7 @@
|
|
95
95
|
<a name="GtkButtonBox.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
96
96
|
<p>
|
97
97
|
GtkButtonBox implements
|
98
|
-
AtkImplementorIface, <a class="link" href="
|
98
|
+
AtkImplementorIface, <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a> and <a class="link" href="gtk-Orientable.html#GtkOrientable">GtkOrientable</a>.</p>
|
99
99
|
</div>
|
100
100
|
<div class="refsect1" title="Properties">
|
101
101
|
<a name="GtkButtonBox.properties"></a><h2>Properties</h2>
|
@@ -106,16 +106,16 @@ GtkButtonBox implements
|
|
106
106
|
<div class="refsect1" title="Child Properties">
|
107
107
|
<a name="GtkButtonBox.child-properties"></a><h2>Child Properties</h2>
|
108
108
|
<pre class="synopsis">
|
109
|
-
"<a class="link" href="GtkButtonBox.html#GtkButtonBox--c-secondary" title='The "secondary" child property'>secondary</a>" <a href="/
|
109
|
+
"<a class="link" href="GtkButtonBox.html#GtkButtonBox--c-secondary" title='The "secondary" child property'>secondary</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
110
110
|
</pre>
|
111
111
|
</div>
|
112
112
|
<div class="refsect1" title="Style Properties">
|
113
113
|
<a name="GtkButtonBox.style-properties"></a><h2>Style Properties</h2>
|
114
114
|
<pre class="synopsis">
|
115
|
-
"<a class="link" href="GtkButtonBox.html#GtkButtonBox--s-child-internal-pad-x" title='The "child-internal-pad-x" style property'>child-internal-pad-x</a>" <a href="/
|
116
|
-
"<a class="link" href="GtkButtonBox.html#GtkButtonBox--s-child-internal-pad-y" title='The "child-internal-pad-y" style property'>child-internal-pad-y</a>" <a href="/
|
117
|
-
"<a class="link" href="GtkButtonBox.html#GtkButtonBox--s-child-min-height" title='The "child-min-height" style property'>child-min-height</a>" <a href="/
|
118
|
-
"<a class="link" href="GtkButtonBox.html#GtkButtonBox--s-child-min-width" title='The "child-min-width" style property'>child-min-width</a>" <a href="/
|
115
|
+
"<a class="link" href="GtkButtonBox.html#GtkButtonBox--s-child-internal-pad-x" title='The "child-internal-pad-x" style property'>child-internal-pad-x</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read
|
116
|
+
"<a class="link" href="GtkButtonBox.html#GtkButtonBox--s-child-internal-pad-y" title='The "child-internal-pad-y" style property'>child-internal-pad-y</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read
|
117
|
+
"<a class="link" href="GtkButtonBox.html#GtkButtonBox--s-child-min-height" title='The "child-min-height" style property'>child-min-height</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read
|
118
|
+
"<a class="link" href="GtkButtonBox.html#GtkButtonBox--s-child-min-width" title='The "child-min-width" style property'>child-min-width</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read
|
119
119
|
</pre>
|
120
120
|
</div>
|
121
121
|
<div class="refsect1" title="Description">
|
@@ -126,8 +126,7 @@ of <a class="link" href="GtkHButtonBox.html" title="GtkHButtonBox"><span class="
|
|
126
126
|
</p>
|
127
127
|
<p>
|
128
128
|
<a class="link" href="GtkButtonBox.html#gtk-button-box-get-child-size" title="gtk_button_box_get_child_size ()"><code class="function">gtk_button_box_get_child_size()</code></a> retrieves the minimum width and height
|
129
|
-
for widgets in a given button box.
|
130
|
-
allows those properties to be changed.
|
129
|
+
for widgets in a given button box.
|
131
130
|
</p>
|
132
131
|
<p>
|
133
132
|
The internal padding of buttons can be retrieved and changed per button box using
|
@@ -145,7 +144,7 @@ used to spread the buttons in a button box across the container, respectively.
|
|
145
144
|
<p>
|
146
145
|
The main purpose of GtkButtonBox is to make sure the children have all the same size.
|
147
146
|
Therefore it ignores the homogeneous property which it inherited from GtkBox, and always
|
148
|
-
behaves as if homogeneous was <a href="/
|
147
|
+
behaves as if homogeneous was <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.
|
149
148
|
</p>
|
150
149
|
</div>
|
151
150
|
<div class="refsect1" title="Details">
|
@@ -221,8 +220,8 @@ Retrieves the method being used to arrange the buttons in a button box.
|
|
221
220
|
<div class="refsect2" title="gtk_button_box_get_child_size ()">
|
222
221
|
<a name="gtk-button-box-get-child-size"></a><h3>gtk_button_box_get_child_size ()</h3>
|
223
222
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_button_box_get_child_size (<em class="parameter"><code><a class="link" href="GtkButtonBox.html" title="GtkButtonBox"><span class="type">GtkButtonBox</span></a> *widget</code></em>,
|
224
|
-
<em class="parameter"><code><a href="/
|
225
|
-
<em class="parameter"><code><a href="/
|
223
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *min_width</code></em>,
|
224
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *min_height</code></em>);</pre>
|
226
225
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
227
226
|
<h3 class="title">Warning</h3>
|
228
227
|
<p><code class="literal">gtk_button_box_get_child_size</code> is deprecated and should not be used in newly-written code. Use the style properties
|
@@ -257,8 +256,8 @@ Retrieves the current width and height of all child widgets in a button box.
|
|
257
256
|
<div class="refsect2" title="gtk_button_box_get_child_ipadding ()">
|
258
257
|
<a name="gtk-button-box-get-child-ipadding"></a><h3>gtk_button_box_get_child_ipadding ()</h3>
|
259
258
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_button_box_get_child_ipadding (<em class="parameter"><code><a class="link" href="GtkButtonBox.html" title="GtkButtonBox"><span class="type">GtkButtonBox</span></a> *widget</code></em>,
|
260
|
-
<em class="parameter"><code><a href="/
|
261
|
-
<em class="parameter"><code><a href="/
|
259
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *ipad_x</code></em>,
|
260
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *ipad_y</code></em>);</pre>
|
262
261
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
263
262
|
<h3 class="title">Warning</h3>
|
264
263
|
<p><code class="literal">gtk_button_box_get_child_ipadding</code> is deprecated and should not be used in newly-written code. Use the style properties
|
@@ -294,7 +293,7 @@ Gets the default number of pixels that pad the buttons in a given button box.
|
|
294
293
|
<hr>
|
295
294
|
<div class="refsect2" title="gtk_button_box_get_child_secondary ()">
|
296
295
|
<a name="gtk-button-box-get-child-secondary"></a><h3>gtk_button_box_get_child_secondary ()</h3>
|
297
|
-
<pre class="programlisting"><a href="/
|
296
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_button_box_get_child_secondary (<em class="parameter"><code><a class="link" href="GtkButtonBox.html" title="GtkButtonBox"><span class="type">GtkButtonBox</span></a> *widget</code></em>,
|
298
297
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);</pre>
|
299
298
|
<p>
|
300
299
|
Returns whether <em class="parameter"><code>child</code></em> should appear in a secondary group of children.
|
@@ -378,11 +377,12 @@ Changes the way buttons are arranged in their container.
|
|
378
377
|
<div class="refsect2" title="gtk_button_box_set_child_size ()">
|
379
378
|
<a name="gtk-button-box-set-child-size"></a><h3>gtk_button_box_set_child_size ()</h3>
|
380
379
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_button_box_set_child_size (<em class="parameter"><code><a class="link" href="GtkButtonBox.html" title="GtkButtonBox"><span class="type">GtkButtonBox</span></a> *widget</code></em>,
|
381
|
-
<em class="parameter"><code><a href="/
|
382
|
-
<em class="parameter"><code><a href="/
|
380
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> min_width</code></em>,
|
381
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> min_height</code></em>);</pre>
|
383
382
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
384
383
|
<h3 class="title">Warning</h3>
|
385
|
-
<p><code class="literal">gtk_button_box_set_child_size</code> is deprecated and should not be used in newly-written code.
|
384
|
+
<p><code class="literal">gtk_button_box_set_child_size</code> is deprecated and should not be used in newly-written code. This is not supported anymore and can only be set through the theme
|
385
|
+
changing the style properties:
|
386
386
|
"<a class="link" href="GtkButtonBox.html#GtkButtonBox--s-child-min-width" title='The "child-min-width" style property'>child-min-width</a>"
|
387
387
|
and
|
388
388
|
"<a class="link" href="GtkButtonBox.html#GtkButtonBox--s-child-min-height" title='The "child-min-height" style property'>child-min-height</a>"
|
@@ -416,8 +416,8 @@ Sets a new default size for the children of a given button box.
|
|
416
416
|
<div class="refsect2" title="gtk_button_box_set_child_ipadding ()">
|
417
417
|
<a name="gtk-button-box-set-child-ipadding"></a><h3>gtk_button_box_set_child_ipadding ()</h3>
|
418
418
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_button_box_set_child_ipadding (<em class="parameter"><code><a class="link" href="GtkButtonBox.html" title="GtkButtonBox"><span class="type">GtkButtonBox</span></a> *widget</code></em>,
|
419
|
-
<em class="parameter"><code><a href="/
|
420
|
-
<em class="parameter"><code><a href="/
|
419
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> ipad_x</code></em>,
|
420
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> ipad_y</code></em>);</pre>
|
421
421
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
422
422
|
<h3 class="title">Warning</h3>
|
423
423
|
<p><code class="literal">gtk_button_box_set_child_ipadding</code> is deprecated and should not be used in newly-written code. Use the style properties
|
@@ -453,7 +453,7 @@ box.
|
|
453
453
|
<a name="gtk-button-box-set-child-secondary"></a><h3>gtk_button_box_set_child_secondary ()</h3>
|
454
454
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_button_box_set_child_secondary (<em class="parameter"><code><a class="link" href="GtkButtonBox.html" title="GtkButtonBox"><span class="type">GtkButtonBox</span></a> *widget</code></em>,
|
455
455
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
|
456
|
-
<em class="parameter"><code><a href="/
|
456
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_secondary</code></em>);</pre>
|
457
457
|
<p>
|
458
458
|
Sets whether <em class="parameter"><code>child</code></em> should appear in a secondary group of children.
|
459
459
|
A typical use of a secondary child is the help button in a dialog.
|
@@ -484,7 +484,7 @@ other styles, they appear immediately next to the main children.
|
|
484
484
|
</tr>
|
485
485
|
<tr>
|
486
486
|
<td><p><span class="term"><em class="parameter"><code>is_secondary</code></em> :</span></p></td>
|
487
|
-
<td>if <a href="/
|
487
|
+
<td>if <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>child</code></em> appears in a secondary group of the
|
488
488
|
button box.
|
489
489
|
</td>
|
490
490
|
</tr>
|
@@ -497,7 +497,7 @@ other styles, they appear immediately next to the main children.
|
|
497
497
|
<div class="refsect2" title='The "layout-style" property'>
|
498
498
|
<a name="GtkButtonBox--layout-style"></a><h3>The <code class="literal">"layout-style"</code> property</h3>
|
499
499
|
<pre class="programlisting"> "layout-style" <a class="link" href="gtk-Standard-Enumerations.html#GtkButtonBoxStyle" title="enum GtkButtonBoxStyle"><span class="type">GtkButtonBoxStyle</span></a> : Read / Write</pre>
|
500
|
-
<p>How to
|
500
|
+
<p>How to lay out the buttons in the box. Possible values are: default, spread, edge, start and end.</p>
|
501
501
|
<p>Default value: GTK_BUTTONBOX_DEFAULT_STYLE</p>
|
502
502
|
</div>
|
503
503
|
</div>
|
@@ -505,7 +505,7 @@ other styles, they appear immediately next to the main children.
|
|
505
505
|
<a name="GtkButtonBox.child-property-details"></a><h2>Child Property Details</h2>
|
506
506
|
<div class="refsect2" title='The "secondary" child property'>
|
507
507
|
<a name="GtkButtonBox--c-secondary"></a><h3>The <code class="literal">"secondary"</code> child property</h3>
|
508
|
-
<pre class="programlisting"> "secondary" <a href="/
|
508
|
+
<pre class="programlisting"> "secondary" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
509
509
|
<p>If TRUE, the child appears in a secondary group of children, suitable for, e.g., help buttons.</p>
|
510
510
|
<p>Default value: FALSE</p>
|
511
511
|
</div>
|
@@ -514,7 +514,7 @@ other styles, they appear immediately next to the main children.
|
|
514
514
|
<a name="GtkButtonBox.style-property-details"></a><h2>Style Property Details</h2>
|
515
515
|
<div class="refsect2" title='The "child-internal-pad-x" style property'>
|
516
516
|
<a name="GtkButtonBox--s-child-internal-pad-x"></a><h3>The <code class="literal">"child-internal-pad-x"</code> style property</h3>
|
517
|
-
<pre class="programlisting"> "child-internal-pad-x" <a href="/
|
517
|
+
<pre class="programlisting"> "child-internal-pad-x" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read</pre>
|
518
518
|
<p>Amount to increase child's size on either side.</p>
|
519
519
|
<p>Allowed values: >= 0</p>
|
520
520
|
<p>Default value: 4</p>
|
@@ -522,7 +522,7 @@ other styles, they appear immediately next to the main children.
|
|
522
522
|
<hr>
|
523
523
|
<div class="refsect2" title='The "child-internal-pad-y" style property'>
|
524
524
|
<a name="GtkButtonBox--s-child-internal-pad-y"></a><h3>The <code class="literal">"child-internal-pad-y"</code> style property</h3>
|
525
|
-
<pre class="programlisting"> "child-internal-pad-y" <a href="/
|
525
|
+
<pre class="programlisting"> "child-internal-pad-y" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read</pre>
|
526
526
|
<p>Amount to increase child's size on the top and bottom.</p>
|
527
527
|
<p>Allowed values: >= 0</p>
|
528
528
|
<p>Default value: 0</p>
|
@@ -530,7 +530,7 @@ other styles, they appear immediately next to the main children.
|
|
530
530
|
<hr>
|
531
531
|
<div class="refsect2" title='The "child-min-height" style property'>
|
532
532
|
<a name="GtkButtonBox--s-child-min-height"></a><h3>The <code class="literal">"child-min-height"</code> style property</h3>
|
533
|
-
<pre class="programlisting"> "child-min-height" <a href="/
|
533
|
+
<pre class="programlisting"> "child-min-height" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read</pre>
|
534
534
|
<p>Minimum height of buttons inside the box.</p>
|
535
535
|
<p>Allowed values: >= 0</p>
|
536
536
|
<p>Default value: 27</p>
|
@@ -538,7 +538,7 @@ other styles, they appear immediately next to the main children.
|
|
538
538
|
<hr>
|
539
539
|
<div class="refsect2" title='The "child-min-width" style property'>
|
540
540
|
<a name="GtkButtonBox--s-child-min-width"></a><h3>The <code class="literal">"child-min-width"</code> style property</h3>
|
541
|
-
<pre class="programlisting"> "child-min-width" <a href="/
|
541
|
+
<pre class="programlisting"> "child-min-width" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read</pre>
|
542
542
|
<p>Minimum width of buttons inside the box.</p>
|
543
543
|
<p>Allowed values: >= 0</p>
|
544
544
|
<p>Default value: 85</p>
|
@@ -567,6 +567,6 @@ other styles, they appear immediately next to the main children.
|
|
567
567
|
</div>
|
568
568
|
<div class="footer">
|
569
569
|
<hr>
|
570
|
-
Generated by GTK-Doc V1.
|
570
|
+
Generated by GTK-Doc V1.15</div>
|
571
571
|
</body>
|
572
572
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GtkCList</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="DeprecatedObjects.html" title="Deprecated">
|
9
9
|
<link rel="prev" href="DeprecatedObjects.html" title="Deprecated">
|
10
10
|
<link rel="next" href="GtkCTree.html" title="GtkCTree">
|
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">
|
@@ -71,9 +71,9 @@ enum <a class="link" href="GtkCList.html#GtkButtonAction" title="
|
|
71
71
|
#define <a class="link" href="GtkCList.html#GTK-CELL-PIXMAP:CAPS" title="GTK_CELL_PIXMAP()">GTK_CELL_PIXMAP</a> (cell)
|
72
72
|
#define <a class="link" href="GtkCList.html#GTK-CELL-PIXTEXT:CAPS" title="GTK_CELL_PIXTEXT()">GTK_CELL_PIXTEXT</a> (cell)
|
73
73
|
#define <a class="link" href="GtkCList.html#GTK-CELL-WIDGET:CAPS" title="GTK_CELL_WIDGET()">GTK_CELL_WIDGET</a> (cell)
|
74
|
-
<a href="/
|
75
|
-
<em class="parameter"><code><a href="/
|
76
|
-
<em class="parameter"><code><a href="/
|
74
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> (<a class="link" href="GtkCList.html#GtkCListCompareFunc" title="GtkCListCompareFunc ()">*GtkCListCompareFunc</a>) (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
75
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gconstpointer"><span class="type">gconstpointer</span></a> ptr1</code></em>,
|
76
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gconstpointer"><span class="type">gconstpointer</span></a> ptr2</code></em>);
|
77
77
|
<a class="link" href="GtkCList.html#GtkCListColumn" title="GtkCListColumn">GtkCListColumn</a>;
|
78
78
|
<a class="link" href="GtkCList.html#GtkCListRow" title="GtkCListRow">GtkCListRow</a>;
|
79
79
|
<a class="link" href="GtkCList.html#GtkCellText" title="GtkCellText">GtkCellText</a>;
|
@@ -84,9 +84,9 @@ enum <a class="link" href="GtkCList.html#GtkButtonAction" title="
|
|
84
84
|
<a class="link" href="GtkCList.html#GtkCListCellInfo" title="GtkCListCellInfo">GtkCListCellInfo</a>;
|
85
85
|
<a class="link" href="GtkCList.html#GtkCListDestInfo" title="GtkCListDestInfo">GtkCListDestInfo</a>;
|
86
86
|
enum <a class="link" href="GtkCList.html#GtkCListDragPos" title="enum GtkCListDragPos">GtkCListDragPos</a>;
|
87
|
-
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkCList.html#gtk-clist-new" title="gtk_clist_new ()">gtk_clist_new</a> (<em class="parameter"><code><a href="/
|
88
|
-
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkCList.html#gtk-clist-new-with-titles" title="gtk_clist_new_with_titles ()">gtk_clist_new_with_titles</a> (<em class="parameter"><code><a href="/
|
89
|
-
<em class="parameter"><code><a href="/
|
87
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkCList.html#gtk-clist-new" title="gtk_clist_new ()">gtk_clist_new</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> columns</code></em>);
|
88
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkCList.html#gtk-clist-new-with-titles" title="gtk_clist_new_with_titles ()">gtk_clist_new_with_titles</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> columns</code></em>,
|
89
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *titles[]</code></em>);
|
90
90
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-set-shadow-type" title="gtk_clist_set_shadow_type ()">gtk_clist_set_shadow_type</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
91
91
|
<em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkShadowType" title="enum GtkShadowType"><span class="type">GtkShadowType</span></a> type</code></em>);
|
92
92
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-set-selection-mode" title="gtk_clist_set_selection_mode ()">gtk_clist_set_selection_mode</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
@@ -96,178 +96,178 @@ enum <a class="link" href="GtkCList.html#GtkCListDragPos" title="
|
|
96
96
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-column-titles-show" title="gtk_clist_column_titles_show ()">gtk_clist_column_titles_show</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>);
|
97
97
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-column-titles-hide" title="gtk_clist_column_titles_hide ()">gtk_clist_column_titles_hide</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>);
|
98
98
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-column-title-active" title="gtk_clist_column_title_active ()">gtk_clist_column_title_active</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
99
|
-
<em class="parameter"><code><a href="/
|
99
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);
|
100
100
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-column-title-passive" title="gtk_clist_column_title_passive ()">gtk_clist_column_title_passive</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
101
|
-
<em class="parameter"><code><a href="/
|
101
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);
|
102
102
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-column-titles-active" title="gtk_clist_column_titles_active ()">gtk_clist_column_titles_active</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>);
|
103
103
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-column-titles-passive" title="gtk_clist_column_titles_passive ()">gtk_clist_column_titles_passive</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>);
|
104
104
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-set-column-title" title="gtk_clist_set_column_title ()">gtk_clist_set_column_title</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
105
|
-
<em class="parameter"><code><a href="/
|
106
|
-
<em class="parameter"><code>const <a href="/
|
105
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
|
106
|
+
<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>);
|
107
107
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-set-column-widget" title="gtk_clist_set_column_widget ()">gtk_clist_set_column_widget</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
108
|
-
<em class="parameter"><code><a href="/
|
108
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
|
109
109
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
|
110
110
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-set-column-justification" title="gtk_clist_set_column_justification ()">gtk_clist_set_column_justification</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
111
|
-
<em class="parameter"><code><a href="/
|
111
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
|
112
112
|
<em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkJustification" title="enum GtkJustification"><span class="type">GtkJustification</span></a> justification</code></em>);
|
113
113
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-set-column-visibility" title="gtk_clist_set_column_visibility ()">gtk_clist_set_column_visibility</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
114
|
-
<em class="parameter"><code><a href="/
|
115
|
-
<em class="parameter"><code><a href="/
|
114
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
|
115
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> visible</code></em>);
|
116
116
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-set-column-resizeable" title="gtk_clist_set_column_resizeable ()">gtk_clist_set_column_resizeable</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
117
|
-
<em class="parameter"><code><a href="/
|
118
|
-
<em class="parameter"><code><a href="/
|
117
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
|
118
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> resizeable</code></em>);
|
119
119
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-set-column-auto-resize" title="gtk_clist_set_column_auto_resize ()">gtk_clist_set_column_auto_resize</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
120
|
-
<em class="parameter"><code><a href="/
|
121
|
-
<em class="parameter"><code><a href="/
|
122
|
-
<a href="/
|
123
|
-
<em class="parameter"><code><a href="/
|
120
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
|
121
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> auto_resize</code></em>);
|
122
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkCList.html#gtk-clist-optimal-column-width" title="gtk_clist_optimal_column_width ()">gtk_clist_optimal_column_width</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
123
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);
|
124
124
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-set-column-width" title="gtk_clist_set_column_width ()">gtk_clist_set_column_width</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
125
|
-
<em class="parameter"><code><a href="/
|
126
|
-
<em class="parameter"><code><a href="/
|
125
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
|
126
|
+
<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>);
|
127
127
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-set-column-min-width" title="gtk_clist_set_column_min_width ()">gtk_clist_set_column_min_width</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
128
|
-
<em class="parameter"><code><a href="/
|
129
|
-
<em class="parameter"><code><a href="/
|
128
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
|
129
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> min_width</code></em>);
|
130
130
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-set-column-max-width" title="gtk_clist_set_column_max_width ()">gtk_clist_set_column_max_width</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
131
|
-
<em class="parameter"><code><a href="/
|
132
|
-
<em class="parameter"><code><a href="/
|
131
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
|
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> max_width</code></em>);
|
133
133
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-set-row-height" title="gtk_clist_set_row_height ()">gtk_clist_set_row_height</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
134
|
-
<em class="parameter"><code><a href="/
|
134
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> height</code></em>);
|
135
135
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-moveto" title="gtk_clist_moveto ()">gtk_clist_moveto</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
136
|
-
<em class="parameter"><code><a href="/
|
137
|
-
<em class="parameter"><code><a href="/
|
138
|
-
<em class="parameter"><code><a href="/
|
139
|
-
<em class="parameter"><code><a href="/
|
136
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
|
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> column</code></em>,
|
138
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> row_align</code></em>,
|
139
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> col_align</code></em>);
|
140
140
|
<a class="link" href="gtk-Standard-Enumerations.html#GtkVisibility" title="enum GtkVisibility"><span class="returnvalue">GtkVisibility</span></a> <a class="link" href="GtkCList.html#gtk-clist-row-is-visible" title="gtk_clist_row_is_visible ()">gtk_clist_row_is_visible</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
141
|
-
<em class="parameter"><code><a href="/
|
141
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>);
|
142
142
|
<a class="link" href="GtkCList.html#GtkCellType" title="enum GtkCellType"><span class="returnvalue">GtkCellType</span></a> <a class="link" href="GtkCList.html#gtk-clist-get-cell-type" title="gtk_clist_get_cell_type ()">gtk_clist_get_cell_type</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
143
|
-
<em class="parameter"><code><a href="/
|
144
|
-
<em class="parameter"><code><a href="/
|
143
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
|
144
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);
|
145
145
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-set-text" title="gtk_clist_set_text ()">gtk_clist_set_text</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
146
|
-
<em class="parameter"><code><a href="/
|
147
|
-
<em class="parameter"><code><a href="/
|
148
|
-
<em class="parameter"><code>const <a href="/
|
149
|
-
<a href="/
|
150
|
-
<em class="parameter"><code><a href="/
|
151
|
-
<em class="parameter"><code><a href="/
|
152
|
-
<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> row</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> column</code></em>,
|
148
|
+
<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> *text</code></em>);
|
149
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkCList.html#gtk-clist-get-text" title="gtk_clist_get_text ()">gtk_clist_get_text</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
150
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
|
151
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
|
152
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **text</code></em>);
|
153
153
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-set-pixmap" title="gtk_clist_set_pixmap ()">gtk_clist_set_pixmap</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
154
|
-
<em class="parameter"><code><a href="/
|
155
|
-
<em class="parameter"><code><a href="/
|
154
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
|
155
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
|
156
156
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> *pixmap</code></em>,
|
157
157
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> *mask</code></em>);
|
158
|
-
<a href="/
|
159
|
-
<em class="parameter"><code><a href="/
|
160
|
-
<em class="parameter"><code><a href="/
|
158
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkCList.html#gtk-clist-get-pixmap" title="gtk_clist_get_pixmap ()">gtk_clist_get_pixmap</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
159
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
|
160
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
|
161
161
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> **pixmap</code></em>,
|
162
162
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> **mask</code></em>);
|
163
163
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-set-pixtext" title="gtk_clist_set_pixtext ()">gtk_clist_set_pixtext</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
164
|
-
<em class="parameter"><code><a href="/
|
165
|
-
<em class="parameter"><code><a href="/
|
166
|
-
<em class="parameter"><code>const <a href="/
|
167
|
-
<em class="parameter"><code><a href="/
|
164
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
|
165
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
|
166
|
+
<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> *text</code></em>,
|
167
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint8"><span class="type">guint8</span></a> spacing</code></em>,
|
168
168
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> *pixmap</code></em>,
|
169
169
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> *mask</code></em>);
|
170
|
-
<a href="/
|
171
|
-
<em class="parameter"><code><a href="/
|
172
|
-
<em class="parameter"><code><a href="/
|
173
|
-
<em class="parameter"><code><a href="/
|
174
|
-
<em class="parameter"><code><a href="/
|
170
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkCList.html#gtk-clist-get-pixtext" title="gtk_clist_get_pixtext ()">gtk_clist_get_pixtext</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
171
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
|
172
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
|
173
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **text</code></em>,
|
174
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint8"><span class="type">guint8</span></a> *spacing</code></em>,
|
175
175
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> **pixmap</code></em>,
|
176
176
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> **mask</code></em>);
|
177
177
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-set-foreground" title="gtk_clist_set_foreground ()">gtk_clist_set_foreground</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
178
|
-
<em class="parameter"><code><a href="/
|
178
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
|
179
179
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);
|
180
180
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-set-background" title="gtk_clist_set_background ()">gtk_clist_set_background</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
181
|
-
<em class="parameter"><code><a href="/
|
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> row</code></em>,
|
182
182
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);
|
183
183
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-set-cell-style" title="gtk_clist_set_cell_style ()">gtk_clist_set_cell_style</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
184
|
-
<em class="parameter"><code><a href="/
|
185
|
-
<em class="parameter"><code><a href="/
|
184
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
|
185
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
|
186
186
|
<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>);
|
187
187
|
<a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a> * <a class="link" href="GtkCList.html#gtk-clist-get-cell-style" title="gtk_clist_get_cell_style ()">gtk_clist_get_cell_style</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
188
|
-
<em class="parameter"><code><a href="/
|
189
|
-
<em class="parameter"><code><a href="/
|
188
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
|
189
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);
|
190
190
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-set-row-style" title="gtk_clist_set_row_style ()">gtk_clist_set_row_style</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
191
|
-
<em class="parameter"><code><a href="/
|
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> row</code></em>,
|
192
192
|
<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>);
|
193
193
|
<a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a> * <a class="link" href="GtkCList.html#gtk-clist-get-row-style" title="gtk_clist_get_row_style ()">gtk_clist_get_row_style</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
194
|
-
<em class="parameter"><code><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> row</code></em>);
|
195
195
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-set-shift" title="gtk_clist_set_shift ()">gtk_clist_set_shift</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
196
|
-
<em class="parameter"><code><a href="/
|
197
|
-
<em class="parameter"><code><a href="/
|
198
|
-
<em class="parameter"><code><a href="/
|
199
|
-
<em class="parameter"><code><a href="/
|
196
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
|
197
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
|
198
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> vertical</code></em>,
|
199
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> horizontal</code></em>);
|
200
200
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-set-selectable" title="gtk_clist_set_selectable ()">gtk_clist_set_selectable</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
201
|
-
<em class="parameter"><code><a href="/
|
202
|
-
<em class="parameter"><code><a href="/
|
203
|
-
<a href="/
|
204
|
-
<em class="parameter"><code><a href="/
|
205
|
-
<a href="/
|
206
|
-
<em class="parameter"><code><a href="/
|
207
|
-
<a href="/
|
208
|
-
<em class="parameter"><code><a href="/
|
209
|
-
<a href="/
|
210
|
-
<em class="parameter"><code><a href="/
|
211
|
-
<em class="parameter"><code><a href="/
|
201
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
|
202
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> selectable</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="GtkCList.html#gtk-clist-get-selectable" title="gtk_clist_get_selectable ()">gtk_clist_get_selectable</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
204
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>);
|
205
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkCList.html#gtk-clist-prepend" title="gtk_clist_prepend ()">gtk_clist_prepend</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
206
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text[]</code></em>);
|
207
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkCList.html#gtk-clist-append" title="gtk_clist_append ()">gtk_clist_append</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
208
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text[]</code></em>);
|
209
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkCList.html#gtk-clist-insert" title="gtk_clist_insert ()">gtk_clist_insert</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
210
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
|
211
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text[]</code></em>);
|
212
212
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-remove" title="gtk_clist_remove ()">gtk_clist_remove</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
213
|
-
<em class="parameter"><code><a href="/
|
213
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>);
|
214
214
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-set-row-data" title="gtk_clist_set_row_data ()">gtk_clist_set_row_data</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
215
|
-
<em class="parameter"><code><a href="/
|
216
|
-
<em class="parameter"><code><a href="/
|
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> row</code></em>,
|
216
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
|
217
217
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-set-row-data-full" title="gtk_clist_set_row_data_full ()">gtk_clist_set_row_data_full</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
218
|
-
<em class="parameter"><code><a href="/
|
219
|
-
<em class="parameter"><code><a href="/
|
220
|
-
<em class="parameter"><code><a href="/
|
221
|
-
<a href="/
|
222
|
-
<em class="parameter"><code><a href="/
|
223
|
-
<a href="/
|
224
|
-
<em class="parameter"><code><a href="/
|
218
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
|
219
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
|
220
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);
|
221
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a> <a class="link" href="GtkCList.html#gtk-clist-get-row-data" title="gtk_clist_get_row_data ()">gtk_clist_get_row_data</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
222
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>);
|
223
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkCList.html#gtk-clist-find-row-from-data" title="gtk_clist_find_row_from_data ()">gtk_clist_find_row_from_data</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
224
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
|
225
225
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-select-row" title="gtk_clist_select_row ()">gtk_clist_select_row</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
226
|
-
<em class="parameter"><code><a href="/
|
227
|
-
<em class="parameter"><code><a href="/
|
226
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
|
227
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);
|
228
228
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-unselect-row" title="gtk_clist_unselect_row ()">gtk_clist_unselect_row</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
229
|
-
<em class="parameter"><code><a href="/
|
230
|
-
<em class="parameter"><code><a href="/
|
229
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
|
230
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);
|
231
231
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-undo-selection" title="gtk_clist_undo_selection ()">gtk_clist_undo_selection</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>);
|
232
232
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-clear" title="gtk_clist_clear ()">gtk_clist_clear</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>);
|
233
|
-
<a href="/
|
234
|
-
<em class="parameter"><code><a href="/
|
235
|
-
<em class="parameter"><code><a href="/
|
236
|
-
<em class="parameter"><code><a href="/
|
237
|
-
<em class="parameter"><code><a href="/
|
233
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkCList.html#gtk-clist-get-selection-info" title="gtk_clist_get_selection_info ()">gtk_clist_get_selection_info</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
234
|
+
<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>,
|
235
|
+
<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>,
|
236
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *row</code></em>,
|
237
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *column</code></em>);
|
238
238
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-select-all" title="gtk_clist_select_all ()">gtk_clist_select_all</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>);
|
239
239
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-unselect-all" title="gtk_clist_unselect_all ()">gtk_clist_unselect_all</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>);
|
240
240
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-swap-rows" title="gtk_clist_swap_rows ()">gtk_clist_swap_rows</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
241
|
-
<em class="parameter"><code><a href="/
|
242
|
-
<em class="parameter"><code><a href="/
|
241
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row1</code></em>,
|
242
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row2</code></em>);
|
243
243
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-set-compare-func" title="gtk_clist_set_compare_func ()">gtk_clist_set_compare_func</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
244
244
|
<em class="parameter"><code><a class="link" href="GtkCList.html#GtkCListCompareFunc" title="GtkCListCompareFunc ()"><span class="type">GtkCListCompareFunc</span></a> cmp_func</code></em>);
|
245
245
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-set-sort-column" title="gtk_clist_set_sort_column ()">gtk_clist_set_sort_column</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
246
|
-
<em class="parameter"><code><a href="/
|
246
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);
|
247
247
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-set-sort-type" title="gtk_clist_set_sort_type ()">gtk_clist_set_sort_type</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
248
248
|
<em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkSortType" title="enum GtkSortType"><span class="type">GtkSortType</span></a> sort_type</code></em>);
|
249
249
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-sort" title="gtk_clist_sort ()">gtk_clist_sort</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>);
|
250
250
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-set-auto-sort" title="gtk_clist_set_auto_sort ()">gtk_clist_set_auto_sort</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
251
|
-
<em class="parameter"><code><a href="/
|
252
|
-
<a href="/
|
253
|
-
<a href="/
|
254
|
-
<em class="parameter"><code><a href="/
|
251
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> auto_sort</code></em>);
|
252
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkCList.html#gtk-clist-columns-autosize" title="gtk_clist_columns_autosize ()">gtk_clist_columns_autosize</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>);
|
253
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkCList.html#gtk-clist-get-column-title" title="gtk_clist_get_column_title ()">gtk_clist_get_column_title</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
254
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);
|
255
255
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkCList.html#gtk-clist-get-column-widget" title="gtk_clist_get_column_widget ()">gtk_clist_get_column_widget</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
256
|
-
<em class="parameter"><code><a href="/
|
256
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);
|
257
257
|
<a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="returnvalue">GtkAdjustment</span></a>* <a class="link" href="GtkCList.html#gtk-clist-get-hadjustment" title="gtk_clist_get_hadjustment ()">gtk_clist_get_hadjustment</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>);
|
258
258
|
<a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="returnvalue">GtkAdjustment</span></a>* <a class="link" href="GtkCList.html#gtk-clist-get-vadjustment" title="gtk_clist_get_vadjustment ()">gtk_clist_get_vadjustment</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>);
|
259
259
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-row-move" title="gtk_clist_row_move ()">gtk_clist_row_move</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
260
|
-
<em class="parameter"><code><a href="/
|
261
|
-
<em class="parameter"><code><a href="/
|
260
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> source_row</code></em>,
|
261
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> dest_row</code></em>);
|
262
262
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-set-button-actions" title="gtk_clist_set_button_actions ()">gtk_clist_set_button_actions</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
263
|
-
<em class="parameter"><code><a href="/
|
264
|
-
<em class="parameter"><code><a href="/
|
263
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> button</code></em>,
|
264
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint8"><span class="type">guint8</span></a> button_actions</code></em>);
|
265
265
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-set-hadjustment" title="gtk_clist_set_hadjustment ()">gtk_clist_set_hadjustment</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
266
266
|
<em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *adjustment</code></em>);
|
267
267
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-set-reorderable" title="gtk_clist_set_reorderable ()">gtk_clist_set_reorderable</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
268
|
-
<em class="parameter"><code><a href="/
|
268
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> reorderable</code></em>);
|
269
269
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-set-use-drag-icons" title="gtk_clist_set_use_drag_icons ()">gtk_clist_set_use_drag_icons</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
270
|
-
<em class="parameter"><code><a href="/
|
270
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> use_icons</code></em>);
|
271
271
|
<span class="returnvalue">void</span> <a class="link" href="GtkCList.html#gtk-clist-set-vadjustment" title="gtk_clist_set_vadjustment ()">gtk_clist_set_vadjustment</a> (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
272
272
|
<em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *adjustment</code></em>);
|
273
273
|
</pre>
|
@@ -275,8 +275,8 @@ enum <a class="link" href="GtkCList.html#GtkCListDragPos" title="
|
|
275
275
|
<div class="refsect1" title="Object Hierarchy">
|
276
276
|
<a name="GtkCList.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
277
277
|
<pre class="synopsis">
|
278
|
-
<a href="/
|
279
|
-
+----<a href="/
|
278
|
+
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
279
|
+
+----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
280
280
|
+----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
|
281
281
|
+----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
282
282
|
+----<a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
|
@@ -288,19 +288,19 @@ enum <a class="link" href="GtkCList.html#GtkCListDragPos" title="
|
|
288
288
|
<a name="GtkCList.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
289
289
|
<p>
|
290
290
|
GtkCList implements
|
291
|
-
AtkImplementorIface and <a class="link" href="
|
291
|
+
AtkImplementorIface and <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
|
292
292
|
</div>
|
293
293
|
<div class="refsect1" title="Properties">
|
294
294
|
<a name="GtkCList.properties"></a><h2>Properties</h2>
|
295
295
|
<pre class="synopsis">
|
296
|
-
"<a class="link" href="GtkCList.html#GtkCList--n-columns" title='The "n-columns" property'>n-columns</a>" <a href="/
|
297
|
-
"<a class="link" href="GtkCList.html#GtkCList--reorderable" title='The "reorderable" property'>reorderable</a>" <a href="/
|
298
|
-
"<a class="link" href="GtkCList.html#GtkCList--row-height" title='The "row-height" property'>row-height</a>" <a href="/
|
296
|
+
"<a class="link" href="GtkCList.html#GtkCList--n-columns" title='The "n-columns" property'>n-columns</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write / Construct Only
|
297
|
+
"<a class="link" href="GtkCList.html#GtkCList--reorderable" title='The "reorderable" property'>reorderable</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
298
|
+
"<a class="link" href="GtkCList.html#GtkCList--row-height" title='The "row-height" property'>row-height</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write
|
299
299
|
"<a class="link" href="GtkCList.html#GtkCList--selection-mode" title='The "selection-mode" property'>selection-mode</a>" <a class="link" href="gtk-Standard-Enumerations.html#GtkSelectionMode" title="enum GtkSelectionMode"><span class="type">GtkSelectionMode</span></a> : Read / Write
|
300
300
|
"<a class="link" href="GtkCList.html#GtkCList--shadow-type" title='The "shadow-type" property'>shadow-type</a>" <a class="link" href="gtk-Standard-Enumerations.html#GtkShadowType" title="enum GtkShadowType"><span class="type">GtkShadowType</span></a> : Read / Write
|
301
301
|
"<a class="link" href="GtkCList.html#GtkCList--sort-type" title='The "sort-type" property'>sort-type</a>" <a class="link" href="gtk-Standard-Enumerations.html#GtkSortType" title="enum GtkSortType"><span class="type">GtkSortType</span></a> : Read / Write
|
302
|
-
"<a class="link" href="GtkCList.html#GtkCList--titles-active" title='The "titles-active" property'>titles-active</a>" <a href="/
|
303
|
-
"<a class="link" href="GtkCList.html#GtkCList--use-drag-icons" title='The "use-drag-icons" property'>use-drag-icons</a>" <a href="/
|
302
|
+
"<a class="link" href="GtkCList.html#GtkCList--titles-active" title='The "titles-active" property'>titles-active</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
303
|
+
"<a class="link" href="GtkCList.html#GtkCList--use-drag-icons" title='The "use-drag-icons" property'>use-drag-icons</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
304
304
|
</pre>
|
305
305
|
</div>
|
306
306
|
<div class="refsect1" title="Signals">
|
@@ -790,9 +790,9 @@ A macro to cast a generic <a class="link" href="GtkCList.html" title="GtkCList">
|
|
790
790
|
<hr>
|
791
791
|
<div class="refsect2" title="GtkCListCompareFunc ()">
|
792
792
|
<a name="GtkCListCompareFunc"></a><h3>GtkCListCompareFunc ()</h3>
|
793
|
-
<pre class="programlisting"><a href="/
|
794
|
-
<em class="parameter"><code><a href="/
|
795
|
-
<em class="parameter"><code><a href="/
|
793
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> (*GtkCListCompareFunc) (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
794
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gconstpointer"><span class="type">gconstpointer</span></a> ptr1</code></em>,
|
795
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gconstpointer"><span class="type">gconstpointer</span></a> ptr2</code></em>);</pre>
|
796
796
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
797
797
|
<h3 class="title">Warning</h3>
|
798
798
|
<p><code class="literal">GtkCListCompareFunc</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -810,12 +810,12 @@ Function prototype for the compare function callback.
|
|
810
810
|
</tr>
|
811
811
|
<tr>
|
812
812
|
<td><p><span class="term"><em class="parameter"><code>ptr1</code></em> :</span></p></td>
|
813
|
-
<td>A <a href="/
|
813
|
+
<td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gconstpointer"><span class="type">gconstpointer</span></a> to the first node to compare.
|
814
814
|
</td>
|
815
815
|
</tr>
|
816
816
|
<tr>
|
817
817
|
<td><p><span class="term"><em class="parameter"><code>ptr2</code></em> :</span></p></td>
|
818
|
-
<td>A <a href="/
|
818
|
+
<td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gconstpointer"><span class="type">gconstpointer</span></a> to the second node to compare.
|
819
819
|
</td>
|
820
820
|
</tr>
|
821
821
|
<tr>
|
@@ -1079,7 +1079,7 @@ An enumeration for drag operations.
|
|
1079
1079
|
<hr>
|
1080
1080
|
<div class="refsect2" title="gtk_clist_new ()">
|
1081
1081
|
<a name="gtk-clist-new"></a><h3>gtk_clist_new ()</h3>
|
1082
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_clist_new (<em class="parameter"><code><a href="/
|
1082
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_clist_new (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> columns</code></em>);</pre>
|
1083
1083
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1084
1084
|
<h3 class="title">Warning</h3>
|
1085
1085
|
<p><code class="literal">gtk_clist_new</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -1106,8 +1106,8 @@ Creates a new <a class="link" href="GtkCList.html" title="GtkCList"><span class=
|
|
1106
1106
|
<hr>
|
1107
1107
|
<div class="refsect2" title="gtk_clist_new_with_titles ()">
|
1108
1108
|
<a name="gtk-clist-new-with-titles"></a><h3>gtk_clist_new_with_titles ()</h3>
|
1109
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_clist_new_with_titles (<em class="parameter"><code><a href="/
|
1110
|
-
<em class="parameter"><code><a href="/
|
1109
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_clist_new_with_titles (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> columns</code></em>,
|
1110
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *titles[]</code></em>);</pre>
|
1111
1111
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1112
1112
|
<h3 class="title">Warning</h3>
|
1113
1113
|
<p><code class="literal">gtk_clist_new_with_titles</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -1287,7 +1287,7 @@ showing.
|
|
1287
1287
|
<div class="refsect2" title="gtk_clist_column_title_active ()">
|
1288
1288
|
<a name="gtk-clist-column-title-active"></a><h3>gtk_clist_column_title_active ()</h3>
|
1289
1289
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_clist_column_title_active (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
1290
|
-
<em class="parameter"><code><a href="/
|
1290
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
|
1291
1291
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1292
1292
|
<h3 class="title">Warning</h3>
|
1293
1293
|
<p><code class="literal">gtk_clist_column_title_active</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -1317,7 +1317,7 @@ appropriate action.
|
|
1317
1317
|
<div class="refsect2" title="gtk_clist_column_title_passive ()">
|
1318
1318
|
<a name="gtk-clist-column-title-passive"></a><h3>gtk_clist_column_title_passive ()</h3>
|
1319
1319
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_clist_column_title_passive (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
1320
|
-
<em class="parameter"><code><a href="/
|
1320
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
|
1321
1321
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1322
1322
|
<h3 class="title">Warning</h3>
|
1323
1323
|
<p><code class="literal">gtk_clist_column_title_passive</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -1388,8 +1388,8 @@ as calling <a class="link" href="GtkCList.html#gtk-clist-column-title-passive" t
|
|
1388
1388
|
<div class="refsect2" title="gtk_clist_set_column_title ()">
|
1389
1389
|
<a name="gtk-clist-set-column-title"></a><h3>gtk_clist_set_column_title ()</h3>
|
1390
1390
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_clist_set_column_title (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
1391
|
-
<em class="parameter"><code><a href="/
|
1392
|
-
<em class="parameter"><code>const <a href="/
|
1391
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
|
1392
|
+
<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>
|
1393
1393
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1394
1394
|
<h3 class="title">Warning</h3>
|
1395
1395
|
<p><code class="literal">gtk_clist_set_column_title</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -1422,7 +1422,7 @@ Sets the title for the specified column.
|
|
1422
1422
|
<div class="refsect2" title="gtk_clist_set_column_widget ()">
|
1423
1423
|
<a name="gtk-clist-set-column-widget"></a><h3>gtk_clist_set_column_widget ()</h3>
|
1424
1424
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_clist_set_column_widget (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
1425
|
-
<em class="parameter"><code><a href="/
|
1425
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
|
1426
1426
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
1427
1427
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1428
1428
|
<h3 class="title">Warning</h3>
|
@@ -1458,7 +1458,7 @@ title, instead of the standard text.
|
|
1458
1458
|
<div class="refsect2" title="gtk_clist_set_column_justification ()">
|
1459
1459
|
<a name="gtk-clist-set-column-justification"></a><h3>gtk_clist_set_column_justification ()</h3>
|
1460
1460
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_clist_set_column_justification (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
1461
|
-
<em class="parameter"><code><a href="/
|
1461
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
|
1462
1462
|
<em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkJustification" title="enum GtkJustification"><span class="type">GtkJustification</span></a> justification</code></em>);</pre>
|
1463
1463
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1464
1464
|
<h3 class="title">Warning</h3>
|
@@ -1493,8 +1493,8 @@ column.
|
|
1493
1493
|
<div class="refsect2" title="gtk_clist_set_column_visibility ()">
|
1494
1494
|
<a name="gtk-clist-set-column-visibility"></a><h3>gtk_clist_set_column_visibility ()</h3>
|
1495
1495
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_clist_set_column_visibility (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
1496
|
-
<em class="parameter"><code><a href="/
|
1497
|
-
<em class="parameter"><code><a href="/
|
1496
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
|
1497
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> visible</code></em>);</pre>
|
1498
1498
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1499
1499
|
<h3 class="title">Warning</h3>
|
1500
1500
|
<p><code class="literal">gtk_clist_set_column_visibility</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -1521,7 +1521,7 @@ ignored.
|
|
1521
1521
|
<tr>
|
1522
1522
|
<td><p><span class="term"><em class="parameter"><code>visible</code></em> :</span></p></td>
|
1523
1523
|
<td>
|
1524
|
-
<a href="/
|
1524
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.
|
1525
1525
|
</td>
|
1526
1526
|
</tr>
|
1527
1527
|
</tbody>
|
@@ -1531,8 +1531,8 @@ ignored.
|
|
1531
1531
|
<div class="refsect2" title="gtk_clist_set_column_resizeable ()">
|
1532
1532
|
<a name="gtk-clist-set-column-resizeable"></a><h3>gtk_clist_set_column_resizeable ()</h3>
|
1533
1533
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_clist_set_column_resizeable (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
1534
|
-
<em class="parameter"><code><a href="/
|
1535
|
-
<em class="parameter"><code><a href="/
|
1534
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
|
1535
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> resizeable</code></em>);</pre>
|
1536
1536
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1537
1537
|
<h3 class="title">Warning</h3>
|
1538
1538
|
<p><code class="literal">gtk_clist_set_column_resizeable</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -1560,7 +1560,7 @@ call to <a class="link" href="GtkCList.html#gtk-clist-set-column-auto-resize" ti
|
|
1560
1560
|
<tr>
|
1561
1561
|
<td><p><span class="term"><em class="parameter"><code>resizeable</code></em> :</span></p></td>
|
1562
1562
|
<td>
|
1563
|
-
<a href="/
|
1563
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.
|
1564
1564
|
</td>
|
1565
1565
|
</tr>
|
1566
1566
|
</tbody>
|
@@ -1570,8 +1570,8 @@ call to <a class="link" href="GtkCList.html#gtk-clist-set-column-auto-resize" ti
|
|
1570
1570
|
<div class="refsect2" title="gtk_clist_set_column_auto_resize ()">
|
1571
1571
|
<a name="gtk-clist-set-column-auto-resize"></a><h3>gtk_clist_set_column_auto_resize ()</h3>
|
1572
1572
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_clist_set_column_auto_resize (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
1573
|
-
<em class="parameter"><code><a href="/
|
1574
|
-
<em class="parameter"><code><a href="/
|
1573
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
|
1574
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> auto_resize</code></em>);</pre>
|
1575
1575
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1576
1576
|
<h3 class="title">Warning</h3>
|
1577
1577
|
<p><code class="literal">gtk_clist_set_column_auto_resize</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -1597,7 +1597,7 @@ on a column explicity disallows user-resizing of the column.
|
|
1597
1597
|
<tr>
|
1598
1598
|
<td><p><span class="term"><em class="parameter"><code>auto_resize</code></em> :</span></p></td>
|
1599
1599
|
<td>
|
1600
|
-
<a href="/
|
1600
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.
|
1601
1601
|
</td>
|
1602
1602
|
</tr>
|
1603
1603
|
</tbody>
|
@@ -1606,8 +1606,8 @@ on a column explicity disallows user-resizing of the column.
|
|
1606
1606
|
<hr>
|
1607
1607
|
<div class="refsect2" title="gtk_clist_optimal_column_width ()">
|
1608
1608
|
<a name="gtk-clist-optimal-column-width"></a><h3>gtk_clist_optimal_column_width ()</h3>
|
1609
|
-
<pre class="programlisting"><a href="/
|
1610
|
-
<em class="parameter"><code><a href="/
|
1609
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_clist_optimal_column_width (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
1610
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
|
1611
1611
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1612
1612
|
<h3 class="title">Warning</h3>
|
1613
1613
|
<p><code class="literal">gtk_clist_optimal_column_width</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -1641,8 +1641,8 @@ everything in the specified column.
|
|
1641
1641
|
<div class="refsect2" title="gtk_clist_set_column_width ()">
|
1642
1642
|
<a name="gtk-clist-set-column-width"></a><h3>gtk_clist_set_column_width ()</h3>
|
1643
1643
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_clist_set_column_width (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
1644
|
-
<em class="parameter"><code><a href="/
|
1645
|
-
<em class="parameter"><code><a href="/
|
1644
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
|
1645
|
+
<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>);</pre>
|
1646
1646
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1647
1647
|
<h3 class="title">Warning</h3>
|
1648
1648
|
<p><code class="literal">gtk_clist_set_column_width</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -1676,8 +1676,8 @@ a specified width.
|
|
1676
1676
|
<div class="refsect2" title="gtk_clist_set_column_min_width ()">
|
1677
1677
|
<a name="gtk-clist-set-column-min-width"></a><h3>gtk_clist_set_column_min_width ()</h3>
|
1678
1678
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_clist_set_column_min_width (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
1679
|
-
<em class="parameter"><code><a href="/
|
1680
|
-
<em class="parameter"><code><a href="/
|
1679
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
|
1680
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> min_width</code></em>);</pre>
|
1681
1681
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1682
1682
|
<h3 class="title">Warning</h3>
|
1683
1683
|
<p><code class="literal">gtk_clist_set_column_min_width</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -1711,8 +1711,8 @@ the user from resizing it smaller than that specified.
|
|
1711
1711
|
<div class="refsect2" title="gtk_clist_set_column_max_width ()">
|
1712
1712
|
<a name="gtk-clist-set-column-max-width"></a><h3>gtk_clist_set_column_max_width ()</h3>
|
1713
1713
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_clist_set_column_max_width (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
1714
|
-
<em class="parameter"><code><a href="/
|
1715
|
-
<em class="parameter"><code><a href="/
|
1714
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
|
1715
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> max_width</code></em>);</pre>
|
1716
1716
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1717
1717
|
<h3 class="title">Warning</h3>
|
1718
1718
|
<p><code class="literal">gtk_clist_set_column_max_width</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -1746,7 +1746,7 @@ the user from resizing it larger than that specified.
|
|
1746
1746
|
<div class="refsect2" title="gtk_clist_set_row_height ()">
|
1747
1747
|
<a name="gtk-clist-set-row-height"></a><h3>gtk_clist_set_row_height ()</h3>
|
1748
1748
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_clist_set_row_height (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
1749
|
-
<em class="parameter"><code><a href="/
|
1749
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> height</code></em>);</pre>
|
1750
1750
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1751
1751
|
<h3 class="title">Warning</h3>
|
1752
1752
|
<p><code class="literal">gtk_clist_set_row_height</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -1776,10 +1776,10 @@ automatically to data in the row.
|
|
1776
1776
|
<div class="refsect2" title="gtk_clist_moveto ()">
|
1777
1777
|
<a name="gtk-clist-moveto"></a><h3>gtk_clist_moveto ()</h3>
|
1778
1778
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_clist_moveto (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
1779
|
-
<em class="parameter"><code><a href="/
|
1780
|
-
<em class="parameter"><code><a href="/
|
1781
|
-
<em class="parameter"><code><a href="/
|
1782
|
-
<em class="parameter"><code><a href="/
|
1779
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
|
1780
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
|
1781
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> row_align</code></em>,
|
1782
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> col_align</code></em>);</pre>
|
1783
1783
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1784
1784
|
<h3 class="title">Warning</h3>
|
1785
1785
|
<p><code class="literal">gtk_clist_moveto</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -1825,7 +1825,7 @@ the column in relation to the viewable area of the CList's contents.
|
|
1825
1825
|
<div class="refsect2" title="gtk_clist_row_is_visible ()">
|
1826
1826
|
<a name="gtk-clist-row-is-visible"></a><h3>gtk_clist_row_is_visible ()</h3>
|
1827
1827
|
<pre class="programlisting"><a class="link" href="gtk-Standard-Enumerations.html#GtkVisibility" title="enum GtkVisibility"><span class="returnvalue">GtkVisibility</span></a> gtk_clist_row_is_visible (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
1828
|
-
<em class="parameter"><code><a href="/
|
1828
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>);</pre>
|
1829
1829
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1830
1830
|
<h3 class="title">Warning</h3>
|
1831
1831
|
<p><code class="literal">gtk_clist_row_is_visible</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -1858,8 +1858,8 @@ Checks how the specified row is visible.
|
|
1858
1858
|
<div class="refsect2" title="gtk_clist_get_cell_type ()">
|
1859
1859
|
<a name="gtk-clist-get-cell-type"></a><h3>gtk_clist_get_cell_type ()</h3>
|
1860
1860
|
<pre class="programlisting"><a class="link" href="GtkCList.html#GtkCellType" title="enum GtkCellType"><span class="returnvalue">GtkCellType</span></a> gtk_clist_get_cell_type (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
1861
|
-
<em class="parameter"><code><a href="/
|
1862
|
-
<em class="parameter"><code><a href="/
|
1861
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
|
1862
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
|
1863
1863
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1864
1864
|
<h3 class="title">Warning</h3>
|
1865
1865
|
<p><code class="literal">gtk_clist_get_cell_type</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -1897,9 +1897,9 @@ Checks the type of cell at the location specified.
|
|
1897
1897
|
<div class="refsect2" title="gtk_clist_set_text ()">
|
1898
1898
|
<a name="gtk-clist-set-text"></a><h3>gtk_clist_set_text ()</h3>
|
1899
1899
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_clist_set_text (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
1900
|
-
<em class="parameter"><code><a href="/
|
1901
|
-
<em class="parameter"><code><a href="/
|
1902
|
-
<em class="parameter"><code>const <a href="/
|
1900
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
|
1901
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
|
1902
|
+
<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> *text</code></em>);</pre>
|
1903
1903
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1904
1904
|
<h3 class="title">Warning</h3>
|
1905
1905
|
<p><code class="literal">gtk_clist_set_text</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -1936,10 +1936,10 @@ Sets the displayed text in the specified cell.
|
|
1936
1936
|
<hr>
|
1937
1937
|
<div class="refsect2" title="gtk_clist_get_text ()">
|
1938
1938
|
<a name="gtk-clist-get-text"></a><h3>gtk_clist_get_text ()</h3>
|
1939
|
-
<pre class="programlisting"><a href="/
|
1940
|
-
<em class="parameter"><code><a href="/
|
1941
|
-
<em class="parameter"><code><a href="/
|
1942
|
-
<em class="parameter"><code><a href="/
|
1939
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_clist_get_text (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</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> row</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> column</code></em>,
|
1942
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **text</code></em>);</pre>
|
1943
1943
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1944
1944
|
<h3 class="title">Warning</h3>
|
1945
1945
|
<p><code class="literal">gtk_clist_get_text</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -1982,8 +1982,8 @@ Gets the text for the specified cell.
|
|
1982
1982
|
<div class="refsect2" title="gtk_clist_set_pixmap ()">
|
1983
1983
|
<a name="gtk-clist-set-pixmap"></a><h3>gtk_clist_set_pixmap ()</h3>
|
1984
1984
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_clist_set_pixmap (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
1985
|
-
<em class="parameter"><code><a href="/
|
1986
|
-
<em class="parameter"><code><a href="/
|
1985
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
|
1986
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
|
1987
1987
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> *pixmap</code></em>,
|
1988
1988
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> *mask</code></em>);</pre>
|
1989
1989
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
@@ -2018,7 +2018,8 @@ Sets a pixmap for the specified cell.
|
|
2018
2018
|
</tr>
|
2019
2019
|
<tr>
|
2020
2020
|
<td><p><span class="term"><em class="parameter"><code>mask</code></em> :</span></p></td>
|
2021
|
-
<td>. <acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym
|
2021
|
+
<td>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2022
|
+
</td>
|
2022
2023
|
</tr>
|
2023
2024
|
</tbody>
|
2024
2025
|
</table></div>
|
@@ -2026,9 +2027,9 @@ Sets a pixmap for the specified cell.
|
|
2026
2027
|
<hr>
|
2027
2028
|
<div class="refsect2" title="gtk_clist_get_pixmap ()">
|
2028
2029
|
<a name="gtk-clist-get-pixmap"></a><h3>gtk_clist_get_pixmap ()</h3>
|
2029
|
-
<pre class="programlisting"><a href="/
|
2030
|
-
<em class="parameter"><code><a href="/
|
2031
|
-
<em class="parameter"><code><a href="/
|
2030
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_clist_get_pixmap (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
2031
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
|
2032
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
|
2032
2033
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> **pixmap</code></em>,
|
2033
2034
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> **mask</code></em>);</pre>
|
2034
2035
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
@@ -2078,10 +2079,10 @@ Gets the pixmap and bitmap mask of the specified cell. The returned mask value
|
|
2078
2079
|
<div class="refsect2" title="gtk_clist_set_pixtext ()">
|
2079
2080
|
<a name="gtk-clist-set-pixtext"></a><h3>gtk_clist_set_pixtext ()</h3>
|
2080
2081
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_clist_set_pixtext (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
2081
|
-
<em class="parameter"><code><a href="/
|
2082
|
-
<em class="parameter"><code><a href="/
|
2083
|
-
<em class="parameter"><code>const <a href="/
|
2084
|
-
<em class="parameter"><code><a href="/
|
2082
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
|
2083
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
|
2084
|
+
<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> *text</code></em>,
|
2085
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint8"><span class="type">guint8</span></a> spacing</code></em>,
|
2085
2086
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> *pixmap</code></em>,
|
2086
2087
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> *mask</code></em>);</pre>
|
2087
2088
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
@@ -2135,11 +2136,11 @@ Sets text and a pixmap/bitmap on the specified cell.
|
|
2135
2136
|
<hr>
|
2136
2137
|
<div class="refsect2" title="gtk_clist_get_pixtext ()">
|
2137
2138
|
<a name="gtk-clist-get-pixtext"></a><h3>gtk_clist_get_pixtext ()</h3>
|
2138
|
-
<pre class="programlisting"><a href="/
|
2139
|
-
<em class="parameter"><code><a href="/
|
2140
|
-
<em class="parameter"><code><a href="/
|
2141
|
-
<em class="parameter"><code><a href="/
|
2142
|
-
<em class="parameter"><code><a href="/
|
2139
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_clist_get_pixtext (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
2140
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
|
2141
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
|
2142
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **text</code></em>,
|
2143
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint8"><span class="type">guint8</span></a> *spacing</code></em>,
|
2143
2144
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> **pixmap</code></em>,
|
2144
2145
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> **mask</code></em>);</pre>
|
2145
2146
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
@@ -2174,7 +2175,7 @@ Gets the text, pixmap and bitmap mask for the specified cell.
|
|
2174
2175
|
</tr>
|
2175
2176
|
<tr>
|
2176
2177
|
<td><p><span class="term"><em class="parameter"><code>spacing</code></em> :</span></p></td>
|
2177
|
-
<td>A pointer to a <a href="/
|
2178
|
+
<td>A pointer to a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint8"><span class="type">guint8</span></a> to store the spacing.
|
2178
2179
|
</td>
|
2179
2180
|
</tr>
|
2180
2181
|
<tr>
|
@@ -2199,7 +2200,7 @@ Gets the text, pixmap and bitmap mask for the specified cell.
|
|
2199
2200
|
<div class="refsect2" title="gtk_clist_set_foreground ()">
|
2200
2201
|
<a name="gtk-clist-set-foreground"></a><h3>gtk_clist_set_foreground ()</h3>
|
2201
2202
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_clist_set_foreground (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
2202
|
-
<em class="parameter"><code><a href="/
|
2203
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
|
2203
2204
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);</pre>
|
2204
2205
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2205
2206
|
<h3 class="title">Warning</h3>
|
@@ -2233,7 +2234,7 @@ Sets the foreground color for the specified row.
|
|
2233
2234
|
<div class="refsect2" title="gtk_clist_set_background ()">
|
2234
2235
|
<a name="gtk-clist-set-background"></a><h3>gtk_clist_set_background ()</h3>
|
2235
2236
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_clist_set_background (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
2236
|
-
<em class="parameter"><code><a href="/
|
2237
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
|
2237
2238
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);</pre>
|
2238
2239
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2239
2240
|
<h3 class="title">Warning</h3>
|
@@ -2267,8 +2268,8 @@ Sets the background color for the specified row.
|
|
2267
2268
|
<div class="refsect2" title="gtk_clist_set_cell_style ()">
|
2268
2269
|
<a name="gtk-clist-set-cell-style"></a><h3>gtk_clist_set_cell_style ()</h3>
|
2269
2270
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_clist_set_cell_style (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
2270
|
-
<em class="parameter"><code><a href="/
|
2271
|
-
<em class="parameter"><code><a href="/
|
2271
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
|
2272
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
|
2272
2273
|
<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>);</pre>
|
2273
2274
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2274
2275
|
<h3 class="title">Warning</h3>
|
@@ -2307,8 +2308,8 @@ Sets the style for the specified cell.
|
|
2307
2308
|
<div class="refsect2" title="gtk_clist_get_cell_style ()">
|
2308
2309
|
<a name="gtk-clist-get-cell-style"></a><h3>gtk_clist_get_cell_style ()</h3>
|
2309
2310
|
<pre class="programlisting"><a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a> * gtk_clist_get_cell_style (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
2310
|
-
<em class="parameter"><code><a href="/
|
2311
|
-
<em class="parameter"><code><a href="/
|
2311
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
|
2312
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
|
2312
2313
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2313
2314
|
<h3 class="title">Warning</h3>
|
2314
2315
|
<p><code class="literal">gtk_clist_get_cell_style</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -2346,7 +2347,7 @@ Gets the current style of the specified cell.
|
|
2346
2347
|
<div class="refsect2" title="gtk_clist_set_row_style ()">
|
2347
2348
|
<a name="gtk-clist-set-row-style"></a><h3>gtk_clist_set_row_style ()</h3>
|
2348
2349
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_clist_set_row_style (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
2349
|
-
<em class="parameter"><code><a href="/
|
2350
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
|
2350
2351
|
<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>);</pre>
|
2351
2352
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2352
2353
|
<h3 class="title">Warning</h3>
|
@@ -2380,7 +2381,7 @@ Sets the style for all cells in the specified row.
|
|
2380
2381
|
<div class="refsect2" title="gtk_clist_get_row_style ()">
|
2381
2382
|
<a name="gtk-clist-get-row-style"></a><h3>gtk_clist_get_row_style ()</h3>
|
2382
2383
|
<pre class="programlisting"><a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a> * gtk_clist_get_row_style (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
2383
|
-
<em class="parameter"><code><a href="/
|
2384
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>);</pre>
|
2384
2385
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2385
2386
|
<h3 class="title">Warning</h3>
|
2386
2387
|
<p><code class="literal">gtk_clist_get_row_style</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -2413,10 +2414,10 @@ Gets the style set for the specified row.
|
|
2413
2414
|
<div class="refsect2" title="gtk_clist_set_shift ()">
|
2414
2415
|
<a name="gtk-clist-set-shift"></a><h3>gtk_clist_set_shift ()</h3>
|
2415
2416
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_clist_set_shift (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
2416
|
-
<em class="parameter"><code><a href="/
|
2417
|
-
<em class="parameter"><code><a href="/
|
2418
|
-
<em class="parameter"><code><a href="/
|
2419
|
-
<em class="parameter"><code><a href="/
|
2417
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
|
2418
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
|
2419
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> vertical</code></em>,
|
2420
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> horizontal</code></em>);</pre>
|
2420
2421
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2421
2422
|
<h3 class="title">Warning</h3>
|
2422
2423
|
<p><code class="literal">gtk_clist_set_shift</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -2459,8 +2460,8 @@ Sets the vertical and horizontal shift of the specified cell.
|
|
2459
2460
|
<div class="refsect2" title="gtk_clist_set_selectable ()">
|
2460
2461
|
<a name="gtk-clist-set-selectable"></a><h3>gtk_clist_set_selectable ()</h3>
|
2461
2462
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_clist_set_selectable (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
2462
|
-
<em class="parameter"><code><a href="/
|
2463
|
-
<em class="parameter"><code><a href="/
|
2463
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
|
2464
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> selectable</code></em>);</pre>
|
2464
2465
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2465
2466
|
<h3 class="title">Warning</h3>
|
2466
2467
|
<p><code class="literal">gtk_clist_set_selectable</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -2484,7 +2485,7 @@ Sets whether the specified row is selectable or not.
|
|
2484
2485
|
<tr>
|
2485
2486
|
<td><p><span class="term"><em class="parameter"><code>selectable</code></em> :</span></p></td>
|
2486
2487
|
<td>
|
2487
|
-
<a href="/
|
2488
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.
|
2488
2489
|
</td>
|
2489
2490
|
</tr>
|
2490
2491
|
</tbody>
|
@@ -2493,8 +2494,8 @@ Sets whether the specified row is selectable or not.
|
|
2493
2494
|
<hr>
|
2494
2495
|
<div class="refsect2" title="gtk_clist_get_selectable ()">
|
2495
2496
|
<a name="gtk-clist-get-selectable"></a><h3>gtk_clist_get_selectable ()</h3>
|
2496
|
-
<pre class="programlisting"><a href="/
|
2497
|
-
<em class="parameter"><code><a href="/
|
2497
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_clist_get_selectable (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
2498
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>);</pre>
|
2498
2499
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2499
2500
|
<h3 class="title">Warning</h3>
|
2500
2501
|
<p><code class="literal">gtk_clist_get_selectable</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -2517,7 +2518,7 @@ Gets whether the specified row is selectable or not.
|
|
2517
2518
|
</tr>
|
2518
2519
|
<tr>
|
2519
2520
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2520
|
-
<td>A <a href="/
|
2521
|
+
<td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value.
|
2521
2522
|
</td>
|
2522
2523
|
</tr>
|
2523
2524
|
</tbody>
|
@@ -2526,8 +2527,8 @@ Gets whether the specified row is selectable or not.
|
|
2526
2527
|
<hr>
|
2527
2528
|
<div class="refsect2" title="gtk_clist_prepend ()">
|
2528
2529
|
<a name="gtk-clist-prepend"></a><h3>gtk_clist_prepend ()</h3>
|
2529
|
-
<pre class="programlisting"><a href="/
|
2530
|
-
<em class="parameter"><code><a href="/
|
2530
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_clist_prepend (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
2531
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text[]</code></em>);</pre>
|
2531
2532
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2532
2533
|
<h3 class="title">Warning</h3>
|
2533
2534
|
<p><code class="literal">gtk_clist_prepend</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -2559,8 +2560,8 @@ Adds a row to the CList at the top.
|
|
2559
2560
|
<hr>
|
2560
2561
|
<div class="refsect2" title="gtk_clist_append ()">
|
2561
2562
|
<a name="gtk-clist-append"></a><h3>gtk_clist_append ()</h3>
|
2562
|
-
<pre class="programlisting"><a href="/
|
2563
|
-
<em class="parameter"><code><a href="/
|
2563
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_clist_append (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
2564
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text[]</code></em>);</pre>
|
2564
2565
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2565
2566
|
<h3 class="title">Warning</h3>
|
2566
2567
|
<p><code class="literal">gtk_clist_append</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -2592,9 +2593,9 @@ Adds a row to the CList at the bottom.
|
|
2592
2593
|
<hr>
|
2593
2594
|
<div class="refsect2" title="gtk_clist_insert ()">
|
2594
2595
|
<a name="gtk-clist-insert"></a><h3>gtk_clist_insert ()</h3>
|
2595
|
-
<pre class="programlisting"><a href="/
|
2596
|
-
<em class="parameter"><code><a href="/
|
2597
|
-
<em class="parameter"><code><a href="/
|
2596
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_clist_insert (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
2597
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
|
2598
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text[]</code></em>);</pre>
|
2598
2599
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2599
2600
|
<h3 class="title">Warning</h3>
|
2600
2601
|
<p><code class="literal">gtk_clist_insert</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -2632,7 +2633,7 @@ Adds a row of text to the CList at the specified position.
|
|
2632
2633
|
<div class="refsect2" title="gtk_clist_remove ()">
|
2633
2634
|
<a name="gtk-clist-remove"></a><h3>gtk_clist_remove ()</h3>
|
2634
2635
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_clist_remove (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
2635
|
-
<em class="parameter"><code><a href="/
|
2636
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>);</pre>
|
2636
2637
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2637
2638
|
<h3 class="title">Warning</h3>
|
2638
2639
|
<p><code class="literal">gtk_clist_remove</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -2660,8 +2661,8 @@ Removes the specified row from the CList.
|
|
2660
2661
|
<div class="refsect2" title="gtk_clist_set_row_data ()">
|
2661
2662
|
<a name="gtk-clist-set-row-data"></a><h3>gtk_clist_set_row_data ()</h3>
|
2662
2663
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_clist_set_row_data (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
2663
|
-
<em class="parameter"><code><a href="/
|
2664
|
-
<em class="parameter"><code><a href="/
|
2664
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
|
2665
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
|
2665
2666
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2666
2667
|
<h3 class="title">Warning</h3>
|
2667
2668
|
<p><code class="literal">gtk_clist_set_row_data</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -2694,9 +2695,9 @@ Sets data for the specified row. This is the same as calling gtk_clist_set_row_
|
|
2694
2695
|
<div class="refsect2" title="gtk_clist_set_row_data_full ()">
|
2695
2696
|
<a name="gtk-clist-set-row-data-full"></a><h3>gtk_clist_set_row_data_full ()</h3>
|
2696
2697
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_clist_set_row_data_full (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
2697
|
-
<em class="parameter"><code><a href="/
|
2698
|
-
<em class="parameter"><code><a href="/
|
2699
|
-
<em class="parameter"><code><a href="/
|
2698
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
|
2699
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
|
2700
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);</pre>
|
2700
2701
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2701
2702
|
<h3 class="title">Warning</h3>
|
2702
2703
|
<p><code class="literal">gtk_clist_set_row_data_full</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -2733,8 +2734,8 @@ Sets the data for specified row, with a callback when the row is destroyed.
|
|
2733
2734
|
<hr>
|
2734
2735
|
<div class="refsect2" title="gtk_clist_get_row_data ()">
|
2735
2736
|
<a name="gtk-clist-get-row-data"></a><h3>gtk_clist_get_row_data ()</h3>
|
2736
|
-
<pre class="programlisting"><a href="/
|
2737
|
-
<em class="parameter"><code><a href="/
|
2737
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a> gtk_clist_get_row_data (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
2738
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>);</pre>
|
2738
2739
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2739
2740
|
<h3 class="title">Warning</h3>
|
2740
2741
|
<p><code class="literal">gtk_clist_get_row_data</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -2766,8 +2767,8 @@ Gets the currently set data for the specified row.
|
|
2766
2767
|
<hr>
|
2767
2768
|
<div class="refsect2" title="gtk_clist_find_row_from_data ()">
|
2768
2769
|
<a name="gtk-clist-find-row-from-data"></a><h3>gtk_clist_find_row_from_data ()</h3>
|
2769
|
-
<pre class="programlisting"><a href="/
|
2770
|
-
<em class="parameter"><code><a href="/
|
2770
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_clist_find_row_from_data (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
2771
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
|
2771
2772
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2772
2773
|
<h3 class="title">Warning</h3>
|
2773
2774
|
<p><code class="literal">gtk_clist_find_row_from_data</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -2800,8 +2801,8 @@ Searches the CList for the row with the specified data.
|
|
2800
2801
|
<div class="refsect2" title="gtk_clist_select_row ()">
|
2801
2802
|
<a name="gtk-clist-select-row"></a><h3>gtk_clist_select_row ()</h3>
|
2802
2803
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_clist_select_row (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
2803
|
-
<em class="parameter"><code><a href="/
|
2804
|
-
<em class="parameter"><code><a href="/
|
2804
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
|
2805
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
|
2805
2806
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2806
2807
|
<h3 class="title">Warning</h3>
|
2807
2808
|
<p><code class="literal">gtk_clist_select_row</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -2834,8 +2835,8 @@ Selects the specified row. Causes the "select-row" signal to be emitted for the
|
|
2834
2835
|
<div class="refsect2" title="gtk_clist_unselect_row ()">
|
2835
2836
|
<a name="gtk-clist-unselect-row"></a><h3>gtk_clist_unselect_row ()</h3>
|
2836
2837
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_clist_unselect_row (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
2837
|
-
<em class="parameter"><code><a href="/
|
2838
|
-
<em class="parameter"><code><a href="/
|
2838
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
|
2839
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
|
2839
2840
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2840
2841
|
<h3 class="title">Warning</h3>
|
2841
2842
|
<p><code class="literal">gtk_clist_unselect_row</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -2907,11 +2908,11 @@ Removes all the CList's rows.
|
|
2907
2908
|
<hr>
|
2908
2909
|
<div class="refsect2" title="gtk_clist_get_selection_info ()">
|
2909
2910
|
<a name="gtk-clist-get-selection-info"></a><h3>gtk_clist_get_selection_info ()</h3>
|
2910
|
-
<pre class="programlisting"><a href="/
|
2911
|
-
<em class="parameter"><code><a href="/
|
2912
|
-
<em class="parameter"><code><a href="/
|
2913
|
-
<em class="parameter"><code><a href="/
|
2914
|
-
<em class="parameter"><code><a href="/
|
2911
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_clist_get_selection_info (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
2912
|
+
<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>,
|
2913
|
+
<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>,
|
2914
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *row</code></em>,
|
2915
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *column</code></em>);</pre>
|
2915
2916
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2916
2917
|
<h3 class="title">Warning</h3>
|
2917
2918
|
<p><code class="literal">gtk_clist_get_selection_info</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -2939,12 +2940,12 @@ Gets the row and column at the specified pixel position in the CList.
|
|
2939
2940
|
</tr>
|
2940
2941
|
<tr>
|
2941
2942
|
<td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
|
2942
|
-
<td>Pointer to a <a href="/
|
2943
|
+
<td>Pointer to a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> to store the row value.
|
2943
2944
|
</td>
|
2944
2945
|
</tr>
|
2945
2946
|
<tr>
|
2946
2947
|
<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
|
2947
|
-
<td>Pointer to a <a href="/
|
2948
|
+
<td>Pointer to a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> to store the column value.
|
2948
2949
|
</td>
|
2949
2950
|
</tr>
|
2950
2951
|
<tr>
|
@@ -3000,8 +3001,8 @@ Unselects all rows in the CList.
|
|
3000
3001
|
<div class="refsect2" title="gtk_clist_swap_rows ()">
|
3001
3002
|
<a name="gtk-clist-swap-rows"></a><h3>gtk_clist_swap_rows ()</h3>
|
3002
3003
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_clist_swap_rows (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
3003
|
-
<em class="parameter"><code><a href="/
|
3004
|
-
<em class="parameter"><code><a href="/
|
3004
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row1</code></em>,
|
3005
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row2</code></em>);</pre>
|
3005
3006
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
3006
3007
|
<h3 class="title">Warning</h3>
|
3007
3008
|
<p><code class="literal">gtk_clist_swap_rows</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -3065,7 +3066,7 @@ by <a class="link" href="GtkCList.html#gtk-clist-set-sort-column" title="gtk_cli
|
|
3065
3066
|
<div class="refsect2" title="gtk_clist_set_sort_column ()">
|
3066
3067
|
<a name="gtk-clist-set-sort-column"></a><h3>gtk_clist_set_sort_column ()</h3>
|
3067
3068
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_clist_set_sort_column (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
3068
|
-
<em class="parameter"><code><a href="/
|
3069
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
|
3069
3070
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
3070
3071
|
<h3 class="title">Warning</h3>
|
3071
3072
|
<p><code class="literal">gtk_clist_set_sort_column</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -3144,7 +3145,7 @@ can be set with the <a class="link" href="GtkCList.html#gtk-clist-set-compare-fu
|
|
3144
3145
|
<div class="refsect2" title="gtk_clist_set_auto_sort ()">
|
3145
3146
|
<a name="gtk-clist-set-auto-sort"></a><h3>gtk_clist_set_auto_sort ()</h3>
|
3146
3147
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_clist_set_auto_sort (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
3147
|
-
<em class="parameter"><code><a href="/
|
3148
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> auto_sort</code></em>);</pre>
|
3148
3149
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
3149
3150
|
<h3 class="title">Warning</h3>
|
3150
3151
|
<p><code class="literal">gtk_clist_set_auto_sort</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -3171,7 +3172,7 @@ Turns on or off auto sort of the <a class="link" href="GtkCList.html" title="Gtk
|
|
3171
3172
|
<hr>
|
3172
3173
|
<div class="refsect2" title="gtk_clist_columns_autosize ()">
|
3173
3174
|
<a name="gtk-clist-columns-autosize"></a><h3>gtk_clist_columns_autosize ()</h3>
|
3174
|
-
<pre class="programlisting"><a href="/
|
3175
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_clist_columns_autosize (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>);</pre>
|
3175
3176
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
3176
3177
|
<h3 class="title">Warning</h3>
|
3177
3178
|
<p><code class="literal">gtk_clist_columns_autosize</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -3198,8 +3199,8 @@ Auto-sizes all columns in the CList and returns the total width of the CList.
|
|
3198
3199
|
<hr>
|
3199
3200
|
<div class="refsect2" title="gtk_clist_get_column_title ()">
|
3200
3201
|
<a name="gtk-clist-get-column-title"></a><h3>gtk_clist_get_column_title ()</h3>
|
3201
|
-
<pre class="programlisting"><a href="/
|
3202
|
-
<em class="parameter"><code><a href="/
|
3202
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_clist_get_column_title (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
3203
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
|
3203
3204
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
3204
3205
|
<h3 class="title">Warning</h3>
|
3205
3206
|
<p><code class="literal">gtk_clist_get_column_title</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -3232,7 +3233,7 @@ Gets the current title of the specified column
|
|
3232
3233
|
<div class="refsect2" title="gtk_clist_get_column_widget ()">
|
3233
3234
|
<a name="gtk-clist-get-column-widget"></a><h3>gtk_clist_get_column_widget ()</h3>
|
3234
3235
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_clist_get_column_widget (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
3235
|
-
<em class="parameter"><code><a href="/
|
3236
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
|
3236
3237
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
3237
3238
|
<h3 class="title">Warning</h3>
|
3238
3239
|
<p><code class="literal">gtk_clist_get_column_widget</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -3323,8 +3324,8 @@ being used.
|
|
3323
3324
|
<div class="refsect2" title="gtk_clist_row_move ()">
|
3324
3325
|
<a name="gtk-clist-row-move"></a><h3>gtk_clist_row_move ()</h3>
|
3325
3326
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_clist_row_move (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
3326
|
-
<em class="parameter"><code><a href="/
|
3327
|
-
<em class="parameter"><code><a href="/
|
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> source_row</code></em>,
|
3328
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> dest_row</code></em>);</pre>
|
3328
3329
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
3329
3330
|
<h3 class="title">Warning</h3>
|
3330
3331
|
<p><code class="literal">gtk_clist_row_move</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -3358,8 +3359,8 @@ list.
|
|
3358
3359
|
<div class="refsect2" title="gtk_clist_set_button_actions ()">
|
3359
3360
|
<a name="gtk-clist-set-button-actions"></a><h3>gtk_clist_set_button_actions ()</h3>
|
3360
3361
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_clist_set_button_actions (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
3361
|
-
<em class="parameter"><code><a href="/
|
3362
|
-
<em class="parameter"><code><a href="/
|
3362
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> button</code></em>,
|
3363
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint8"><span class="type">guint8</span></a> button_actions</code></em>);</pre>
|
3363
3364
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
3364
3365
|
<h3 class="title">Warning</h3>
|
3365
3366
|
<p><code class="literal">gtk_clist_set_button_actions</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -3425,7 +3426,7 @@ aspect of the <a class="link" href="GtkCList.html" title="GtkCList"><span class=
|
|
3425
3426
|
<div class="refsect2" title="gtk_clist_set_reorderable ()">
|
3426
3427
|
<a name="gtk-clist-set-reorderable"></a><h3>gtk_clist_set_reorderable ()</h3>
|
3427
3428
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_clist_set_reorderable (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
3428
|
-
<em class="parameter"><code><a href="/
|
3429
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> reorderable</code></em>);</pre>
|
3429
3430
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
3430
3431
|
<h3 class="title">Warning</h3>
|
3431
3432
|
<p><code class="literal">gtk_clist_set_reorderable</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -3444,7 +3445,7 @@ Sets whether the CList's rows are re-orderable using drag-and-drop.
|
|
3444
3445
|
<tr>
|
3445
3446
|
<td><p><span class="term"><em class="parameter"><code>reorderable</code></em> :</span></p></td>
|
3446
3447
|
<td>
|
3447
|
-
<a href="/
|
3448
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.
|
3448
3449
|
</td>
|
3449
3450
|
</tr>
|
3450
3451
|
</tbody>
|
@@ -3454,7 +3455,7 @@ Sets whether the CList's rows are re-orderable using drag-and-drop.
|
|
3454
3455
|
<div class="refsect2" title="gtk_clist_set_use_drag_icons ()">
|
3455
3456
|
<a name="gtk-clist-set-use-drag-icons"></a><h3>gtk_clist_set_use_drag_icons ()</h3>
|
3456
3457
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_clist_set_use_drag_icons (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
|
3457
|
-
<em class="parameter"><code><a href="/
|
3458
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> use_icons</code></em>);</pre>
|
3458
3459
|
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
3459
3460
|
<h3 class="title">Warning</h3>
|
3460
3461
|
<p><code class="literal">gtk_clist_set_use_drag_icons</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -3474,7 +3475,7 @@ doing drag-and-drop operations.
|
|
3474
3475
|
<tr>
|
3475
3476
|
<td><p><span class="term"><em class="parameter"><code>use_icons</code></em> :</span></p></td>
|
3476
3477
|
<td>
|
3477
|
-
<a href="/
|
3478
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.
|
3478
3479
|
</td>
|
3479
3480
|
</tr>
|
3480
3481
|
</tbody>
|
@@ -3514,7 +3515,7 @@ aspect of the <a class="link" href="GtkCList.html" title="GtkCList"><span class=
|
|
3514
3515
|
<a name="GtkCList.property-details"></a><h2>Property Details</h2>
|
3515
3516
|
<div class="refsect2" title='The "n-columns" property'>
|
3516
3517
|
<a name="GtkCList--n-columns"></a><h3>The <code class="literal">"n-columns"</code> property</h3>
|
3517
|
-
<pre class="programlisting"> "n-columns" <a href="/
|
3518
|
+
<pre class="programlisting"> "n-columns" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write / Construct Only</pre>
|
3518
3519
|
<p>
|
3519
3520
|
An integer value for a column.
|
3520
3521
|
</p>
|
@@ -3523,7 +3524,7 @@ An integer value for a column.
|
|
3523
3524
|
<hr>
|
3524
3525
|
<div class="refsect2" title='The "reorderable" property'>
|
3525
3526
|
<a name="GtkCList--reorderable"></a><h3>The <code class="literal">"reorderable"</code> property</h3>
|
3526
|
-
<pre class="programlisting"> "reorderable" <a href="/
|
3527
|
+
<pre class="programlisting"> "reorderable" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
3527
3528
|
<p>
|
3528
3529
|
A boolean value for determining if the user can re-order the CList's
|
3529
3530
|
columns.
|
@@ -3533,7 +3534,7 @@ columns.
|
|
3533
3534
|
<hr>
|
3534
3535
|
<div class="refsect2" title='The "row-height" property'>
|
3535
3536
|
<a name="GtkCList--row-height"></a><h3>The <code class="literal">"row-height"</code> property</h3>
|
3536
|
-
<pre class="programlisting"> "row-height" <a href="/
|
3537
|
+
<pre class="programlisting"> "row-height" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write</pre>
|
3537
3538
|
<p>
|
3538
3539
|
An integer value representing the height of a row in pixels.
|
3539
3540
|
</p>
|
@@ -3567,7 +3568,7 @@ Sets the shadowing for the CList.
|
|
3567
3568
|
<hr>
|
3568
3569
|
<div class="refsect2" title='The "titles-active" property'>
|
3569
3570
|
<a name="GtkCList--titles-active"></a><h3>The <code class="literal">"titles-active"</code> property</h3>
|
3570
|
-
<pre class="programlisting"> "titles-active" <a href="/
|
3571
|
+
<pre class="programlisting"> "titles-active" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
3571
3572
|
<p>
|
3572
3573
|
A boolean value for setting whether the column titles can be
|
3573
3574
|
clicked.
|
@@ -3577,7 +3578,7 @@ clicked.
|
|
3577
3578
|
<hr>
|
3578
3579
|
<div class="refsect2" title='The "use-drag-icons" property'>
|
3579
3580
|
<a name="GtkCList--use-drag-icons"></a><h3>The <code class="literal">"use-drag-icons"</code> property</h3>
|
3580
|
-
<pre class="programlisting"> "use-drag-icons" <a href="/
|
3581
|
+
<pre class="programlisting"> "use-drag-icons" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
3581
3582
|
<p>
|
3582
3583
|
A boolean value for setting whether to use icons during drag
|
3583
3584
|
operations.
|
@@ -3590,7 +3591,7 @@ operations.
|
|
3590
3591
|
<div class="refsect2" title='The "abort-column-resize" signal'>
|
3591
3592
|
<a name="GtkCList-abort-column-resize"></a><h3>The <code class="literal">"abort-column-resize"</code> signal</h3>
|
3592
3593
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist,
|
3593
|
-
<a href="/
|
3594
|
+
<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>
|
3594
3595
|
<p>
|
3595
3596
|
This signal is emitted when a column resize is aborted.
|
3596
3597
|
</p>
|
@@ -3613,8 +3614,8 @@ This signal is emitted when a column resize is aborted.
|
|
3613
3614
|
<div class="refsect2" title='The "click-column" signal'>
|
3614
3615
|
<a name="GtkCList-click-column"></a><h3>The <code class="literal">"click-column"</code> signal</h3>
|
3615
3616
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist,
|
3616
|
-
<a href="/
|
3617
|
-
<a href="/
|
3617
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column,
|
3618
|
+
<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>
|
3618
3619
|
<p>
|
3619
3620
|
This signal is emitted when a column title is clicked.
|
3620
3621
|
</p>
|
@@ -3642,7 +3643,7 @@ This signal is emitted when a column title is clicked.
|
|
3642
3643
|
<div class="refsect2" title='The "end-selection" signal'>
|
3643
3644
|
<a name="GtkCList-end-selection"></a><h3>The <code class="literal">"end-selection"</code> signal</h3>
|
3644
3645
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist,
|
3645
|
-
<a href="/
|
3646
|
+
<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>
|
3646
3647
|
<p>
|
3647
3648
|
This signal is emitted when a selection ends in a
|
3648
3649
|
multiple selection CList.
|
@@ -3667,9 +3668,9 @@ multiple selection CList.
|
|
3667
3668
|
<a name="GtkCList-extend-selection"></a><h3>The <code class="literal">"extend-selection"</code> signal</h3>
|
3668
3669
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist,
|
3669
3670
|
<a class="link" href="gtk-Standard-Enumerations.html#GtkScrollType" title="enum GtkScrollType"><span class="type">GtkScrollType</span></a> scroll_type,
|
3670
|
-
<a href="/
|
3671
|
-
<a href="/
|
3672
|
-
<a href="/
|
3671
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> position,
|
3672
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> auto_start_selection,
|
3673
|
+
<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>
|
3673
3674
|
<p>
|
3674
3675
|
This signal is emitted when the selection is extended.
|
3675
3676
|
</p>
|
@@ -3695,7 +3696,7 @@ occured during the selection.
|
|
3695
3696
|
<tr>
|
3696
3697
|
<td><p><span class="term"><em class="parameter"><code>auto_start_selection</code></em> :</span></p></td>
|
3697
3698
|
<td>
|
3698
|
-
<a href="/
|
3699
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.
|
3699
3700
|
</td>
|
3700
3701
|
</tr>
|
3701
3702
|
<tr>
|
@@ -3709,9 +3710,9 @@ occured during the selection.
|
|
3709
3710
|
<div class="refsect2" title='The "resize-column" signal'>
|
3710
3711
|
<a name="GtkCList-resize-column"></a><h3>The <code class="literal">"resize-column"</code> signal</h3>
|
3711
3712
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist,
|
3712
|
-
<a href="/
|
3713
|
-
<a href="/
|
3714
|
-
<a href="/
|
3713
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column,
|
3714
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width,
|
3715
|
+
<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>
|
3715
3716
|
<p>
|
3716
3717
|
This signal is emitted when a column is resized.
|
3717
3718
|
</p>
|
@@ -3744,9 +3745,9 @@ This signal is emitted when a column is resized.
|
|
3744
3745
|
<div class="refsect2" title='The "row-move" signal'>
|
3745
3746
|
<a name="GtkCList-row-move"></a><h3>The <code class="literal">"row-move"</code> signal</h3>
|
3746
3747
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist,
|
3747
|
-
<a href="/
|
3748
|
-
<a href="/
|
3749
|
-
<a href="/
|
3748
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> arg1,
|
3749
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> arg2,
|
3750
|
+
<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>
|
3750
3751
|
<p>
|
3751
3752
|
This signal is emitted when a row is moved.
|
3752
3753
|
</p>
|
@@ -3780,8 +3781,8 @@ This signal is emitted when a row is moved.
|
|
3780
3781
|
<a name="GtkCList-scroll-horizontal"></a><h3>The <code class="literal">"scroll-horizontal"</code> signal</h3>
|
3781
3782
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist,
|
3782
3783
|
<a class="link" href="gtk-Standard-Enumerations.html#GtkScrollType" title="enum GtkScrollType"><span class="type">GtkScrollType</span></a> scroll_type,
|
3783
|
-
<a href="/
|
3784
|
-
<a href="/
|
3784
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> position,
|
3785
|
+
<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>
|
3785
3786
|
<p>
|
3786
3787
|
This signal is emitted when the CList is scrolled horizontally.
|
3787
3788
|
</p>
|
@@ -3815,8 +3816,8 @@ This signal is emitted when the CList is scrolled horizontally.
|
|
3815
3816
|
<a name="GtkCList-scroll-vertical"></a><h3>The <code class="literal">"scroll-vertical"</code> signal</h3>
|
3816
3817
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist,
|
3817
3818
|
<a class="link" href="gtk-Standard-Enumerations.html#GtkScrollType" title="enum GtkScrollType"><span class="type">GtkScrollType</span></a> scroll_type,
|
3818
|
-
<a href="/
|
3819
|
-
<a href="/
|
3819
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> position,
|
3820
|
+
<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>
|
3820
3821
|
<p>
|
3821
3822
|
This signal is emitted when the CList is scrolled vertically.
|
3822
3823
|
</p>
|
@@ -3849,7 +3850,7 @@ This signal is emitted when the CList is scrolled vertically.
|
|
3849
3850
|
<div class="refsect2" title='The "select-all" signal'>
|
3850
3851
|
<a name="GtkCList-select-all"></a><h3>The <code class="literal">"select-all"</code> signal</h3>
|
3851
3852
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist,
|
3852
|
-
<a href="/
|
3853
|
+
<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>
|
3853
3854
|
<p>
|
3854
3855
|
This signal is emitted when all the rows are selected in a CList.
|
3855
3856
|
</p>
|
@@ -3872,10 +3873,10 @@ This signal is emitted when all the rows are selected in a CList.
|
|
3872
3873
|
<div class="refsect2" title='The "select-row" signal'>
|
3873
3874
|
<a name="GtkCList-select-row"></a><h3>The <code class="literal">"select-row"</code> signal</h3>
|
3874
3875
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist,
|
3875
|
-
<a href="/
|
3876
|
-
<a href="/
|
3876
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row,
|
3877
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column,
|
3877
3878
|
<a href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEventButton"><span class="type">GdkEventButton</span></a> *event,
|
3878
|
-
<a href="/
|
3879
|
+
<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>
|
3879
3880
|
<p>
|
3880
3881
|
This signal is emitted when the user selects a row in the list.
|
3881
3882
|
It is emitted for every row that is selected in a multi-selection or
|
@@ -3917,7 +3918,7 @@ by calling <a class="link" href="GtkCList.html#gtk-clist-select-all" title="gtk_
|
|
3917
3918
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist,
|
3918
3919
|
<a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *arg1,
|
3919
3920
|
<a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *arg2,
|
3920
|
-
<a href="/
|
3921
|
+
<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>
|
3921
3922
|
<p>
|
3922
3923
|
</p>
|
3923
3924
|
<div class="variablelist"><table border="0">
|
@@ -3949,7 +3950,7 @@ by calling <a class="link" href="GtkCList.html#gtk-clist-select-all" title="gtk_
|
|
3949
3950
|
<div class="refsect2" title='The "start-selection" signal'>
|
3950
3951
|
<a name="GtkCList-start-selection"></a><h3>The <code class="literal">"start-selection"</code> signal</h3>
|
3951
3952
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist,
|
3952
|
-
<a href="/
|
3953
|
+
<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>
|
3953
3954
|
<p>
|
3954
3955
|
This signal is emitted when a drag-selection is started in
|
3955
3956
|
a multiple-selection CList.
|
@@ -3973,7 +3974,7 @@ a multiple-selection CList.
|
|
3973
3974
|
<div class="refsect2" title='The "toggle-add-mode" signal'>
|
3974
3975
|
<a name="GtkCList-toggle-add-mode"></a><h3>The <code class="literal">"toggle-add-mode"</code> signal</h3>
|
3975
3976
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist,
|
3976
|
-
<a href="/
|
3977
|
+
<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>
|
3977
3978
|
<p>
|
3978
3979
|
This signal is emitted when "add mode" is toggled.
|
3979
3980
|
</p>
|
@@ -3996,7 +3997,7 @@ This signal is emitted when "add mode" is toggled.
|
|
3996
3997
|
<div class="refsect2" title='The "toggle-focus-row" signal'>
|
3997
3998
|
<a name="GtkCList-toggle-focus-row"></a><h3>The <code class="literal">"toggle-focus-row"</code> signal</h3>
|
3998
3999
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist,
|
3999
|
-
<a href="/
|
4000
|
+
<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>
|
4000
4001
|
<p>
|
4001
4002
|
</p>
|
4002
4003
|
<div class="variablelist"><table border="0">
|
@@ -4018,7 +4019,7 @@ This signal is emitted when "add mode" is toggled.
|
|
4018
4019
|
<div class="refsect2" title='The "undo-selection" signal'>
|
4019
4020
|
<a name="GtkCList-undo-selection"></a><h3>The <code class="literal">"undo-selection"</code> signal</h3>
|
4020
4021
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist,
|
4021
|
-
<a href="/
|
4022
|
+
<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>
|
4022
4023
|
<p>
|
4023
4024
|
This signal is emitted when an undo selection occurs in the CList,
|
4024
4025
|
probably via calling <a class="link" href="GtkCList.html#gtk-clist-undo-selection" title="gtk_clist_undo_selection ()"><code class="function">gtk_clist_undo_selection()</code></a>.
|
@@ -4042,7 +4043,7 @@ probably via calling <a class="link" href="GtkCList.html#gtk-clist-undo-selectio
|
|
4042
4043
|
<div class="refsect2" title='The "unselect-all" signal'>
|
4043
4044
|
<a name="GtkCList-unselect-all"></a><h3>The <code class="literal">"unselect-all"</code> signal</h3>
|
4044
4045
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist,
|
4045
|
-
<a href="/
|
4046
|
+
<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>
|
4046
4047
|
<p>
|
4047
4048
|
This signal is emitted when all rows are unselected in a CList.
|
4048
4049
|
</p>
|
@@ -4065,10 +4066,10 @@ This signal is emitted when all rows are unselected in a CList.
|
|
4065
4066
|
<div class="refsect2" title='The "unselect-row" signal'>
|
4066
4067
|
<a name="GtkCList-unselect-row"></a><h3>The <code class="literal">"unselect-row"</code> signal</h3>
|
4067
4068
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist,
|
4068
|
-
<a href="/
|
4069
|
-
<a href="/
|
4069
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row,
|
4070
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column,
|
4070
4071
|
<a href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEventButton"><span class="type">GdkEventButton</span></a> *event,
|
4071
|
-
<a href="/
|
4072
|
+
<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>
|
4072
4073
|
<p>
|
4073
4074
|
This signal is emitted when the user unselects a row in the list.
|
4074
4075
|
It is emitted for every row that is unselected in a multi-selection or
|
@@ -4109,6 +4110,6 @@ previously selected row in a "single" or "browse" mode CList.
|
|
4109
4110
|
</div>
|
4110
4111
|
<div class="footer">
|
4111
4112
|
<hr>
|
4112
|
-
Generated by GTK-Doc V1.
|
4113
|
+
Generated by GTK-Doc V1.15</div>
|
4113
4114
|
</body>
|
4114
4115
|
</html>
|