diff options
Diffstat (limited to 'x11/gtk2')
-rw-r--r-- | x11/gtk2/Makefile | 21 | ||||
-rw-r--r-- | x11/gtk2/PLIST | 1237 | ||||
-rw-r--r-- | x11/gtk2/buildlink3.mk | 7 | ||||
-rw-r--r-- | x11/gtk2/distinfo | 8 |
4 files changed, 684 insertions, 589 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile index 0d3111b1e40..d373f4a1c9f 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.126 2006/07/05 08:40:38 tron Exp $ +# $NetBSD: Makefile,v 1.127 2006/09/15 15:06:07 jmmv Exp $ -DISTNAME= gtk+-2.8.20 -PKGREVISION= 1 +DISTNAME= gtk+-2.10.3 PKGNAME= ${DISTNAME:S/gtk/gtk2/} CATEGORIES= x11 -MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v2.8/ \ - ftp://ftp.cs.umn.edu/pub/gimp/gtk/v2.8/ \ - ${MASTER_SITE_GNOME:=sources/gtk+/2.8/} +MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v2.10/ \ + ftp://ftp.cs.umn.edu/pub/gimp/gtk/v2.10/ \ + ${MASTER_SITE_GNOME:=sources/gtk+/2.10/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= wiz@NetBSD.org @@ -15,8 +14,9 @@ COMMENT= GIMP Toolkit v2 - libraries for building X11 user interfaces CONFLICTS= gtk2-engines<2.6.0 -BUILDLINK_API_DEPENDS.glib2+= glib2>=2.10.1 -BUILDLINK_API_DEPENDS.pango+= pango>=1.10.0 +BUILDLINK_API_DEPENDS.cairo+= cairo>=1.2.0 +BUILDLINK_API_DEPENDS.glib2+= glib2>=2.12.0 +BUILDLINK_API_DEPENDS.pango+= pango>=1.13.0 BUILDLINK_API_DEPENDS.Xft2+= Xft2>=2.1.2nb2 USE_DIRS+= xdg-1.1 @@ -29,7 +29,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-xinput=xfree CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/libdata CONFIGURE_ARGS+= --enable-gtk-doc=no -CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc CONFIGURE_ENV+= ac_cv_header_X11_extensions_Xinerama_h=no CONFIGURE_ENV+= ac_cv_lib_Xinerama_XineramaQueryExtension=no MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q} @@ -39,6 +38,7 @@ PKGCONFIG_OVERRIDE= gdk-2.0-uninstalled.pc.in PKGCONFIG_OVERRIDE+= gdk-2.0.pc.in PKGCONFIG_OVERRIDE+= gtk+-2.0-uninstalled.pc.in PKGCONFIG_OVERRIDE+= gtk+-2.0.pc.in +PKGCONFIG_OVERRIDE+= gtk+-unix-print-2.0.pc.in PKGCONFIG_OVERRIDE+= gdk-pixbuf-2.0-uninstalled.pc.in PKGCONFIG_OVERRIDE+= gdk-pixbuf-2.0.pc.in PKGCONFIG_OVERRIDE+= contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-2.0.pc.in @@ -75,8 +75,9 @@ USE_TOOLS+= gawk post-install: ${RM} -f ${GTK_IMMODULES_DB} ${RM} -f ${GDK_PIXBUF_LOADERS_DB} + ${INSTALL_DATA_DIR} ${PREFIX}/lib/gtk-2.0/immodules ${INSTALL_DATA_DIR} ${PREFIX}/lib/gtk-2.0/modules - ${INSTALL_DATA_DIR} ${PREFIX}/lib/gtk-2.0/2.4.0/filesystems + ${INSTALL_DATA_DIR} ${PREFIX}/lib/gtk-2.0/2.10.0/filesystems _BUILDING_GTK2= yes .include "modules.mk" diff --git a/x11/gtk2/PLIST b/x11/gtk2/PLIST index f1cea059db6..614e1241ecc 100644 --- a/x11/gtk2/PLIST +++ b/x11/gtk2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.48 2006/04/17 07:07:39 jlam Exp $ +@comment $NetBSD: PLIST,v 1.49 2006/09/15 15:06:08 jmmv Exp $ bin/gdk-pixbuf-csource bin/gdk-pixbuf-query-loaders bin/gtk-demo @@ -61,6 +61,7 @@ include/gtk-2.0/gtk/gtkadjustment.h include/gtk-2.0/gtk/gtkalignment.h include/gtk-2.0/gtk/gtkarrow.h include/gtk-2.0/gtk/gtkaspectframe.h +include/gtk-2.0/gtk/gtkassistant.h include/gtk-2.0/gtk/gtkbbox.h include/gtk-2.0/gtk/gtkbin.h include/gtk-2.0/gtk/gtkbindings.h @@ -70,9 +71,11 @@ include/gtk-2.0/gtk/gtkcalendar.h include/gtk-2.0/gtk/gtkcelleditable.h include/gtk-2.0/gtk/gtkcelllayout.h include/gtk-2.0/gtk/gtkcellrenderer.h +include/gtk-2.0/gtk/gtkcellrendereraccel.h include/gtk-2.0/gtk/gtkcellrenderercombo.h include/gtk-2.0/gtk/gtkcellrendererpixbuf.h include/gtk-2.0/gtk/gtkcellrendererprogress.h +include/gtk-2.0/gtk/gtkcellrendererspin.h include/gtk-2.0/gtk/gtkcellrenderertext.h include/gtk-2.0/gtk/gtkcellrenderertoggle.h include/gtk-2.0/gtk/gtkcellview.h @@ -135,6 +138,7 @@ include/gtk-2.0/gtk/gtkitem.h include/gtk-2.0/gtk/gtkitemfactory.h include/gtk-2.0/gtk/gtklabel.h include/gtk-2.0/gtk/gtklayout.h +include/gtk-2.0/gtk/gtklinkbutton.h include/gtk-2.0/gtk/gtklist.h include/gtk-2.0/gtk/gtklistitem.h include/gtk-2.0/gtk/gtkliststore.h @@ -152,10 +156,16 @@ include/gtk-2.0/gtk/gtknotebook.h include/gtk-2.0/gtk/gtkobject.h include/gtk-2.0/gtk/gtkoldeditable.h include/gtk-2.0/gtk/gtkoptionmenu.h +include/gtk-2.0/gtk/gtkpagesetup.h include/gtk-2.0/gtk/gtkpaned.h +include/gtk-2.0/gtk/gtkpapersize.h include/gtk-2.0/gtk/gtkpixmap.h include/gtk-2.0/gtk/gtkplug.h include/gtk-2.0/gtk/gtkpreview.h +include/gtk-2.0/gtk/gtkprintcontext.h +include/gtk-2.0/gtk/gtkprintoperation.h +include/gtk-2.0/gtk/gtkprintoperationpreview.h +include/gtk-2.0/gtk/gtkprintsettings.h include/gtk-2.0/gtk/gtkprivate.h include/gtk-2.0/gtk/gtkprogress.h include/gtk-2.0/gtk/gtkprogressbar.h @@ -165,6 +175,12 @@ include/gtk-2.0/gtk/gtkradiomenuitem.h include/gtk-2.0/gtk/gtkradiotoolbutton.h include/gtk-2.0/gtk/gtkrange.h include/gtk-2.0/gtk/gtkrc.h +include/gtk-2.0/gtk/gtkrecentchooser.h +include/gtk-2.0/gtk/gtkrecentchooserdialog.h +include/gtk-2.0/gtk/gtkrecentchoosermenu.h +include/gtk-2.0/gtk/gtkrecentchooserwidget.h +include/gtk-2.0/gtk/gtkrecentfilter.h +include/gtk-2.0/gtk/gtkrecentmanager.h include/gtk-2.0/gtk/gtkruler.h include/gtk-2.0/gtk/gtkscale.h include/gtk-2.0/gtk/gtkscrollbar.h @@ -179,12 +195,14 @@ include/gtk-2.0/gtk/gtksizegroup.h include/gtk-2.0/gtk/gtksocket.h include/gtk-2.0/gtk/gtkspinbutton.h include/gtk-2.0/gtk/gtkstatusbar.h +include/gtk-2.0/gtk/gtkstatusicon.h include/gtk-2.0/gtk/gtkstock.h include/gtk-2.0/gtk/gtkstyle.h include/gtk-2.0/gtk/gtktable.h include/gtk-2.0/gtk/gtktearoffmenuitem.h include/gtk-2.0/gtk/gtktext.h include/gtk-2.0/gtk/gtktextbuffer.h +include/gtk-2.0/gtk/gtktextbufferrichtext.h include/gtk-2.0/gtk/gtktextchild.h include/gtk-2.0/gtk/gtktextdisplay.h include/gtk-2.0/gtk/gtktextiter.h @@ -226,31 +244,37 @@ include/gtk-2.0/gtk/gtkvscrollbar.h include/gtk-2.0/gtk/gtkvseparator.h include/gtk-2.0/gtk/gtkwidget.h include/gtk-2.0/gtk/gtkwindow.h -lib/gtk-2.0/2.4.0/engines/libpixmap.la -lib/gtk-2.0/2.4.0/immodules/im-am-et.la -lib/gtk-2.0/2.4.0/immodules/im-cedilla.la -lib/gtk-2.0/2.4.0/immodules/im-cyrillic-translit.la -lib/gtk-2.0/2.4.0/immodules/im-inuktitut.la -lib/gtk-2.0/2.4.0/immodules/im-ipa.la -lib/gtk-2.0/2.4.0/immodules/im-thai-broken.la -lib/gtk-2.0/2.4.0/immodules/im-ti-er.la -lib/gtk-2.0/2.4.0/immodules/im-ti-et.la -lib/gtk-2.0/2.4.0/immodules/im-viqr.la -lib/gtk-2.0/2.4.0/immodules/im-xim.la -lib/gtk-2.0/2.4.0/loaders/libpixbufloader-ani.la -lib/gtk-2.0/2.4.0/loaders/libpixbufloader-bmp.la -lib/gtk-2.0/2.4.0/loaders/libpixbufloader-gif.la -lib/gtk-2.0/2.4.0/loaders/libpixbufloader-ico.la -lib/gtk-2.0/2.4.0/loaders/libpixbufloader-jpeg.la -lib/gtk-2.0/2.4.0/loaders/libpixbufloader-pcx.la -lib/gtk-2.0/2.4.0/loaders/libpixbufloader-png.la -lib/gtk-2.0/2.4.0/loaders/libpixbufloader-pnm.la -lib/gtk-2.0/2.4.0/loaders/libpixbufloader-ras.la -lib/gtk-2.0/2.4.0/loaders/libpixbufloader-tga.la -lib/gtk-2.0/2.4.0/loaders/libpixbufloader-tiff.la -lib/gtk-2.0/2.4.0/loaders/libpixbufloader-wbmp.la -lib/gtk-2.0/2.4.0/loaders/libpixbufloader-xbm.la -lib/gtk-2.0/2.4.0/loaders/libpixbufloader-xpm.la +include/gtk-unix-print-2.0/gtk/gtkpagesetupunixdialog.h +include/gtk-unix-print-2.0/gtk/gtkprinter.h +include/gtk-unix-print-2.0/gtk/gtkprintjob.h +include/gtk-unix-print-2.0/gtk/gtkprintunixdialog.h +lib/gtk-2.0/2.10.0/engines/libpixmap.la +lib/gtk-2.0/2.10.0/immodules/im-am-et.la +lib/gtk-2.0/2.10.0/immodules/im-cedilla.la +lib/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.la +lib/gtk-2.0/2.10.0/immodules/im-inuktitut.la +lib/gtk-2.0/2.10.0/immodules/im-ipa.la +lib/gtk-2.0/2.10.0/immodules/im-thai-broken.la +lib/gtk-2.0/2.10.0/immodules/im-ti-er.la +lib/gtk-2.0/2.10.0/immodules/im-ti-et.la +lib/gtk-2.0/2.10.0/immodules/im-viqr.la +lib/gtk-2.0/2.10.0/immodules/im-xim.la +lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ani.la +lib/gtk-2.0/2.10.0/loaders/libpixbufloader-bmp.la +lib/gtk-2.0/2.10.0/loaders/libpixbufloader-gif.la +lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ico.la +lib/gtk-2.0/2.10.0/loaders/libpixbufloader-jpeg.la +lib/gtk-2.0/2.10.0/loaders/libpixbufloader-pcx.la +lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.la +lib/gtk-2.0/2.10.0/loaders/libpixbufloader-pnm.la +lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ras.la +lib/gtk-2.0/2.10.0/loaders/libpixbufloader-tga.la +lib/gtk-2.0/2.10.0/loaders/libpixbufloader-tiff.la +lib/gtk-2.0/2.10.0/loaders/libpixbufloader-wbmp.la +lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xbm.la +lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.la +lib/gtk-2.0/2.10.0/printbackends/libprintbackend-file.la +lib/gtk-2.0/2.10.0/printbackends/libprintbackend-lpr.la lib/gtk-2.0/include/gdkconfig.h lib/libgdk-x11-2.0.la lib/libgdk_pixbuf-2.0.la @@ -261,550 +285,17 @@ lib/pkgconfig/gdk-pixbuf-2.0.pc lib/pkgconfig/gdk-pixbuf-xlib-2.0.pc lib/pkgconfig/gdk-x11-2.0.pc lib/pkgconfig/gtk+-2.0.pc +lib/pkgconfig/gtk+-unix-print-2.0.pc lib/pkgconfig/gtk+-x11-2.0.pc man/man1/gdk-pixbuf-csource.1 man/man1/gdk-pixbuf-query-loaders.1 man/man1/gtk-query-immodules-2.0.1 man/man1/gtk-update-icon-cache.1 share/aclocal/gtk-2.0.m4 -share/doc/gdk-pixbuf/GdkPixbufLoader.html -share/doc/gdk-pixbuf/apa.html -share/doc/gdk-pixbuf/apas02.html -share/doc/gdk-pixbuf/apas03.html -share/doc/gdk-pixbuf/composite.png -share/doc/gdk-pixbuf/gdk-pixbuf-Module-Interface.html -share/doc/gdk-pixbuf/gdk-pixbuf-Versioning.html -share/doc/gdk-pixbuf/gdk-pixbuf-animation.html -share/doc/gdk-pixbuf/gdk-pixbuf-creating.html -share/doc/gdk-pixbuf/gdk-pixbuf-csource.html -share/doc/gdk-pixbuf/gdk-pixbuf-file-loading.html -share/doc/gdk-pixbuf/gdk-pixbuf-file-saving.html -share/doc/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-from-drawables.html -share/doc/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-rendering.html -share/doc/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-from-drawables.html -share/doc/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-init.html -share/doc/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-rendering.html -share/doc/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-rgb.html -share/doc/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html -share/doc/gdk-pixbuf/gdk-pixbuf-inline.html -share/doc/gdk-pixbuf/gdk-pixbuf-query-loaders.html -share/doc/gdk-pixbuf/gdk-pixbuf-refcounting.html -share/doc/gdk-pixbuf/gdk-pixbuf-scaling.html -share/doc/gdk-pixbuf/gdk-pixbuf-util.html -share/doc/gdk-pixbuf/gdk-pixbuf.devhelp -share/doc/gdk-pixbuf/gdk-pixbuf.devhelp2 -share/doc/gdk-pixbuf/home.png -share/doc/gdk-pixbuf/index.html -share/doc/gdk-pixbuf/index.sgml -share/doc/gdk-pixbuf/ix01.html -share/doc/gdk-pixbuf/ix02.html -share/doc/gdk-pixbuf/ix03.html -share/doc/gdk-pixbuf/ix04.html -share/doc/gdk-pixbuf/ix05.html -share/doc/gdk-pixbuf/ix06.html -share/doc/gdk-pixbuf/left.png -share/doc/gdk-pixbuf/license.html -share/doc/gdk-pixbuf/right.png -share/doc/gdk-pixbuf/rn01.html -share/doc/gdk-pixbuf/rn02.html -share/doc/gdk-pixbuf/style.css -share/doc/gdk-pixbuf/up.png -share/doc/gdk/GdkDisplay.html -share/doc/gdk/GdkDisplayManager.html -share/doc/gdk/GdkScreen.html -share/doc/gdk/X_cursor.png -share/doc/gdk/arrow.png -share/doc/gdk/based_arrow_down.png -share/doc/gdk/based_arrow_up.png -share/doc/gdk/boat.png -share/doc/gdk/bogosity.png -share/doc/gdk/bottom_left_corner.png -share/doc/gdk/bottom_right_corner.png -share/doc/gdk/bottom_side.png -share/doc/gdk/bottom_tee.png -share/doc/gdk/box_spiral.png -share/doc/gdk/center_ptr.png -share/doc/gdk/circle.png -share/doc/gdk/clock.png -share/doc/gdk/coffee_mug.png -share/doc/gdk/cross.png -share/doc/gdk/cross_reverse.png -share/doc/gdk/crosshair.png -share/doc/gdk/diamond_cross.png -share/doc/gdk/dot.png -share/doc/gdk/dotbox.png -share/doc/gdk/double_arrow.png -share/doc/gdk/draft_large.png -share/doc/gdk/draft_small.png -share/doc/gdk/draped_box.png -share/doc/gdk/exchange.png -share/doc/gdk/fleur.png -share/doc/gdk/gdk-Bitmaps-and-Pixmaps.html -share/doc/gdk/gdk-Cairo-Interaction.html -share/doc/gdk/gdk-Colormaps-and-Colors.html -share/doc/gdk/gdk-Cursors.html -share/doc/gdk/gdk-Drag-and-Drop.html -share/doc/gdk/gdk-Drawing-Primitives.html -share/doc/gdk/gdk-Event-Structures.html -share/doc/gdk/gdk-Events.html -share/doc/gdk/gdk-Fonts.html -share/doc/gdk/gdk-GdkRGB.html -share/doc/gdk/gdk-General.html -share/doc/gdk/gdk-Graphics-Contexts.html -share/doc/gdk/gdk-Images.html -share/doc/gdk/gdk-Input-Devices.html -share/doc/gdk/gdk-Input.html -share/doc/gdk/gdk-Keyboard-Handling.html -share/doc/gdk/gdk-Pango-Interaction.html -share/doc/gdk/gdk-Pixbufs.html -share/doc/gdk/gdk-Points-Rectangles-and-Regions.html -share/doc/gdk/gdk-Properties-and-Atoms.html -share/doc/gdk/gdk-Selections.html -share/doc/gdk/gdk-Threads.html -share/doc/gdk/gdk-Visuals.html -share/doc/gdk/gdk-Windows.html -share/doc/gdk/gdk-X-Window-System-Interaction.html -share/doc/gdk/gdk.devhelp -share/doc/gdk/gdk.devhelp2 -share/doc/gdk/gobbler.png -share/doc/gdk/gumby.png -share/doc/gdk/hand1.png -share/doc/gdk/hand2.png -share/doc/gdk/heart.png -share/doc/gdk/home.png -share/doc/gdk/icon.png -share/doc/gdk/index.html -share/doc/gdk/index.sgml -share/doc/gdk/iron_cross.png -share/doc/gdk/ix01.html -share/doc/gdk/ix02.html -share/doc/gdk/ix03.html -share/doc/gdk/ix04.html -share/doc/gdk/ix05.html -share/doc/gdk/ix06.html -share/doc/gdk/left.png -share/doc/gdk/left_ptr.png -share/doc/gdk/left_side.png -share/doc/gdk/left_tee.png -share/doc/gdk/leftbutton.png -share/doc/gdk/ll_angle.png -share/doc/gdk/lr_angle.png -share/doc/gdk/man.png -share/doc/gdk/middlebutton.png -share/doc/gdk/mouse.png -share/doc/gdk/multihead.html -share/doc/gdk/pencil.png -share/doc/gdk/pirate.png -share/doc/gdk/plus.png -share/doc/gdk/question_arrow.png -share/doc/gdk/reference.html -share/doc/gdk/right.png -share/doc/gdk/right_ptr.png -share/doc/gdk/right_side.png -share/doc/gdk/right_tee.png -share/doc/gdk/rightbutton.png -share/doc/gdk/rotated-text.png -share/doc/gdk/rtl_logo.png -share/doc/gdk/sailboat.png -share/doc/gdk/sb_down_arrow.png -share/doc/gdk/sb_h_double_arrow.png -share/doc/gdk/sb_left_arrow.png -share/doc/gdk/sb_right_arrow.png -share/doc/gdk/sb_up_arrow.png -share/doc/gdk/sb_v_double_arrow.png -share/doc/gdk/shuttle.png -share/doc/gdk/sizing.png -share/doc/gdk/spider.png -share/doc/gdk/spraycan.png -share/doc/gdk/star.png -share/doc/gdk/style.css -share/doc/gdk/target.png -share/doc/gdk/tcross.png -share/doc/gdk/top_left_arrow.png -share/doc/gdk/top_left_corner.png -share/doc/gdk/top_right_corner.png -share/doc/gdk/top_side.png -share/doc/gdk/top_tee.png -share/doc/gdk/trek.png -share/doc/gdk/ul_angle.png -share/doc/gdk/umbrella.png -share/doc/gdk/up.png -share/doc/gdk/ur_angle.png -share/doc/gdk/watch.png -share/doc/gdk/xterm.png -share/doc/gtk/AbstractObjects.html -share/doc/gtk/Actions.html -share/doc/gtk/ButtonWidgets.html -share/doc/gtk/DeprecatedObjects.html -share/doc/gtk/DisplayWidgets.html -share/doc/gtk/GtkAboutDialog.html -share/doc/gtk/GtkAccelLabel.html -share/doc/gtk/GtkAccessible.html -share/doc/gtk/GtkAction.html -share/doc/gtk/GtkActionGroup.html -share/doc/gtk/GtkAdjustment.html -share/doc/gtk/GtkAlignment.html -share/doc/gtk/GtkArrow.html -share/doc/gtk/GtkAspectFrame.html -share/doc/gtk/GtkBin.html -share/doc/gtk/GtkBox.html -share/doc/gtk/GtkButton.html -share/doc/gtk/GtkButtonBox.html -share/doc/gtk/GtkCList.html -share/doc/gtk/GtkCTree.html -share/doc/gtk/GtkCalendar.html -share/doc/gtk/GtkCellEditable.html -share/doc/gtk/GtkCellLayout.html -share/doc/gtk/GtkCellRenderer.html -share/doc/gtk/GtkCellRendererCombo.html -share/doc/gtk/GtkCellRendererPixbuf.html -share/doc/gtk/GtkCellRendererProgress.html -share/doc/gtk/GtkCellRendererText.html -share/doc/gtk/GtkCellRendererToggle.html -share/doc/gtk/GtkCellView.html -share/doc/gtk/GtkCheckButton.html -share/doc/gtk/GtkCheckMenuItem.html -share/doc/gtk/GtkColorButton.html -share/doc/gtk/GtkColorSelection.html -share/doc/gtk/GtkColorSelectionDialog.html -share/doc/gtk/GtkCombo.html -share/doc/gtk/GtkComboBox.html -share/doc/gtk/GtkComboBoxEntry.html -share/doc/gtk/GtkContainer.html -share/doc/gtk/GtkCurve.html -share/doc/gtk/GtkDialog.html -share/doc/gtk/GtkDrawingArea.html -share/doc/gtk/GtkEditable.html -share/doc/gtk/GtkEntry.html -share/doc/gtk/GtkEntryCompletion.html -share/doc/gtk/GtkEventBox.html -share/doc/gtk/GtkExpander.html -share/doc/gtk/GtkFileChooser.html -share/doc/gtk/GtkFileChooserButton.html -share/doc/gtk/GtkFileChooserDialog.html -share/doc/gtk/GtkFileChooserWidget.html -share/doc/gtk/GtkFileSelection.html -share/doc/gtk/GtkFixed.html -share/doc/gtk/GtkFontButton.html -share/doc/gtk/GtkFontSelection.html -share/doc/gtk/GtkFontSelectionDialog.html -share/doc/gtk/GtkFrame.html -share/doc/gtk/GtkGammaCurve.html -share/doc/gtk/GtkHBox.html -share/doc/gtk/GtkHButtonBox.html -share/doc/gtk/GtkHPaned.html -share/doc/gtk/GtkHRuler.html -share/doc/gtk/GtkHScale.html -share/doc/gtk/GtkHScrollbar.html -share/doc/gtk/GtkHSeparator.html -share/doc/gtk/GtkHandleBox.html -share/doc/gtk/GtkIMContext.html -share/doc/gtk/GtkIMContextSimple.html -share/doc/gtk/GtkIMMulticontext.html -share/doc/gtk/GtkIconTheme.html -share/doc/gtk/GtkIconView.html -share/doc/gtk/GtkImage.html -share/doc/gtk/GtkImageMenuItem.html -share/doc/gtk/GtkInputDialog.html -share/doc/gtk/GtkInvisible.html -share/doc/gtk/GtkItem.html -share/doc/gtk/GtkItemFactory.html -share/doc/gtk/GtkLabel.html -share/doc/gtk/GtkLayout.html -share/doc/gtk/GtkList.html -share/doc/gtk/GtkListItem.html -share/doc/gtk/GtkListStore.html -share/doc/gtk/GtkMenu.html -share/doc/gtk/GtkMenuBar.html -share/doc/gtk/GtkMenuItem.html -share/doc/gtk/GtkMenuShell.html -share/doc/gtk/GtkMenuToolButton.html -share/doc/gtk/GtkMessageDialog.html -share/doc/gtk/GtkMisc.html -share/doc/gtk/GtkNotebook.html -share/doc/gtk/GtkObject.html -share/doc/gtk/GtkOldEditable.html -share/doc/gtk/GtkOptionMenu.html -share/doc/gtk/GtkPaned.html -share/doc/gtk/GtkPixmap.html -share/doc/gtk/GtkPlug.html -share/doc/gtk/GtkPreview.html -share/doc/gtk/GtkProgress.html -share/doc/gtk/GtkProgressBar.html -share/doc/gtk/GtkRadioAction.html -share/doc/gtk/GtkRadioButton.html -share/doc/gtk/GtkRadioMenuItem.html -share/doc/gtk/GtkRadioToolButton.html -share/doc/gtk/GtkRange.html -share/doc/gtk/GtkRuler.html -share/doc/gtk/GtkScale.html -share/doc/gtk/GtkScrollbar.html -share/doc/gtk/GtkScrolledWindow.html -share/doc/gtk/GtkSeparator.html -share/doc/gtk/GtkSeparatorMenuItem.html -share/doc/gtk/GtkSeparatorToolItem.html -share/doc/gtk/GtkSettings.html -share/doc/gtk/GtkSizeGroup.html -share/doc/gtk/GtkSocket.html -share/doc/gtk/GtkSpinButton.html -share/doc/gtk/GtkStatusbar.html -share/doc/gtk/GtkStyle.html -share/doc/gtk/GtkTable.html -share/doc/gtk/GtkTearoffMenuItem.html -share/doc/gtk/GtkText.html -share/doc/gtk/GtkTextBuffer.html -share/doc/gtk/GtkTextMark.html -share/doc/gtk/GtkTextTag.html -share/doc/gtk/GtkTextTagTable.html -share/doc/gtk/GtkTextView.html -share/doc/gtk/GtkTipsQuery.html -share/doc/gtk/GtkToggleAction.html -share/doc/gtk/GtkToggleButton.html -share/doc/gtk/GtkToggleToolButton.html -share/doc/gtk/GtkToolButton.html -share/doc/gtk/GtkToolItem.html -share/doc/gtk/GtkToolbar.html -share/doc/gtk/GtkTooltips.html -share/doc/gtk/GtkTree.html -share/doc/gtk/GtkTreeItem.html -share/doc/gtk/GtkTreeModel.html -share/doc/gtk/GtkTreeModelFilter.html -share/doc/gtk/GtkTreeModelSort.html -share/doc/gtk/GtkTreeSelection.html -share/doc/gtk/GtkTreeSortable.html -share/doc/gtk/GtkTreeStore.html -share/doc/gtk/GtkTreeView.html -share/doc/gtk/GtkTreeViewColumn.html -share/doc/gtk/GtkUIManager.html -share/doc/gtk/GtkVBox.html -share/doc/gtk/GtkVButtonBox.html -share/doc/gtk/GtkVPaned.html -share/doc/gtk/GtkVRuler.html -share/doc/gtk/GtkVScale.html -share/doc/gtk/GtkVScrollbar.html -share/doc/gtk/GtkVSeparator.html -share/doc/gtk/GtkViewport.html -share/doc/gtk/GtkWidget.html -share/doc/gtk/GtkWindow.html -share/doc/gtk/GtkWindowGroup.html -share/doc/gtk/LayoutContainers.html -share/doc/gtk/MenusAndCombos.html -share/doc/gtk/MiscObjects.html -share/doc/gtk/NumericEntry.html -share/doc/gtk/Ornaments.html -share/doc/gtk/PlugSocket.html -share/doc/gtk/ScrollingWidgets.html -share/doc/gtk/SelectorWidgets.html -share/doc/gtk/SpecialObjects.html -share/doc/gtk/TextWidget.html -share/doc/gtk/TextWidgetObjects.html -share/doc/gtk/TreeWidget.html -share/doc/gtk/TreeWidgetObjects.html -share/doc/gtk/WindowWidgets.html -share/doc/gtk/accel-label.png -share/doc/gtk/button.png -share/doc/gtk/ch01.html -share/doc/gtk/ch02.html -share/doc/gtk/check-button.png -share/doc/gtk/checklist-gdkeventexpose-region.html -share/doc/gtk/checklist-modifiers.html -share/doc/gtk/checklist-named-icons.html -share/doc/gtk/color-button.png -share/doc/gtk/colorsel.png -share/doc/gtk/combo-box-entry.png -share/doc/gtk/combo-box.png -share/doc/gtk/entry.png -share/doc/gtk/file-button.png -share/doc/gtk/filechooser.png -share/doc/gtk/font-button.png -share/doc/gtk/fontsel.png -share/doc/gtk/frame.png -share/doc/gtk/glossary.html -share/doc/gtk/gtk-Accelerator-Maps.html -share/doc/gtk/gtk-Bindings.html -share/doc/gtk/gtk-Clipboards.html -share/doc/gtk/gtk-Drag-and-Drop.html -share/doc/gtk/gtk-Feature-Test-Macros.html -share/doc/gtk/gtk-General.html -share/doc/gtk/gtk-Graphics-Contexts.html -share/doc/gtk/gtk-GtkTextIter.html -share/doc/gtk/gtk-GtkTreeView-drag-and-drop.html -share/doc/gtk/gtk-Keyboard-Accelerators.html -share/doc/gtk/gtk-Resource-Files.html -share/doc/gtk/gtk-Selections.html -share/doc/gtk/gtk-Signals.html -share/doc/gtk/gtk-Standard-Enumerations.html -share/doc/gtk/gtk-Stock-Items.html -share/doc/gtk/gtk-Themeable-Stock-Images.html -share/doc/gtk/gtk-Types.html -share/doc/gtk/gtk-building.html -share/doc/gtk/gtk-changes-1-2.html -share/doc/gtk/gtk-changes-2-0.html -share/doc/gtk/gtk-compiling.html -share/doc/gtk/gtk-framebuffer.html -share/doc/gtk/gtk-gtkfilefilter.html -share/doc/gtk/gtk-migrating-GtkAboutDialog.html -share/doc/gtk/gtk-migrating-GtkAction.html -share/doc/gtk/gtk-migrating-GtkColorButton.html -share/doc/gtk/gtk-migrating-GtkComboBox.html -share/doc/gtk/gtk-migrating-GtkFileChooser.html -share/doc/gtk/gtk-migrating-GtkIconView.html -share/doc/gtk/gtk-migrating-checklist.html -share/doc/gtk/gtk-query-immodules-2.0.html -share/doc/gtk/gtk-question-index.html -share/doc/gtk/gtk-resources.html -share/doc/gtk/gtk-running.html -share/doc/gtk/gtk-update-icon-cache.html -share/doc/gtk/gtk-windows.html -share/doc/gtk/gtk-x11.html -share/doc/gtk/gtk.devhelp -share/doc/gtk/gtk.devhelp2 -share/doc/gtk/gtk.html -share/doc/gtk/gtkbase.html -share/doc/gtk/gtkfilechooser-installing-extra-widgets.html -share/doc/gtk/gtkfilechooser-installing-preview.html -share/doc/gtk/gtkfilechooser-new-features.html -share/doc/gtk/gtkfilechooser-selection-modes.html -share/doc/gtk/gtkobjects.html -share/doc/gtk/home.png -share/doc/gtk/icon-view.png -share/doc/gtk/image.png -share/doc/gtk/index.html -share/doc/gtk/index.sgml -share/doc/gtk/ix01.html -share/doc/gtk/ix02.html -share/doc/gtk/ix03.html -share/doc/gtk/ix04.html -share/doc/gtk/ix05.html -share/doc/gtk/ix06.html -share/doc/gtk/label.png -share/doc/gtk/left.png -share/doc/gtk/list-and-tree.png -share/doc/gtk/menubar.png -share/doc/gtk/messagedialog.png -share/doc/gtk/migrating-GtkCombo.html -share/doc/gtk/migrating-gnomeuiinfo.html -share/doc/gtk/migrating.html -share/doc/gtk/multiline-text.png -share/doc/gtk/new-features-GtkComboBox.html -share/doc/gtk/notebook.png -share/doc/gtk/panes.png -share/doc/gtk/progressbar.png -share/doc/gtk/pt05.html -share/doc/gtk/radio-group.png -share/doc/gtk/right.png -share/doc/gtk/scales.png -share/doc/gtk/scrolledwindow.png -share/doc/gtk/separator.png -share/doc/gtk/spinbutton.png -share/doc/gtk/statusbar.png -share/doc/gtk/stock_about_24.png -share/doc/gtk/stock_add_24.png -share/doc/gtk/stock_align_center_24.png -share/doc/gtk/stock_align_justify_24.png -share/doc/gtk/stock_align_left_24.png -share/doc/gtk/stock_align_right_24.png -share/doc/gtk/stock_apply_20.png -share/doc/gtk/stock_bottom_24.png -share/doc/gtk/stock_broken_image_24.png -share/doc/gtk/stock_cancel_20.png -share/doc/gtk/stock_cdrom_24.png -share/doc/gtk/stock_clear_24.png -share/doc/gtk/stock_close_24.png -share/doc/gtk/stock_color_picker_25.png -share/doc/gtk/stock_colorselector_24.png -share/doc/gtk/stock_connect_24.png -share/doc/gtk/stock_convert_24.png -share/doc/gtk/stock_copy_24.png -share/doc/gtk/stock_cut_24.png -share/doc/gtk/stock_dialog_authentication_48.png -share/doc/gtk/stock_dialog_error_48.png -share/doc/gtk/stock_dialog_info_48.png -share/doc/gtk/stock_dialog_question_48.png -share/doc/gtk/stock_dialog_warning_48.png -share/doc/gtk/stock_directory_24.png -share/doc/gtk/stock_disconnect_24.png -share/doc/gtk/stock_dnd_32.png -share/doc/gtk/stock_dnd_multiple_32.png -share/doc/gtk/stock_down_arrow_24.png -share/doc/gtk/stock_edit_24.png -share/doc/gtk/stock_exec_24.png -share/doc/gtk/stock_exit_24.png -share/doc/gtk/stock_file_24.png -share/doc/gtk/stock_first_24.png -share/doc/gtk/stock_font_24.png -share/doc/gtk/stock_fullscreen_24.png -share/doc/gtk/stock_harddisk_24.png -share/doc/gtk/stock_help_24.png -share/doc/gtk/stock_home_24.png -share/doc/gtk/stock_index_24.png -share/doc/gtk/stock_info_24.png -share/doc/gtk/stock_jump_to_24.png -share/doc/gtk/stock_jump_to_rtl_24.png -share/doc/gtk/stock_last_24.png -share/doc/gtk/stock_leave_fullscreen_24.png -share/doc/gtk/stock_left_arrow_24.png -share/doc/gtk/stock_media_forward_24.png -share/doc/gtk/stock_media_next_24.png -share/doc/gtk/stock_media_pause_24.png -share/doc/gtk/stock_media_play_24.png -share/doc/gtk/stock_media_play_rtl_24.png -share/doc/gtk/stock_media_previous_24.png -share/doc/gtk/stock_media_record_24.png -share/doc/gtk/stock_media_rewind_24.png -share/doc/gtk/stock_media_stop_24.png -share/doc/gtk/stock_network_24.png -share/doc/gtk/stock_new_24.png -share/doc/gtk/stock_no_20.png -share/doc/gtk/stock_ok_20.png -share/doc/gtk/stock_open_24.png -share/doc/gtk/stock_paste_24.png -share/doc/gtk/stock_preferences_24.png -share/doc/gtk/stock_print_24.png -share/doc/gtk/stock_print_preview_24.png -share/doc/gtk/stock_properties_24.png -share/doc/gtk/stock_redo_24.png -share/doc/gtk/stock_redo_rtl_24.png -share/doc/gtk/stock_refresh_24.png -share/doc/gtk/stock_remove_24.png -share/doc/gtk/stock_revert_24.png -share/doc/gtk/stock_revert_rtl_24.png -share/doc/gtk/stock_right_arrow_24.png -share/doc/gtk/stock_save_24.png -share/doc/gtk/stock_save_as_24.png -share/doc/gtk/stock_search_24.png -share/doc/gtk/stock_search_replace_24.png -share/doc/gtk/stock_sort_ascending_24.png -share/doc/gtk/stock_sort_descending_24.png -share/doc/gtk/stock_spellcheck_24.png -share/doc/gtk/stock_stop_24.png -share/doc/gtk/stock_text_bold_24.png -share/doc/gtk/stock_text_indent_24.png -share/doc/gtk/stock_text_italic_24.png -share/doc/gtk/stock_text_strikethrough_24.png -share/doc/gtk/stock_text_underline_24.png -share/doc/gtk/stock_text_unindent_24.png -share/doc/gtk/stock_top_24.png -share/doc/gtk/stock_trash_24.png -share/doc/gtk/stock_undelete_24.png -share/doc/gtk/stock_undelete_rtl_24.png -share/doc/gtk/stock_undo_24.png -share/doc/gtk/stock_undo_rtl_24.png -share/doc/gtk/stock_up_arrow_24.png -share/doc/gtk/stock_yes_20.png -share/doc/gtk/stock_zoom_1_24.png -share/doc/gtk/stock_zoom_fit_24.png -share/doc/gtk/stock_zoom_in_24.png -share/doc/gtk/stock_zoom_out_24.png -share/doc/gtk/style.css -share/doc/gtk/toggle-button.png -share/doc/gtk/toolbar.png -share/doc/gtk/ui-manager.html -share/doc/gtk/up.png -share/doc/gtk/window.png share/gtk-2.0/demo/alphatest.png share/gtk-2.0/demo/apple-red.png share/gtk-2.0/demo/appwindow.c +share/gtk-2.0/demo/assistant.c share/gtk-2.0/demo/background.jpg share/gtk-2.0/demo/button_box.c share/gtk-2.0/demo/changedisplay.c @@ -836,16 +327,609 @@ share/gtk-2.0/demo/menus.c share/gtk-2.0/demo/panes.c share/gtk-2.0/demo/pickers.c share/gtk-2.0/demo/pixbufs.c +share/gtk-2.0/demo/printing.c share/gtk-2.0/demo/rotated_text.c share/gtk-2.0/demo/sizegroup.c share/gtk-2.0/demo/stock_browser.c +share/gtk-2.0/demo/textscroll.c share/gtk-2.0/demo/textview.c share/gtk-2.0/demo/tree_store.c share/gtk-2.0/demo/ui_manager.c +share/gtk-doc/html/gdk-pixbuf/GdkPixbufLoader.html +share/gtk-doc/html/gdk-pixbuf/apa.html +share/gtk-doc/html/gdk-pixbuf/apas02.html +share/gtk-doc/html/gdk-pixbuf/apas03.html +share/gtk-doc/html/gdk-pixbuf/composite.png +share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Module-Interface.html +share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Versioning.html +share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-animation.html +share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-creating.html +share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-csource.html +share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-file-loading.html +share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-file-saving.html +share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-from-drawables.html +share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-rendering.html +share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-from-drawables.html +share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-init.html +share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-rendering.html +share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-rgb.html +share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html +share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-inline.html +share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-query-loaders.html +share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-refcounting.html +share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-scaling.html +share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-util.html +share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf.devhelp +share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf.devhelp2 +share/gtk-doc/html/gdk-pixbuf/home.png +share/gtk-doc/html/gdk-pixbuf/index.html +share/gtk-doc/html/gdk-pixbuf/index.sgml +share/gtk-doc/html/gdk-pixbuf/ix01.html +share/gtk-doc/html/gdk-pixbuf/ix02.html +share/gtk-doc/html/gdk-pixbuf/ix03.html +share/gtk-doc/html/gdk-pixbuf/ix04.html +share/gtk-doc/html/gdk-pixbuf/ix05.html +share/gtk-doc/html/gdk-pixbuf/ix06.html +share/gtk-doc/html/gdk-pixbuf/left.png +share/gtk-doc/html/gdk-pixbuf/license.html +share/gtk-doc/html/gdk-pixbuf/right.png +share/gtk-doc/html/gdk-pixbuf/rn01.html +share/gtk-doc/html/gdk-pixbuf/rn02.html +share/gtk-doc/html/gdk-pixbuf/style.css +share/gtk-doc/html/gdk-pixbuf/up.png +share/gtk-doc/html/gdk/GdkDisplay.html +share/gtk-doc/html/gdk/GdkDisplayManager.html +share/gtk-doc/html/gdk/GdkScreen.html +share/gtk-doc/html/gdk/X_cursor.png +share/gtk-doc/html/gdk/arrow.png +share/gtk-doc/html/gdk/based_arrow_down.png +share/gtk-doc/html/gdk/based_arrow_up.png +share/gtk-doc/html/gdk/boat.png +share/gtk-doc/html/gdk/bogosity.png +share/gtk-doc/html/gdk/bottom_left_corner.png +share/gtk-doc/html/gdk/bottom_right_corner.png +share/gtk-doc/html/gdk/bottom_side.png +share/gtk-doc/html/gdk/bottom_tee.png +share/gtk-doc/html/gdk/box_spiral.png +share/gtk-doc/html/gdk/center_ptr.png +share/gtk-doc/html/gdk/circle.png +share/gtk-doc/html/gdk/clock.png +share/gtk-doc/html/gdk/coffee_mug.png +share/gtk-doc/html/gdk/cross.png +share/gtk-doc/html/gdk/cross_reverse.png +share/gtk-doc/html/gdk/crosshair.png +share/gtk-doc/html/gdk/diamond_cross.png +share/gtk-doc/html/gdk/dot.png +share/gtk-doc/html/gdk/dotbox.png +share/gtk-doc/html/gdk/double_arrow.png +share/gtk-doc/html/gdk/draft_large.png +share/gtk-doc/html/gdk/draft_small.png +share/gtk-doc/html/gdk/draped_box.png +share/gtk-doc/html/gdk/exchange.png +share/gtk-doc/html/gdk/fleur.png +share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html +share/gtk-doc/html/gdk/gdk-Cairo-Interaction.html +share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +share/gtk-doc/html/gdk/gdk-Cursors.html +share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +share/gtk-doc/html/gdk/gdk-Event-Structures.html +share/gtk-doc/html/gdk/gdk-Events.html +share/gtk-doc/html/gdk/gdk-Fonts.html +share/gtk-doc/html/gdk/gdk-GdkRGB.html +share/gtk-doc/html/gdk/gdk-General.html +share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +share/gtk-doc/html/gdk/gdk-Images.html +share/gtk-doc/html/gdk/gdk-Input-Devices.html +share/gtk-doc/html/gdk/gdk-Input.html +share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +share/gtk-doc/html/gdk/gdk-Pixbufs.html +share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +share/gtk-doc/html/gdk/gdk-Selections.html +share/gtk-doc/html/gdk/gdk-Threads.html +share/gtk-doc/html/gdk/gdk-Visuals.html +share/gtk-doc/html/gdk/gdk-Windows.html +share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +share/gtk-doc/html/gdk/gdk.devhelp +share/gtk-doc/html/gdk/gdk.devhelp2 +share/gtk-doc/html/gdk/gobbler.png +share/gtk-doc/html/gdk/gumby.png +share/gtk-doc/html/gdk/hand1.png +share/gtk-doc/html/gdk/hand2.png +share/gtk-doc/html/gdk/heart.png +share/gtk-doc/html/gdk/home.png +share/gtk-doc/html/gdk/icon.png +share/gtk-doc/html/gdk/index.html +share/gtk-doc/html/gdk/index.sgml +share/gtk-doc/html/gdk/iron_cross.png +share/gtk-doc/html/gdk/ix01.html +share/gtk-doc/html/gdk/ix02.html +share/gtk-doc/html/gdk/ix03.html +share/gtk-doc/html/gdk/ix04.html +share/gtk-doc/html/gdk/ix05.html +share/gtk-doc/html/gdk/ix06.html +share/gtk-doc/html/gdk/ix07.html +share/gtk-doc/html/gdk/left.png +share/gtk-doc/html/gdk/left_ptr.png +share/gtk-doc/html/gdk/left_side.png +share/gtk-doc/html/gdk/left_tee.png +share/gtk-doc/html/gdk/leftbutton.png +share/gtk-doc/html/gdk/ll_angle.png +share/gtk-doc/html/gdk/lr_angle.png +share/gtk-doc/html/gdk/man.png +share/gtk-doc/html/gdk/middlebutton.png +share/gtk-doc/html/gdk/mouse.png +share/gtk-doc/html/gdk/multihead.html +share/gtk-doc/html/gdk/pencil.png +share/gtk-doc/html/gdk/pirate.png +share/gtk-doc/html/gdk/plus.png +share/gtk-doc/html/gdk/question_arrow.png +share/gtk-doc/html/gdk/reference.html +share/gtk-doc/html/gdk/right.png +share/gtk-doc/html/gdk/right_ptr.png +share/gtk-doc/html/gdk/right_side.png +share/gtk-doc/html/gdk/right_tee.png +share/gtk-doc/html/gdk/rightbutton.png +share/gtk-doc/html/gdk/rotated-text.png +share/gtk-doc/html/gdk/rtl_logo.png +share/gtk-doc/html/gdk/sailboat.png +share/gtk-doc/html/gdk/sb_down_arrow.png +share/gtk-doc/html/gdk/sb_h_double_arrow.png +share/gtk-doc/html/gdk/sb_left_arrow.png +share/gtk-doc/html/gdk/sb_right_arrow.png +share/gtk-doc/html/gdk/sb_up_arrow.png +share/gtk-doc/html/gdk/sb_v_double_arrow.png +share/gtk-doc/html/gdk/shuttle.png +share/gtk-doc/html/gdk/sizing.png +share/gtk-doc/html/gdk/spider.png +share/gtk-doc/html/gdk/spraycan.png +share/gtk-doc/html/gdk/star.png +share/gtk-doc/html/gdk/style.css +share/gtk-doc/html/gdk/target.png +share/gtk-doc/html/gdk/tcross.png +share/gtk-doc/html/gdk/top_left_arrow.png +share/gtk-doc/html/gdk/top_left_corner.png +share/gtk-doc/html/gdk/top_right_corner.png +share/gtk-doc/html/gdk/top_side.png +share/gtk-doc/html/gdk/top_tee.png +share/gtk-doc/html/gdk/trek.png +share/gtk-doc/html/gdk/ul_angle.png +share/gtk-doc/html/gdk/umbrella.png +share/gtk-doc/html/gdk/up.png +share/gtk-doc/html/gdk/ur_angle.png +share/gtk-doc/html/gdk/watch.png +share/gtk-doc/html/gdk/xterm.png +share/gtk-doc/html/gtk/AbstractObjects.html +share/gtk-doc/html/gtk/Actions.html +share/gtk-doc/html/gtk/ButtonWidgets.html +share/gtk-doc/html/gtk/DeprecatedObjects.html +share/gtk-doc/html/gtk/DisplayWidgets.html +share/gtk-doc/html/gtk/GtkAboutDialog.html +share/gtk-doc/html/gtk/GtkAccelLabel.html +share/gtk-doc/html/gtk/GtkAccessible.html +share/gtk-doc/html/gtk/GtkAction.html +share/gtk-doc/html/gtk/GtkActionGroup.html +share/gtk-doc/html/gtk/GtkAdjustment.html +share/gtk-doc/html/gtk/GtkAlignment.html +share/gtk-doc/html/gtk/GtkArrow.html +share/gtk-doc/html/gtk/GtkAspectFrame.html +share/gtk-doc/html/gtk/GtkAssistant.html +share/gtk-doc/html/gtk/GtkBin.html +share/gtk-doc/html/gtk/GtkBox.html +share/gtk-doc/html/gtk/GtkButton.html +share/gtk-doc/html/gtk/GtkButtonBox.html +share/gtk-doc/html/gtk/GtkCList.html +share/gtk-doc/html/gtk/GtkCTree.html +share/gtk-doc/html/gtk/GtkCalendar.html +share/gtk-doc/html/gtk/GtkCellEditable.html +share/gtk-doc/html/gtk/GtkCellLayout.html +share/gtk-doc/html/gtk/GtkCellRenderer.html +share/gtk-doc/html/gtk/GtkCellRendererAccel.html +share/gtk-doc/html/gtk/GtkCellRendererCombo.html +share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +share/gtk-doc/html/gtk/GtkCellRendererProgress.html +share/gtk-doc/html/gtk/GtkCellRendererSpin.html +share/gtk-doc/html/gtk/GtkCellRendererText.html +share/gtk-doc/html/gtk/GtkCellRendererToggle.html +share/gtk-doc/html/gtk/GtkCellView.html +share/gtk-doc/html/gtk/GtkCheckButton.html +share/gtk-doc/html/gtk/GtkCheckMenuItem.html +share/gtk-doc/html/gtk/GtkColorButton.html +share/gtk-doc/html/gtk/GtkColorSelection.html +share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +share/gtk-doc/html/gtk/GtkCombo.html +share/gtk-doc/html/gtk/GtkComboBox.html +share/gtk-doc/html/gtk/GtkComboBoxEntry.html +share/gtk-doc/html/gtk/GtkContainer.html +share/gtk-doc/html/gtk/GtkCurve.html +share/gtk-doc/html/gtk/GtkDialog.html +share/gtk-doc/html/gtk/GtkDrawingArea.html +share/gtk-doc/html/gtk/GtkEditable.html +share/gtk-doc/html/gtk/GtkEntry.html +share/gtk-doc/html/gtk/GtkEntryCompletion.html +share/gtk-doc/html/gtk/GtkEventBox.html +share/gtk-doc/html/gtk/GtkExpander.html +share/gtk-doc/html/gtk/GtkFileChooser.html +share/gtk-doc/html/gtk/GtkFileChooserButton.html +share/gtk-doc/html/gtk/GtkFileChooserDialog.html +share/gtk-doc/html/gtk/GtkFileChooserWidget.html +share/gtk-doc/html/gtk/GtkFileSelection.html +share/gtk-doc/html/gtk/GtkFixed.html +share/gtk-doc/html/gtk/GtkFontButton.html +share/gtk-doc/html/gtk/GtkFontSelection.html +share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +share/gtk-doc/html/gtk/GtkFrame.html +share/gtk-doc/html/gtk/GtkGammaCurve.html +share/gtk-doc/html/gtk/GtkHBox.html +share/gtk-doc/html/gtk/GtkHButtonBox.html +share/gtk-doc/html/gtk/GtkHPaned.html +share/gtk-doc/html/gtk/GtkHRuler.html +share/gtk-doc/html/gtk/GtkHScale.html +share/gtk-doc/html/gtk/GtkHScrollbar.html +share/gtk-doc/html/gtk/GtkHSeparator.html +share/gtk-doc/html/gtk/GtkHandleBox.html +share/gtk-doc/html/gtk/GtkIMContext.html +share/gtk-doc/html/gtk/GtkIMContextSimple.html +share/gtk-doc/html/gtk/GtkIMMulticontext.html +share/gtk-doc/html/gtk/GtkIconTheme.html +share/gtk-doc/html/gtk/GtkIconView.html +share/gtk-doc/html/gtk/GtkImage.html +share/gtk-doc/html/gtk/GtkImageMenuItem.html +share/gtk-doc/html/gtk/GtkInputDialog.html +share/gtk-doc/html/gtk/GtkInvisible.html +share/gtk-doc/html/gtk/GtkItem.html +share/gtk-doc/html/gtk/GtkItemFactory.html +share/gtk-doc/html/gtk/GtkLabel.html +share/gtk-doc/html/gtk/GtkLayout.html +share/gtk-doc/html/gtk/GtkLinkButton.html +share/gtk-doc/html/gtk/GtkList.html +share/gtk-doc/html/gtk/GtkListItem.html +share/gtk-doc/html/gtk/GtkListStore.html +share/gtk-doc/html/gtk/GtkMenu.html +share/gtk-doc/html/gtk/GtkMenuBar.html +share/gtk-doc/html/gtk/GtkMenuItem.html +share/gtk-doc/html/gtk/GtkMenuShell.html +share/gtk-doc/html/gtk/GtkMenuToolButton.html +share/gtk-doc/html/gtk/GtkMessageDialog.html +share/gtk-doc/html/gtk/GtkMisc.html +share/gtk-doc/html/gtk/GtkNotebook.html +share/gtk-doc/html/gtk/GtkObject.html +share/gtk-doc/html/gtk/GtkOldEditable.html +share/gtk-doc/html/gtk/GtkOptionMenu.html +share/gtk-doc/html/gtk/GtkPageSetup.html +share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +share/gtk-doc/html/gtk/GtkPaned.html +share/gtk-doc/html/gtk/GtkPixmap.html +share/gtk-doc/html/gtk/GtkPlug.html +share/gtk-doc/html/gtk/GtkPreview.html +share/gtk-doc/html/gtk/GtkPrintContext.html +share/gtk-doc/html/gtk/GtkPrintJob.html +share/gtk-doc/html/gtk/GtkPrintSettings.html +share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +share/gtk-doc/html/gtk/GtkPrinter.html +share/gtk-doc/html/gtk/GtkProgress.html +share/gtk-doc/html/gtk/GtkProgressBar.html +share/gtk-doc/html/gtk/GtkRadioAction.html +share/gtk-doc/html/gtk/GtkRadioButton.html +share/gtk-doc/html/gtk/GtkRadioMenuItem.html +share/gtk-doc/html/gtk/GtkRadioToolButton.html +share/gtk-doc/html/gtk/GtkRange.html +share/gtk-doc/html/gtk/GtkRecentChooser.html +share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +share/gtk-doc/html/gtk/GtkRecentFilter.html +share/gtk-doc/html/gtk/GtkRecentManager.html +share/gtk-doc/html/gtk/GtkRuler.html +share/gtk-doc/html/gtk/GtkScale.html +share/gtk-doc/html/gtk/GtkScrollbar.html +share/gtk-doc/html/gtk/GtkScrolledWindow.html +share/gtk-doc/html/gtk/GtkSeparator.html +share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +share/gtk-doc/html/gtk/GtkSettings.html +share/gtk-doc/html/gtk/GtkSizeGroup.html +share/gtk-doc/html/gtk/GtkSocket.html +share/gtk-doc/html/gtk/GtkSpinButton.html +share/gtk-doc/html/gtk/GtkStatusIcon.html +share/gtk-doc/html/gtk/GtkStatusbar.html +share/gtk-doc/html/gtk/GtkStyle.html +share/gtk-doc/html/gtk/GtkTable.html +share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +share/gtk-doc/html/gtk/GtkText.html +share/gtk-doc/html/gtk/GtkTextBuffer.html +share/gtk-doc/html/gtk/GtkTextMark.html +share/gtk-doc/html/gtk/GtkTextTag.html +share/gtk-doc/html/gtk/GtkTextTagTable.html +share/gtk-doc/html/gtk/GtkTextView.html +share/gtk-doc/html/gtk/GtkTipsQuery.html +share/gtk-doc/html/gtk/GtkToggleAction.html +share/gtk-doc/html/gtk/GtkToggleButton.html +share/gtk-doc/html/gtk/GtkToggleToolButton.html +share/gtk-doc/html/gtk/GtkToolButton.html +share/gtk-doc/html/gtk/GtkToolItem.html +share/gtk-doc/html/gtk/GtkToolbar.html +share/gtk-doc/html/gtk/GtkTooltips.html +share/gtk-doc/html/gtk/GtkTree.html +share/gtk-doc/html/gtk/GtkTreeItem.html +share/gtk-doc/html/gtk/GtkTreeModel.html +share/gtk-doc/html/gtk/GtkTreeModelFilter.html +share/gtk-doc/html/gtk/GtkTreeModelSort.html +share/gtk-doc/html/gtk/GtkTreeSelection.html +share/gtk-doc/html/gtk/GtkTreeSortable.html +share/gtk-doc/html/gtk/GtkTreeStore.html +share/gtk-doc/html/gtk/GtkTreeView.html +share/gtk-doc/html/gtk/GtkTreeViewColumn.html +share/gtk-doc/html/gtk/GtkUIManager.html +share/gtk-doc/html/gtk/GtkVBox.html +share/gtk-doc/html/gtk/GtkVButtonBox.html +share/gtk-doc/html/gtk/GtkVPaned.html +share/gtk-doc/html/gtk/GtkVRuler.html +share/gtk-doc/html/gtk/GtkVScale.html +share/gtk-doc/html/gtk/GtkVScrollbar.html +share/gtk-doc/html/gtk/GtkVSeparator.html +share/gtk-doc/html/gtk/GtkViewport.html +share/gtk-doc/html/gtk/GtkWidget.html +share/gtk-doc/html/gtk/GtkWindow.html +share/gtk-doc/html/gtk/GtkWindowGroup.html +share/gtk-doc/html/gtk/LayoutContainers.html +share/gtk-doc/html/gtk/MenusAndCombos.html +share/gtk-doc/html/gtk/MiscObjects.html +share/gtk-doc/html/gtk/NumericEntry.html +share/gtk-doc/html/gtk/Ornaments.html +share/gtk-doc/html/gtk/PlugSocket.html +share/gtk-doc/html/gtk/Printing.html +share/gtk-doc/html/gtk/RecentDocuments.html +share/gtk-doc/html/gtk/ScrollingWidgets.html +share/gtk-doc/html/gtk/SelectorWidgets.html +share/gtk-doc/html/gtk/SpecialObjects.html +share/gtk-doc/html/gtk/TextWidget.html +share/gtk-doc/html/gtk/TextWidgetObjects.html +share/gtk-doc/html/gtk/TreeWidget.html +share/gtk-doc/html/gtk/TreeWidgetObjects.html +share/gtk-doc/html/gtk/WindowWidgets.html +share/gtk-doc/html/gtk/accel-label.png +share/gtk-doc/html/gtk/assistant.png +share/gtk-doc/html/gtk/button.png +share/gtk-doc/html/gtk/ch01.html +share/gtk-doc/html/gtk/ch02.html +share/gtk-doc/html/gtk/check-button.png +share/gtk-doc/html/gtk/checklist-gdkeventexpose-region.html +share/gtk-doc/html/gtk/checklist-modifiers.html +share/gtk-doc/html/gtk/checklist-named-icons.html +share/gtk-doc/html/gtk/color-button.png +share/gtk-doc/html/gtk/colorsel.png +share/gtk-doc/html/gtk/combo-box-entry.png +share/gtk-doc/html/gtk/combo-box.png +share/gtk-doc/html/gtk/decorating-the-assistant-pages.html +share/gtk-doc/html/gtk/entry.png +share/gtk-doc/html/gtk/file-button.png +share/gtk-doc/html/gtk/filechooser.png +share/gtk-doc/html/gtk/font-button.png +share/gtk-doc/html/gtk/fontsel.png +share/gtk-doc/html/gtk/frame.png +share/gtk-doc/html/gtk/glossary.html +share/gtk-doc/html/gtk/gtk-Accelerator-Maps.html +share/gtk-doc/html/gtk/gtk-Bindings.html +share/gtk-doc/html/gtk/gtk-Clipboards.html +share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +share/gtk-doc/html/gtk/gtk-General.html +share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +share/gtk-doc/html/gtk/gtk-GtkPaperSize.html +share/gtk-doc/html/gtk/gtk-GtkTextIter.html +share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +share/gtk-doc/html/gtk/gtk-Resource-Files.html +share/gtk-doc/html/gtk/gtk-Selections.html +share/gtk-doc/html/gtk/gtk-Signals.html +share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html +share/gtk-doc/html/gtk/gtk-Stock-Items.html +share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +share/gtk-doc/html/gtk/gtk-Types.html +share/gtk-doc/html/gtk/gtk-about.png +share/gtk-doc/html/gtk/gtk-add.png +share/gtk-doc/html/gtk/gtk-apply.png +share/gtk-doc/html/gtk/gtk-bold.png +share/gtk-doc/html/gtk/gtk-building.html +share/gtk-doc/html/gtk/gtk-cancel.png +share/gtk-doc/html/gtk/gtk-cdrom.png +share/gtk-doc/html/gtk/gtk-changes-1-2.html +share/gtk-doc/html/gtk/gtk-changes-2-0.html +share/gtk-doc/html/gtk/gtk-clear.png +share/gtk-doc/html/gtk/gtk-close.png +share/gtk-doc/html/gtk/gtk-color-picker.png +share/gtk-doc/html/gtk/gtk-compiling.html +share/gtk-doc/html/gtk/gtk-connect.png +share/gtk-doc/html/gtk/gtk-convert.png +share/gtk-doc/html/gtk/gtk-copy.png +share/gtk-doc/html/gtk/gtk-cut.png +share/gtk-doc/html/gtk/gtk-delete.png +share/gtk-doc/html/gtk/gtk-dialog-authentication.png +share/gtk-doc/html/gtk/gtk-dialog-error.png +share/gtk-doc/html/gtk/gtk-dialog-info.png +share/gtk-doc/html/gtk/gtk-dialog-question.png +share/gtk-doc/html/gtk/gtk-dialog-warning.png +share/gtk-doc/html/gtk/gtk-directfb.html +share/gtk-doc/html/gtk/gtk-directory.png +share/gtk-doc/html/gtk/gtk-disconnect.png +share/gtk-doc/html/gtk/gtk-dnd-multiple.png +share/gtk-doc/html/gtk/gtk-dnd.png +share/gtk-doc/html/gtk/gtk-edit.png +share/gtk-doc/html/gtk/gtk-execute.png +share/gtk-doc/html/gtk/gtk-file.png +share/gtk-doc/html/gtk/gtk-find-and-replace.png +share/gtk-doc/html/gtk/gtk-find.png +share/gtk-doc/html/gtk/gtk-floppy.png +share/gtk-doc/html/gtk/gtk-font.png +share/gtk-doc/html/gtk/gtk-framebuffer.html +share/gtk-doc/html/gtk/gtk-fullscreen.png +share/gtk-doc/html/gtk/gtk-go-back-ltr.png +share/gtk-doc/html/gtk/gtk-go-back-rtl.png +share/gtk-doc/html/gtk/gtk-go-down.png +share/gtk-doc/html/gtk/gtk-go-forward-ltr.png +share/gtk-doc/html/gtk/gtk-go-forward-rtl.png +share/gtk-doc/html/gtk/gtk-go-up.png +share/gtk-doc/html/gtk/gtk-goto-bottom.png +share/gtk-doc/html/gtk/gtk-goto-first-ltr.png +share/gtk-doc/html/gtk/gtk-goto-first-rtl.png +share/gtk-doc/html/gtk/gtk-goto-last-ltr.png +share/gtk-doc/html/gtk/gtk-goto-last-rtl.png +share/gtk-doc/html/gtk/gtk-goto-top.png +share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +share/gtk-doc/html/gtk/gtk-harddisk.png +share/gtk-doc/html/gtk/gtk-help.png +share/gtk-doc/html/gtk/gtk-home.png +share/gtk-doc/html/gtk/gtk-indent-ltr.png +share/gtk-doc/html/gtk/gtk-indent-rtl.png +share/gtk-doc/html/gtk/gtk-index.png +share/gtk-doc/html/gtk/gtk-info.png +share/gtk-doc/html/gtk/gtk-italic.png +share/gtk-doc/html/gtk/gtk-jump-to-ltr.png +share/gtk-doc/html/gtk/gtk-jump-to-rtl.png +share/gtk-doc/html/gtk/gtk-justify-center.png +share/gtk-doc/html/gtk/gtk-justify-fill.png +share/gtk-doc/html/gtk/gtk-justify-left.png +share/gtk-doc/html/gtk/gtk-justify-right.png +share/gtk-doc/html/gtk/gtk-leave-fullscreen.png +share/gtk-doc/html/gtk/gtk-media-forward-ltr.png +share/gtk-doc/html/gtk/gtk-media-forward-rtl.png +share/gtk-doc/html/gtk/gtk-media-next-ltr.png +share/gtk-doc/html/gtk/gtk-media-next-rtl.png +share/gtk-doc/html/gtk/gtk-media-pause.png +share/gtk-doc/html/gtk/gtk-media-play-ltr.png +share/gtk-doc/html/gtk/gtk-media-play-rtl.png +share/gtk-doc/html/gtk/gtk-media-previous-ltr.png +share/gtk-doc/html/gtk/gtk-media-previous-rtl.png +share/gtk-doc/html/gtk/gtk-media-record.png +share/gtk-doc/html/gtk/gtk-media-rewind-ltr.png +share/gtk-doc/html/gtk/gtk-media-rewind-rtl.png +share/gtk-doc/html/gtk/gtk-media-stop.png +share/gtk-doc/html/gtk/gtk-migrating-GtkAboutDialog.html +share/gtk-doc/html/gtk/gtk-migrating-GtkAction.html +share/gtk-doc/html/gtk/gtk-migrating-GtkAssistant.html +share/gtk-doc/html/gtk/gtk-migrating-GtkColorButton.html +share/gtk-doc/html/gtk/gtk-migrating-GtkComboBox.html +share/gtk-doc/html/gtk/gtk-migrating-GtkFileChooser.html +share/gtk-doc/html/gtk/gtk-migrating-GtkIconView.html +share/gtk-doc/html/gtk/gtk-migrating-GtkLinkButton.html +share/gtk-doc/html/gtk/gtk-migrating-GtkRecentChooser.html +share/gtk-doc/html/gtk/gtk-migrating-checklist.html +share/gtk-doc/html/gtk/gtk-missing-image.png +share/gtk-doc/html/gtk/gtk-network.png +share/gtk-doc/html/gtk/gtk-new.png +share/gtk-doc/html/gtk/gtk-no.png +share/gtk-doc/html/gtk/gtk-ok.png +share/gtk-doc/html/gtk/gtk-open.png +share/gtk-doc/html/gtk/gtk-orientation-landscape.png +share/gtk-doc/html/gtk/gtk-orientation-portrait.png +share/gtk-doc/html/gtk/gtk-orientation-reverse-landscape.png +share/gtk-doc/html/gtk/gtk-orientation-reverse-portrait.png +share/gtk-doc/html/gtk/gtk-osx.html +share/gtk-doc/html/gtk/gtk-paste.png +share/gtk-doc/html/gtk/gtk-preferences.png +share/gtk-doc/html/gtk/gtk-print-preview.png +share/gtk-doc/html/gtk/gtk-print.png +share/gtk-doc/html/gtk/gtk-properties.png +share/gtk-doc/html/gtk/gtk-query-immodules-2.0.html +share/gtk-doc/html/gtk/gtk-question-index.html +share/gtk-doc/html/gtk/gtk-quit.png +share/gtk-doc/html/gtk/gtk-redo-ltr.png +share/gtk-doc/html/gtk/gtk-redo-rtl.png +share/gtk-doc/html/gtk/gtk-refresh.png +share/gtk-doc/html/gtk/gtk-remove.png +share/gtk-doc/html/gtk/gtk-resources.html +share/gtk-doc/html/gtk/gtk-revert-to-saved-ltr.png +share/gtk-doc/html/gtk/gtk-revert-to-saved-rtl.png +share/gtk-doc/html/gtk/gtk-running.html +share/gtk-doc/html/gtk/gtk-save-as.png +share/gtk-doc/html/gtk/gtk-save.png +share/gtk-doc/html/gtk/gtk-select-all.png +share/gtk-doc/html/gtk/gtk-select-color.png +share/gtk-doc/html/gtk/gtk-sort-ascending.png +share/gtk-doc/html/gtk/gtk-sort-descending.png +share/gtk-doc/html/gtk/gtk-spell-check.png +share/gtk-doc/html/gtk/gtk-stop.png +share/gtk-doc/html/gtk/gtk-strikethrough.png +share/gtk-doc/html/gtk/gtk-undelete-ltr.png +share/gtk-doc/html/gtk/gtk-undelete-rtl.png +share/gtk-doc/html/gtk/gtk-underline.png +share/gtk-doc/html/gtk/gtk-undo-ltr.png +share/gtk-doc/html/gtk/gtk-undo-rtl.png +share/gtk-doc/html/gtk/gtk-unindent-ltr.png +share/gtk-doc/html/gtk/gtk-unindent-rtl.png +share/gtk-doc/html/gtk/gtk-update-icon-cache.html +share/gtk-doc/html/gtk/gtk-windows.html +share/gtk-doc/html/gtk/gtk-x11.html +share/gtk-doc/html/gtk/gtk-yes.png +share/gtk-doc/html/gtk/gtk-zoom-100.png +share/gtk-doc/html/gtk/gtk-zoom-fit.png +share/gtk-doc/html/gtk/gtk-zoom-in.png +share/gtk-doc/html/gtk/gtk-zoom-out.png +share/gtk-doc/html/gtk/gtk.devhelp +share/gtk-doc/html/gtk/gtk.devhelp2 +share/gtk-doc/html/gtk/gtk.html +share/gtk-doc/html/gtk/gtkbase.html +share/gtk-doc/html/gtk/gtkfilechooser-installing-extra-widgets.html +share/gtk-doc/html/gtk/gtkfilechooser-installing-preview.html +share/gtk-doc/html/gtk/gtkfilechooser-new-features.html +share/gtk-doc/html/gtk/gtkfilechooser-selection-modes.html +share/gtk-doc/html/gtk/gtkobjects.html +share/gtk-doc/html/gtk/gtkrecent-advanced.html +share/gtk-doc/html/gtk/gtkrecent-chooser.html +share/gtk-doc/html/gtk/home.png +share/gtk-doc/html/gtk/icon-view.png +share/gtk-doc/html/gtk/image.png +share/gtk-doc/html/gtk/index.html +share/gtk-doc/html/gtk/index.sgml +share/gtk-doc/html/gtk/ix01.html +share/gtk-doc/html/gtk/ix02.html +share/gtk-doc/html/gtk/ix03.html +share/gtk-doc/html/gtk/ix04.html +share/gtk-doc/html/gtk/ix05.html +share/gtk-doc/html/gtk/ix06.html +share/gtk-doc/html/gtk/ix07.html +share/gtk-doc/html/gtk/label.png +share/gtk-doc/html/gtk/left.png +share/gtk-doc/html/gtk/link-button.png +share/gtk-doc/html/gtk/list-and-tree.png +share/gtk-doc/html/gtk/menubar.png +share/gtk-doc/html/gtk/messagedialog.png +share/gtk-doc/html/gtk/migrating-GtkCombo.html +share/gtk-doc/html/gtk/migrating-gnomeuiinfo.html +share/gtk-doc/html/gtk/migrating.html +share/gtk-doc/html/gtk/multiline-text.png +share/gtk-doc/html/gtk/new-features-GtkComboBox.html +share/gtk-doc/html/gtk/notebook.png +share/gtk-doc/html/gtk/pagesetupdialog.png +share/gtk-doc/html/gtk/panes.png +share/gtk-doc/html/gtk/printdialog.png +share/gtk-doc/html/gtk/progressbar.png +share/gtk-doc/html/gtk/pt05.html +share/gtk-doc/html/gtk/radio-group.png +share/gtk-doc/html/gtk/recentchooserdialog.png +share/gtk-doc/html/gtk/right.png +share/gtk-doc/html/gtk/scales.png +share/gtk-doc/html/gtk/scrolledwindow.png +share/gtk-doc/html/gtk/separator.png +share/gtk-doc/html/gtk/setting-the-page-flow.html +share/gtk-doc/html/gtk/spinbutton.png +share/gtk-doc/html/gtk/statusbar.png +share/gtk-doc/html/gtk/style.css +share/gtk-doc/html/gtk/toggle-button.png +share/gtk-doc/html/gtk/toolbar.png +share/gtk-doc/html/gtk/ui-manager.html +share/gtk-doc/html/gtk/up.png +share/gtk-doc/html/gtk/window.png share/locale/af/LC_MESSAGES/gtk20-properties.mo share/locale/af/LC_MESSAGES/gtk20.mo share/locale/am/LC_MESSAGES/gtk20-properties.mo share/locale/am/LC_MESSAGES/gtk20.mo +share/locale/ang/LC_MESSAGES/gtk20-properties.mo +share/locale/ang/LC_MESSAGES/gtk20.mo share/locale/ar/LC_MESSAGES/gtk20-properties.mo share/locale/ar/LC_MESSAGES/gtk20.mo share/locale/az/LC_MESSAGES/gtk20-properties.mo @@ -858,6 +942,8 @@ share/locale/bg/LC_MESSAGES/gtk20-properties.mo share/locale/bg/LC_MESSAGES/gtk20.mo share/locale/bn/LC_MESSAGES/gtk20-properties.mo share/locale/bn/LC_MESSAGES/gtk20.mo +share/locale/bn_IN/LC_MESSAGES/gtk20-properties.mo +share/locale/bn_IN/LC_MESSAGES/gtk20.mo share/locale/br/LC_MESSAGES/gtk20-properties.mo share/locale/br/LC_MESSAGES/gtk20.mo share/locale/bs/LC_MESSAGES/gtk20-properties.mo @@ -950,8 +1036,6 @@ share/locale/nl/LC_MESSAGES/gtk20-properties.mo share/locale/nl/LC_MESSAGES/gtk20.mo share/locale/nn/LC_MESSAGES/gtk20-properties.mo share/locale/nn/LC_MESSAGES/gtk20.mo -share/locale/no/LC_MESSAGES/gtk20-properties.mo -share/locale/no/LC_MESSAGES/gtk20.mo share/locale/nso/LC_MESSAGES/gtk20-properties.mo share/locale/nso/LC_MESSAGES/gtk20.mo share/locale/or/LC_MESSAGES/gtk20-properties.mo @@ -994,8 +1078,12 @@ share/locale/tk/LC_MESSAGES/gtk20-properties.mo share/locale/tk/LC_MESSAGES/gtk20.mo share/locale/tr/LC_MESSAGES/gtk20-properties.mo share/locale/tr/LC_MESSAGES/gtk20.mo +share/locale/tt/LC_MESSAGES/gtk20-properties.mo +share/locale/tt/LC_MESSAGES/gtk20.mo share/locale/uk/LC_MESSAGES/gtk20-properties.mo share/locale/uk/LC_MESSAGES/gtk20.mo +share/locale/ur/LC_MESSAGES/gtk20-properties.mo +share/locale/ur/LC_MESSAGES/gtk20.mo share/locale/uz/LC_MESSAGES/gtk20-properties.mo share/locale/uz/LC_MESSAGES/gtk20.mo share/locale/uz@Latn/LC_MESSAGES/gtk20-properties.mo @@ -1024,21 +1112,26 @@ share/themes/Raleigh/gtk-2.0/gtkrc @dirrm share/themes/Default/gtk-2.0-key @unexec ${RMDIR} %D/share/themes/Default 2>/dev/null || ${TRUE} @comment in xdg-dirs: @dirrm share/themes +@dirrm share/gtk-doc/html/gtk +@dirrm share/gtk-doc/html/gdk-pixbuf +@dirrm share/gtk-doc/html/gdk @dirrm share/gtk-2.0/demo @dirrm share/gtk-2.0 -@dirrm share/doc/gtk -@dirrm share/doc/gdk-pixbuf -@dirrm share/doc/gdk @exec ${MKDIR} %D/lib/gtk-2.0/modules @dirrm lib/gtk-2.0/modules +@exec ${MKDIR} %D/lib/gtk-2.0/immodules +@dirrm lib/gtk-2.0/immodules @dirrm lib/gtk-2.0/include -@dirrm lib/gtk-2.0/2.4.0/loaders -@dirrm lib/gtk-2.0/2.4.0/immodules -@exec ${MKDIR} %D/lib/gtk-2.0/2.4.0/filesystems -@dirrm lib/gtk-2.0/2.4.0/filesystems -@dirrm lib/gtk-2.0/2.4.0/engines -@dirrm lib/gtk-2.0/2.4.0 +@dirrm lib/gtk-2.0/2.10.0/printbackends +@dirrm lib/gtk-2.0/2.10.0/loaders +@dirrm lib/gtk-2.0/2.10.0/immodules +@exec ${MKDIR} %D/lib/gtk-2.0/2.10.0/filesystems +@dirrm lib/gtk-2.0/2.10.0/filesystems +@dirrm lib/gtk-2.0/2.10.0/engines +@dirrm lib/gtk-2.0/2.10.0 @dirrm lib/gtk-2.0 +@dirrm include/gtk-unix-print-2.0/gtk +@dirrm include/gtk-unix-print-2.0 @dirrm include/gtk-2.0/gtk @dirrm include/gtk-2.0/gdk-pixbuf-xlib @dirrm include/gtk-2.0/gdk-pixbuf diff --git a/x11/gtk2/buildlink3.mk b/x11/gtk2/buildlink3.mk index 057d67d2122..007122f11fb 100644 --- a/x11/gtk2/buildlink3.mk +++ b/x11/gtk2/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.28 2006/07/18 13:03:25 joerg Exp $ +# $NetBSD: buildlink3.mk,v 1.29 2006/09/15 15:06:08 jmmv Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ GTK2_BUILDLINK3_MK:= ${GTK2_BUILDLINK3_MK}+ @@ -19,8 +19,8 @@ BUILDLINK_PKGSRCDIR.gtk2?= ../../x11/gtk2 PRINT_PLIST_AWK+= /^@dirrm lib\/gtk-2.0$$/ { next; } PRINT_PLIST_AWK+= /^@dirrm lib\/gtk-2.0\/(engines|filesystems|immodules|loaders|modules)$$/ \ { print "@comment in gtk2: " $$0; next; } -PRINT_PLIST_AWK+= /^@dirrm lib\/gtk-2.0\/2.4.0$$/ { next; } -PRINT_PLIST_AWK+= /^@dirrm lib\/gtk-2.0\/2.4.0\/(engines|filesystems|immodules|loaders|modules)$$/ \ +PRINT_PLIST_AWK+= /^@dirrm lib\/gtk-2.0\/2.10.0$$/ { next; } +PRINT_PLIST_AWK+= /^@dirrm lib\/gtk-2.0\/2.10.0\/(engines|filesystems|immodules|loaders|modules)$$/ \ { print "@comment in gtk2: " $$0; next; } .endif # GTK2_BUILDLINK3_MK @@ -35,6 +35,7 @@ PRINT_PLIST_AWK+= /^@dirrm lib\/gtk-2.0\/2.4.0\/(engines|filesystems|immodules|l .include "../../graphics/jpeg/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" +.include "../../x11/xcursor/buildlink3.mk" .include "../../x11/Xrandr/buildlink3.mk" BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} diff --git a/x11/gtk2/distinfo b/x11/gtk2/distinfo index 6e05ff91de5..125ee7788a2 100644 --- a/x11/gtk2/distinfo +++ b/x11/gtk2/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.70 2006/07/04 15:53:34 drochner Exp $ +$NetBSD: distinfo,v 1.71 2006/09/15 15:06:08 jmmv Exp $ -SHA1 (gtk+-2.8.20.tar.bz2) = 8ea2449ff139b8bc457f8b5bcdcad93b02cfba9e -RMD160 (gtk+-2.8.20.tar.bz2) = d20254de9e5b37b19f432758fbd78fff4c6baf1e -Size (gtk+-2.8.20.tar.bz2) = 12247295 bytes +SHA1 (gtk+-2.10.3.tar.bz2) = d9e9ca2728e560c46503a1e768cba3145510ca57 +RMD160 (gtk+-2.10.3.tar.bz2) = aa945237ebdbf5613faf3e762ed3bc37dcd45c5c +Size (gtk+-2.10.3.tar.bz2) = 14543034 bytes SHA1 (patch-aa) = 7efcbf733e3459fd3853c0d49842136b434ca983 SHA1 (patch-ac) = d9a47653b8db5ffae28dc233aea0dc15399eea79 SHA1 (patch-ad) = f38270c343961be2892d8f2b2f89a67d21f0dc15 |