diff options
Diffstat (limited to 'x11-toolkits')
232 files changed, 0 insertions, 22147 deletions
diff --git a/x11-toolkits/fox-devel/Makefile b/x11-toolkits/fox-devel/Makefile deleted file mode 100644 index a76ee8646489..000000000000 --- a/x11-toolkits/fox-devel/Makefile +++ /dev/null @@ -1,87 +0,0 @@ -# New ports collection makefile for: fox -# Date created: 23 Feb 2000 -# Whom: Will Andrews <andrews@technologist.com> -# -# $FreeBSD$ -# - -PORTNAME= fox -PORTVERSION?= 1.0.11 -PORTREVISION?= 0 -CATEGORIES= x11-toolkits -MASTER_SITES= http://www.fox-toolkit.org/ftp/ \ - ftp://ftp.fox-toolkit.org/pub/ \ - ftp://ftp.cfdrc.com/pub/FOX/ \ - ftp://SunSITE.Informatik.RWTH-Aachen.DE/pub/Linux/fox/ - -MAINTAINER?= knu@FreeBSD.org - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png - -.if defined(WITH_XUNICODE) -PKGNAMESUFFIX= -unicode - -PATCHVERSION?= ${PORTVERSION} - -PATCH_SITES= http://www.ab.wakwak.com/~tino/jatk/fox/ -PATCHFILES= ${PORTNAME}${PKGNAMESUFFIX}-${PATCHVERSION}.diff -PATCH_DIST_STRIP= -p1 - -BUILD_DEPENDS= ${X11BASE}/include/xunicode/xunicode.h:${PORTSDIR}/converters/xunicode - -CONFIGURE_ENV= X_CFLAGS=-DUSE_UNICODE - -PLIST_SUB= OLDFILE="" \ - NEWFILE="@comment " -.else -PLIST_SUB= OLDFILE="@comment " \ - NEWFILE="" -.endif - -USE_MESA= yes -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS}" \ - CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS+=--with-opengl=mesa --with-x -.if defined(NO_SHM) -CONFIGURE_ARGS+=--with-shm=no -.else -CONFIGURE_ARGS+=--with-shm=yes -.endif -.if defined(DEBUG) -CONFIGURE_ARGS+=--enable-debug -.else -CONFIGURE_ARGS+=--enable-release -.endif -.if defined(WANT_PROFILE) -CONFIGURE_ARGS+=--with-profiling=gprof -.endif -MAKE_ARGS+= -j3 -.if defined(NOPORTDOCS) -MAKE_ARGS+= DOC= -.else -MAKE_ARGS+= DOC=doc -.endif -#USE_LIBTOOL= yes -SHLIB_MAJ= 1 -SHLIB_MIN= 0 -MAKE_ENV+= LT_CURRENT="${SHLIB_MAJ}" LT_REVISION="${SHLIB_MIN}" -PLIST_SUB+= LIBVER="${SHLIB_MAJ}" -MAN1= reswrap.1 - -# Uncomment this to turn the distribution-recommended optimization flags on. -#CXXFLAGS= -O2 -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations - -.if defined(WITH_XUNICODE) -post-extract: - cd ${WRKSRC} && ${LN} -s ${X11BASE}/include/xunicode -.endif - -post-patch: - ${PERL} -i -pe 's/^(SUBDIRS\s*=\s*).*/$$1utils include src \$${DOC}/' \ - ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> diff --git a/x11-toolkits/fox-devel/distinfo b/x11-toolkits/fox-devel/distinfo deleted file mode 100644 index 1682956cb076..000000000000 --- a/x11-toolkits/fox-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (fox-0.99.174.tar.gz) = 8546249fd51964c8269aecbcbb9e7946 -MD5 (fox-unicode-0.99.174.diff) = 7f24a256f24179e64cd778fa748454a0 -MD5 (fox-1.0.11.tar.gz) = 27d344b24b6158b9bc209f9ee3215619 diff --git a/x11-toolkits/fox-devel/files/patch-aa b/x11-toolkits/fox-devel/files/patch-aa deleted file mode 100644 index 1332b8b8e024..000000000000 --- a/x11-toolkits/fox-devel/files/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ ---- src/Makefile.in.orig Fri Oct 6 16:07:43 2000 -+++ src/Makefile.in Mon Oct 9 08:18:53 2000 -@@ -74,9 +74,9 @@ - LIBTOOL = @LIBTOOL@ - LN_S = @LN_S@ - LT_AGE = @LT_AGE@ --LT_CURRENT = @LT_CURRENT@ -+LT_CURRENT ?= @LT_CURRENT@ - LT_RELEASE = @LT_RELEASE@ --LT_REVISION = @LT_REVISION@ -+LT_REVISION ?= @LT_REVISION@ - MAKEINFO = @MAKEINFO@ - OBJDUMP = @OBJDUMP@ - PACKAGE = @PACKAGE@ -@@ -91,7 +91,7 @@ - - libFOX_la_LIBADD = $(X_LIBS) $(X_BASE_LIBS) $(X_EXTRA_LIBS) $(GL_LIBS) - --libFOX_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) -+libFOX_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION) - - - CURSORS = crosshair.xbm crosshair_mask.xbm dndcopy.xbm dndcopy_mask.xbm dndlink.xbm dndlink_mask.xbm dndmove.xbm dndmove_mask.xbm dontdrop.xbm dontdrop_mask.xbm drag.xbm drag_mask.xbm gray.xbm hsplit.xbm hsplit_mask.xbm move.xbm move_mask.xbm resize.xbm resize_mask.xbm resizeleft.xbm resizeleft_mask.xbm resizetop.xbm resizetop_mask.xbm resizetopleft.xbm resizetopleft_mask.xbm resizetopright.xbm resizetopright_mask.xbm rotate.xbm rotate_mask.xbm swatch.xbm swatch_mask.xbm vsplit.xbm vsplit_mask.xbm xsplit.xbm xsplit_mask.xbm ne.xbm ne_mask.xbm se.xbm se_mask.xbm sw.xbm sw_mask.xbm nw.xbm nw_mask.xbm translate.xbm translate_mask.xbm zoom.xbm zoom_mask.xbm diff --git a/x11-toolkits/fox-devel/files/patch-ac b/x11-toolkits/fox-devel/files/patch-ac deleted file mode 100644 index c9c9fb464e2b..000000000000 --- a/x11-toolkits/fox-devel/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.in Tue Feb 22 14:46:40 2000 -+++ doc/Makefile.in.new Wed Mar 1 06:11:30 2000 -@@ -86,7 +86,7 @@ - VERSION = @VERSION@ - X_BASE_LIBS = @X_BASE_LIBS@ - --htmldir = $(prefix)/@PACKAGE@/html -+htmldir = $(datadir)/doc/@PACKAGE@/html - - # Source code documentation tool - PERCEPS = perceps diff --git a/x11-toolkits/fox-devel/files/patch-ad b/x11-toolkits/fox-devel/files/patch-ad deleted file mode 100644 index 9ec0f21f9004..000000000000 --- a/x11-toolkits/fox-devel/files/patch-ad +++ /dev/null @@ -1,26 +0,0 @@ ---- configure.orig Thu Apr 5 05:25:59 2001 -+++ configure Tue May 1 01:34:27 2001 -@@ -839,7 +839,7 @@ - - - --CXXFLAGS="" -+#CXXFLAGS="" - - echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 - echo "configure:846: checking whether ${MAKE-make} sets \${MAKE}" >&5 -@@ -3440,9 +3440,12 @@ - - echo "$ac_t""$enable_release" 1>&6 - if test "x$enable_release" = "xyes" ; then --CXXFLAGS="${CXXFLAGS} -O2 -DNDEBUG" -+CXXFLAGS="${CXXFLAGS} -DNDEBUG" - if test "${GXX}" = "yes" ; then --CXXFLAGS="${CXXFLAGS} -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations" -+#CXXFLAGS="${CXXFLAGS} -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations" -+if test "${with_profiling}" = ""; then -+CXXFLAGS="${CXXFLAGS} -fomit-frame-pointer" -+fi - fi - fi - diff --git a/x11-toolkits/fox-devel/pkg-comment b/x11-toolkits/fox-devel/pkg-comment deleted file mode 100644 index 408af1eacd90..000000000000 --- a/x11-toolkits/fox-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Fast and extensive C++ GUI toolkit diff --git a/x11-toolkits/fox-devel/pkg-descr b/x11-toolkits/fox-devel/pkg-descr deleted file mode 100644 index 0ce2e12c437e..000000000000 --- a/x11-toolkits/fox-devel/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -FOX is a C++ GUI toolkit that is supposed to -allow programmers to write a program once, and -compile anywhere (or so the website says, it sounds -like Java to me). FOX is a very flexible library, -it has all sorts of functions and options, and is -supposed to be fairly fast. - -WWW: http://www.fox-toolkit.org/fox.html -Author: Jeroen van der Zijp <jvz@cfdrc.com> - ---Will <andrews@technologist.com> diff --git a/x11-toolkits/fox-devel/pkg-plist b/x11-toolkits/fox-devel/pkg-plist deleted file mode 100644 index 81cc42cfd095..000000000000 --- a/x11-toolkits/fox-devel/pkg-plist +++ /dev/null @@ -1,248 +0,0 @@ -bin/reswrap -include/fox/FX4Splitter.h -include/fox/FXAccelTable.h -include/fox/FXApp.h -include/fox/FXArray.h -include/fox/FXArrowButton.h -include/fox/FXBMPIcon.h -include/fox/FXBMPImage.h -include/fox/FXBitmap.h -include/fox/FXButton.h -%%NEWFILE%%include/fox/FXCURCursor.h -include/fox/FXCanvas.h -include/fox/FXCharset.h -include/fox/FXCheckButton.h -%%NEWFILE%%include/fox/FXColorBar.h -include/fox/FXColorDialog.h -include/fox/FXColorSelector.h -include/fox/FXColorWell.h -%%NEWFILE%%include/fox/FXColorWheel.h -include/fox/FXComboBox.h -include/fox/FXComposite.h -include/fox/FXCursor.h -include/fox/FXDC.h -include/fox/FXDCPrint.h -include/fox/FXDCWindow.h -include/fox/FXDHMat.h -include/fox/FXDHVec.h -include/fox/FXDQuat.h -include/fox/FXDVec.h -include/fox/FXDataTarget.h -include/fox/FXDebugTarget.h -include/fox/FXDelegator.h -include/fox/FXDial.h -include/fox/FXDialogBox.h -include/fox/FXDict.h -include/fox/FXDirBox.h -include/fox/FXDirDialog.h -include/fox/FXDirList.h -include/fox/FXDirSelector.h -include/fox/FXDocument.h -include/fox/FXDragCorner.h -include/fox/FXDrawable.h -include/fox/FXDriveBox.h -include/fox/FXElement.h -include/fox/FXException.h -include/fox/FXFile.h -include/fox/FXFileDialog.h -include/fox/FXFileDict.h -include/fox/FXFileList.h -include/fox/FXFileSelector.h -include/fox/FXFont.h -include/fox/FXFontDialog.h -include/fox/FXFontSelector.h -include/fox/FXFrame.h -include/fox/FXGIFCursor.h -include/fox/FXGIFIcon.h -include/fox/FXGIFImage.h -include/fox/FXGLCanvas.h -include/fox/FXGLCone.h -include/fox/FXGLContext.h -include/fox/FXGLCube.h -include/fox/FXGLCylinder.h -include/fox/FXGLObject.h -include/fox/FXGLShape.h -include/fox/FXGLSphere.h -include/fox/FXGLTriangleMesh.h -include/fox/FXGLViewer.h -include/fox/FXGLVisual.h -include/fox/FXGroupBox.h -include/fox/FXHMat.h -include/fox/FXHVec.h -include/fox/FXHeader.h -include/fox/FXHorizontalFrame.h -%%NEWFILE%%include/fox/FXICOIcon.h -%%NEWFILE%%include/fox/FXICOImage.h -include/fox/FXIcon.h -include/fox/FXIconList.h -include/fox/FXId.h -include/fox/FXImage.h -include/fox/FXImageView.h -include/fox/FXInputDialog.h -%%OLDFILE%%include/fox/FXJPEGIcon.h -%%OLDFILE%%include/fox/FXJPEGImage.h -%%NEWFILE%%include/fox/FXJPGIcon.h -%%NEWFILE%%include/fox/FXJPGImage.h -include/fox/FXLabel.h -include/fox/FXList.h -include/fox/FXListBox.h -include/fox/FXMDIButton.h -include/fox/FXMDIChild.h -include/fox/FXMDIClient.h -include/fox/FXMainWindow.h -include/fox/FXMatrix.h -include/fox/FXMenuButton.h -include/fox/FXMenuCaption.h -include/fox/FXMenuCascade.h -include/fox/FXMenuCommand.h -include/fox/FXMenuPane.h -include/fox/FXMenuSeparator.h -include/fox/FXMenuTitle.h -include/fox/FXMenubar.h -include/fox/FXMessageBox.h -include/fox/FXObject.h -include/fox/FXObjectList.h -include/fox/FXOptionMenu.h -include/fox/FXPCXIcon.h -include/fox/FXPCXImage.h -include/fox/FXPNGIcon.h -include/fox/FXPNGImage.h -include/fox/FXPacker.h -%%NEWFILE%%include/fox/FXPicker.h -include/fox/FXPoint.h -include/fox/FXPopup.h -include/fox/FXPrintDialog.h -%%OLDFILE%%include/fox/FXProfiler.h -include/fox/FXProgressBar.h -include/fox/FXProgressDialog.h -include/fox/FXQuat.h -%%NEWFILE%%include/fox/FXRGBIcon.h -%%NEWFILE%%include/fox/FXRGBImage.h -include/fox/FXRadioButton.h -include/fox/FXRange.h -include/fox/FXRecentFiles.h -include/fox/FXRectangle.h -include/fox/FXRegion.h -include/fox/FXRegistry.h -include/fox/FXReplaceDialog.h -%%NEWFILE%%include/fox/FXRex.h -include/fox/FXRootWindow.h -include/fox/FXScrollArea.h -include/fox/FXScrollWindow.h -include/fox/FXScrollbar.h -include/fox/FXSearchDialog.h -include/fox/FXSeparator.h -include/fox/FXSettings.h -include/fox/FXShell.h -include/fox/FXShutter.h -include/fox/FXSize.h -include/fox/FXSlider.h -include/fox/FXSpinner.h -include/fox/FXSplitter.h -include/fox/FXStatusbar.h -include/fox/FXStatusline.h -include/fox/FXStream.h -include/fox/FXString.h -%%NEWFILE%%include/fox/FXStringDict.h -include/fox/FXSwitcher.h -%%NEWFILE%%include/fox/FXTGAIcon.h -%%NEWFILE%%include/fox/FXTGAImage.h -include/fox/FXTIFIcon.h -include/fox/FXTIFImage.h -%%OLDFILE%%include/fox/FXTab.h -%%NEWFILE%%include/fox/FXTabBar.h -%%NEWFILE%%include/fox/FXTabBook.h -%%NEWFILE%%include/fox/FXTabItem.h -include/fox/FXTable.h -include/fox/FXText.h -include/fox/FXTextField.h -include/fox/FXToggleButton.h -include/fox/FXToolbar.h -include/fox/FXToolbarGrip.h -include/fox/FXToolbarShell.h -include/fox/FXToolbarTab.h -include/fox/FXTooltip.h -include/fox/FXTopWindow.h -include/fox/FXTreeList.h -include/fox/FXTreeListBox.h -include/fox/FXURL.h -include/fox/FXUndoList.h -include/fox/FXVec.h -include/fox/FXVerticalFrame.h -include/fox/FXVisual.h -include/fox/FXWindow.h -include/fox/FXXPMIcon.h -include/fox/FXXPMImage.h -include/fox/fx.h -include/fox/fx3d.h -include/fox/fxdefs.h -include/fox/fxkeys.h -%%OLDFILE%%include/fox/fxregex.h -include/fox/fxver.h -include/fox/xincs.h -@dirrm include/fox -lib/libFOX.a -lib/libFOX.la -lib/libFOX.so -lib/libFOX.so.%%LIBVER%% -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/adie.html -%%PORTDOCS%%share/doc/fox/html/app.html -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/bigpenguin.png -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/calc.html -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/cfdrc.png -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/cfdrclogo.png -%%PORTDOCS%%share/doc/fox/html/datatarget.html -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/dlgedit1.gif -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/dlgedit2.gif -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/doc.html -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/download.html -%%PORTDOCS%%share/doc/fox/html/draganddrop.html -%%PORTDOCS%%share/doc/fox/html/faq.html -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/filefuncs.html -%%PORTDOCS%%share/doc/fox/html/focus.html -%%PORTDOCS%%share/doc/fox/html/fonts.html -%%PORTDOCS%%share/doc/fox/html/foreword.html -%%PORTDOCS%%share/doc/fox/html/fox.html -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/foxback.png -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/foxlogo.png -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/goals.html -%%PORTDOCS%%share/doc/fox/html/guiupdate.html -%%PORTDOCS%%share/doc/fox/html/icons.html -%%PORTDOCS%%share/doc/fox/html/introduction.html -%%PORTDOCS%%share/doc/fox/html/layout.html -%%PORTDOCS%%share/doc/fox/html/messages.html -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/nasafan.png -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/news.html -%%PORTDOCS%%share/doc/fox/html/oldfox.html -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/opengl_logo.png -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/owl-anim.png -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/pathfinder.png -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/pcboard.png -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/platforms.html -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/progress.png -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/pathfinder.html -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/projects.html -%%PORTDOCS%%share/doc/fox/html/registry.html -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/rex.html -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/scribble.png -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/screenshots.html -%%PORTDOCS%%share/doc/fox/html/serialization.html -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/sgitextedit.png -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/styles.css -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/tb-paste.png -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/textedit.png -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/textedit2.png -%%PORTDOCS%%share/doc/fox/html/timers.html -%%PORTDOCS%%share/doc/fox/html/widgets.html -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/win32-libraries.png -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/win32-linkoutput.png -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/win32-postbuild.png -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/win32-preprocessor.png -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/win32-project.png -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/win32-tooloptions.png -%%PORTDOCS%%share/doc/fox/html/win32.html -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/wintextedit.png -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/window.html -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/xml.html -%%PORTDOCS%%@dirrm share/doc/fox/html -%%PORTDOCS%%@dirrm share/doc/fox diff --git a/x11-toolkits/fox10/Makefile b/x11-toolkits/fox10/Makefile deleted file mode 100644 index a76ee8646489..000000000000 --- a/x11-toolkits/fox10/Makefile +++ /dev/null @@ -1,87 +0,0 @@ -# New ports collection makefile for: fox -# Date created: 23 Feb 2000 -# Whom: Will Andrews <andrews@technologist.com> -# -# $FreeBSD$ -# - -PORTNAME= fox -PORTVERSION?= 1.0.11 -PORTREVISION?= 0 -CATEGORIES= x11-toolkits -MASTER_SITES= http://www.fox-toolkit.org/ftp/ \ - ftp://ftp.fox-toolkit.org/pub/ \ - ftp://ftp.cfdrc.com/pub/FOX/ \ - ftp://SunSITE.Informatik.RWTH-Aachen.DE/pub/Linux/fox/ - -MAINTAINER?= knu@FreeBSD.org - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png - -.if defined(WITH_XUNICODE) -PKGNAMESUFFIX= -unicode - -PATCHVERSION?= ${PORTVERSION} - -PATCH_SITES= http://www.ab.wakwak.com/~tino/jatk/fox/ -PATCHFILES= ${PORTNAME}${PKGNAMESUFFIX}-${PATCHVERSION}.diff -PATCH_DIST_STRIP= -p1 - -BUILD_DEPENDS= ${X11BASE}/include/xunicode/xunicode.h:${PORTSDIR}/converters/xunicode - -CONFIGURE_ENV= X_CFLAGS=-DUSE_UNICODE - -PLIST_SUB= OLDFILE="" \ - NEWFILE="@comment " -.else -PLIST_SUB= OLDFILE="@comment " \ - NEWFILE="" -.endif - -USE_MESA= yes -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS}" \ - CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS+=--with-opengl=mesa --with-x -.if defined(NO_SHM) -CONFIGURE_ARGS+=--with-shm=no -.else -CONFIGURE_ARGS+=--with-shm=yes -.endif -.if defined(DEBUG) -CONFIGURE_ARGS+=--enable-debug -.else -CONFIGURE_ARGS+=--enable-release -.endif -.if defined(WANT_PROFILE) -CONFIGURE_ARGS+=--with-profiling=gprof -.endif -MAKE_ARGS+= -j3 -.if defined(NOPORTDOCS) -MAKE_ARGS+= DOC= -.else -MAKE_ARGS+= DOC=doc -.endif -#USE_LIBTOOL= yes -SHLIB_MAJ= 1 -SHLIB_MIN= 0 -MAKE_ENV+= LT_CURRENT="${SHLIB_MAJ}" LT_REVISION="${SHLIB_MIN}" -PLIST_SUB+= LIBVER="${SHLIB_MAJ}" -MAN1= reswrap.1 - -# Uncomment this to turn the distribution-recommended optimization flags on. -#CXXFLAGS= -O2 -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations - -.if defined(WITH_XUNICODE) -post-extract: - cd ${WRKSRC} && ${LN} -s ${X11BASE}/include/xunicode -.endif - -post-patch: - ${PERL} -i -pe 's/^(SUBDIRS\s*=\s*).*/$$1utils include src \$${DOC}/' \ - ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> diff --git a/x11-toolkits/fox10/distinfo b/x11-toolkits/fox10/distinfo deleted file mode 100644 index 1682956cb076..000000000000 --- a/x11-toolkits/fox10/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (fox-0.99.174.tar.gz) = 8546249fd51964c8269aecbcbb9e7946 -MD5 (fox-unicode-0.99.174.diff) = 7f24a256f24179e64cd778fa748454a0 -MD5 (fox-1.0.11.tar.gz) = 27d344b24b6158b9bc209f9ee3215619 diff --git a/x11-toolkits/fox10/files/patch-aa b/x11-toolkits/fox10/files/patch-aa deleted file mode 100644 index 1332b8b8e024..000000000000 --- a/x11-toolkits/fox10/files/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ ---- src/Makefile.in.orig Fri Oct 6 16:07:43 2000 -+++ src/Makefile.in Mon Oct 9 08:18:53 2000 -@@ -74,9 +74,9 @@ - LIBTOOL = @LIBTOOL@ - LN_S = @LN_S@ - LT_AGE = @LT_AGE@ --LT_CURRENT = @LT_CURRENT@ -+LT_CURRENT ?= @LT_CURRENT@ - LT_RELEASE = @LT_RELEASE@ --LT_REVISION = @LT_REVISION@ -+LT_REVISION ?= @LT_REVISION@ - MAKEINFO = @MAKEINFO@ - OBJDUMP = @OBJDUMP@ - PACKAGE = @PACKAGE@ -@@ -91,7 +91,7 @@ - - libFOX_la_LIBADD = $(X_LIBS) $(X_BASE_LIBS) $(X_EXTRA_LIBS) $(GL_LIBS) - --libFOX_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) -+libFOX_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION) - - - CURSORS = crosshair.xbm crosshair_mask.xbm dndcopy.xbm dndcopy_mask.xbm dndlink.xbm dndlink_mask.xbm dndmove.xbm dndmove_mask.xbm dontdrop.xbm dontdrop_mask.xbm drag.xbm drag_mask.xbm gray.xbm hsplit.xbm hsplit_mask.xbm move.xbm move_mask.xbm resize.xbm resize_mask.xbm resizeleft.xbm resizeleft_mask.xbm resizetop.xbm resizetop_mask.xbm resizetopleft.xbm resizetopleft_mask.xbm resizetopright.xbm resizetopright_mask.xbm rotate.xbm rotate_mask.xbm swatch.xbm swatch_mask.xbm vsplit.xbm vsplit_mask.xbm xsplit.xbm xsplit_mask.xbm ne.xbm ne_mask.xbm se.xbm se_mask.xbm sw.xbm sw_mask.xbm nw.xbm nw_mask.xbm translate.xbm translate_mask.xbm zoom.xbm zoom_mask.xbm diff --git a/x11-toolkits/fox10/files/patch-ac b/x11-toolkits/fox10/files/patch-ac deleted file mode 100644 index c9c9fb464e2b..000000000000 --- a/x11-toolkits/fox10/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.in Tue Feb 22 14:46:40 2000 -+++ doc/Makefile.in.new Wed Mar 1 06:11:30 2000 -@@ -86,7 +86,7 @@ - VERSION = @VERSION@ - X_BASE_LIBS = @X_BASE_LIBS@ - --htmldir = $(prefix)/@PACKAGE@/html -+htmldir = $(datadir)/doc/@PACKAGE@/html - - # Source code documentation tool - PERCEPS = perceps diff --git a/x11-toolkits/fox10/files/patch-ad b/x11-toolkits/fox10/files/patch-ad deleted file mode 100644 index 9ec0f21f9004..000000000000 --- a/x11-toolkits/fox10/files/patch-ad +++ /dev/null @@ -1,26 +0,0 @@ ---- configure.orig Thu Apr 5 05:25:59 2001 -+++ configure Tue May 1 01:34:27 2001 -@@ -839,7 +839,7 @@ - - - --CXXFLAGS="" -+#CXXFLAGS="" - - echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 - echo "configure:846: checking whether ${MAKE-make} sets \${MAKE}" >&5 -@@ -3440,9 +3440,12 @@ - - echo "$ac_t""$enable_release" 1>&6 - if test "x$enable_release" = "xyes" ; then --CXXFLAGS="${CXXFLAGS} -O2 -DNDEBUG" -+CXXFLAGS="${CXXFLAGS} -DNDEBUG" - if test "${GXX}" = "yes" ; then --CXXFLAGS="${CXXFLAGS} -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations" -+#CXXFLAGS="${CXXFLAGS} -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations" -+if test "${with_profiling}" = ""; then -+CXXFLAGS="${CXXFLAGS} -fomit-frame-pointer" -+fi - fi - fi - diff --git a/x11-toolkits/fox10/pkg-comment b/x11-toolkits/fox10/pkg-comment deleted file mode 100644 index 408af1eacd90..000000000000 --- a/x11-toolkits/fox10/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Fast and extensive C++ GUI toolkit diff --git a/x11-toolkits/fox10/pkg-descr b/x11-toolkits/fox10/pkg-descr deleted file mode 100644 index 0ce2e12c437e..000000000000 --- a/x11-toolkits/fox10/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -FOX is a C++ GUI toolkit that is supposed to -allow programmers to write a program once, and -compile anywhere (or so the website says, it sounds -like Java to me). FOX is a very flexible library, -it has all sorts of functions and options, and is -supposed to be fairly fast. - -WWW: http://www.fox-toolkit.org/fox.html -Author: Jeroen van der Zijp <jvz@cfdrc.com> - ---Will <andrews@technologist.com> diff --git a/x11-toolkits/fox10/pkg-plist b/x11-toolkits/fox10/pkg-plist deleted file mode 100644 index 81cc42cfd095..000000000000 --- a/x11-toolkits/fox10/pkg-plist +++ /dev/null @@ -1,248 +0,0 @@ -bin/reswrap -include/fox/FX4Splitter.h -include/fox/FXAccelTable.h -include/fox/FXApp.h -include/fox/FXArray.h -include/fox/FXArrowButton.h -include/fox/FXBMPIcon.h -include/fox/FXBMPImage.h -include/fox/FXBitmap.h -include/fox/FXButton.h -%%NEWFILE%%include/fox/FXCURCursor.h -include/fox/FXCanvas.h -include/fox/FXCharset.h -include/fox/FXCheckButton.h -%%NEWFILE%%include/fox/FXColorBar.h -include/fox/FXColorDialog.h -include/fox/FXColorSelector.h -include/fox/FXColorWell.h -%%NEWFILE%%include/fox/FXColorWheel.h -include/fox/FXComboBox.h -include/fox/FXComposite.h -include/fox/FXCursor.h -include/fox/FXDC.h -include/fox/FXDCPrint.h -include/fox/FXDCWindow.h -include/fox/FXDHMat.h -include/fox/FXDHVec.h -include/fox/FXDQuat.h -include/fox/FXDVec.h -include/fox/FXDataTarget.h -include/fox/FXDebugTarget.h -include/fox/FXDelegator.h -include/fox/FXDial.h -include/fox/FXDialogBox.h -include/fox/FXDict.h -include/fox/FXDirBox.h -include/fox/FXDirDialog.h -include/fox/FXDirList.h -include/fox/FXDirSelector.h -include/fox/FXDocument.h -include/fox/FXDragCorner.h -include/fox/FXDrawable.h -include/fox/FXDriveBox.h -include/fox/FXElement.h -include/fox/FXException.h -include/fox/FXFile.h -include/fox/FXFileDialog.h -include/fox/FXFileDict.h -include/fox/FXFileList.h -include/fox/FXFileSelector.h -include/fox/FXFont.h -include/fox/FXFontDialog.h -include/fox/FXFontSelector.h -include/fox/FXFrame.h -include/fox/FXGIFCursor.h -include/fox/FXGIFIcon.h -include/fox/FXGIFImage.h -include/fox/FXGLCanvas.h -include/fox/FXGLCone.h -include/fox/FXGLContext.h -include/fox/FXGLCube.h -include/fox/FXGLCylinder.h -include/fox/FXGLObject.h -include/fox/FXGLShape.h -include/fox/FXGLSphere.h -include/fox/FXGLTriangleMesh.h -include/fox/FXGLViewer.h -include/fox/FXGLVisual.h -include/fox/FXGroupBox.h -include/fox/FXHMat.h -include/fox/FXHVec.h -include/fox/FXHeader.h -include/fox/FXHorizontalFrame.h -%%NEWFILE%%include/fox/FXICOIcon.h -%%NEWFILE%%include/fox/FXICOImage.h -include/fox/FXIcon.h -include/fox/FXIconList.h -include/fox/FXId.h -include/fox/FXImage.h -include/fox/FXImageView.h -include/fox/FXInputDialog.h -%%OLDFILE%%include/fox/FXJPEGIcon.h -%%OLDFILE%%include/fox/FXJPEGImage.h -%%NEWFILE%%include/fox/FXJPGIcon.h -%%NEWFILE%%include/fox/FXJPGImage.h -include/fox/FXLabel.h -include/fox/FXList.h -include/fox/FXListBox.h -include/fox/FXMDIButton.h -include/fox/FXMDIChild.h -include/fox/FXMDIClient.h -include/fox/FXMainWindow.h -include/fox/FXMatrix.h -include/fox/FXMenuButton.h -include/fox/FXMenuCaption.h -include/fox/FXMenuCascade.h -include/fox/FXMenuCommand.h -include/fox/FXMenuPane.h -include/fox/FXMenuSeparator.h -include/fox/FXMenuTitle.h -include/fox/FXMenubar.h -include/fox/FXMessageBox.h -include/fox/FXObject.h -include/fox/FXObjectList.h -include/fox/FXOptionMenu.h -include/fox/FXPCXIcon.h -include/fox/FXPCXImage.h -include/fox/FXPNGIcon.h -include/fox/FXPNGImage.h -include/fox/FXPacker.h -%%NEWFILE%%include/fox/FXPicker.h -include/fox/FXPoint.h -include/fox/FXPopup.h -include/fox/FXPrintDialog.h -%%OLDFILE%%include/fox/FXProfiler.h -include/fox/FXProgressBar.h -include/fox/FXProgressDialog.h -include/fox/FXQuat.h -%%NEWFILE%%include/fox/FXRGBIcon.h -%%NEWFILE%%include/fox/FXRGBImage.h -include/fox/FXRadioButton.h -include/fox/FXRange.h -include/fox/FXRecentFiles.h -include/fox/FXRectangle.h -include/fox/FXRegion.h -include/fox/FXRegistry.h -include/fox/FXReplaceDialog.h -%%NEWFILE%%include/fox/FXRex.h -include/fox/FXRootWindow.h -include/fox/FXScrollArea.h -include/fox/FXScrollWindow.h -include/fox/FXScrollbar.h -include/fox/FXSearchDialog.h -include/fox/FXSeparator.h -include/fox/FXSettings.h -include/fox/FXShell.h -include/fox/FXShutter.h -include/fox/FXSize.h -include/fox/FXSlider.h -include/fox/FXSpinner.h -include/fox/FXSplitter.h -include/fox/FXStatusbar.h -include/fox/FXStatusline.h -include/fox/FXStream.h -include/fox/FXString.h -%%NEWFILE%%include/fox/FXStringDict.h -include/fox/FXSwitcher.h -%%NEWFILE%%include/fox/FXTGAIcon.h -%%NEWFILE%%include/fox/FXTGAImage.h -include/fox/FXTIFIcon.h -include/fox/FXTIFImage.h -%%OLDFILE%%include/fox/FXTab.h -%%NEWFILE%%include/fox/FXTabBar.h -%%NEWFILE%%include/fox/FXTabBook.h -%%NEWFILE%%include/fox/FXTabItem.h -include/fox/FXTable.h -include/fox/FXText.h -include/fox/FXTextField.h -include/fox/FXToggleButton.h -include/fox/FXToolbar.h -include/fox/FXToolbarGrip.h -include/fox/FXToolbarShell.h -include/fox/FXToolbarTab.h -include/fox/FXTooltip.h -include/fox/FXTopWindow.h -include/fox/FXTreeList.h -include/fox/FXTreeListBox.h -include/fox/FXURL.h -include/fox/FXUndoList.h -include/fox/FXVec.h -include/fox/FXVerticalFrame.h -include/fox/FXVisual.h -include/fox/FXWindow.h -include/fox/FXXPMIcon.h -include/fox/FXXPMImage.h -include/fox/fx.h -include/fox/fx3d.h -include/fox/fxdefs.h -include/fox/fxkeys.h -%%OLDFILE%%include/fox/fxregex.h -include/fox/fxver.h -include/fox/xincs.h -@dirrm include/fox -lib/libFOX.a -lib/libFOX.la -lib/libFOX.so -lib/libFOX.so.%%LIBVER%% -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/adie.html -%%PORTDOCS%%share/doc/fox/html/app.html -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/bigpenguin.png -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/calc.html -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/cfdrc.png -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/cfdrclogo.png -%%PORTDOCS%%share/doc/fox/html/datatarget.html -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/dlgedit1.gif -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/dlgedit2.gif -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/doc.html -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/download.html -%%PORTDOCS%%share/doc/fox/html/draganddrop.html -%%PORTDOCS%%share/doc/fox/html/faq.html -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/filefuncs.html -%%PORTDOCS%%share/doc/fox/html/focus.html -%%PORTDOCS%%share/doc/fox/html/fonts.html -%%PORTDOCS%%share/doc/fox/html/foreword.html -%%PORTDOCS%%share/doc/fox/html/fox.html -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/foxback.png -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/foxlogo.png -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/goals.html -%%PORTDOCS%%share/doc/fox/html/guiupdate.html -%%PORTDOCS%%share/doc/fox/html/icons.html -%%PORTDOCS%%share/doc/fox/html/introduction.html -%%PORTDOCS%%share/doc/fox/html/layout.html -%%PORTDOCS%%share/doc/fox/html/messages.html -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/nasafan.png -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/news.html -%%PORTDOCS%%share/doc/fox/html/oldfox.html -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/opengl_logo.png -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/owl-anim.png -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/pathfinder.png -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/pcboard.png -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/platforms.html -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/progress.png -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/pathfinder.html -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/projects.html -%%PORTDOCS%%share/doc/fox/html/registry.html -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/rex.html -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/scribble.png -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/screenshots.html -%%PORTDOCS%%share/doc/fox/html/serialization.html -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/sgitextedit.png -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/styles.css -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/tb-paste.png -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/textedit.png -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/textedit2.png -%%PORTDOCS%%share/doc/fox/html/timers.html -%%PORTDOCS%%share/doc/fox/html/widgets.html -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/win32-libraries.png -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/win32-linkoutput.png -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/win32-postbuild.png -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/win32-preprocessor.png -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/win32-project.png -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/win32-tooloptions.png -%%PORTDOCS%%share/doc/fox/html/win32.html -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/wintextedit.png -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/window.html -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/xml.html -%%PORTDOCS%%@dirrm share/doc/fox/html -%%PORTDOCS%%@dirrm share/doc/fox diff --git a/x11-toolkits/fox14/Makefile b/x11-toolkits/fox14/Makefile deleted file mode 100644 index a76ee8646489..000000000000 --- a/x11-toolkits/fox14/Makefile +++ /dev/null @@ -1,87 +0,0 @@ -# New ports collection makefile for: fox -# Date created: 23 Feb 2000 -# Whom: Will Andrews <andrews@technologist.com> -# -# $FreeBSD$ -# - -PORTNAME= fox -PORTVERSION?= 1.0.11 -PORTREVISION?= 0 -CATEGORIES= x11-toolkits -MASTER_SITES= http://www.fox-toolkit.org/ftp/ \ - ftp://ftp.fox-toolkit.org/pub/ \ - ftp://ftp.cfdrc.com/pub/FOX/ \ - ftp://SunSITE.Informatik.RWTH-Aachen.DE/pub/Linux/fox/ - -MAINTAINER?= knu@FreeBSD.org - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png - -.if defined(WITH_XUNICODE) -PKGNAMESUFFIX= -unicode - -PATCHVERSION?= ${PORTVERSION} - -PATCH_SITES= http://www.ab.wakwak.com/~tino/jatk/fox/ -PATCHFILES= ${PORTNAME}${PKGNAMESUFFIX}-${PATCHVERSION}.diff -PATCH_DIST_STRIP= -p1 - -BUILD_DEPENDS= ${X11BASE}/include/xunicode/xunicode.h:${PORTSDIR}/converters/xunicode - -CONFIGURE_ENV= X_CFLAGS=-DUSE_UNICODE - -PLIST_SUB= OLDFILE="" \ - NEWFILE="@comment " -.else -PLIST_SUB= OLDFILE="@comment " \ - NEWFILE="" -.endif - -USE_MESA= yes -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS}" \ - CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS+=--with-opengl=mesa --with-x -.if defined(NO_SHM) -CONFIGURE_ARGS+=--with-shm=no -.else -CONFIGURE_ARGS+=--with-shm=yes -.endif -.if defined(DEBUG) -CONFIGURE_ARGS+=--enable-debug -.else -CONFIGURE_ARGS+=--enable-release -.endif -.if defined(WANT_PROFILE) -CONFIGURE_ARGS+=--with-profiling=gprof -.endif -MAKE_ARGS+= -j3 -.if defined(NOPORTDOCS) -MAKE_ARGS+= DOC= -.else -MAKE_ARGS+= DOC=doc -.endif -#USE_LIBTOOL= yes -SHLIB_MAJ= 1 -SHLIB_MIN= 0 -MAKE_ENV+= LT_CURRENT="${SHLIB_MAJ}" LT_REVISION="${SHLIB_MIN}" -PLIST_SUB+= LIBVER="${SHLIB_MAJ}" -MAN1= reswrap.1 - -# Uncomment this to turn the distribution-recommended optimization flags on. -#CXXFLAGS= -O2 -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations - -.if defined(WITH_XUNICODE) -post-extract: - cd ${WRKSRC} && ${LN} -s ${X11BASE}/include/xunicode -.endif - -post-patch: - ${PERL} -i -pe 's/^(SUBDIRS\s*=\s*).*/$$1utils include src \$${DOC}/' \ - ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> diff --git a/x11-toolkits/fox14/distinfo b/x11-toolkits/fox14/distinfo deleted file mode 100644 index 1682956cb076..000000000000 --- a/x11-toolkits/fox14/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (fox-0.99.174.tar.gz) = 8546249fd51964c8269aecbcbb9e7946 -MD5 (fox-unicode-0.99.174.diff) = 7f24a256f24179e64cd778fa748454a0 -MD5 (fox-1.0.11.tar.gz) = 27d344b24b6158b9bc209f9ee3215619 diff --git a/x11-toolkits/fox14/files/patch-aa b/x11-toolkits/fox14/files/patch-aa deleted file mode 100644 index 1332b8b8e024..000000000000 --- a/x11-toolkits/fox14/files/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ ---- src/Makefile.in.orig Fri Oct 6 16:07:43 2000 -+++ src/Makefile.in Mon Oct 9 08:18:53 2000 -@@ -74,9 +74,9 @@ - LIBTOOL = @LIBTOOL@ - LN_S = @LN_S@ - LT_AGE = @LT_AGE@ --LT_CURRENT = @LT_CURRENT@ -+LT_CURRENT ?= @LT_CURRENT@ - LT_RELEASE = @LT_RELEASE@ --LT_REVISION = @LT_REVISION@ -+LT_REVISION ?= @LT_REVISION@ - MAKEINFO = @MAKEINFO@ - OBJDUMP = @OBJDUMP@ - PACKAGE = @PACKAGE@ -@@ -91,7 +91,7 @@ - - libFOX_la_LIBADD = $(X_LIBS) $(X_BASE_LIBS) $(X_EXTRA_LIBS) $(GL_LIBS) - --libFOX_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) -+libFOX_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION) - - - CURSORS = crosshair.xbm crosshair_mask.xbm dndcopy.xbm dndcopy_mask.xbm dndlink.xbm dndlink_mask.xbm dndmove.xbm dndmove_mask.xbm dontdrop.xbm dontdrop_mask.xbm drag.xbm drag_mask.xbm gray.xbm hsplit.xbm hsplit_mask.xbm move.xbm move_mask.xbm resize.xbm resize_mask.xbm resizeleft.xbm resizeleft_mask.xbm resizetop.xbm resizetop_mask.xbm resizetopleft.xbm resizetopleft_mask.xbm resizetopright.xbm resizetopright_mask.xbm rotate.xbm rotate_mask.xbm swatch.xbm swatch_mask.xbm vsplit.xbm vsplit_mask.xbm xsplit.xbm xsplit_mask.xbm ne.xbm ne_mask.xbm se.xbm se_mask.xbm sw.xbm sw_mask.xbm nw.xbm nw_mask.xbm translate.xbm translate_mask.xbm zoom.xbm zoom_mask.xbm diff --git a/x11-toolkits/fox14/files/patch-ac b/x11-toolkits/fox14/files/patch-ac deleted file mode 100644 index c9c9fb464e2b..000000000000 --- a/x11-toolkits/fox14/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.in Tue Feb 22 14:46:40 2000 -+++ doc/Makefile.in.new Wed Mar 1 06:11:30 2000 -@@ -86,7 +86,7 @@ - VERSION = @VERSION@ - X_BASE_LIBS = @X_BASE_LIBS@ - --htmldir = $(prefix)/@PACKAGE@/html -+htmldir = $(datadir)/doc/@PACKAGE@/html - - # Source code documentation tool - PERCEPS = perceps diff --git a/x11-toolkits/fox14/files/patch-ad b/x11-toolkits/fox14/files/patch-ad deleted file mode 100644 index 9ec0f21f9004..000000000000 --- a/x11-toolkits/fox14/files/patch-ad +++ /dev/null @@ -1,26 +0,0 @@ ---- configure.orig Thu Apr 5 05:25:59 2001 -+++ configure Tue May 1 01:34:27 2001 -@@ -839,7 +839,7 @@ - - - --CXXFLAGS="" -+#CXXFLAGS="" - - echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 - echo "configure:846: checking whether ${MAKE-make} sets \${MAKE}" >&5 -@@ -3440,9 +3440,12 @@ - - echo "$ac_t""$enable_release" 1>&6 - if test "x$enable_release" = "xyes" ; then --CXXFLAGS="${CXXFLAGS} -O2 -DNDEBUG" -+CXXFLAGS="${CXXFLAGS} -DNDEBUG" - if test "${GXX}" = "yes" ; then --CXXFLAGS="${CXXFLAGS} -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations" -+#CXXFLAGS="${CXXFLAGS} -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations" -+if test "${with_profiling}" = ""; then -+CXXFLAGS="${CXXFLAGS} -fomit-frame-pointer" -+fi - fi - fi - diff --git a/x11-toolkits/fox14/pkg-comment b/x11-toolkits/fox14/pkg-comment deleted file mode 100644 index 408af1eacd90..000000000000 --- a/x11-toolkits/fox14/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Fast and extensive C++ GUI toolkit diff --git a/x11-toolkits/fox14/pkg-descr b/x11-toolkits/fox14/pkg-descr deleted file mode 100644 index 0ce2e12c437e..000000000000 --- a/x11-toolkits/fox14/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -FOX is a C++ GUI toolkit that is supposed to -allow programmers to write a program once, and -compile anywhere (or so the website says, it sounds -like Java to me). FOX is a very flexible library, -it has all sorts of functions and options, and is -supposed to be fairly fast. - -WWW: http://www.fox-toolkit.org/fox.html -Author: Jeroen van der Zijp <jvz@cfdrc.com> - ---Will <andrews@technologist.com> diff --git a/x11-toolkits/fox14/pkg-plist b/x11-toolkits/fox14/pkg-plist deleted file mode 100644 index 81cc42cfd095..000000000000 --- a/x11-toolkits/fox14/pkg-plist +++ /dev/null @@ -1,248 +0,0 @@ -bin/reswrap -include/fox/FX4Splitter.h -include/fox/FXAccelTable.h -include/fox/FXApp.h -include/fox/FXArray.h -include/fox/FXArrowButton.h -include/fox/FXBMPIcon.h -include/fox/FXBMPImage.h -include/fox/FXBitmap.h -include/fox/FXButton.h -%%NEWFILE%%include/fox/FXCURCursor.h -include/fox/FXCanvas.h -include/fox/FXCharset.h -include/fox/FXCheckButton.h -%%NEWFILE%%include/fox/FXColorBar.h -include/fox/FXColorDialog.h -include/fox/FXColorSelector.h -include/fox/FXColorWell.h -%%NEWFILE%%include/fox/FXColorWheel.h -include/fox/FXComboBox.h -include/fox/FXComposite.h -include/fox/FXCursor.h -include/fox/FXDC.h -include/fox/FXDCPrint.h -include/fox/FXDCWindow.h -include/fox/FXDHMat.h -include/fox/FXDHVec.h -include/fox/FXDQuat.h -include/fox/FXDVec.h -include/fox/FXDataTarget.h -include/fox/FXDebugTarget.h -include/fox/FXDelegator.h -include/fox/FXDial.h -include/fox/FXDialogBox.h -include/fox/FXDict.h -include/fox/FXDirBox.h -include/fox/FXDirDialog.h -include/fox/FXDirList.h -include/fox/FXDirSelector.h -include/fox/FXDocument.h -include/fox/FXDragCorner.h -include/fox/FXDrawable.h -include/fox/FXDriveBox.h -include/fox/FXElement.h -include/fox/FXException.h -include/fox/FXFile.h -include/fox/FXFileDialog.h -include/fox/FXFileDict.h -include/fox/FXFileList.h -include/fox/FXFileSelector.h -include/fox/FXFont.h -include/fox/FXFontDialog.h -include/fox/FXFontSelector.h -include/fox/FXFrame.h -include/fox/FXGIFCursor.h -include/fox/FXGIFIcon.h -include/fox/FXGIFImage.h -include/fox/FXGLCanvas.h -include/fox/FXGLCone.h -include/fox/FXGLContext.h -include/fox/FXGLCube.h -include/fox/FXGLCylinder.h -include/fox/FXGLObject.h -include/fox/FXGLShape.h -include/fox/FXGLSphere.h -include/fox/FXGLTriangleMesh.h -include/fox/FXGLViewer.h -include/fox/FXGLVisual.h -include/fox/FXGroupBox.h -include/fox/FXHMat.h -include/fox/FXHVec.h -include/fox/FXHeader.h -include/fox/FXHorizontalFrame.h -%%NEWFILE%%include/fox/FXICOIcon.h -%%NEWFILE%%include/fox/FXICOImage.h -include/fox/FXIcon.h -include/fox/FXIconList.h -include/fox/FXId.h -include/fox/FXImage.h -include/fox/FXImageView.h -include/fox/FXInputDialog.h -%%OLDFILE%%include/fox/FXJPEGIcon.h -%%OLDFILE%%include/fox/FXJPEGImage.h -%%NEWFILE%%include/fox/FXJPGIcon.h -%%NEWFILE%%include/fox/FXJPGImage.h -include/fox/FXLabel.h -include/fox/FXList.h -include/fox/FXListBox.h -include/fox/FXMDIButton.h -include/fox/FXMDIChild.h -include/fox/FXMDIClient.h -include/fox/FXMainWindow.h -include/fox/FXMatrix.h -include/fox/FXMenuButton.h -include/fox/FXMenuCaption.h -include/fox/FXMenuCascade.h -include/fox/FXMenuCommand.h -include/fox/FXMenuPane.h -include/fox/FXMenuSeparator.h -include/fox/FXMenuTitle.h -include/fox/FXMenubar.h -include/fox/FXMessageBox.h -include/fox/FXObject.h -include/fox/FXObjectList.h -include/fox/FXOptionMenu.h -include/fox/FXPCXIcon.h -include/fox/FXPCXImage.h -include/fox/FXPNGIcon.h -include/fox/FXPNGImage.h -include/fox/FXPacker.h -%%NEWFILE%%include/fox/FXPicker.h -include/fox/FXPoint.h -include/fox/FXPopup.h -include/fox/FXPrintDialog.h -%%OLDFILE%%include/fox/FXProfiler.h -include/fox/FXProgressBar.h -include/fox/FXProgressDialog.h -include/fox/FXQuat.h -%%NEWFILE%%include/fox/FXRGBIcon.h -%%NEWFILE%%include/fox/FXRGBImage.h -include/fox/FXRadioButton.h -include/fox/FXRange.h -include/fox/FXRecentFiles.h -include/fox/FXRectangle.h -include/fox/FXRegion.h -include/fox/FXRegistry.h -include/fox/FXReplaceDialog.h -%%NEWFILE%%include/fox/FXRex.h -include/fox/FXRootWindow.h -include/fox/FXScrollArea.h -include/fox/FXScrollWindow.h -include/fox/FXScrollbar.h -include/fox/FXSearchDialog.h -include/fox/FXSeparator.h -include/fox/FXSettings.h -include/fox/FXShell.h -include/fox/FXShutter.h -include/fox/FXSize.h -include/fox/FXSlider.h -include/fox/FXSpinner.h -include/fox/FXSplitter.h -include/fox/FXStatusbar.h -include/fox/FXStatusline.h -include/fox/FXStream.h -include/fox/FXString.h -%%NEWFILE%%include/fox/FXStringDict.h -include/fox/FXSwitcher.h -%%NEWFILE%%include/fox/FXTGAIcon.h -%%NEWFILE%%include/fox/FXTGAImage.h -include/fox/FXTIFIcon.h -include/fox/FXTIFImage.h -%%OLDFILE%%include/fox/FXTab.h -%%NEWFILE%%include/fox/FXTabBar.h -%%NEWFILE%%include/fox/FXTabBook.h -%%NEWFILE%%include/fox/FXTabItem.h -include/fox/FXTable.h -include/fox/FXText.h -include/fox/FXTextField.h -include/fox/FXToggleButton.h -include/fox/FXToolbar.h -include/fox/FXToolbarGrip.h -include/fox/FXToolbarShell.h -include/fox/FXToolbarTab.h -include/fox/FXTooltip.h -include/fox/FXTopWindow.h -include/fox/FXTreeList.h -include/fox/FXTreeListBox.h -include/fox/FXURL.h -include/fox/FXUndoList.h -include/fox/FXVec.h -include/fox/FXVerticalFrame.h -include/fox/FXVisual.h -include/fox/FXWindow.h -include/fox/FXXPMIcon.h -include/fox/FXXPMImage.h -include/fox/fx.h -include/fox/fx3d.h -include/fox/fxdefs.h -include/fox/fxkeys.h -%%OLDFILE%%include/fox/fxregex.h -include/fox/fxver.h -include/fox/xincs.h -@dirrm include/fox -lib/libFOX.a -lib/libFOX.la -lib/libFOX.so -lib/libFOX.so.%%LIBVER%% -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/adie.html -%%PORTDOCS%%share/doc/fox/html/app.html -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/bigpenguin.png -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/calc.html -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/cfdrc.png -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/cfdrclogo.png -%%PORTDOCS%%share/doc/fox/html/datatarget.html -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/dlgedit1.gif -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/dlgedit2.gif -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/doc.html -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/download.html -%%PORTDOCS%%share/doc/fox/html/draganddrop.html -%%PORTDOCS%%share/doc/fox/html/faq.html -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/filefuncs.html -%%PORTDOCS%%share/doc/fox/html/focus.html -%%PORTDOCS%%share/doc/fox/html/fonts.html -%%PORTDOCS%%share/doc/fox/html/foreword.html -%%PORTDOCS%%share/doc/fox/html/fox.html -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/foxback.png -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/foxlogo.png -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/goals.html -%%PORTDOCS%%share/doc/fox/html/guiupdate.html -%%PORTDOCS%%share/doc/fox/html/icons.html -%%PORTDOCS%%share/doc/fox/html/introduction.html -%%PORTDOCS%%share/doc/fox/html/layout.html -%%PORTDOCS%%share/doc/fox/html/messages.html -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/nasafan.png -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/news.html -%%PORTDOCS%%share/doc/fox/html/oldfox.html -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/opengl_logo.png -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/owl-anim.png -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/pathfinder.png -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/pcboard.png -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/platforms.html -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/progress.png -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/pathfinder.html -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/projects.html -%%PORTDOCS%%share/doc/fox/html/registry.html -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/rex.html -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/scribble.png -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/screenshots.html -%%PORTDOCS%%share/doc/fox/html/serialization.html -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/sgitextedit.png -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/styles.css -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/tb-paste.png -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/textedit.png -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/textedit2.png -%%PORTDOCS%%share/doc/fox/html/timers.html -%%PORTDOCS%%share/doc/fox/html/widgets.html -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/win32-libraries.png -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/win32-linkoutput.png -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/win32-postbuild.png -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/win32-preprocessor.png -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/win32-project.png -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/win32-tooloptions.png -%%PORTDOCS%%share/doc/fox/html/win32.html -%%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/wintextedit.png -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/window.html -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/xml.html -%%PORTDOCS%%@dirrm share/doc/fox/html -%%PORTDOCS%%@dirrm share/doc/fox diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index 5afcd7b20aa8..8febd2fb857a 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -53,7 +53,6 @@ CONFIGURE_TARGET= USE_GMAKE= yes MAKEFILE= MAKE_FLAGS+= OPTFLAG="${CFLAGS}" -MAKE_FLAGS+= ADDITIONAL_LIB_DIRS=/usr/local/lib NO_MTREE= yes CONFIGURE_ARGS+= --with-tiff-library=${LOCALBASE}/lib CONFIGURE_ARGS+= --with-tiff-include=${LOCALBASE}/include diff --git a/x11-toolkits/gtk-flat-theme2/Makefile b/x11-toolkits/gtk-flat-theme2/Makefile deleted file mode 100644 index cf0683e58479..000000000000 --- a/x11-toolkits/gtk-flat-theme2/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: gtk-flat-theme -# Date Created: 31 October 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gtk-flat-theme -PORTVERSION= 200010301024 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_THEMES} -MASTER_SITE_SUBDIR= gtk -DISTNAME= Flat-1.2.x-${PORTVERSION} - -MAINTAINER= sobomax@FreeBSD.org - -WRKSRC= ${WRKDIR}/${PORTNAME}-0.1 - -USE_X_PREFIX= yes -USE_GNOMENG= yes -USE_GNOME= gtk12 -USE_LIBTOOL= yes -USE_GMAKE= yes - -.include <bsd.port.mk> diff --git a/x11-toolkits/gtk-flat-theme2/distinfo b/x11-toolkits/gtk-flat-theme2/distinfo deleted file mode 100644 index 5b38fee6c2e9..000000000000 --- a/x11-toolkits/gtk-flat-theme2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Flat-1.2.x-200010301024.tar.gz) = 5b9e6c974c2417b5793b5c930be29f5d diff --git a/x11-toolkits/gtk-flat-theme2/pkg-comment b/x11-toolkits/gtk-flat-theme2/pkg-comment deleted file mode 100644 index ebf7094e802e..000000000000 --- a/x11-toolkits/gtk-flat-theme2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A GTK+ theme engine which gives GTK+ a flattened appearance diff --git a/x11-toolkits/gtk-flat-theme2/pkg-descr b/x11-toolkits/gtk-flat-theme2/pkg-descr deleted file mode 100644 index 9700333a27d3..000000000000 --- a/x11-toolkits/gtk-flat-theme2/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This theme engine gives gtk+ a flattened appearance with elements taken from -the MacOS and Metal uis. Modified from the default and metal theme engines; -the colors and background pixmaps are fully customizable. - -WWW: http://gtk.themes.org/themes.phtml?themeid=972185985 diff --git a/x11-toolkits/gtk-flat-theme2/pkg-plist b/x11-toolkits/gtk-flat-theme2/pkg-plist deleted file mode 100644 index 81f35028998e..000000000000 --- a/x11-toolkits/gtk-flat-theme2/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -lib/gtk/themes/engines/libflat.so -share/themes/Flat/ICON.png -share/themes/Flat/README.html -share/themes/Flat/gtk/gtkrc -@dirrm share/themes/Flat/gtk -@dirrm share/themes/Flat diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile deleted file mode 100644 index b476e968af4a..000000000000 --- a/x11-toolkits/gtk30/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# New ports collection makefile for: gtk13 -# Date Created: 28 Sep 1997 -# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> -# -# $FreeBSD$ -# - -PORTNAME= gtk -PORTVERSION= 2.0.9 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/2.0,} \ - ftp://ftp.gtk.org/pub/gtk/v2.0/ \ - ftp://ftp.gimp.org/pub/%SUBDIR%/ \ - ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \ - http://www.ameth.org/gimp/%SUBDIR%/ \ - ftp://ftp.mirror.ac.uk/sites/ftp.gimp.org/pub/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,} -MASTER_SITE_SUBDIR= gtk/v${PORTVERSION:R} -DISTNAME= gtk+-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org - -LIB_DEPENDS= atk-1.0.0:${PORTSDIR}/devel/atk \ - pango-1.0.0:${PORTSDIR}/x11-toolkits/pango \ - png.5:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff \ - jpeg.9:${PORTSDIR}/graphics/jpeg - -USE_BZIP2= yes -NO_LATEST_LINK= yes -USE_X_PREFIX= yes -USE_XPM= yes -USE_REINPLACE= yes -USE_PERL5= yes -USE_GNOMENG= yes -USE_GNOME= gnomehack -INSTALLS_SHLIB= yes -USE_LIBTOOL= yes -CONFIGURE_ARGS= --enable-static \ - --with-xinput=xfree -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ - -I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} -PLIST_SUB= GTK_VERSION="2.0.0" - -MAN1= gdk-pixbuf-csource.1 - -post-extract: - @find ${WRKSRC} -name "Makefile.in" | xargs ${GREP} -l lgmodule | \ - xargs ${REINPLACE_CMD} -e 's|-lgmodule|@GMODULE_LIBS@|g' - -pre-build: - ${RM} -rf ${WRKSRC}/docs/gtk.info* - -.include <bsd.port.mk> diff --git a/x11-toolkits/gtk30/distinfo b/x11-toolkits/gtk30/distinfo deleted file mode 100644 index e289dc9500c9..000000000000 --- a/x11-toolkits/gtk30/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnome2/gtk+-2.0.9.tar.bz2) = 9827bca97fc09ff62b75579614dcfeb2 diff --git a/x11-toolkits/gtk30/files/patch-Makefile.in b/x11-toolkits/gtk30/files/patch-Makefile.in deleted file mode 100644 index 85e372a01c60..000000000000 --- a/x11-toolkits/gtk30/files/patch-Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- Makefile.in 2002/02/12 13:29:11 1.1 -+++ Makefile.in 2002/02/12 13:29:28 -@@ -168,7 +168,7 @@ - ms_librarian = @ms_librarian@ - xinput_progs = @xinput_progs@ - --SRC_SUBDIRS = gdk-pixbuf gdk gtk modules demos tests contrib -+SRC_SUBDIRS = gdk-pixbuf gdk gtk modules contrib - SUBDIRS = po $(SRC_SUBDIRS) docs build m4macros - - # require automake 1.4 diff --git a/x11-toolkits/gtk30/files/patch-ad b/x11-toolkits/gtk30/files/patch-ad deleted file mode 100644 index 59fee01c4973..000000000000 --- a/x11-toolkits/gtk30/files/patch-ad +++ /dev/null @@ -1,23 +0,0 @@ - -$FreeBSD$ - ---- gtk/gtkrc.c.orig Thu Dec 13 21:51:18 2001 -+++ gtk/gtkrc.c Fri Jan 18 11:14:14 2002 -@@ -336,7 +336,7 @@ - if (im_module_file) - result = g_strdup (im_module_file); - else -- result = g_build_filename (GTK_SYSCONFDIR, "gtk-2.0", "gtk.immodules", NULL); -+ result = g_build_filename (GTK_DATA_PREFIX, "etc", "gtk-2.0", "gtk.immodules", NULL); - } - - return result; -@@ -418,7 +418,7 @@ - } - else - { -- str = g_build_filename (GTK_SYSCONFDIR, "gtk-2.0", "gtkrc", NULL); -+ str = g_build_filename (GTK_SYSCONFDIR, "gtk", NULL); - - gtk_rc_add_default_file (str); - g_free (str); diff --git a/x11-toolkits/gtk30/files/patch-ae b/x11-toolkits/gtk30/files/patch-ae deleted file mode 100644 index 591824a7d638..000000000000 --- a/x11-toolkits/gtk30/files/patch-ae +++ /dev/null @@ -1,22 +0,0 @@ - -$FreeBSD$ - ---- configure.orig Thu May 23 17:20:40 2002 -+++ configure Sat Jun 1 14:26:00 2002 -@@ -7192,6 +7192,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -10107,7 +10108,7 @@ - echo "$as_me: failed program was:" >&5 - cat conftest.$ac_ext >&5 - CATOBJEXT=.mo -- DATADIRNAME=lib -+ DATADIRNAME=share - fi - rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext - INSTOBJEXT=.mo diff --git a/x11-toolkits/gtk30/files/patch-ag b/x11-toolkits/gtk30/files/patch-ag deleted file mode 100644 index b3df848c80aa..000000000000 --- a/x11-toolkits/gtk30/files/patch-ag +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- gtk/Makefile.in.orig Sat Jun 1 14:27:02 2002 -+++ gtk/Makefile.in Sat Jun 1 14:29:10 2002 -@@ -182,7 +182,7 @@ - -DG_LOG_DOMAIN=\"Gtk\" \ - -DGTK_LIBDIR=\"$(libdir)\" \ - -DGTK_DATA_PREFIX=\"$(prefix)\" \ -- -DGTK_SYSCONFDIR=\"$(sysconfdir)\" \ -+ -DGTK_SYSCONFDIR=\"$(datadir)/themes/Default/gtk-2.0\" \ - -DGTK_LOCALEDIR=\"$(gtklocaledir)\" \ - -DGTK_VERSION=\"@GTK_VERSION@\" \ - -DGTK_BINARY_VERSION=\"@GTK_BINARY_VERSION@\" \ diff --git a/x11-toolkits/gtk30/files/patch-ah b/x11-toolkits/gtk30/files/patch-ah deleted file mode 100644 index 32c2663f049f..000000000000 --- a/x11-toolkits/gtk30/files/patch-ah +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- docs/Makefile.in.orig Wed Oct 24 10:33:45 2001 -+++ docs/Makefile.in Wed Oct 24 10:33:46 2001 -@@ -136,7 +136,7 @@ - LT_RELEASE = @LT_RELEASE@ - LT_REVISION = @LT_REVISION@ - MAINT = @MAINT@ --MAKEINFO = @MAKEINFO@ -+MAKEINFO = @MAKEINFO@ --no-split - MKINSTALLDIRS = @MKINSTALLDIRS@ - OBJDUMP = @OBJDUMP@ - OBJEXT = @OBJEXT@ diff --git a/x11-toolkits/gtk30/files/patch-ai b/x11-toolkits/gtk30/files/patch-ai deleted file mode 100644 index a128c58ffe80..000000000000 --- a/x11-toolkits/gtk30/files/patch-ai +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/reference/Makefile.in.orig Sat Nov 18 03:17:56 2000 -+++ docs/reference/Makefile.in Mon Nov 20 15:33:25 2000 -@@ -160,7 +160,7 @@ - x_libs = @x_libs@ - xinput_progs = @xinput_progs@ - --SUBDIRS = gdk-pixbuf gdk gtk -+SUBDIRS = - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../../config.h - CONFIG_CLEAN_FILES = diff --git a/x11-toolkits/gtk30/files/patch-ak b/x11-toolkits/gtk30/files/patch-ak deleted file mode 100644 index cc94fa96593c..000000000000 --- a/x11-toolkits/gtk30/files/patch-ak +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- gdk/Makefile.in.orig Thu Feb 14 12:38:26 2002 -+++ gdk/Makefile.in Thu Feb 14 12:45:37 2002 -@@ -315,7 +315,7 @@ - # - # Rule to install gdkconfig.h header file - # --configexecincludedir = $(libdir)/gtk-2.0/include -+configexecincludedir = $(prefix)/include/gtk-2.0 - - #note: not gdkconfig.h - BUILT_SOURCES = stamp-gc-h @REBUILD@ gdkenumtypes.c gdkenumtypes.h diff --git a/x11-toolkits/gtk30/pkg-comment b/x11-toolkits/gtk30/pkg-comment deleted file mode 100644 index 313e77e779dc..000000000000 --- a/x11-toolkits/gtk30/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Gimp Toolkit for X11 GUI (current stable version) diff --git a/x11-toolkits/gtk30/pkg-descr b/x11-toolkits/gtk30/pkg-descr deleted file mode 100644 index 83ab3d952191..000000000000 --- a/x11-toolkits/gtk30/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ - GTK is a library for creating graphical user interfaces similar to -the Motif "look and feel". It is designed to be small and efficient, but -still flexible enough to allow the programmer freedom in the interfaces -created. GTK allows the programmer to use a variety of standard user -interface widgets such as push, radio and check buttons, menus, lists -and frames. It also provides several "container" widgets which can be -used to control the layout of the user interface elements. - - GTK provides some unique features. (At least, I know of no other -widget library which provides them). For example, a button does not -contain a label, it contains a child widget, which in most instances -will be a label. However, the child widget can also be a pixmap, image -or any combination possible the programmer desires. This flexibility is -adhered to throughout the library. - -GTK+-2.0 is a stable release, but many applications still require -GTK+-1.2, the previous stable version. You can have the runtime and -development environments for both GTK+-2.0 and GTK+-1.2 installed -simultaneously on your computer. - -WWW: http://www.gtk.org/ diff --git a/x11-toolkits/gtk30/pkg-plist b/x11-toolkits/gtk30/pkg-plist deleted file mode 100644 index dcec2bf62431..000000000000 --- a/x11-toolkits/gtk30/pkg-plist +++ /dev/null @@ -1,293 +0,0 @@ -bin/gdk-pixbuf-csource -bin/gtk-query-immodules-2.0 -etc/gtk-2.0/gtk.immodules -include/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h -include/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.h -include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h -include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-features.h -include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-loader.h -include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-marshal.h -include/gtk-2.0/gdk-pixbuf/gdk-pixbuf.h -include/gtk-2.0/gdk-pixbuf/gdk-pixdata.h -include/gtk-2.0/gdk/gdk.h -include/gtk-2.0/gdk/gdkcolor.h -include/gtk-2.0/gdk/gdkcursor.h -include/gtk-2.0/gdk/gdkdnd.h -include/gtk-2.0/gdk/gdkdrawable.h -include/gtk-2.0/gdk/gdkenumtypes.h -include/gtk-2.0/gdk/gdkevents.h -include/gtk-2.0/gdk/gdkfont.h -include/gtk-2.0/gdk/gdkgc.h -include/gtk-2.0/gdk/gdki18n.h -include/gtk-2.0/gdk/gdkimage.h -include/gtk-2.0/gdk/gdkinput.h -include/gtk-2.0/gdk/gdkkeys.h -include/gtk-2.0/gdk/gdkkeysyms.h -include/gtk-2.0/gdk/gdkpango.h -include/gtk-2.0/gdk/gdkpixbuf.h -include/gtk-2.0/gdk/gdkpixmap.h -include/gtk-2.0/gdk/gdkprivate.h -include/gtk-2.0/gdk/gdkproperty.h -include/gtk-2.0/gdk/gdkregion.h -include/gtk-2.0/gdk/gdkrgb.h -include/gtk-2.0/gdk/gdkselection.h -include/gtk-2.0/gdk/gdktypes.h -include/gtk-2.0/gdk/gdkvisual.h -include/gtk-2.0/gdk/gdkwindow.h -include/gtk-2.0/gdk/gdkx.h -include/gtk-2.0/gdkconfig.h -include/gtk-2.0/gtk/gtk.h -include/gtk-2.0/gtk/gtkaccelgroup.h -include/gtk-2.0/gtk/gtkaccellabel.h -include/gtk-2.0/gtk/gtkaccelmap.h -include/gtk-2.0/gtk/gtkaccessible.h -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/gtkbbox.h -include/gtk-2.0/gtk/gtkbin.h -include/gtk-2.0/gtk/gtkbindings.h -include/gtk-2.0/gtk/gtkbox.h -include/gtk-2.0/gtk/gtkbutton.h -include/gtk-2.0/gtk/gtkcalendar.h -include/gtk-2.0/gtk/gtkcelleditable.h -include/gtk-2.0/gtk/gtkcellrenderer.h -include/gtk-2.0/gtk/gtkcellrendererpixbuf.h -include/gtk-2.0/gtk/gtkcellrenderertext.h -include/gtk-2.0/gtk/gtkcellrenderertoggle.h -include/gtk-2.0/gtk/gtkcheckbutton.h -include/gtk-2.0/gtk/gtkcheckmenuitem.h -include/gtk-2.0/gtk/gtkclipboard.h -include/gtk-2.0/gtk/gtkclist.h -include/gtk-2.0/gtk/gtkcolorsel.h -include/gtk-2.0/gtk/gtkcolorseldialog.h -include/gtk-2.0/gtk/gtkcombo.h -include/gtk-2.0/gtk/gtkcontainer.h -include/gtk-2.0/gtk/gtkctree.h -include/gtk-2.0/gtk/gtkcurve.h -include/gtk-2.0/gtk/gtkdebug.h -include/gtk-2.0/gtk/gtkdialog.h -include/gtk-2.0/gtk/gtkdnd.h -include/gtk-2.0/gtk/gtkdrawingarea.h -include/gtk-2.0/gtk/gtkeditable.h -include/gtk-2.0/gtk/gtkentry.h -include/gtk-2.0/gtk/gtkenums.h -include/gtk-2.0/gtk/gtkeventbox.h -include/gtk-2.0/gtk/gtkfilesel.h -include/gtk-2.0/gtk/gtkfixed.h -include/gtk-2.0/gtk/gtkfontsel.h -include/gtk-2.0/gtk/gtkframe.h -include/gtk-2.0/gtk/gtkgamma.h -include/gtk-2.0/gtk/gtkgc.h -include/gtk-2.0/gtk/gtkhandlebox.h -include/gtk-2.0/gtk/gtkhbbox.h -include/gtk-2.0/gtk/gtkhbox.h -include/gtk-2.0/gtk/gtkhpaned.h -include/gtk-2.0/gtk/gtkhruler.h -include/gtk-2.0/gtk/gtkhscale.h -include/gtk-2.0/gtk/gtkhscrollbar.h -include/gtk-2.0/gtk/gtkhseparator.h -include/gtk-2.0/gtk/gtkiconfactory.h -include/gtk-2.0/gtk/gtkimage.h -include/gtk-2.0/gtk/gtkimagemenuitem.h -include/gtk-2.0/gtk/gtkimcontext.h -include/gtk-2.0/gtk/gtkimcontextsimple.h -include/gtk-2.0/gtk/gtkimmodule.h -include/gtk-2.0/gtk/gtkimmulticontext.h -include/gtk-2.0/gtk/gtkinputdialog.h -include/gtk-2.0/gtk/gtkinvisible.h -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/gtklist.h -include/gtk-2.0/gtk/gtklistitem.h -include/gtk-2.0/gtk/gtkliststore.h -include/gtk-2.0/gtk/gtkmain.h -include/gtk-2.0/gtk/gtkmarshal.h -include/gtk-2.0/gtk/gtkmenu.h -include/gtk-2.0/gtk/gtkmenubar.h -include/gtk-2.0/gtk/gtkmenuitem.h -include/gtk-2.0/gtk/gtkmenushell.h -include/gtk-2.0/gtk/gtkmessagedialog.h -include/gtk-2.0/gtk/gtkmisc.h -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/gtkpaned.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/gtkprivate.h -include/gtk-2.0/gtk/gtkprogress.h -include/gtk-2.0/gtk/gtkprogressbar.h -include/gtk-2.0/gtk/gtkradiobutton.h -include/gtk-2.0/gtk/gtkradiomenuitem.h -include/gtk-2.0/gtk/gtkrange.h -include/gtk-2.0/gtk/gtkrc.h -include/gtk-2.0/gtk/gtkruler.h -include/gtk-2.0/gtk/gtkscale.h -include/gtk-2.0/gtk/gtkscrollbar.h -include/gtk-2.0/gtk/gtkscrolledwindow.h -include/gtk-2.0/gtk/gtkselection.h -include/gtk-2.0/gtk/gtkseparator.h -include/gtk-2.0/gtk/gtkseparatormenuitem.h -include/gtk-2.0/gtk/gtksettings.h -include/gtk-2.0/gtk/gtksignal.h -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/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/gtktextchild.h -include/gtk-2.0/gtk/gtktextdisplay.h -include/gtk-2.0/gtk/gtktextiter.h -include/gtk-2.0/gtk/gtktextlayout.h -include/gtk-2.0/gtk/gtktextmark.h -include/gtk-2.0/gtk/gtktexttag.h -include/gtk-2.0/gtk/gtktexttagtable.h -include/gtk-2.0/gtk/gtktextview.h -include/gtk-2.0/gtk/gtktipsquery.h -include/gtk-2.0/gtk/gtktogglebutton.h -include/gtk-2.0/gtk/gtktoolbar.h -include/gtk-2.0/gtk/gtktooltips.h -include/gtk-2.0/gtk/gtktree.h -include/gtk-2.0/gtk/gtktreednd.h -include/gtk-2.0/gtk/gtktreeitem.h -include/gtk-2.0/gtk/gtktreemodel.h -include/gtk-2.0/gtk/gtktreemodelsort.h -include/gtk-2.0/gtk/gtktreeselection.h -include/gtk-2.0/gtk/gtktreesortable.h -include/gtk-2.0/gtk/gtktreestore.h -include/gtk-2.0/gtk/gtktreeview.h -include/gtk-2.0/gtk/gtktreeviewcolumn.h -include/gtk-2.0/gtk/gtktypebuiltins.h -include/gtk-2.0/gtk/gtktypeutils.h -include/gtk-2.0/gtk/gtkvbbox.h -include/gtk-2.0/gtk/gtkvbox.h -include/gtk-2.0/gtk/gtkversion.h -include/gtk-2.0/gtk/gtkviewport.h -include/gtk-2.0/gtk/gtkvpaned.h -include/gtk-2.0/gtk/gtkvruler.h -include/gtk-2.0/gtk/gtkvscale.h -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/%%GTK_VERSION%%/loaders/libpixbufloader-bmp.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-gif.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-ico.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-jpeg.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-png.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-pnm.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-ras.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-tga.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-tiff.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-wbmp.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-xbm.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-xpm.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-am-et.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-cyrillic-translit.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-hangul.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-inuktitut.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-ipa.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-thai-broken.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-ti-er.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-ti-et.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-viqr.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-xim.so -lib/libgdk-x11-2.0.a -lib/libgdk-x11-2.0.so -lib/libgdk-x11-2.0.so.0 -lib/libgdk_pixbuf-2.0.a -lib/libgdk_pixbuf-2.0.so -lib/libgdk_pixbuf-2.0.so.0 -lib/libgdk_pixbuf_xlib-2.0.a -lib/libgdk_pixbuf_xlib-2.0.so -lib/libgdk_pixbuf_xlib-2.0.so.0 -lib/libgtk-x11-2.0.a -lib/libgtk-x11-2.0.so -lib/libgtk-x11-2.0.so.0 -libdata/pkgconfig/gdk-2.0.pc -libdata/pkgconfig/gdk-pixbuf-2.0.pc -libdata/pkgconfig/gdk-pixbuf-xlib-2.0.pc -libdata/pkgconfig/gdk-x11-2.0.pc -libdata/pkgconfig/gtk+-2.0.pc -libdata/pkgconfig/gtk+-x11-2.0.pc -share/aclocal/gtk-2.0.m4 -share/locale/am/LC_MESSAGES/gtk20.mo -share/locale/ar/LC_MESSAGES/gtk20.mo -share/locale/az/LC_MESSAGES/gtk20.mo -share/locale/be/LC_MESSAGES/gtk20.mo -share/locale/bg/LC_MESSAGES/gtk20.mo -share/locale/ca/LC_MESSAGES/gtk20.mo -share/locale/cs/LC_MESSAGES/gtk20.mo -share/locale/cy/LC_MESSAGES/gtk20.mo -share/locale/da/LC_MESSAGES/gtk20.mo -share/locale/de/LC_MESSAGES/gtk20.mo -share/locale/el/LC_MESSAGES/gtk20.mo -share/locale/en@IPA/LC_MESSAGES/gtk20.mo -share/locale/en_GB/LC_MESSAGES/gtk20.mo -share/locale/es/LC_MESSAGES/gtk20.mo -share/locale/et/LC_MESSAGES/gtk20.mo -share/locale/eu/LC_MESSAGES/gtk20.mo -share/locale/fa/LC_MESSAGES/gtk20.mo -share/locale/fi/LC_MESSAGES/gtk20.mo -share/locale/fr/LC_MESSAGES/gtk20.mo -share/locale/ga/LC_MESSAGES/gtk20.mo -share/locale/gl/LC_MESSAGES/gtk20.mo -share/locale/he/LC_MESSAGES/gtk20.mo -share/locale/hi/LC_MESSAGES/gtk20.mo -share/locale/hr/LC_MESSAGES/gtk20.mo -share/locale/hu/LC_MESSAGES/gtk20.mo -share/locale/ia/LC_MESSAGES/gtk20.mo -share/locale/it/LC_MESSAGES/gtk20.mo -share/locale/ja/LC_MESSAGES/gtk20.mo -share/locale/ko/LC_MESSAGES/gtk20.mo -share/locale/lt/LC_MESSAGES/gtk20.mo -share/locale/lv/LC_MESSAGES/gtk20.mo -share/locale/ms/LC_MESSAGES/gtk20.mo -share/locale/nl/LC_MESSAGES/gtk20.mo -share/locale/nn/LC_MESSAGES/gtk20.mo -share/locale/no/LC_MESSAGES/gtk20.mo -share/locale/pl/LC_MESSAGES/gtk20.mo -share/locale/pt/LC_MESSAGES/gtk20.mo -share/locale/pt_BR/LC_MESSAGES/gtk20.mo -share/locale/ro/LC_MESSAGES/gtk20.mo -share/locale/ru/LC_MESSAGES/gtk20.mo -share/locale/sk/LC_MESSAGES/gtk20.mo -share/locale/sl/LC_MESSAGES/gtk20.mo -share/locale/sp/LC_MESSAGES/gtk20.mo -share/locale/sr/LC_MESSAGES/gtk20.mo -share/locale/sv/LC_MESSAGES/gtk20.mo -share/locale/tr/LC_MESSAGES/gtk20.mo -share/locale/uk/LC_MESSAGES/gtk20.mo -share/locale/vi/LC_MESSAGES/gtk20.mo -share/locale/wa/LC_MESSAGES/gtk20.mo -share/locale/zh_CN/LC_MESSAGES/gtk20.mo -share/locale/zh_TW/LC_MESSAGES/gtk20.mo -share/themes/Default/gtk-2.0-key/gtkrc -share/themes/Default/gtk-2.0/gtkrc -share/themes/Emacs/gtk-2.0-key/gtkrc -@dirrm share/themes/Emacs/gtk-2.0-key -@dirrm share/themes/Emacs -@dirrm share/themes/Default/gtk-2.0-key -@dirrm share/themes/Default/gtk-2.0 -@dirrm lib/gtk-2.0/%%GTK_VERSION%%/loaders -@dirrm lib/gtk-2.0/%%GTK_VERSION%%/immodules -@dirrm lib/gtk-2.0/%%GTK_VERSION%% -@dirrm lib/gtk-2.0 -@dirrm include/gtk-2.0/gtk -@dirrm include/gtk-2.0/gdk-pixbuf-xlib -@dirrm include/gtk-2.0/gdk-pixbuf -@dirrm include/gtk-2.0/gdk -@dirrm include/gtk-2.0 -@dirrm etc/gtk-2.0 -@unexec /bin/rmdir %D/share/themes/Default 2>/dev/null || /usr/bin/true diff --git a/x11-toolkits/gtkada-devel/Makefile b/x11-toolkits/gtkada-devel/Makefile deleted file mode 100644 index 03c5c2d37bea..000000000000 --- a/x11-toolkits/gtkada-devel/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: gtkada -# Date Created: 27 Nov 2000 -# Whom: Samuel Tardieu <sam@inf.enst.fr> -# -# $FreeBSD$ -# - -PORTNAME= gtkada -PORTVERSION= 1.2.12 -CATEGORIES= x11-toolkits -MASTER_SITES= http://libre.act-europe.fr/GtkAda/ \ - http://gtkada.eu.org/ \ - http://www.adapower.com/gtkada/ -DISTNAME= GtkAda-${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= sam@inf.enst.fr - -BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat - -SHLIB_VERSION= ${PORTVERSION:S/1.2.//} - -USE_MESA= yes -USE_X_PREFIX= yes -USE_GNOMENG= yes -USE_GNOME= libcapplet libglade -USE_GMAKE= yes -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -MAKE_ENV= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -PLIST_SUB= SHLIB_VERSION=${SHLIB_VERSION} - -MAN1= dgate.1 gate.1 gtkada-config.1 - -post-install: - ${INSTALL_DATA} ${WRKSRC}/docs/*.1 ${PREFIX}/man/man1/ - ${LN} -sf ${PREFIX}/share/doc/GtkAda/*/*.info* ${PREFIX}/info/ - -.include <bsd.port.mk> diff --git a/x11-toolkits/gtkada-devel/distinfo b/x11-toolkits/gtkada-devel/distinfo deleted file mode 100644 index bfe72aa47921..000000000000 --- a/x11-toolkits/gtkada-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (GtkAda-1.2.12.tgz) = efb16c8544e58136d73e1c7dbf201af0 diff --git a/x11-toolkits/gtkada-devel/files/patch-docs::gtkada_rm::Makefile.in b/x11-toolkits/gtkada-devel/files/patch-docs::gtkada_rm::Makefile.in deleted file mode 100644 index 6f16a286720d..000000000000 --- a/x11-toolkits/gtkada-devel/files/patch-docs::gtkada_rm::Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ - -$FreeBSD$ - ---- docs/gtkada_rm/Makefile.in 2001/08/15 09:23:56 1.1 -+++ docs/gtkada_rm/Makefile.in 2001/08/15 09:24:15 -@@ -1,5 +1,5 @@ - prefix = @prefix@ --docdir = $(prefix)/doc/GtkAda/gtkada_rm -+docdir = $(prefix)/share/doc/GtkAda/gtkada_rm - - MKDIR = mkdir -p - INSTALL = @INSTALL@ diff --git a/x11-toolkits/gtkada-devel/files/patch-docs::gtkada_ug::Makefile.in b/x11-toolkits/gtkada-devel/files/patch-docs::gtkada_ug::Makefile.in deleted file mode 100644 index f4969155d6e6..000000000000 --- a/x11-toolkits/gtkada-devel/files/patch-docs::gtkada_ug::Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ - -$FreeBSD$ - ---- docs/gtkada_ug/Makefile.in 2001/08/15 09:24:24 1.1 -+++ docs/gtkada_ug/Makefile.in 2001/08/15 09:24:35 -@@ -1,5 +1,5 @@ - prefix = @prefix@ --docdir = $(prefix)/doc/GtkAda/gtkada_ug -+docdir = $(prefix)/share/doc/GtkAda/gtkada_ug - - MKDIR = mkdir -p - INSTALL = @INSTALL@ diff --git a/x11-toolkits/gtkada-devel/files/patch-src::Makefile.in b/x11-toolkits/gtkada-devel/files/patch-src::Makefile.in deleted file mode 100644 index 9e551a6ac3e3..000000000000 --- a/x11-toolkits/gtkada-devel/files/patch-src::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/Makefile.in 2001/08/15 08:53:08 1.1 -+++ src/Makefile.in 2001/08/15 08:53:31 -@@ -32,7 +32,7 @@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ - - LIBNAME = libgtkada$(SO_EXT) --SONAME = libgtkada-$(MAJOR).$(MINOR)$(SO_EXT).$(MICRO) -+SONAME = libgtkada$(SO_EXT).$(MICRO) - ARCHIVENAME = libgtkada.a - - GTKADA_CONFIG = gtkada-config diff --git a/x11-toolkits/gtkada-devel/files/patch-src::glade::Makefile.in b/x11-toolkits/gtkada-devel/files/patch-src::glade::Makefile.in deleted file mode 100644 index bea9f89ee18d..000000000000 --- a/x11-toolkits/gtkada-devel/files/patch-src::glade::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/glade/Makefile.in 2001/08/15 08:53:08 1.1 -+++ src/glade/Makefile.in 2001/08/15 08:53:38 -@@ -7,7 +7,7 @@ - - include ../Makefile.common - --SONAME = libgtkada_glade-$(MAJOR).$(MINOR)$(SO_EXT).$(MICRO) -+SONAME = libgtkada_glade$(SO_EXT).$(MICRO) - LIBNAME = libgtkada_glade$(SO_EXT) - ARCHIVENAME = libgtkada_glade.a - INSTALL = @INSTALL@ diff --git a/x11-toolkits/gtkada-devel/files/patch-src::gnome::Makefile.in b/x11-toolkits/gtkada-devel/files/patch-src::gnome::Makefile.in deleted file mode 100644 index 9764f4d103bb..000000000000 --- a/x11-toolkits/gtkada-devel/files/patch-src::gnome::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/gnome/Makefile.in 2001/08/15 08:53:08 1.1 -+++ src/gnome/Makefile.in 2001/08/15 08:53:44 -@@ -1,7 +1,7 @@ - include ../Makefile.common - - LIBNAME = libgnomeada$(SO_EXT) --SONAME = libgnomeada-$(MAJOR).$(MINOR)$(SO_EXT).$(MICRO) -+SONAME = libgnomeada$(SO_EXT).$(MICRO) - ARCHIVENAME = libgnomeada.a - GNOME_LIBS = @GNOME_LIBS@ - HAVE_GNOME = @HAVE_GNOME@ diff --git a/x11-toolkits/gtkada-devel/files/patch-src::gtkextra::Makefile.in b/x11-toolkits/gtkada-devel/files/patch-src::gtkextra::Makefile.in deleted file mode 100644 index 5539766dee64..000000000000 --- a/x11-toolkits/gtkada-devel/files/patch-src::gtkextra::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/gtkextra/Makefile.in 2001/08/15 08:45:57 1.1 -+++ src/gtkextra/Makefile.in 2001/08/15 08:46:10 -@@ -6,7 +6,7 @@ - OBJ=${SRC:%.c=%.o} - CC=@CC@ - FPIC=@FPIC@ --CFLAGS=-O2 -+CFLAGS=@CFLAGS@ - ALL_CFLAGS=$(CFLAGS) @GTK_CFLAGS@ $(FPIC) - - all: $(OBJ) diff --git a/x11-toolkits/gtkada-devel/files/patch-src::opengl::Makefile.in b/x11-toolkits/gtkada-devel/files/patch-src::opengl::Makefile.in deleted file mode 100644 index 818475fe1bbd..000000000000 --- a/x11-toolkits/gtkada-devel/files/patch-src::opengl::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/opengl/Makefile.in 2001/08/15 08:53:08 1.1 -+++ src/opengl/Makefile.in 2001/08/15 08:53:23 -@@ -9,7 +9,7 @@ - - CFLAGS = @CFLAGS@ -Wall @GTK_CFLAGS@ -I. $(FPIC) - --SONAME = libgtkada_gl-$(MAJOR).$(MINOR)$(SO_EXT).$(MICRO) -+SONAME = libgtkada_gl$(SO_EXT).$(MICRO) - LIBNAME = libgtkada_gl$(SO_EXT) - ARCHIVENAME = libgtkada_gl.a - INSTALL = @INSTALL@ diff --git a/x11-toolkits/gtkada-devel/files/patch-src::pixbuf::Makefile.in b/x11-toolkits/gtkada-devel/files/patch-src::pixbuf::Makefile.in deleted file mode 100644 index 363ec02df418..000000000000 --- a/x11-toolkits/gtkada-devel/files/patch-src::pixbuf::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/pixbuf/Makefile.in 2001/08/15 08:53:08 1.1 -+++ src/pixbuf/Makefile.in 2001/08/15 08:53:50 -@@ -9,7 +9,7 @@ - - CFLAGS = @CFLAGS@ -Wall @PIXBUF_CFLAGS@ -I. $(FPIC) - --SONAME = libgtkada_art-$(MAJOR).$(MINOR)$(SO_EXT).$(MICRO) -+SONAME = libgtkada_art$(SO_EXT).$(MICRO) - LIBNAME = libgtkada_art$(SO_EXT) - ARCHIVENAME = libgtkada_art.a - INSTALL = @INSTALL@ diff --git a/x11-toolkits/gtkada-devel/files/patch-testgtk::Makefile.in b/x11-toolkits/gtkada-devel/files/patch-testgtk::Makefile.in deleted file mode 100644 index e44a9e889d62..000000000000 --- a/x11-toolkits/gtkada-devel/files/patch-testgtk::Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ ---- testgtk/Makefile.in Fri Apr 27 18:20:15 2001 -+++ testgtk/Makefile.in.new Fri Aug 17 01:26:49 2001 -@@ -15,9 +15,9 @@ - - CC = @CC@ - GTKADA_CONFIG=gtkada-config --GNATFLAGS = @CFLAGS@ -gnata --GNATFLAGS_DEVEL = @CFLAGS@ -g -gnatawu --TARGET_LFLAGS = @TARGET_LFLAGS@ -+GNATFLAGS = -O2 -gnata -+GNATFLAGS_DEVEL = -O2 -g -gnatawu -+TARGET_LFLAGS = $(LDFLAGS) - - GNATMAKE = gnatmake - GNATMAKELDFLAGS = -largs -L$(src_dir) -L$(opengl_dir) -lgtkada @GTK_LIBS@ \ diff --git a/x11-toolkits/gtkada-devel/pkg-comment b/x11-toolkits/gtkada-devel/pkg-comment deleted file mode 100644 index f15972f8c0dc..000000000000 --- a/x11-toolkits/gtkada-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Gtk binding for Ada diff --git a/x11-toolkits/gtkada-devel/pkg-descr b/x11-toolkits/gtkada-devel/pkg-descr deleted file mode 100644 index 067cf62a3fff..000000000000 --- a/x11-toolkits/gtkada-devel/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -GtkAda provides Ada programmes with a full Gtk binding. - -WWW: http://libre.act-europe.fr/GtkAda/ diff --git a/x11-toolkits/gtkada-devel/pkg-plist b/x11-toolkits/gtkada-devel/pkg-plist deleted file mode 100644 index 74cd2a53aa1a..000000000000 --- a/x11-toolkits/gtkada-devel/pkg-plist +++ /dev/null @@ -1,816 +0,0 @@ -bin/gate -bin/gate-in.exe -bin/gdialog -bin/generate.pl -bin/gtkada-config -include/gtkada/gdk-art-pixbuf.ads -include/gtkada/gdk-art-pixbuf.ali -include/gtkada/gdk-art.ads -include/gtkada/gdk-art.ali -include/gtkada/gdk-bitmap.adb -include/gtkada/gdk-bitmap.ads -include/gtkada/gdk-bitmap.ali -include/gtkada/gdk-color.adb -include/gtkada/gdk-color.ads -include/gtkada/gdk-color.ali -include/gtkada/gdk-color_context.adb -include/gtkada/gdk-color_context.ads -include/gtkada/gdk-color_context.ali -include/gtkada/gdk-cursor.adb -include/gtkada/gdk-cursor.ads -include/gtkada/gdk-cursor.ali -include/gtkada/gdk-drawable.adb -include/gtkada/gdk-drawable.ads -include/gtkada/gdk-drawable.ali -include/gtkada/gdk-event.adb -include/gtkada/gdk-event.ads -include/gtkada/gdk-event.ali -include/gtkada/gdk-font.adb -include/gtkada/gdk-font.ads -include/gtkada/gdk-font.ali -include/gtkada/gdk-gc.adb -include/gtkada/gdk-gc.ads -include/gtkada/gdk-gc.ali -include/gtkada/gdk-gl.adb -include/gtkada/gdk-gl.ads -include/gtkada/gdk-gl.ali -include/gtkada/gdk-image.adb -include/gtkada/gdk-image.ads -include/gtkada/gdk-image.ali -include/gtkada/gdk-input.ads -include/gtkada/gdk-input.ali -include/gtkada/gdk-keyval.adb -include/gtkada/gdk-keyval.ads -include/gtkada/gdk-keyval.ali -include/gtkada/gdk-main.adb -include/gtkada/gdk-main.ads -include/gtkada/gdk-main.ali -include/gtkada/gdk-pixbuf.adb -include/gtkada/gdk-pixbuf.ads -include/gtkada/gdk-pixbuf.ali -include/gtkada/gdk-pixmap.adb -include/gtkada/gdk-pixmap.ads -include/gtkada/gdk-pixmap.ali -include/gtkada/gdk-property.adb -include/gtkada/gdk-property.ads -include/gtkada/gdk-property.ali -include/gtkada/gdk-rectangle.adb -include/gtkada/gdk-rectangle.ads -include/gtkada/gdk-rectangle.ali -include/gtkada/gdk-region.adb -include/gtkada/gdk-region.ads -include/gtkada/gdk-region.ali -include/gtkada/gdk-rgb.adb -include/gtkada/gdk-rgb.ads -include/gtkada/gdk-rgb.ali -include/gtkada/gdk-threads.ads -include/gtkada/gdk-threads.ali -include/gtkada/gdk-types-keysyms.ads -include/gtkada/gdk-types-keysyms.ali -include/gtkada/gdk-types.ads -include/gtkada/gdk-types.ali -include/gtkada/gdk-visual.adb -include/gtkada/gdk-visual.ads -include/gtkada/gdk-visual.ali -include/gtkada/gdk-window.adb -include/gtkada/gdk-window.ads -include/gtkada/gdk-window.ali -include/gtkada/gdk-window_attr.adb -include/gtkada/gdk-window_attr.ads -include/gtkada/gdk-window_attr.ali -include/gtkada/gdk.ads -include/gtkada/gdk.ali -include/gtkada/gl_h.ads -include/gtkada/glade-xml.adb -include/gtkada/glade-xml.ads -include/gtkada/glade-xml.ali -include/gtkada/glade.adb -include/gtkada/glade.ads -include/gtkada/glade.ali -include/gtkada/glib-enums.ads -include/gtkada/glib-enums.ali -include/gtkada/glib-glade.adb -include/gtkada/glib-glade.ads -include/gtkada/glib-glist.adb -include/gtkada/glib-glist.ads -include/gtkada/glib-glist.ali -include/gtkada/glib-gnodes.adb -include/gtkada/glib-gnodes.ads -include/gtkada/glib-gnodes.ali -include/gtkada/glib-gslist.adb -include/gtkada/glib-gslist.ads -include/gtkada/glib-gslist.ali -include/gtkada/glib-module.adb -include/gtkada/glib-module.ads -include/gtkada/glib-module.ali -include/gtkada/glib-xml.adb -include/gtkada/glib-xml.ads -include/gtkada/glib-xml.ali -include/gtkada/glib.adb -include/gtkada/glib.ads -include/gtkada/glib.ali -include/gtkada/glu_h.ads -include/gtkada/gnome-about.adb -include/gtkada/gnome-about.ads -include/gtkada/gnome-about.ali -include/gtkada/gnome-animator.adb -include/gtkada/gnome-animator.ads -include/gtkada/gnome-animator.ali -include/gtkada/gnome-app.adb -include/gtkada/gnome-app.ads -include/gtkada/gnome-app.ali -include/gtkada/gnome-app_bar.adb -include/gtkada/gnome-app_bar.ads -include/gtkada/gnome-app_bar.ali -include/gtkada/gnome-app_helper.adb -include/gtkada/gnome-app_helper.ads -include/gtkada/gnome-app_helper.ali -include/gtkada/gnome-calculator.adb -include/gtkada/gnome-calculator.ads -include/gtkada/gnome-calculator.ali -include/gtkada/gnome-client.adb -include/gtkada/gnome-client.ads -include/gtkada/gnome-client.ali -include/gtkada/gnome-color_picker.adb -include/gtkada/gnome-color_picker.ads -include/gtkada/gnome-color_picker.ali -include/gtkada/gnome-date_edit.adb -include/gtkada/gnome-date_edit.ads -include/gtkada/gnome-date_edit.ali -include/gtkada/gnome-dialog.adb -include/gtkada/gnome-dialog.ads -include/gtkada/gnome-dialog.ali -include/gtkada/gnome-dock.adb -include/gtkada/gnome-dock.ads -include/gtkada/gnome-dock.ali -include/gtkada/gnome-dock_band.adb -include/gtkada/gnome-dock_band.ads -include/gtkada/gnome-dock_band.ali -include/gtkada/gnome-dock_item.adb -include/gtkada/gnome-dock_item.ads -include/gtkada/gnome-dock_item.ali -include/gtkada/gnome-dock_layout.adb -include/gtkada/gnome-dock_layout.ads -include/gtkada/gnome-dock_layout.ali -include/gtkada/gnome-druid.adb -include/gtkada/gnome-druid.ads -include/gtkada/gnome-druid.ali -include/gtkada/gnome-druid_page.adb -include/gtkada/gnome-druid_page.ads -include/gtkada/gnome-druid_page.ali -include/gtkada/gnome-druid_page_finish.adb -include/gtkada/gnome-druid_page_finish.ads -include/gtkada/gnome-druid_page_finish.ali -include/gtkada/gnome-druid_page_standard.adb -include/gtkada/gnome-druid_page_standard.ads -include/gtkada/gnome-druid_page_standard.ali -include/gtkada/gnome-druid_page_start.adb -include/gtkada/gnome-druid_page_start.ads -include/gtkada/gnome-druid_page_start.ali -include/gtkada/gnome-file_entry.adb -include/gtkada/gnome-file_entry.ads -include/gtkada/gnome-file_entry.ali -include/gtkada/gnome-font_picker.adb -include/gtkada/gnome-font_picker.ads -include/gtkada/gnome-font_picker.ali -include/gtkada/gnome-gentry.adb -include/gtkada/gnome-gentry.ads -include/gtkada/gnome-gentry.ali -include/gtkada/gnome-geometry.adb -include/gtkada/gnome-geometry.ads -include/gtkada/gnome-geometry.ali -include/gtkada/gnome-href.adb -include/gtkada/gnome-href.ads -include/gtkada/gnome-href.ali -include/gtkada/gnome-ice.ads -include/gtkada/gnome-ice.ali -include/gtkada/gnome-icon_entry.adb -include/gtkada/gnome-icon_entry.ads -include/gtkada/gnome-icon_entry.ali -include/gtkada/gnome-icon_selection.adb -include/gtkada/gnome-icon_selection.ads -include/gtkada/gnome-icon_selection.ali -include/gtkada/gnome-mdi.adb -include/gtkada/gnome-mdi.ads -include/gtkada/gnome-mdi.ali -include/gtkada/gnome-mdi_child.adb -include/gtkada/gnome-mdi_child.ads -include/gtkada/gnome-mdi_child.ali -include/gtkada/gnome-mdi_session.adb -include/gtkada/gnome-mdi_session.ads -include/gtkada/gnome-mdi_session.ali -include/gtkada/gnome-message_box.adb -include/gtkada/gnome-message_box.ads -include/gtkada/gnome-message_box.ali -include/gtkada/gnome-number_entry.adb -include/gtkada/gnome-number_entry.ads -include/gtkada/gnome-number_entry.ali -include/gtkada/gnome-paper_selector.adb -include/gtkada/gnome-paper_selector.ads -include/gtkada/gnome-paper_selector.ali -include/gtkada/gnome-pixmap.adb -include/gtkada/gnome-pixmap.ads -include/gtkada/gnome-pixmap.ali -include/gtkada/gnome-pixmap_entry.adb -include/gtkada/gnome-pixmap_entry.ads -include/gtkada/gnome-pixmap_entry.ali -include/gtkada/gnome-proc_bar.adb -include/gtkada/gnome-proc_bar.ads -include/gtkada/gnome-proc_bar.ali -include/gtkada/gnome-property_box.adb -include/gtkada/gnome-property_box.ads -include/gtkada/gnome-property_box.ali -include/gtkada/gnome-scores.adb -include/gtkada/gnome-scores.ads -include/gtkada/gnome-scores.ali -include/gtkada/gnome-stock.adb -include/gtkada/gnome-stock.ads -include/gtkada/gnome-stock.ali -include/gtkada/gnome-ui_defs.ads -include/gtkada/gnome-ui_defs.ali -include/gtkada/gnome-window.adb -include/gtkada/gnome-window.ads -include/gtkada/gnome-window.ali -include/gtkada/gnome.adb -include/gtkada/gnome.ads -include/gtkada/gnome.ali -include/gtkada/gnome_generates.adb -include/gtkada/gnome_generates.ads -include/gtkada/gtk-accel_group.adb -include/gtkada/gtk-accel_group.ads -include/gtkada/gtk-accel_group.ali -include/gtkada/gtk-accel_label.adb -include/gtkada/gtk-accel_label.ads -include/gtkada/gtk-accel_label.ali -include/gtkada/gtk-adjustment.adb -include/gtkada/gtk-adjustment.ads -include/gtkada/gtk-adjustment.ali -include/gtkada/gtk-alignment.adb -include/gtkada/gtk-alignment.ads -include/gtkada/gtk-alignment.ali -include/gtkada/gtk-arguments.adb -include/gtkada/gtk-arguments.ads -include/gtkada/gtk-arguments.ali -include/gtkada/gtk-arrow.adb -include/gtkada/gtk-arrow.ads -include/gtkada/gtk-arrow.ali -include/gtkada/gtk-aspect_frame.adb -include/gtkada/gtk-aspect_frame.ads -include/gtkada/gtk-aspect_frame.ali -include/gtkada/gtk-bin.adb -include/gtkada/gtk-bin.ads -include/gtkada/gtk-bin.ali -include/gtkada/gtk-box.adb -include/gtkada/gtk-box.ads -include/gtkada/gtk-box.ali -include/gtkada/gtk-button.adb -include/gtkada/gtk-button.ads -include/gtkada/gtk-button.ali -include/gtkada/gtk-button_box.adb -include/gtkada/gtk-button_box.ads -include/gtkada/gtk-button_box.ali -include/gtkada/gtk-calendar.adb -include/gtkada/gtk-calendar.ads -include/gtkada/gtk-calendar.ali -include/gtkada/gtk-check_button.adb -include/gtkada/gtk-check_button.ads -include/gtkada/gtk-check_button.ali -include/gtkada/gtk-check_menu_item.adb -include/gtkada/gtk-check_menu_item.ads -include/gtkada/gtk-check_menu_item.ali -include/gtkada/gtk-clist.adb -include/gtkada/gtk-clist.ads -include/gtkada/gtk-clist.ali -include/gtkada/gtk-clock.adb -include/gtkada/gtk-clock.ads -include/gtkada/gtk-clock.ali -include/gtkada/gtk-color_selection.adb -include/gtkada/gtk-color_selection.ads -include/gtkada/gtk-color_selection.ali -include/gtkada/gtk-color_selection_dialog.adb -include/gtkada/gtk-color_selection_dialog.ads -include/gtkada/gtk-color_selection_dialog.ali -include/gtkada/gtk-combo.adb -include/gtkada/gtk-combo.ads -include/gtkada/gtk-combo.ali -include/gtkada/gtk-container.adb -include/gtkada/gtk-container.ads -include/gtkada/gtk-container.ali -include/gtkada/gtk-ctree.adb -include/gtkada/gtk-ctree.ads -include/gtkada/gtk-ctree.ali -include/gtkada/gtk-curve.adb -include/gtkada/gtk-curve.ads -include/gtkada/gtk-curve.ali -include/gtkada/gtk-data.ads -include/gtkada/gtk-data.ali -include/gtkada/gtk-dial.adb -include/gtkada/gtk-dial.ads -include/gtkada/gtk-dial.ali -include/gtkada/gtk-dialog.adb -include/gtkada/gtk-dialog.ads -include/gtkada/gtk-dialog.ali -include/gtkada/gtk-dnd.adb -include/gtkada/gtk-dnd.ads -include/gtkada/gtk-dnd.ali -include/gtkada/gtk-drawing_area.adb -include/gtkada/gtk-drawing_area.ads -include/gtkada/gtk-drawing_area.ali -include/gtkada/gtk-editable.adb -include/gtkada/gtk-editable.ads -include/gtkada/gtk-editable.ali -include/gtkada/gtk-enums.adb -include/gtkada/gtk-enums.ads -include/gtkada/gtk-enums.ali -include/gtkada/gtk-event_box.adb -include/gtkada/gtk-event_box.ads -include/gtkada/gtk-event_box.ali -include/gtkada/gtk-extra-border_combo.adb -include/gtkada/gtk-extra-border_combo.ads -include/gtkada/gtk-extra-border_combo.ali -include/gtkada/gtk-extra-check_item.adb -include/gtkada/gtk-extra-check_item.ads -include/gtkada/gtk-extra-check_item.ali -include/gtkada/gtk-extra-color_combo.adb -include/gtkada/gtk-extra-color_combo.ads -include/gtkada/gtk-extra-color_combo.ali -include/gtkada/gtk-extra-combo_box.adb -include/gtkada/gtk-extra-combo_box.ads -include/gtkada/gtk-extra-combo_box.ali -include/gtkada/gtk-extra-font_combo.adb -include/gtkada/gtk-extra-font_combo.ads -include/gtkada/gtk-extra-font_combo.ali -include/gtkada/gtk-extra-item_entry.adb -include/gtkada/gtk-extra-item_entry.ads -include/gtkada/gtk-extra-item_entry.ali -include/gtkada/gtk-extra-plot.adb -include/gtkada/gtk-extra-plot.ads -include/gtkada/gtk-extra-plot.ali -include/gtkada/gtk-extra-plot_3d.adb -include/gtkada/gtk-extra-plot_3d.ads -include/gtkada/gtk-extra-plot_3d.ali -include/gtkada/gtk-extra-plot_bar.adb -include/gtkada/gtk-extra-plot_bar.ads -include/gtkada/gtk-extra-plot_bar.ali -include/gtkada/gtk-extra-plot_box.adb -include/gtkada/gtk-extra-plot_box.ads -include/gtkada/gtk-extra-plot_box.ali -include/gtkada/gtk-extra-plot_canvas.adb -include/gtkada/gtk-extra-plot_canvas.ads -include/gtkada/gtk-extra-plot_canvas.ali -include/gtkada/gtk-extra-plot_data.adb -include/gtkada/gtk-extra-plot_data.ads -include/gtkada/gtk-extra-plot_data.ali -include/gtkada/gtk-extra-plot_polar.adb -include/gtkada/gtk-extra-plot_polar.ads -include/gtkada/gtk-extra-plot_polar.ali -include/gtkada/gtk-extra-plot_ps.adb -include/gtkada/gtk-extra-plot_ps.ads -include/gtkada/gtk-extra-plot_ps.ali -include/gtkada/gtk-extra-plot_surface.adb -include/gtkada/gtk-extra-plot_surface.ads -include/gtkada/gtk-extra-plot_surface.ali -include/gtkada/gtk-extra-psfont.adb -include/gtkada/gtk-extra-psfont.ads -include/gtkada/gtk-extra-psfont.ali -include/gtkada/gtk-extra-sheet.adb -include/gtkada/gtk-extra-sheet.ads -include/gtkada/gtk-extra-sheet.ali -include/gtkada/gtk-extra.ads -include/gtkada/gtk-extra.ali -include/gtkada/gtk-file_selection.adb -include/gtkada/gtk-file_selection.ads -include/gtkada/gtk-file_selection.ali -include/gtkada/gtk-fixed.adb -include/gtkada/gtk-fixed.ads -include/gtkada/gtk-fixed.ali -include/gtkada/gtk-font_selection.adb -include/gtkada/gtk-font_selection.ads -include/gtkada/gtk-font_selection.ali -include/gtkada/gtk-font_selection_dialog.ads -include/gtkada/gtk-font_selection_dialog.ali -include/gtkada/gtk-frame.adb -include/gtkada/gtk-frame.ads -include/gtkada/gtk-frame.ali -include/gtkada/gtk-gamma_curve.adb -include/gtkada/gtk-gamma_curve.ads -include/gtkada/gtk-gamma_curve.ali -include/gtkada/gtk-gentry.adb -include/gtkada/gtk-gentry.ads -include/gtkada/gtk-gentry.ali -include/gtkada/gtk-glade.adb -include/gtkada/gtk-glade.ads -include/gtkada/gtk-glarea.adb -include/gtkada/gtk-glarea.ads -include/gtkada/gtk-glarea.ali -include/gtkada/gtk-grange.adb -include/gtkada/gtk-grange.ads -include/gtkada/gtk-grange.ali -include/gtkada/gtk-handle_box.adb -include/gtkada/gtk-handle_box.ads -include/gtkada/gtk-handle_box.ali -include/gtkada/gtk-handlers.adb -include/gtkada/gtk-handlers.ads -include/gtkada/gtk-handlers.ali -include/gtkada/gtk-hbutton_box.adb -include/gtkada/gtk-hbutton_box.ads -include/gtkada/gtk-hbutton_box.ali -include/gtkada/gtk-image.adb -include/gtkada/gtk-image.ads -include/gtkada/gtk-image.ali -include/gtkada/gtk-input_dialog.adb -include/gtkada/gtk-input_dialog.ads -include/gtkada/gtk-input_dialog.ali -include/gtkada/gtk-invisible.adb -include/gtkada/gtk-invisible.ads -include/gtkada/gtk-invisible.ali -include/gtkada/gtk-item.adb -include/gtkada/gtk-item.ads -include/gtkada/gtk-item.ali -include/gtkada/gtk-item_factory.adb -include/gtkada/gtk-item_factory.ads -include/gtkada/gtk-item_factory.ali -include/gtkada/gtk-label.adb -include/gtkada/gtk-label.ads -include/gtkada/gtk-label.ali -include/gtkada/gtk-layout.adb -include/gtkada/gtk-layout.ads -include/gtkada/gtk-layout.ali -include/gtkada/gtk-list.adb -include/gtkada/gtk-list.ads -include/gtkada/gtk-list.ali -include/gtkada/gtk-list_item.adb -include/gtkada/gtk-list_item.ads -include/gtkada/gtk-list_item.ali -include/gtkada/gtk-macro.adb -include/gtkada/gtk-macro.ads -include/gtkada/gtk-main.adb -include/gtkada/gtk-main.ads -include/gtkada/gtk-main.ali -include/gtkada/gtk-marshallers.adb -include/gtkada/gtk-marshallers.ads -include/gtkada/gtk-marshallers.ali -include/gtkada/gtk-menu.adb -include/gtkada/gtk-menu.ads -include/gtkada/gtk-menu.ali -include/gtkada/gtk-menu_bar.adb -include/gtkada/gtk-menu_bar.ads -include/gtkada/gtk-menu_bar.ali -include/gtkada/gtk-menu_item.adb -include/gtkada/gtk-menu_item.ads -include/gtkada/gtk-menu_item.ali -include/gtkada/gtk-menu_shell.adb -include/gtkada/gtk-menu_shell.ads -include/gtkada/gtk-menu_shell.ali -include/gtkada/gtk-misc.adb -include/gtkada/gtk-misc.ads -include/gtkada/gtk-misc.ali -include/gtkada/gtk-notebook.adb -include/gtkada/gtk-notebook.ads -include/gtkada/gtk-notebook.ali -include/gtkada/gtk-object.adb -include/gtkada/gtk-object.ads -include/gtkada/gtk-object.ali -include/gtkada/gtk-option_menu.adb -include/gtkada/gtk-option_menu.ads -include/gtkada/gtk-option_menu.ali -include/gtkada/gtk-packer.adb -include/gtkada/gtk-packer.ads -include/gtkada/gtk-packer.ali -include/gtkada/gtk-paned.adb -include/gtkada/gtk-paned.ads -include/gtkada/gtk-paned.ali -include/gtkada/gtk-pixmap.adb -include/gtkada/gtk-pixmap.ads -include/gtkada/gtk-pixmap.ali -include/gtkada/gtk-pixmap_menu_item.adb -include/gtkada/gtk-pixmap_menu_item.ads -include/gtkada/gtk-pixmap_menu_item.ali -include/gtkada/gtk-plug.adb -include/gtkada/gtk-plug.ads -include/gtkada/gtk-plug.ali -include/gtkada/gtk-preview.adb -include/gtkada/gtk-preview.ads -include/gtkada/gtk-preview.ali -include/gtkada/gtk-progress.adb -include/gtkada/gtk-progress.ads -include/gtkada/gtk-progress.ali -include/gtkada/gtk-progress_bar.adb -include/gtkada/gtk-progress_bar.ads -include/gtkada/gtk-progress_bar.ali -include/gtkada/gtk-radio_button.adb -include/gtkada/gtk-radio_button.ads -include/gtkada/gtk-radio_button.ali -include/gtkada/gtk-radio_menu_item.adb -include/gtkada/gtk-radio_menu_item.ads -include/gtkada/gtk-radio_menu_item.ali -include/gtkada/gtk-rc.adb -include/gtkada/gtk-rc.ads -include/gtkada/gtk-rc.ali -include/gtkada/gtk-ruler.adb -include/gtkada/gtk-ruler.ads -include/gtkada/gtk-ruler.ali -include/gtkada/gtk-scale.adb -include/gtkada/gtk-scale.ads -include/gtkada/gtk-scale.ali -include/gtkada/gtk-scrollbar.adb -include/gtkada/gtk-scrollbar.ads -include/gtkada/gtk-scrollbar.ali -include/gtkada/gtk-scrolled_window.adb -include/gtkada/gtk-scrolled_window.ads -include/gtkada/gtk-scrolled_window.ali -include/gtkada/gtk-selection.adb -include/gtkada/gtk-selection.ads -include/gtkada/gtk-selection.ali -include/gtkada/gtk-separator.adb -include/gtkada/gtk-separator.ads -include/gtkada/gtk-separator.ali -include/gtkada/gtk-signal.adb -include/gtkada/gtk-signal.ads -include/gtkada/gtk-signal.ali -include/gtkada/gtk-socket.adb -include/gtkada/gtk-socket.ads -include/gtkada/gtk-socket.ali -include/gtkada/gtk-spin_button.adb -include/gtkada/gtk-spin_button.ads -include/gtkada/gtk-spin_button.ali -include/gtkada/gtk-status_bar.adb -include/gtkada/gtk-status_bar.ads -include/gtkada/gtk-status_bar.ali -include/gtkada/gtk-style.adb -include/gtkada/gtk-style.ads -include/gtkada/gtk-style.ali -include/gtkada/gtk-table.adb -include/gtkada/gtk-table.ads -include/gtkada/gtk-table.ali -include/gtkada/gtk-tearoff_menu_item.adb -include/gtkada/gtk-tearoff_menu_item.ads -include/gtkada/gtk-tearoff_menu_item.ali -include/gtkada/gtk-text.adb -include/gtkada/gtk-text.ads -include/gtkada/gtk-text.ali -include/gtkada/gtk-tips_query.adb -include/gtkada/gtk-tips_query.ads -include/gtkada/gtk-tips_query.ali -include/gtkada/gtk-toggle_button.adb -include/gtkada/gtk-toggle_button.ads -include/gtkada/gtk-toggle_button.ali -include/gtkada/gtk-toolbar.adb -include/gtkada/gtk-toolbar.ads -include/gtkada/gtk-toolbar.ali -include/gtkada/gtk-tooltips.adb -include/gtkada/gtk-tooltips.ads -include/gtkada/gtk-tooltips.ali -include/gtkada/gtk-tree.adb -include/gtkada/gtk-tree.ads -include/gtkada/gtk-tree.ali -include/gtkada/gtk-tree_item.adb -include/gtkada/gtk-tree_item.ads -include/gtkada/gtk-tree_item.ali -include/gtkada/gtk-type_conversion.adb -include/gtkada/gtk-type_conversion.ads -include/gtkada/gtk-type_conversion.ali -include/gtkada/gtk-type_conversion_hooks.adb -include/gtkada/gtk-type_conversion_hooks.ads -include/gtkada/gtk-type_conversion_hooks.ali -include/gtkada/gtk-vbutton_box.adb -include/gtkada/gtk-vbutton_box.ads -include/gtkada/gtk-vbutton_box.ali -include/gtkada/gtk-viewport.adb -include/gtkada/gtk-viewport.ads -include/gtkada/gtk-viewport.ali -include/gtkada/gtk-widget.adb -include/gtkada/gtk-widget.ads -include/gtkada/gtk-widget.ali -include/gtkada/gtk-window.adb -include/gtkada/gtk-window.ads -include/gtkada/gtk-window.ali -include/gtkada/gtk.adb -include/gtkada/gtk.ads -include/gtkada/gtk.ali -include/gtkada/gtk_generates.adb -include/gtkada/gtk_generates.ads -include/gtkada/gtkada-canvas.adb -include/gtkada/gtkada-canvas.ads -include/gtkada/gtkada-canvas.ali -include/gtkada/gtkada-dialogs.adb -include/gtkada/gtkada-dialogs.ads -include/gtkada/gtkada-dialogs.ali -include/gtkada/gtkada-file_selection.adb -include/gtkada/gtkada-file_selection.ads -include/gtkada/gtkada-file_selection.ali -include/gtkada/gtkada-handlers.ads -include/gtkada/gtkada-handlers.ali -include/gtkada/gtkada-intl.adb -include/gtkada/gtkada-intl.ads -include/gtkada/gtkada-intl.ali -include/gtkada/gtkada-pixmaps.ads -include/gtkada/gtkada-pixmaps.ali -include/gtkada/gtkada-types.adb -include/gtkada/gtkada-types.ads -include/gtkada/gtkada-types.ali -include/gtkada/gtkada.ads -include/gtkada/gtkada.ali -info/gtkada_rm.info -info/gtkada_rm.info-1 -info/gtkada_rm.info-10 -info/gtkada_rm.info-11 -info/gtkada_rm.info-12 -info/gtkada_rm.info-13 -info/gtkada_rm.info-14 -info/gtkada_rm.info-15 -info/gtkada_rm.info-16 -info/gtkada_rm.info-17 -info/gtkada_rm.info-2 -info/gtkada_rm.info-3 -info/gtkada_rm.info-4 -info/gtkada_rm.info-5 -info/gtkada_rm.info-6 -info/gtkada_rm.info-7 -info/gtkada_rm.info-8 -info/gtkada_rm.info-9 -info/gtkada_ug.info -info/gtkada_ug.info-1 -info/gtkada_ug.info-2 -lib/libgnomeada.a -lib/libgnomeada.so -lib/libgnomeada.so.%%SHLIB_VERSION%% -lib/libgtkada.a -lib/libgtkada.so -lib/libgtkada.so.%%SHLIB_VERSION%% -lib/libgtkada_art.a -lib/libgtkada_art.so -lib/libgtkada_art.so.%%SHLIB_VERSION%% -lib/libgtkada_gl.a -lib/libgtkada_gl.so -lib/libgtkada_gl.so.%%SHLIB_VERSION%% -lib/libgtkada_glade.a -lib/libgtkada_glade.so -lib/libgtkada_glade.so.%%SHLIB_VERSION%% -share/doc/GtkAda/gtkada_rm/checkbutton.jpg -share/doc/GtkAda/gtkada_rm/font.jpg -share/doc/GtkAda/gtkada_rm/gtkada_rm.info -share/doc/GtkAda/gtkada_rm/gtkada_rm.info-1 -share/doc/GtkAda/gtkada_rm/gtkada_rm.info-10 -share/doc/GtkAda/gtkada_rm/gtkada_rm.info-11 -share/doc/GtkAda/gtkada_rm/gtkada_rm.info-12 -share/doc/GtkAda/gtkada_rm/gtkada_rm.info-13 -share/doc/GtkAda/gtkada_rm/gtkada_rm.info-14 -share/doc/GtkAda/gtkada_rm/gtkada_rm.info-15 -share/doc/GtkAda/gtkada_rm/gtkada_rm.info-16 -share/doc/GtkAda/gtkada_rm/gtkada_rm.info-17 -share/doc/GtkAda/gtkada_rm/gtkada_rm.info-2 -share/doc/GtkAda/gtkada_rm/gtkada_rm.info-3 -share/doc/GtkAda/gtkada_rm/gtkada_rm.info-4 -share/doc/GtkAda/gtkada_rm/gtkada_rm.info-5 -share/doc/GtkAda/gtkada_rm/gtkada_rm.info-6 -share/doc/GtkAda/gtkada_rm/gtkada_rm.info-7 -share/doc/GtkAda/gtkada_rm/gtkada_rm.info-8 -share/doc/GtkAda/gtkada_rm/gtkada_rm.info-9 -share/doc/GtkAda/gtkada_rm/gtkada_rm.ps -share/doc/GtkAda/gtkada_rm/gtkada_rm.texi -share/doc/GtkAda/gtkada_rm/gtkada_rm.txt -share/doc/GtkAda/gtkada_rm/gtkada_rm_1.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_10.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_100.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_101.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_102.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_103.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_104.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_105.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_106.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_107.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_108.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_109.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_11.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_110.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_111.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_112.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_113.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_114.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_115.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_116.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_117.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_118.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_119.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_12.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_120.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_121.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_122.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_123.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_124.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_125.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_13.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_14.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_15.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_16.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_17.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_18.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_19.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_2.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_20.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_21.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_22.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_23.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_24.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_25.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_26.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_27.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_28.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_29.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_3.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_30.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_31.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_32.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_33.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_34.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_35.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_36.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_37.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_38.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_39.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_4.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_40.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_41.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_42.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_43.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_44.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_45.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_46.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_47.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_48.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_49.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_5.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_50.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_51.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_52.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_53.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_54.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_55.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_56.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_57.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_58.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_59.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_6.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_60.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_61.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_62.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_63.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_64.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_65.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_66.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_67.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_68.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_69.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_7.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_70.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_71.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_72.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_73.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_74.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_75.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_76.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_77.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_78.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_79.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_8.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_80.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_81.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_82.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_83.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_84.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_85.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_86.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_87.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_88.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_89.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_9.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_90.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_91.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_92.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_93.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_94.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_95.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_96.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_97.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_98.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_99.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_stoc.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_toc.html -share/doc/GtkAda/gtkada_rm/texinfo.tex -share/doc/GtkAda/gtkada_rm/togglebutton.jpg -share/doc/GtkAda/gtkada_ug/boxes.gif -share/doc/GtkAda/gtkada_ug/gtkada_ug.html -share/doc/GtkAda/gtkada_ug/gtkada_ug.info -share/doc/GtkAda/gtkada_ug/gtkada_ug.info-1 -share/doc/GtkAda/gtkada_ug/gtkada_ug.info-2 -share/doc/GtkAda/gtkada_ug/gtkada_ug.ps -share/doc/GtkAda/gtkada_ug/gtkada_ug.texi -share/doc/GtkAda/gtkada_ug/gtkada_ug.txt -share/doc/GtkAda/gtkada_ug/hierarchy.jpg -share/doc/GtkAda/gtkada_ug/hierarchy.txt -share/doc/GtkAda/gtkada_ug/texinfo.tex -@dirrm share/doc/GtkAda/gtkada_ug -@dirrm share/doc/GtkAda/gtkada_rm -@dirrm share/doc/GtkAda -@dirrm include/gtkada diff --git a/x11-toolkits/gtkdatabox2/Makefile b/x11-toolkits/gtkdatabox2/Makefile deleted file mode 100644 index 69131d93b573..000000000000 --- a/x11-toolkits/gtkdatabox2/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: gtkdatabox -# Date created: Mar 20, 2002 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= gtkdatabox -PORTVERSION= 0.1.13.0 -CATEGORIES= x11-toolkits -MASTER_SITES= http://www.eudoxos.de/gtk/download/gtkdatabox/ - -MAINTAINER= ports@FreeBSD.org - -USE_X_PREFIX= yes -USE_GNOMENG= yes -USE_GNOME= gtk12 -GNU_CONFIGURE= yes - -.include <bsd.port.mk> diff --git a/x11-toolkits/gtkdatabox2/distinfo b/x11-toolkits/gtkdatabox2/distinfo deleted file mode 100644 index 5c5d866ab40f..000000000000 --- a/x11-toolkits/gtkdatabox2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gtkdatabox-0.1.13.0.tar.gz) = 5e19cc8b1ecbc8c35ada3ec87969a3c2 diff --git a/x11-toolkits/gtkdatabox2/pkg-comment b/x11-toolkits/gtkdatabox2/pkg-comment deleted file mode 100644 index 9bbef6c5fad4..000000000000 --- a/x11-toolkits/gtkdatabox2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Display large amounts of numerical data fast and easy diff --git a/x11-toolkits/gtkdatabox2/pkg-descr b/x11-toolkits/gtkdatabox2/pkg-descr deleted file mode 100644 index 8ab0e0c5bcd0..000000000000 --- a/x11-toolkits/gtkdatabox2/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -GtkDatabox is designed to display large amounts of numerical data fast and -easy. Thousands of data points (X and Y coordinate) may be displayed without -any problems, zooming and scrolling as well as optional rulers are already -included. - -The widget may be used as display for oscilloscopes or other applications that -need to display fast changes in their data. - -At the present time only dotted curves, bars or lines may be used, but other -forms of representation like different dots or pixmaps are planned for the -near future. - -In addition user defined drawing functions will be added, along with structs -for exporting the display to other media (i.e. PS, PNG, etc.) - -WWW: http://www.eudoxos.de/gtk/gtkdatabox/ diff --git a/x11-toolkits/gtkdatabox2/pkg-plist b/x11-toolkits/gtkdatabox2/pkg-plist deleted file mode 100644 index bfadd3de2995..000000000000 --- a/x11-toolkits/gtkdatabox2/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -include/gtkdatabox.h -lib/libgtkdatabox.a -lib/libgtkdatabox.la diff --git a/x11-toolkits/gtkextra2/Makefile b/x11-toolkits/gtkextra2/Makefile deleted file mode 100644 index c52d866a6038..000000000000 --- a/x11-toolkits/gtkextra2/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: gtkextra -# Date created: 17 August 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gtkextra -PORTVERSION= 0.99.17 -CATEGORIES= x11-toolkits -MASTER_SITES= http://gtkextra.sourceforge.net/src/ \ - ${MASTER_SITE_SOURCEFORGE} \ - http://magnet.fsu.edu/~feiguin/gtk/src/ -MASTER_SITE_SUBDIR= scigraphica -DISTNAME= ${PORTNAME:S/gtk/gtk+/}-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org - -USE_X_PREFIX= yes -USE_LIBTOOL= yes -USE_GNOMENG= yes -USE_GNOME= gtk12 -USE_GMAKE= yes -INSTALLS_SHLIB= yes - -.include <bsd.port.mk> diff --git a/x11-toolkits/gtkextra2/distinfo b/x11-toolkits/gtkextra2/distinfo deleted file mode 100644 index 695cb926ea15..000000000000 --- a/x11-toolkits/gtkextra2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gtk+extra-0.99.17.tar.gz) = 390e622c12a5c7f7845ee144ae13ab93 diff --git a/x11-toolkits/gtkextra2/files/patch-aa b/x11-toolkits/gtkextra2/files/patch-aa deleted file mode 100644 index 78234c32d161..000000000000 --- a/x11-toolkits/gtkextra2/files/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ - -$FreeBSD$ - ---- gtkextra/Makefile.in.orig Fri Nov 30 17:28:46 2001 -+++ gtkextra/Makefile.in Wed Dec 5 10:57:22 2001 -@@ -126,14 +126,14 @@ - - lib_LTLIBRARIES = libgtkextra.la - libgtkextra_la_SOURCES = $(gtkextra_c_sources) --libgtkextra_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) -export-dynamic $(shell gtk-config --libs) $(GTKGL_LIBS) -+libgtkextra_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -export-dynamic $(shell gtk-config --libs) $(GTKGL_LIBS) - - EXTRA_HEADERS = - EXTRA_DIST = $(gtkextra_private_h_sources) gtkextra.def Makefile.win32 makefile.msc sat.xpm sg_small.xpm cloud.xpm suncloud.xpm testgtkplotdt.in - - # test programs, not to be installed - --noinst_PROGRAMS = testgtksheet testgtkiconlist testgtkfilesel testgtkplot testgtkfont testrealtime testiterator testpolar testgtkplot3d testcontour testbubbles testflux testboxes testimage testpixmap testcharsel testdt testgtkplotdt -+noinst_PROGRAMS = #testgtksheet testgtkiconlist testgtkfilesel testgtkplot testgtkfont testrealtime testiterator testpolar testgtkplot3d testcontour testbubbles testflux testboxes testimage testpixmap testcharsel testdt testgtkplotdt - DEPS = libgtkextra.la - LDADDS = libgtkextra.la $(GTK_LIBS) - diff --git a/x11-toolkits/gtkextra2/files/patch-ab b/x11-toolkits/gtkextra2/files/patch-ab deleted file mode 100644 index 12426187d2e9..000000000000 --- a/x11-toolkits/gtkextra2/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- gtkextra-config.in 2000/08/29 08:25:13 1.1 -+++ gtkextra-config.in 2000/08/29 08:26:26 -@@ -86,7 +86,7 @@ - - if test "$echo_libs" = "yes"; then - libdirs=-L@libdir@ -- echo $libdirs -lgtk -lgdk -lgtkextra -lglib -lm -+ echo @GTK_LIBS@ $libdirs -lgtkextra -lm - fi - - diff --git a/x11-toolkits/gtkextra2/files/patch-ac b/x11-toolkits/gtkextra2/files/patch-ac deleted file mode 100644 index b640137d09c7..000000000000 --- a/x11-toolkits/gtkextra2/files/patch-ac +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- Makefile.in.orig Fri Mar 9 17:19:15 2001 -+++ Makefile.in Sun Mar 11 12:36:59 2001 -@@ -448,6 +448,8 @@ - installdirs mostlyclean-generic distclean-generic clean-generic \ - maintainer-clean-generic clean mostlyclean distclean maintainer-clean - -+gtk+extra.m4: -+ cp gtk.m4 gtk+extra.m4 - - files: - @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \ diff --git a/x11-toolkits/gtkextra2/files/patch-gtkextra::gtkplotdt.c b/x11-toolkits/gtkextra2/files/patch-gtkextra::gtkplotdt.c deleted file mode 100644 index bfc112f0e900..000000000000 --- a/x11-toolkits/gtkextra2/files/patch-gtkextra::gtkplotdt.c +++ /dev/null @@ -1,15 +0,0 @@ - -$FreeBSD$ - ---- gtkextra/gtkplotdt.c 2001/12/05 09:01:36 1.1 -+++ gtkextra/gtkplotdt.c 2001/12/05 09:02:12 -@@ -20,7 +20,9 @@ - #include <stdlib.h> - #include <stdio.h> - #include <math.h> -+#ifndef __FreeBSD__ - #include <malloc.h> -+#endif - #include <string.h> - #include <gtk/gtk.h> - #include "gtkplotdt.h" diff --git a/x11-toolkits/gtkextra2/files/patch-gtkextra::gtkplotps.c b/x11-toolkits/gtkextra2/files/patch-gtkextra::gtkplotps.c deleted file mode 100644 index 69cb86b60e9a..000000000000 --- a/x11-toolkits/gtkextra2/files/patch-gtkextra::gtkplotps.c +++ /dev/null @@ -1,15 +0,0 @@ - -$FreeBSD$ - ---- gtkextra/gtkplotps.c.orig Fri Nov 30 17:13:40 2001 -+++ gtkextra/gtkplotps.c Wed Dec 5 10:58:27 2001 -@@ -34,7 +34,9 @@ - #include <ctype.h> - #include <time.h> - #include <gtk/gtk.h> -+#if __FreeBSD_version >= 500019 - #include <wctype.h> -+#endif - #include <locale.h> - - #include "gtkplot.h" diff --git a/x11-toolkits/gtkextra2/pkg-comment b/x11-toolkits/gtkextra2/pkg-comment deleted file mode 100644 index bb306181f41c..000000000000 --- a/x11-toolkits/gtkextra2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A useful widget set complementary to GTK+ diff --git a/x11-toolkits/gtkextra2/pkg-descr b/x11-toolkits/gtkextra2/pkg-descr deleted file mode 100644 index 719c1361c8e0..000000000000 --- a/x11-toolkits/gtkextra2/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -GTK+extra is a useful widget set complementary to GTK+ for creating graphical -interfaces for the X Windows System. It is written in C and requires GTK+ -version 1.2.x. - -WWW: http://gtkextra.sourceforge.net/ diff --git a/x11-toolkits/gtkextra2/pkg-plist b/x11-toolkits/gtkextra2/pkg-plist deleted file mode 100644 index a49850b21179..000000000000 --- a/x11-toolkits/gtkextra2/pkg-plist +++ /dev/null @@ -1,39 +0,0 @@ -bin/gtkextra-config -include/gtkextra/gtkbordercombo.h -include/gtkextra/gtkcharsel.h -include/gtkextra/gtkcheckitem.h -include/gtkextra/gtkcolorcombo.h -include/gtkextra/gtkcombobox.h -include/gtkextra/gtkdirtree.h -include/gtkextra/gtkextra.h -include/gtkextra/gtkextrafeatures.h -include/gtkextra/gtkfileicons.h -include/gtkextra/gtkfilelist.h -include/gtkextra/gtkfontcombo.h -include/gtkextra/gtkiconfilesel.h -include/gtkextra/gtkiconlist.h -include/gtkextra/gtkitementry.h -include/gtkextra/gtkplot.h -include/gtkextra/gtkplot3d.h -include/gtkextra/gtkplotbar.h -include/gtkextra/gtkplotbox.h -include/gtkextra/gtkplotcanvas.h -include/gtkextra/gtkplotcsurface.h -include/gtkextra/gtkplotdata.h -include/gtkextra/gtkplotdt.h -include/gtkextra/gtkplotflux.h -include/gtkextra/gtkplotgdk.h -include/gtkextra/gtkplotpc.h -include/gtkextra/gtkplotpixmap.h -include/gtkextra/gtkplotpolar.h -include/gtkextra/gtkplotprint.h -include/gtkextra/gtkplotps.h -include/gtkextra/gtkplotsurface.h -include/gtkextra/gtkpsfont.h -include/gtkextra/gtksheet.h -include/gtkextra/gtktogglecombo.h -lib/libgtkextra.a -lib/libgtkextra.so -lib/libgtkextra.so.17 -share/aclocal/gtkextra.m4 -@dirrm include/gtkextra diff --git a/x11-toolkits/gtkmm12/Makefile b/x11-toolkits/gtkmm12/Makefile deleted file mode 100644 index 670c68b22fef..000000000000 --- a/x11-toolkits/gtkmm12/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: gtk-- -# Date created: 11 May 1998 -# Whom: Yukihiro Nakai <Nakai@technologist.com> -# -# $FreeBSD$ -# - -PORTNAME= gtkmm -PORTVERSION= 1.2.8 -PORTREVISION= 1 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gtkmm/1.2 -#DIST_SUBDIR= gnome - -MAINTAINER= gnome@FreeBSD.org - -LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++ -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOMENG= yes -USE_GNOME= gtk12 -USE_LIBTOOL= yes -LIBTOOLFLAGS= --disable-ltlibs --release-ignore -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --enable-static=yes \ - --without-gnome \ - --with-sigc-prefix=${LOCALBASE} - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/x11-toolkits/gtkmm12/distinfo b/x11-toolkits/gtkmm12/distinfo deleted file mode 100644 index 066b9cf8c2e2..000000000000 --- a/x11-toolkits/gtkmm12/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gtkmm-1.2.8.tar.bz2) = 0dfcf7df4825379cb42cf6ef93c0387c diff --git a/x11-toolkits/gtkmm12/files/patch-ah b/x11-toolkits/gtkmm12/files/patch-ah deleted file mode 100644 index 26daf873fa6d..000000000000 --- a/x11-toolkits/gtkmm12/files/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ ---- gdk--/gdk--/window.cc.orig Tue Sep 28 15:05:27 1999 -+++ gdk--/gdk--/window.cc Mon Oct 4 18:56:14 1999 -@@ -57,7 +57,7 @@ - Gdk_Window::Gdk_Window(const Gdk_WindowAttr &attributes, - gint attributes_mask):Gdk_Drawable(0) - { -- create(0,attributes,attributes_mask); -+ create((Gdk_Window &)gdk_root_parent,attributes,attributes_mask); - } - - Gdk_Window::~Gdk_Window() diff --git a/x11-toolkits/gtkmm12/files/patch-src::editable.gen_h b/x11-toolkits/gtkmm12/files/patch-src::editable.gen_h deleted file mode 100644 index 234dc91f8061..000000000000 --- a/x11-toolkits/gtkmm12/files/patch-src::editable.gen_h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/editable.gen_h.orig Mon Jun 10 21:40:43 2002 -+++ src/editable.gen_h Mon Jun 10 21:40:56 2002 -@@ -147,7 +147,7 @@ - namespace Gtk - { - -- string Editable::get_chars (int start_pos = 0, int end_pos = - 1) const -+ string Editable::get_chars (int start_pos, int end_pos) const - { - gchar *chars = gtk_editable_get_chars (GTK_EDITABLE (gtkobj ()), start_pos, end_pos); - string ret_val = chars; diff --git a/x11-toolkits/gtkmm12/pkg-comment b/x11-toolkits/gtkmm12/pkg-comment deleted file mode 100644 index 656cd11549cb..000000000000 --- a/x11-toolkits/gtkmm12/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -C++ wrapper for gtk, a x11 graphics library diff --git a/x11-toolkits/gtkmm12/pkg-descr b/x11-toolkits/gtkmm12/pkg-descr deleted file mode 100644 index 656cd11549cb..000000000000 --- a/x11-toolkits/gtkmm12/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -C++ wrapper for gtk, a x11 graphics library diff --git a/x11-toolkits/gtkmm12/pkg-message b/x11-toolkits/gtkmm12/pkg-message deleted file mode 100644 index dd28b84b30a4..000000000000 --- a/x11-toolkits/gtkmm12/pkg-message +++ /dev/null @@ -1,10 +0,0 @@ -**************************************************************** -* * -* - To compile gtk-- based applications, type * -* eg++ `gtkmm-config --cflags` foo.cc `gtkmm-config --libs` * -* * -* - If you want to use autoconf with gtk--, * -* Please copy gtk--.m4 to /usr/local/share/aclocal * -* by yourself, thanks. * -* * -**************************************************************** diff --git a/x11-toolkits/gtkmm12/pkg-plist b/x11-toolkits/gtkmm12/pkg-plist deleted file mode 100644 index e40e635ed7f8..000000000000 --- a/x11-toolkits/gtkmm12/pkg-plist +++ /dev/null @@ -1,201 +0,0 @@ -bin/gtkmm-config -bin/gtkmmconvert -include/gdk--.h -include/gdk--/bitmap.h -include/gdk--/color.h -include/gdk--/colormap.h -include/gdk--/cursor.h -include/gdk--/drawable.h -include/gdk--/font.h -include/gdk--/gc.h -include/gdk--/image.h -include/gdk--/list.h -include/gdk--/main.h -include/gdk--/pixmap.h -include/gdk--/types.h -include/gdk--/visual.h -include/gdk--/window.h -include/glib--.h -include/gtk--.h -include/gtk--/accelgroup.h -include/gtk--/accellabel.h -include/gtk--/adjustment.h -include/gtk--/alignment.h -include/gtk--/arrow.h -include/gtk--/aspectframe.h -include/gtk--/base.h -include/gtk--/bin.h -include/gtk--/box.h -include/gtk--/button.h -include/gtk--/buttonbox.h -include/gtk--/calendar.h -include/gtk--/checkbutton.h -include/gtk--/checkmenuitem.h -include/gtk--/clist.h -include/gtk--/colorselection.h -include/gtk--/combo.h -include/gtk--/container.h -include/gtk--/ctree.h -include/gtk--/curve.h -include/gtk--/data.h -include/gtk--/dialog.h -include/gtk--/drawingarea.h -include/gtk--/editable.h -include/gtk--/entry.h -include/gtk--/eventbox.h -include/gtk--/fileselection.h -include/gtk--/fixed.h -include/gtk--/fontselection.h -include/gtk--/frame.h -include/gtk--/handlebox.h -include/gtk--/image.h -include/gtk--/imageloader.h -include/gtk--/inputdialog.h -include/gtk--/invisible.h -include/gtk--/item.h -include/gtk--/label.h -include/gtk--/layout.h -include/gtk--/list.h -include/gtk--/listitem.h -include/gtk--/main.h -include/gtk--/marshal.h -include/gtk--/menu.h -include/gtk--/menubar.h -include/gtk--/menuitem.h -include/gtk--/menushell.h -include/gtk--/misc.h -include/gtk--/notebook.h -include/gtk--/object.h -include/gtk--/optionmenu.h -include/gtk--/packer.h -include/gtk--/paned.h -include/gtk--/pixmap.h -include/gtk--/plug.h -include/gtk--/preview.h -include/gtk--/private/accelgroup_p.h -include/gtk--/private/accellabel_p.h -include/gtk--/private/adjustment_p.h -include/gtk--/private/alignment_p.h -include/gtk--/private/arrow_p.h -include/gtk--/private/aspectframe_p.h -include/gtk--/private/base_p.h -include/gtk--/private/bin_p.h -include/gtk--/private/box_p.h -include/gtk--/private/button_p.h -include/gtk--/private/buttonbox_p.h -include/gtk--/private/calendar_p.h -include/gtk--/private/checkbutton_p.h -include/gtk--/private/checkmenuitem_p.h -include/gtk--/private/clist_p.h -include/gtk--/private/colorselection_p.h -include/gtk--/private/combo_p.h -include/gtk--/private/container_p.h -include/gtk--/private/ctree_p.h -include/gtk--/private/curve_p.h -include/gtk--/private/data_p.h -include/gtk--/private/dialog_p.h -include/gtk--/private/drawingarea_p.h -include/gtk--/private/editable_p.h -include/gtk--/private/entry_p.h -include/gtk--/private/eventbox_p.h -include/gtk--/private/fileselection_p.h -include/gtk--/private/fixed_p.h -include/gtk--/private/fontselection_p.h -include/gtk--/private/frame_p.h -include/gtk--/private/handlebox_p.h -include/gtk--/private/image_p.h -include/gtk--/private/inputdialog_p.h -include/gtk--/private/invisible_p.h -include/gtk--/private/item_p.h -include/gtk--/private/label_p.h -include/gtk--/private/layout_p.h -include/gtk--/private/list_p.h -include/gtk--/private/listitem_p.h -include/gtk--/private/main_p.h -include/gtk--/private/menu_p.h -include/gtk--/private/menubar_p.h -include/gtk--/private/menuitem_p.h -include/gtk--/private/menushell_p.h -include/gtk--/private/misc_p.h -include/gtk--/private/notebook_p.h -include/gtk--/private/object_p.h -include/gtk--/private/optionmenu_p.h -include/gtk--/private/packer_p.h -include/gtk--/private/paned_p.h -include/gtk--/private/pixmap_p.h -include/gtk--/private/plug_p.h -include/gtk--/private/preview_p.h -include/gtk--/private/progress_p.h -include/gtk--/private/progressbar_p.h -include/gtk--/private/radiobutton_p.h -include/gtk--/private/radiomenuitem_p.h -include/gtk--/private/range_p.h -include/gtk--/private/ruler_p.h -include/gtk--/private/scale_p.h -include/gtk--/private/scrollbar_p.h -include/gtk--/private/scrolledwindow_p.h -include/gtk--/private/separator_p.h -include/gtk--/private/socket_p.h -include/gtk--/private/spinbutton_p.h -include/gtk--/private/statusbar_p.h -include/gtk--/private/style_p.h -include/gtk--/private/table_p.h -include/gtk--/private/tearoffmenuitem_p.h -include/gtk--/private/text_p.h -include/gtk--/private/tipsquery_p.h -include/gtk--/private/togglebutton_p.h -include/gtk--/private/toolbar_p.h -include/gtk--/private/tooltips_p.h -include/gtk--/private/tree_p.h -include/gtk--/private/treeitem_p.h -include/gtk--/private/viewport_p.h -include/gtk--/private/widget_p.h -include/gtk--/private/window_p.h -include/gtk--/progress.h -include/gtk--/progressbar.h -include/gtk--/proxy.h -include/gtk--/radiobutton.h -include/gtk--/radiomenuitem.h -include/gtk--/range.h -include/gtk--/ruler.h -include/gtk--/scale.h -include/gtk--/scrollbar.h -include/gtk--/scrolledwindow.h -include/gtk--/separator.h -include/gtk--/socket.h -include/gtk--/spinbutton.h -include/gtk--/statusbar.h -include/gtk--/style.h -include/gtk--/table.h -include/gtk--/tearoffmenuitem.h -include/gtk--/text.h -include/gtk--/tipsquery.h -include/gtk--/togglebutton.h -include/gtk--/toolbar.h -include/gtk--/tooltips.h -include/gtk--/tree.h -include/gtk--/treeitem.h -include/gtk--/viewport.h -include/gtk--/widget.h -include/gtk--/window.h -lib/gtkmm/include/gdk--config.h -lib/gtkmm/include/gtk--config.h -lib/gtkmm/proc/convert.m4 -lib/gtkmm/proc/doc1.m4 -lib/gtkmm/proc/gtkconvert.m4 -lib/gtkmm/proc/gtkmmproc -lib/gtkmm/proc/list.m4 -lib/gtkmm/proc/stage1.m4 -lib/libgdkmm.a -lib/libgdkmm.so -lib/libgdkmm.so.2 -lib/libgtkmm.a -lib/libgtkmm.so -lib/libgtkmm.so.2 -share/aclocal/gtk--.m4 -@dirrm include/gdk-- -@dirrm include/gtk--/private -@dirrm include/gtk-- -@dirrm lib/gtkmm/include -@dirrm lib/gtkmm/proc -@dirrm lib/gtkmm diff --git a/x11-toolkits/gtkmm20/Makefile b/x11-toolkits/gtkmm20/Makefile deleted file mode 100644 index c8ace7fc7c89..000000000000 --- a/x11-toolkits/gtkmm20/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: gtkmm2 -# Date created: 30 September 2002 -# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> -# -# $FreeBSD$ -# - -PORTNAME= gtkmm -PORTVERSION= 2.0.1 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= gtkmm - -MAINTAINER= gnome@FreeBSD.org - -LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 \ - gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_X_PREFIX= yes -NO_LATEST_LINK= yes -USE_GMAKE= yes -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -USE_GNOMENG= yes -USE_GNOME= gnomehack -CONFIGURE_ARGS= --enable-static=yes \ - --without-gnome \ - --with-sigc-prefix=${LOCALBASE} - -.include <bsd.port.mk> diff --git a/x11-toolkits/gtkmm20/distinfo b/x11-toolkits/gtkmm20/distinfo deleted file mode 100644 index c345d74c74d1..000000000000 --- a/x11-toolkits/gtkmm20/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gtkmm-2.0.1.tar.gz) = 5b3788d828f14b712f9fdbdb8b857760 diff --git a/x11-toolkits/gtkmm20/files/patch-configure b/x11-toolkits/gtkmm20/files/patch-configure deleted file mode 100644 index c14c5d93483a..000000000000 --- a/x11-toolkits/gtkmm20/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Sat Oct 12 00:36:53 2002 -+++ configure Sat Oct 12 00:37:15 2002 -@@ -6823,6 +6823,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/x11-toolkits/gtkmm20/pkg-comment b/x11-toolkits/gtkmm20/pkg-comment deleted file mode 100644 index 656cd11549cb..000000000000 --- a/x11-toolkits/gtkmm20/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -C++ wrapper for gtk, a x11 graphics library diff --git a/x11-toolkits/gtkmm20/pkg-descr b/x11-toolkits/gtkmm20/pkg-descr deleted file mode 100644 index 656cd11549cb..000000000000 --- a/x11-toolkits/gtkmm20/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -C++ wrapper for gtk, a x11 graphics library diff --git a/x11-toolkits/gtkmm20/pkg-message b/x11-toolkits/gtkmm20/pkg-message deleted file mode 100644 index dd28b84b30a4..000000000000 --- a/x11-toolkits/gtkmm20/pkg-message +++ /dev/null @@ -1,10 +0,0 @@ -**************************************************************** -* * -* - To compile gtk-- based applications, type * -* eg++ `gtkmm-config --cflags` foo.cc `gtkmm-config --libs` * -* * -* - If you want to use autoconf with gtk--, * -* Please copy gtk--.m4 to /usr/local/share/aclocal * -* by yourself, thanks. * -* * -**************************************************************** diff --git a/x11-toolkits/gtkmm20/pkg-plist b/x11-toolkits/gtkmm20/pkg-plist deleted file mode 100644 index 791d90608468..000000000000 --- a/x11-toolkits/gtkmm20/pkg-plist +++ /dev/null @@ -1,1959 +0,0 @@ -include/gtkmm-2.0/atkmm.h -include/gtkmm-2.0/atkmm/object.h -include/gtkmm-2.0/atkmm/private/object_p.h -include/gtkmm-2.0/atkmm/private/relation_p.h -include/gtkmm-2.0/atkmm/private/relationset_p.h -include/gtkmm-2.0/atkmm/private/stateset_p.h -include/gtkmm-2.0/atkmm/relation.h -include/gtkmm-2.0/atkmm/relationset.h -include/gtkmm-2.0/atkmm/stateset.h -include/gtkmm-2.0/atkmm/wrap_init.h -include/gtkmm-2.0/gdkmm.h -include/gtkmm-2.0/gdkmm/bitmap.h -include/gtkmm-2.0/gdkmm/color.h -include/gtkmm-2.0/gdkmm/colormap.h -include/gtkmm-2.0/gdkmm/cursor.h -include/gtkmm-2.0/gdkmm/dragcontext.h -include/gtkmm-2.0/gdkmm/drawable.h -include/gtkmm-2.0/gdkmm/event.h -include/gtkmm-2.0/gdkmm/gc.h -include/gtkmm-2.0/gdkmm/general.h -include/gtkmm-2.0/gdkmm/image.h -include/gtkmm-2.0/gdkmm/list.h -include/gtkmm-2.0/gdkmm/pixbuf.h -include/gtkmm-2.0/gdkmm/pixbufanimation.h -include/gtkmm-2.0/gdkmm/pixbufanimationiter.h -include/gtkmm-2.0/gdkmm/pixbufloader.h -include/gtkmm-2.0/gdkmm/pixmap.h -include/gtkmm-2.0/gdkmm/private/bitmap_p.h -include/gtkmm-2.0/gdkmm/private/color_p.h -include/gtkmm-2.0/gdkmm/private/colormap_p.h -include/gtkmm-2.0/gdkmm/private/cursor_p.h -include/gtkmm-2.0/gdkmm/private/dragcontext_p.h -include/gtkmm-2.0/gdkmm/private/drawable_p.h -include/gtkmm-2.0/gdkmm/private/event_p.h -include/gtkmm-2.0/gdkmm/private/gc_p.h -include/gtkmm-2.0/gdkmm/private/image_p.h -include/gtkmm-2.0/gdkmm/private/pixbuf_p.h -include/gtkmm-2.0/gdkmm/private/pixbufanimation_p.h -include/gtkmm-2.0/gdkmm/private/pixbufanimationiter_p.h -include/gtkmm-2.0/gdkmm/private/pixbufloader_p.h -include/gtkmm-2.0/gdkmm/private/pixmap_p.h -include/gtkmm-2.0/gdkmm/private/rectangle_p.h -include/gtkmm-2.0/gdkmm/private/region_p.h -include/gtkmm-2.0/gdkmm/private/rgbcmap_p.h -include/gtkmm-2.0/gdkmm/private/types_p.h -include/gtkmm-2.0/gdkmm/private/visual_p.h -include/gtkmm-2.0/gdkmm/private/window_p.h -include/gtkmm-2.0/gdkmm/rectangle.h -include/gtkmm-2.0/gdkmm/region.h -include/gtkmm-2.0/gdkmm/rgbcmap.h -include/gtkmm-2.0/gdkmm/types.h -include/gtkmm-2.0/gdkmm/visual.h -include/gtkmm-2.0/gdkmm/window.h -include/gtkmm-2.0/gdkmm/wrap_init.h -include/gtkmm-2.0/glibmm.h -include/gtkmm-2.0/glibmm/arrayhandle.h -include/gtkmm-2.0/glibmm/class.h -include/gtkmm-2.0/glibmm/containerhandle_shared.h -include/gtkmm-2.0/glibmm/containers.h -include/gtkmm-2.0/glibmm/convert.h -include/gtkmm-2.0/glibmm/date.h -include/gtkmm-2.0/glibmm/debug.h -include/gtkmm-2.0/glibmm/dispatcher.h -include/gtkmm-2.0/glibmm/error.h -include/gtkmm-2.0/glibmm/exception.h -include/gtkmm-2.0/glibmm/exceptionhandler.h -include/gtkmm-2.0/glibmm/fileutils.h -include/gtkmm-2.0/glibmm/helperlist.h -include/gtkmm-2.0/glibmm/interface.h -include/gtkmm-2.0/glibmm/iochannel.h -include/gtkmm-2.0/glibmm/listhandle.h -include/gtkmm-2.0/glibmm/main.h -include/gtkmm-2.0/glibmm/miscutils.h -include/gtkmm-2.0/glibmm/module.h -include/gtkmm-2.0/glibmm/object.h -include/gtkmm-2.0/glibmm/objectbase.h -include/gtkmm-2.0/glibmm/pattern.h -include/gtkmm-2.0/glibmm/private/convert_p.h -include/gtkmm-2.0/glibmm/private/date_p.h -include/gtkmm-2.0/glibmm/private/fileutils_p.h -include/gtkmm-2.0/glibmm/private/interface_p.h -include/gtkmm-2.0/glibmm/private/iochannel_p.h -include/gtkmm-2.0/glibmm/private/module_p.h -include/gtkmm-2.0/glibmm/private/object_p.h -include/gtkmm-2.0/glibmm/private/shell_p.h -include/gtkmm-2.0/glibmm/private/spawn_p.h -include/gtkmm-2.0/glibmm/private/thread_p.h -include/gtkmm-2.0/glibmm/private/unicode_p.h -include/gtkmm-2.0/glibmm/property.h -include/gtkmm-2.0/glibmm/propertyproxy.h -include/gtkmm-2.0/glibmm/propertyproxy_base.h -include/gtkmm-2.0/glibmm/quark.h -include/gtkmm-2.0/glibmm/random.h -include/gtkmm-2.0/glibmm/refptr.h -include/gtkmm-2.0/glibmm/sarray.h -include/gtkmm-2.0/glibmm/shell.h -include/gtkmm-2.0/glibmm/signalproxy.h -include/gtkmm-2.0/glibmm/signalproxy_connectionnode.h -include/gtkmm-2.0/glibmm/slisthandle.h -include/gtkmm-2.0/glibmm/spawn.h -include/gtkmm-2.0/glibmm/streamiochannel.h -include/gtkmm-2.0/glibmm/thread.h -include/gtkmm-2.0/glibmm/threadpool.h -include/gtkmm-2.0/glibmm/timer.h -include/gtkmm-2.0/glibmm/timeval.h -include/gtkmm-2.0/glibmm/unicode.h -include/gtkmm-2.0/glibmm/ustring.h -include/gtkmm-2.0/glibmm/utility.h -include/gtkmm-2.0/glibmm/value.h -include/gtkmm-2.0/glibmm/value_basictypes.h -include/gtkmm-2.0/glibmm/value_custom.h -include/gtkmm-2.0/glibmm/wrap.h -include/gtkmm-2.0/glibmm/wrap_init.h -include/gtkmm-2.0/gtkmm.h -include/gtkmm-2.0/gtkmm/accelgroup.h -include/gtkmm-2.0/gtkmm/accelkey.h -include/gtkmm-2.0/gtkmm/accellabel.h -include/gtkmm-2.0/gtkmm/accelmap.h -include/gtkmm-2.0/gtkmm/adjustment.h -include/gtkmm-2.0/gtkmm/alignment.h -include/gtkmm-2.0/gtkmm/arrow.h -include/gtkmm-2.0/gtkmm/aspectframe.h -include/gtkmm-2.0/gtkmm/base.h -include/gtkmm-2.0/gtkmm/bin.h -include/gtkmm-2.0/gtkmm/box.h -include/gtkmm-2.0/gtkmm/button.h -include/gtkmm-2.0/gtkmm/buttonbox.h -include/gtkmm-2.0/gtkmm/calendar.h -include/gtkmm-2.0/gtkmm/celleditable.h -include/gtkmm-2.0/gtkmm/cellrenderer.h -include/gtkmm-2.0/gtkmm/cellrendererpixbuf.h -include/gtkmm-2.0/gtkmm/cellrenderertext.h -include/gtkmm-2.0/gtkmm/cellrenderertoggle.h -include/gtkmm-2.0/gtkmm/checkbutton.h -include/gtkmm-2.0/gtkmm/checkmenuitem.h -include/gtkmm-2.0/gtkmm/clipboard.h -include/gtkmm-2.0/gtkmm/colorselection.h -include/gtkmm-2.0/gtkmm/combo.h -include/gtkmm-2.0/gtkmm/container.h -include/gtkmm-2.0/gtkmm/curve.h -include/gtkmm-2.0/gtkmm/dialog.h -include/gtkmm-2.0/gtkmm/drawingarea.h -include/gtkmm-2.0/gtkmm/editable.h -include/gtkmm-2.0/gtkmm/entry.h -include/gtkmm-2.0/gtkmm/enums.h -include/gtkmm-2.0/gtkmm/eventbox.h -include/gtkmm-2.0/gtkmm/fileselection.h -include/gtkmm-2.0/gtkmm/fixed.h -include/gtkmm-2.0/gtkmm/fontselection.h -include/gtkmm-2.0/gtkmm/frame.h -include/gtkmm-2.0/gtkmm/handlebox.h -include/gtkmm-2.0/gtkmm/iconfactory.h -include/gtkmm-2.0/gtkmm/iconset.h -include/gtkmm-2.0/gtkmm/iconsource.h -include/gtkmm-2.0/gtkmm/image.h -include/gtkmm-2.0/gtkmm/imagemenuitem.h -include/gtkmm-2.0/gtkmm/inputdialog.h -include/gtkmm-2.0/gtkmm/invisible.h -include/gtkmm-2.0/gtkmm/item.h -include/gtkmm-2.0/gtkmm/label.h -include/gtkmm-2.0/gtkmm/layout.h -include/gtkmm-2.0/gtkmm/liststore.h -include/gtkmm-2.0/gtkmm/main.h -include/gtkmm-2.0/gtkmm/menu.h -include/gtkmm-2.0/gtkmm/menu_elems.h -include/gtkmm-2.0/gtkmm/menubar.h -include/gtkmm-2.0/gtkmm/menuitem.h -include/gtkmm-2.0/gtkmm/menushell.h -include/gtkmm-2.0/gtkmm/messagedialog.h -include/gtkmm-2.0/gtkmm/misc.h -include/gtkmm-2.0/gtkmm/notebook.h -include/gtkmm-2.0/gtkmm/object.h -include/gtkmm-2.0/gtkmm/optionmenu.h -include/gtkmm-2.0/gtkmm/paned.h -include/gtkmm-2.0/gtkmm/plug.h -include/gtkmm-2.0/gtkmm/private/accelgroup_p.h -include/gtkmm-2.0/gtkmm/private/accellabel_p.h -include/gtkmm-2.0/gtkmm/private/adjustment_p.h -include/gtkmm-2.0/gtkmm/private/alignment_p.h -include/gtkmm-2.0/gtkmm/private/arrow_p.h -include/gtkmm-2.0/gtkmm/private/aspectframe_p.h -include/gtkmm-2.0/gtkmm/private/bin_p.h -include/gtkmm-2.0/gtkmm/private/box_p.h -include/gtkmm-2.0/gtkmm/private/button_p.h -include/gtkmm-2.0/gtkmm/private/buttonbox_p.h -include/gtkmm-2.0/gtkmm/private/calendar_p.h -include/gtkmm-2.0/gtkmm/private/celleditable_p.h -include/gtkmm-2.0/gtkmm/private/cellrenderer_p.h -include/gtkmm-2.0/gtkmm/private/cellrendererpixbuf_p.h -include/gtkmm-2.0/gtkmm/private/cellrenderertext_p.h -include/gtkmm-2.0/gtkmm/private/cellrenderertoggle_p.h -include/gtkmm-2.0/gtkmm/private/checkbutton_p.h -include/gtkmm-2.0/gtkmm/private/checkmenuitem_p.h -include/gtkmm-2.0/gtkmm/private/colorselection_p.h -include/gtkmm-2.0/gtkmm/private/combo_p.h -include/gtkmm-2.0/gtkmm/private/container_p.h -include/gtkmm-2.0/gtkmm/private/curve_p.h -include/gtkmm-2.0/gtkmm/private/dialog_p.h -include/gtkmm-2.0/gtkmm/private/drawingarea_p.h -include/gtkmm-2.0/gtkmm/private/editable_p.h -include/gtkmm-2.0/gtkmm/private/entry_p.h -include/gtkmm-2.0/gtkmm/private/enums_p.h -include/gtkmm-2.0/gtkmm/private/eventbox_p.h -include/gtkmm-2.0/gtkmm/private/fileselection_p.h -include/gtkmm-2.0/gtkmm/private/fixed_p.h -include/gtkmm-2.0/gtkmm/private/fontselection_p.h -include/gtkmm-2.0/gtkmm/private/frame_p.h -include/gtkmm-2.0/gtkmm/private/handlebox_p.h -include/gtkmm-2.0/gtkmm/private/iconfactory_p.h -include/gtkmm-2.0/gtkmm/private/iconset_p.h -include/gtkmm-2.0/gtkmm/private/iconsource_p.h -include/gtkmm-2.0/gtkmm/private/image_p.h -include/gtkmm-2.0/gtkmm/private/imagemenuitem_p.h -include/gtkmm-2.0/gtkmm/private/inputdialog_p.h -include/gtkmm-2.0/gtkmm/private/invisible_p.h -include/gtkmm-2.0/gtkmm/private/item_p.h -include/gtkmm-2.0/gtkmm/private/label_p.h -include/gtkmm-2.0/gtkmm/private/layout_p.h -include/gtkmm-2.0/gtkmm/private/liststore_p.h -include/gtkmm-2.0/gtkmm/private/main_p.h -include/gtkmm-2.0/gtkmm/private/menu_p.h -include/gtkmm-2.0/gtkmm/private/menubar_p.h -include/gtkmm-2.0/gtkmm/private/menuitem_p.h -include/gtkmm-2.0/gtkmm/private/menushell_p.h -include/gtkmm-2.0/gtkmm/private/messagedialog_p.h -include/gtkmm-2.0/gtkmm/private/misc_p.h -include/gtkmm-2.0/gtkmm/private/notebook_p.h -include/gtkmm-2.0/gtkmm/private/object_p.h -include/gtkmm-2.0/gtkmm/private/optionmenu_p.h -include/gtkmm-2.0/gtkmm/private/paned_p.h -include/gtkmm-2.0/gtkmm/private/plug_p.h -include/gtkmm-2.0/gtkmm/private/progressbar_p.h -include/gtkmm-2.0/gtkmm/private/radiobutton_p.h -include/gtkmm-2.0/gtkmm/private/radiomenuitem_p.h -include/gtkmm-2.0/gtkmm/private/range_p.h -include/gtkmm-2.0/gtkmm/private/rc_p.h -include/gtkmm-2.0/gtkmm/private/ruler_p.h -include/gtkmm-2.0/gtkmm/private/scale_p.h -include/gtkmm-2.0/gtkmm/private/scrollbar_p.h -include/gtkmm-2.0/gtkmm/private/scrolledwindow_p.h -include/gtkmm-2.0/gtkmm/private/separator_p.h -include/gtkmm-2.0/gtkmm/private/separatormenuitem_p.h -include/gtkmm-2.0/gtkmm/private/settings_p.h -include/gtkmm-2.0/gtkmm/private/sizegroup_p.h -include/gtkmm-2.0/gtkmm/private/socket_p.h -include/gtkmm-2.0/gtkmm/private/spinbutton_p.h -include/gtkmm-2.0/gtkmm/private/statusbar_p.h -include/gtkmm-2.0/gtkmm/private/stockitem_p.h -include/gtkmm-2.0/gtkmm/private/style_p.h -include/gtkmm-2.0/gtkmm/private/table_p.h -include/gtkmm-2.0/gtkmm/private/tearoffmenuitem_p.h -include/gtkmm-2.0/gtkmm/private/textattributes_p.h -include/gtkmm-2.0/gtkmm/private/textbuffer_p.h -include/gtkmm-2.0/gtkmm/private/textchildanchor_p.h -include/gtkmm-2.0/gtkmm/private/textiter_p.h -include/gtkmm-2.0/gtkmm/private/textmark_p.h -include/gtkmm-2.0/gtkmm/private/texttag_p.h -include/gtkmm-2.0/gtkmm/private/texttagtable_p.h -include/gtkmm-2.0/gtkmm/private/textview_p.h -include/gtkmm-2.0/gtkmm/private/togglebutton_p.h -include/gtkmm-2.0/gtkmm/private/toolbar_p.h -include/gtkmm-2.0/gtkmm/private/tooltips_p.h -include/gtkmm-2.0/gtkmm/private/treedragdest_p.h -include/gtkmm-2.0/gtkmm/private/treedragsource_p.h -include/gtkmm-2.0/gtkmm/private/treeiter_p.h -include/gtkmm-2.0/gtkmm/private/treemodel_p.h -include/gtkmm-2.0/gtkmm/private/treepath_p.h -include/gtkmm-2.0/gtkmm/private/treerowreference_p.h -include/gtkmm-2.0/gtkmm/private/treeselection_p.h -include/gtkmm-2.0/gtkmm/private/treesortable_p.h -include/gtkmm-2.0/gtkmm/private/treestore_p.h -include/gtkmm-2.0/gtkmm/private/treeview_p.h -include/gtkmm-2.0/gtkmm/private/treeviewcolumn_p.h -include/gtkmm-2.0/gtkmm/private/viewport_p.h -include/gtkmm-2.0/gtkmm/private/widget_p.h -include/gtkmm-2.0/gtkmm/private/window_p.h -include/gtkmm-2.0/gtkmm/progressbar.h -include/gtkmm-2.0/gtkmm/radiobutton.h -include/gtkmm-2.0/gtkmm/radiomenuitem.h -include/gtkmm-2.0/gtkmm/range.h -include/gtkmm-2.0/gtkmm/rc.h -include/gtkmm-2.0/gtkmm/ruler.h -include/gtkmm-2.0/gtkmm/scale.h -include/gtkmm-2.0/gtkmm/scrollbar.h -include/gtkmm-2.0/gtkmm/scrolledwindow.h -include/gtkmm-2.0/gtkmm/separator.h -include/gtkmm-2.0/gtkmm/separatormenuitem.h -include/gtkmm-2.0/gtkmm/settings.h -include/gtkmm-2.0/gtkmm/sizegroup.h -include/gtkmm-2.0/gtkmm/socket.h -include/gtkmm-2.0/gtkmm/spinbutton.h -include/gtkmm-2.0/gtkmm/statusbar.h -include/gtkmm-2.0/gtkmm/stock.h -include/gtkmm-2.0/gtkmm/stockid.h -include/gtkmm-2.0/gtkmm/stockitem.h -include/gtkmm-2.0/gtkmm/style.h -include/gtkmm-2.0/gtkmm/table.h -include/gtkmm-2.0/gtkmm/targetentry.h -include/gtkmm-2.0/gtkmm/tearoffmenuitem.h -include/gtkmm-2.0/gtkmm/textattributes.h -include/gtkmm-2.0/gtkmm/textbuffer.h -include/gtkmm-2.0/gtkmm/textchildanchor.h -include/gtkmm-2.0/gtkmm/textiter.h -include/gtkmm-2.0/gtkmm/textmark.h -include/gtkmm-2.0/gtkmm/texttag.h -include/gtkmm-2.0/gtkmm/texttagtable.h -include/gtkmm-2.0/gtkmm/textview.h -include/gtkmm-2.0/gtkmm/togglebutton.h -include/gtkmm-2.0/gtkmm/toolbar.h -include/gtkmm-2.0/gtkmm/tooltips.h -include/gtkmm-2.0/gtkmm/treedragdest.h -include/gtkmm-2.0/gtkmm/treedragsource.h -include/gtkmm-2.0/gtkmm/treeiter.h -include/gtkmm-2.0/gtkmm/treemodel.h -include/gtkmm-2.0/gtkmm/treemodelcolumn.h -include/gtkmm-2.0/gtkmm/treepath.h -include/gtkmm-2.0/gtkmm/treerowreference.h -include/gtkmm-2.0/gtkmm/treeselection.h -include/gtkmm-2.0/gtkmm/treesortable.h -include/gtkmm-2.0/gtkmm/treestore.h -include/gtkmm-2.0/gtkmm/treeview.h -include/gtkmm-2.0/gtkmm/treeview_private.h -include/gtkmm-2.0/gtkmm/treeviewcolumn.h -include/gtkmm-2.0/gtkmm/viewport.h -include/gtkmm-2.0/gtkmm/widget.h -include/gtkmm-2.0/gtkmm/window.h -include/gtkmm-2.0/gtkmm/wrap_init.h -include/gtkmm-2.0/gtkmm_generate_extra_defs/generate_extra_defs.h -include/gtkmm-2.0/pangomm.h -include/gtkmm-2.0/pangomm/attributes.h -include/gtkmm-2.0/pangomm/attriter.h -include/gtkmm-2.0/pangomm/attrlist.h -include/gtkmm-2.0/pangomm/color.h -include/gtkmm-2.0/pangomm/context.h -include/gtkmm-2.0/pangomm/coverage.h -include/gtkmm-2.0/pangomm/font.h -include/gtkmm-2.0/pangomm/fontdescription.h -include/gtkmm-2.0/pangomm/fontface.h -include/gtkmm-2.0/pangomm/fontfamily.h -include/gtkmm-2.0/pangomm/fontmap.h -include/gtkmm-2.0/pangomm/fontmetrics.h -include/gtkmm-2.0/pangomm/fontset.h -include/gtkmm-2.0/pangomm/glyph.h -include/gtkmm-2.0/pangomm/glyphstring.h -include/gtkmm-2.0/pangomm/item.h -include/gtkmm-2.0/pangomm/language.h -include/gtkmm-2.0/pangomm/layout.h -include/gtkmm-2.0/pangomm/layoutiter.h -include/gtkmm-2.0/pangomm/layoutline.h -include/gtkmm-2.0/pangomm/layoutrun.h -include/gtkmm-2.0/pangomm/private/attributes_p.h -include/gtkmm-2.0/pangomm/private/attriter_p.h -include/gtkmm-2.0/pangomm/private/attrlist_p.h -include/gtkmm-2.0/pangomm/private/color_p.h -include/gtkmm-2.0/pangomm/private/context_p.h -include/gtkmm-2.0/pangomm/private/coverage_p.h -include/gtkmm-2.0/pangomm/private/font_p.h -include/gtkmm-2.0/pangomm/private/fontdescription_p.h -include/gtkmm-2.0/pangomm/private/fontface_p.h -include/gtkmm-2.0/pangomm/private/fontfamily_p.h -include/gtkmm-2.0/pangomm/private/fontmap_p.h -include/gtkmm-2.0/pangomm/private/fontmetrics_p.h -include/gtkmm-2.0/pangomm/private/fontset_p.h -include/gtkmm-2.0/pangomm/private/glyph_p.h -include/gtkmm-2.0/pangomm/private/glyphstring_p.h -include/gtkmm-2.0/pangomm/private/item_p.h -include/gtkmm-2.0/pangomm/private/language_p.h -include/gtkmm-2.0/pangomm/private/layout_p.h -include/gtkmm-2.0/pangomm/private/layoutiter_p.h -include/gtkmm-2.0/pangomm/private/layoutline_p.h -include/gtkmm-2.0/pangomm/private/layoutrun_p.h -include/gtkmm-2.0/pangomm/private/rectangle_p.h -include/gtkmm-2.0/pangomm/private/tabarray_p.h -include/gtkmm-2.0/pangomm/rectangle.h -include/gtkmm-2.0/pangomm/tabarray.h -include/gtkmm-2.0/pangomm/wrap_init.h -lib/gtkmm-2.0/include/gdkmmconfig.h -lib/gtkmm-2.0/include/glibmmconfig.h -lib/gtkmm-2.0/include/gtkmmconfig.h -lib/gtkmm-2.0/proc/generate_wrap_init.pl -lib/gtkmm-2.0/proc/gtkmmproc -lib/gtkmm-2.0/proc/m4/base.m4 -lib/gtkmm-2.0/proc/m4/class_boxedtype.m4 -lib/gtkmm-2.0/proc/m4/class_boxedtype_static.m4 -lib/gtkmm-2.0/proc/m4/class_generic.m4 -lib/gtkmm-2.0/proc/m4/class_gobject.m4 -lib/gtkmm-2.0/proc/m4/class_gtkobject.m4 -lib/gtkmm-2.0/proc/m4/class_interface.m4 -lib/gtkmm-2.0/proc/m4/class_opaque_copyable.m4 -lib/gtkmm-2.0/proc/m4/class_opaque_refcounted.m4 -lib/gtkmm-2.0/proc/m4/class_shared.m4 -lib/gtkmm-2.0/proc/m4/compare.m4 -lib/gtkmm-2.0/proc/m4/convert.m4 -lib/gtkmm-2.0/proc/m4/convert_atk.m4 -lib/gtkmm-2.0/proc/m4/convert_base.m4 -lib/gtkmm-2.0/proc/m4/convert_gdk.m4 -lib/gtkmm-2.0/proc/m4/convert_glib.m4 -lib/gtkmm-2.0/proc/m4/convert_gtk.m4 -lib/gtkmm-2.0/proc/m4/convert_gtkmm.m4 -lib/gtkmm-2.0/proc/m4/convert_pango.m4 -lib/gtkmm-2.0/proc/m4/ctor.m4 -lib/gtkmm-2.0/proc/m4/doc.m4 -lib/gtkmm-2.0/proc/m4/enum.m4 -lib/gtkmm-2.0/proc/m4/gerror.m4 -lib/gtkmm-2.0/proc/m4/list.m4 -lib/gtkmm-2.0/proc/m4/member.m4 -lib/gtkmm-2.0/proc/m4/method.m4 -lib/gtkmm-2.0/proc/m4/property.m4 -lib/gtkmm-2.0/proc/m4/signal.m4 -lib/gtkmm-2.0/proc/m4/vfunc.m4 -lib/gtkmm-2.0/proc/pm/DocsParser.pm -lib/gtkmm-2.0/proc/pm/Enum.pm -lib/gtkmm-2.0/proc/pm/Function.pm -lib/gtkmm-2.0/proc/pm/FunctionBase.pm -lib/gtkmm-2.0/proc/pm/GtkDefs.pm -lib/gtkmm-2.0/proc/pm/Object.pm -lib/gtkmm-2.0/proc/pm/Output.pm -lib/gtkmm-2.0/proc/pm/Property.pm -lib/gtkmm-2.0/proc/pm/Util.pm -lib/gtkmm-2.0/proc/pm/WrapParser.pm -lib/libatkmm-1.0.a -lib/libatkmm-1.0.so -lib/libatkmm-1.0.so.2 -lib/libgdkmm-2.0.a -lib/libgdkmm-2.0.so -lib/libgdkmm-2.0.so.2 -lib/libglibmm-2.0.a -lib/libglibmm-2.0.so -lib/libglibmm-2.0.so.2 -lib/libgtkmm-2.0.a -lib/libgtkmm-2.0.so -lib/libgtkmm-2.0.so.2 -lib/libgtkmm_generate_extra_defs-2.0.a -lib/libgtkmm_generate_extra_defs-2.0.so -lib/libgtkmm_generate_extra_defs-2.0.so.2 -lib/libpangomm-1.0.a -lib/libpangomm-1.0.so -lib/libpangomm-1.0.so.2 -libdata/pkgconfig/atkmm-1.0.pc -libdata/pkgconfig/gdkmm-2.0.pc -libdata/pkgconfig/glibmm-2.0.pc -libdata/pkgconfig/gtkmm-2.0.pc -libdata/pkgconfig/pangomm-1.0.pc -share/doc/gtkmm-2.0/images/gtkmm_logo.gif -share/doc/gtkmm-2.0/images/top.gif -share/doc/gtkmm-2.0/index.html -share/doc/gtkmm-2.0/reference/html/accelgroup_8h.html -share/doc/gtkmm-2.0/reference/html/accelkey_8h.html -share/doc/gtkmm-2.0/reference/html/accellabel_8h.html -share/doc/gtkmm-2.0/reference/html/accelmap_8h.html -share/doc/gtkmm-2.0/reference/html/adjustment_8h.html -share/doc/gtkmm-2.0/reference/html/alignment_8h.html -share/doc/gtkmm-2.0/reference/html/annotated.html -share/doc/gtkmm-2.0/reference/html/arrayhandle_8h.html -share/doc/gtkmm-2.0/reference/html/arrow_8h.html -share/doc/gtkmm-2.0/reference/html/aspectframe_8h.html -share/doc/gtkmm-2.0/reference/html/atk_2atkmm_2object_8h.html -share/doc/gtkmm-2.0/reference/html/attributes_8h.html -share/doc/gtkmm-2.0/reference/html/attriter_8h.html -share/doc/gtkmm-2.0/reference/html/attrlist_8h.html -share/doc/gtkmm-2.0/reference/html/base_8h.html -share/doc/gtkmm-2.0/reference/html/bin_8h.html -share/doc/gtkmm-2.0/reference/html/bitmap_8h.html -share/doc/gtkmm-2.0/reference/html/book_2buttons_2button_2buttons_8h-example.html -share/doc/gtkmm-2.0/reference/html/box_8h.html -share/doc/gtkmm-2.0/reference/html/button_8h.html -share/doc/gtkmm-2.0/reference/html/buttonbox_8h.html -share/doc/gtkmm-2.0/reference/html/calendar_8h.html -share/doc/gtkmm-2.0/reference/html/celleditable_8h.html -share/doc/gtkmm-2.0/reference/html/cellrenderer_8h.html -share/doc/gtkmm-2.0/reference/html/cellrendererpixbuf_8h.html -share/doc/gtkmm-2.0/reference/html/cellrenderertext_8h.html -share/doc/gtkmm-2.0/reference/html/cellrenderertoggle_8h.html -share/doc/gtkmm-2.0/reference/html/checkbutton_8h.html -share/doc/gtkmm-2.0/reference/html/checkmenuitem_8h.html -share/doc/gtkmm-2.0/reference/html/classAtk_1_1Object-members.html -share/doc/gtkmm-2.0/reference/html/classAtk_1_1Object.html -share/doc/gtkmm-2.0/reference/html/classAtk_1_1Object__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classAtk_1_1Relation-members.html -share/doc/gtkmm-2.0/reference/html/classAtk_1_1Relation.html -share/doc/gtkmm-2.0/reference/html/classAtk_1_1RelationSet-members.html -share/doc/gtkmm-2.0/reference/html/classAtk_1_1RelationSet.html -share/doc/gtkmm-2.0/reference/html/classAtk_1_1RelationSet__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classAtk_1_1Relation__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classAtk_1_1StateSet-members.html -share/doc/gtkmm-2.0/reference/html/classAtk_1_1StateSet.html -share/doc/gtkmm-2.0/reference/html/classAtk_1_1StateSet__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGTimeVal.html -share/doc/gtkmm-2.0/reference/html/classGTimeVal__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Bitmap-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Bitmap.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Bitmap__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Color-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Color.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Colormap-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Colormap.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Colormap__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Cursor-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Cursor.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1DragContext-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1DragContext.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1DragContext__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Drawable-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Drawable.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Drawable__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Event-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Event.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1GC-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1GC.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1GC__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Image-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Image.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Image__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Pixbuf-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Pixbuf.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1PixbufAnimation-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1PixbufAnimation.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1PixbufAnimationIter-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1PixbufAnimationIter.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1PixbufAnimationIter__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1PixbufAnimation__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1PixbufError-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1PixbufError.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1PixbufError__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1PixbufLoader-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1PixbufLoader.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1PixbufLoader__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Pixbuf__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Pixmap-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Pixmap.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Pixmap__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Point-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Point.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Rectangle-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Rectangle.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Region-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Region.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1RgbCmap-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1RgbCmap.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Visual-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Visual.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Visual__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Window-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Window.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Window__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ArrayHandle-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ArrayHandle.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Cond-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Cond.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Container__Helpers_1_1ArrayHandleIterator-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Container__Helpers_1_1ArrayHandleIterator.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Container__Helpers_1_1ListHandleIterator-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Container__Helpers_1_1ListHandleIterator.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Container__Helpers_1_1SListHandleIterator-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Container__Helpers_1_1SListHandleIterator.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ConvertError-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ConvertError.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ConvertError__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Date-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Date.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Dir-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Dir.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1DirIterator-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1DirIterator.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Dispatcher-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Dispatcher.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Error-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Error.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Error__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Exception-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Exception.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Exception__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1FileError-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1FileError.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1FileError__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1HelperList-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1HelperList.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IConv-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IConv.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IOChannel-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IOChannel.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IOChannelError-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IOChannelError.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IOChannelError__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IOChannel__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IOSource-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IOSource.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IOSource__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IdleSource-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IdleSource.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IdleSource__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Interface-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Interface.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Interface__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ListHandle-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ListHandle.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1MainContext-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1MainContext.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1MainLoop-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1MainLoop.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Module-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Module.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Mutex-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Mutex.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Mutex_1_1Lock-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Mutex_1_1Lock.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Object-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Object.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ObjectBase-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ObjectBase.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ObjectBase__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Object__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PatternSpec-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PatternSpec.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PollFD-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PollFD.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Private-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Private.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Property-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Property.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyBase-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyBase.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyBase__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyProxy-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyProxy.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyProxy__Base-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyProxy__Base.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyProxy__Base__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyProxy__ReadOnly-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyProxy__ReadOnly__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyProxy__WriteOnly-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyProxy__WriteOnly.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyProxy__WriteOnly__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyProxy__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Property__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Quark-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Quark.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Quark__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1QueryQuark-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1QueryQuark.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1QueryQuark__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RWLock-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RWLock.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RWLock_1_1ReaderLock-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RWLock_1_1ReaderLock.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RWLock_1_1WriterLock-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RWLock_1_1WriterLock.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RWLock__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Rand-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Rand.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RecMutex-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RecMutex.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RecMutex_1_1Lock-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RecMutex_1_1Lock.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RecMutex__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RefPtr-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RefPtr.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SListHandle-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SListHandle.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Sequence-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Sequence.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ShellError-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ShellError.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ShellError__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalIO-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalIO.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalIdle-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalIdle.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy0-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy0.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy0__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy1-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy1.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy1__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy2-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy2.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy2__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy3-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy3.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy3__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy5-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy5.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy5__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy6-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy6.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy6__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxyBase-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxyBase.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxyBase__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxyConnectionNode-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxyConnectionNode.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxyConnectionNode__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxyNormal-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxyNormal.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxyNormal__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxyProperty-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxyProperty.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxyProperty__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalTimeout-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalTimeout.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Source-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Source.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Source__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SpawnError-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SpawnError.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SpawnError__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1StreamIOChannel-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1StreamIOChannel.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1StreamIOChannel__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Thread-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Thread.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ThreadError-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ThreadError.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ThreadError__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ThreadPool-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ThreadPool.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Thread_1_1Exit.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1TimeoutSource-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1TimeoutSource.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1TimeoutSource__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Timer-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Timer.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__Boxed-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__Boxed.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__Boxed__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__Enum-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__Enum.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__Enum__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__Flags-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__Flags.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__Flags__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__Object-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__Object.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__Object__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__String-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__String.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__String__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01T_01_4_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01T_01_4_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01T_01_4_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01const_01T_01_4_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01const_01T_01_4_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01const_01T_01_4_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01Glib_1_1ustring_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01Glib_1_1ustring_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01Glib_1_1ustring_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01T_01_5_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01T_01_5_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01T_01_5_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01bool_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01bool_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01bool_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01char_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01char_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01char_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01const_01T_01_5_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01const_01T_01_5_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01const_01T_01_5_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01double_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01double_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01double_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01float_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01float_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01float_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01int_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01int_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01int_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01long_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01long_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01long_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01long_01long_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01long_01long_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01long_01long_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01std_1_1string_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01std_1_1string_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01std_1_1string_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01unsigned_01char_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01unsigned_01char_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01unsigned_01char_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01unsigned_01int_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01unsigned_01int_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01unsigned_01int_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01unsigned_01long_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01unsigned_01long_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01unsigned_01long_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01unsigned_01long_01long_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01unsigned_01long_01long_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01unsigned_01long_01long_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01void_01_5_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01void_01_5_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01void_01_5_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value__Boxed-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value__Boxed.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value__Boxed__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value__Enum-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value__Enum.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value__Enum__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value__Flags-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value__Flags.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value__Flags__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value__Pointer-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value__Pointer.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value__Pointer__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1unconst.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ustring-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ustring.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ustring__Iterator-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ustring__Iterator.html -share/doc/gtkmm-2.0/reference/html/classGtkToolbarChild.html -share/doc/gtkmm-2.0/reference/html/classGtkToolbarChild__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1AccelGroup-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1AccelGroup.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1AccelGroup__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1AccelLabel-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1AccelLabel.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1AccelLabel__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Adjustment-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Adjustment.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Adjustment__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Alignment-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Alignment.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Alignment__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Arrow-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Arrow.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Arrow__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1AspectFrame-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1AspectFrame.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1AspectFrame__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Bin-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Bin.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Bin__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Box-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Box.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Box__Helpers_1_1BoxList-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Box__Helpers_1_1BoxList.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Box__Helpers_1_1BoxList__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Box__Helpers_1_1Child-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Box__Helpers_1_1Child.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Box__Helpers_1_1Child__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Box__Helpers_1_1Element-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Box__Helpers_1_1Element.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Box__Helpers_1_1Element__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Box__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Button-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Button.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ButtonBox-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ButtonBox.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ButtonBox__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Button__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Calendar-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Calendar.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Calendar__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellEditable-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellEditable.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellEditable__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellRenderer-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellRenderer.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellRendererPixbuf-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellRendererPixbuf.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellRendererPixbuf__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellRendererText-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellRendererText.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellRendererText__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellRendererToggle-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellRendererToggle.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellRendererToggle__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellRenderer__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CheckButton-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CheckButton.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CheckButton__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CheckMenuItem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CheckMenuItem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CheckMenuItem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Clipboard-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Clipboard.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ColorSelection-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ColorSelection.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ColorSelectionDialog-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ColorSelectionDialog.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ColorSelectionDialog__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ColorSelection__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Combo-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Combo.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ComboDropDown-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ComboDropDown.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ComboDropDownItem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ComboDropDownItem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ComboDropDownItem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ComboDropDown__Helpers_1_1ComboDropDownList-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ComboDropDown__Helpers_1_1ComboDropDownList.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ComboDropDown__Helpers_1_1ComboDropDownList__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ComboDropDown__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Combo__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Container-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Container.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Container__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Curve-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Curve.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Curve__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Dialog-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Dialog.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Dialog__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1DrawingArea-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1DrawingArea.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1DrawingArea__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Editable-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Editable.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Editable__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Entry-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Entry.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Entry__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1EventBox-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1EventBox.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1EventBox__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1FileSelection-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1FileSelection.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1FileSelection__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Fixed-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Fixed.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Fixed__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1FontSelection-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1FontSelection.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1FontSelectionDialog-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1FontSelectionDialog.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1FontSelectionDialog__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1FontSelection__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Frame-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Frame.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Frame__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1GammaCurve-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1GammaCurve.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1GammaCurve__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HBox-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HBox.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HBox__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HButtonBox-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HButtonBox.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HButtonBox__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HPaned-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HPaned.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HPaned__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HRuler-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HRuler.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HRuler__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HScale-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HScale.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HScale__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HScrollbar-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HScrollbar.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HScrollbar__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HSeparator-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HSeparator.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HSeparator__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HandleBox-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HandleBox.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HandleBox__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1IconFactory-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1IconFactory.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1IconFactory__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1IconSet-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1IconSet.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1IconSize-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1IconSize.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1IconSource-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1IconSource.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Image-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Image.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ImageMenuItem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ImageMenuItem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ImageMenuItem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Image__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1InputDialog-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1InputDialog.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1InputDialog__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Invisible-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Invisible.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Invisible__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Item-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Item.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Item__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Label-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Label.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Label__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Layout-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Layout.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Layout__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ListStore-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ListStore.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ListStore__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Main-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Main.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Main__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1MenuBar-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1MenuBar.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1MenuBar__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1MenuItem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1MenuItem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1MenuItem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1MenuShell-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1MenuShell.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1MenuShell__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1AccelKey-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1AccelKey.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1CheckMenuElem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1CheckMenuElem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1CheckMenuElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1Element-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1Element.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1Element__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1ImageMenuElem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1ImageMenuElem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1ImageMenuElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1MenuElem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1MenuElem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1MenuElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1MenuList-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1MenuList.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1MenuList__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1RadioMenuElem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1RadioMenuElem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1RadioMenuElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1SeparatorElem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1SeparatorElem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1SeparatorElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1StockMenuElem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1StockMenuElem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1StockMenuElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1TearoffMenuElem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1TearoffMenuElem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1TearoffMenuElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1MessageDialog-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1MessageDialog.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1MessageDialog__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Misc-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Misc.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Misc__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook__Helpers_1_1Element-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook__Helpers_1_1Element.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook__Helpers_1_1Element__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook__Helpers_1_1Page-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook__Helpers_1_1Page.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook__Helpers_1_1PageIterator-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook__Helpers_1_1PageIterator.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook__Helpers_1_1PageIterator__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook__Helpers_1_1PageList-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook__Helpers_1_1PageList.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook__Helpers_1_1Page__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Object-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Object.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Object__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1OptionMenu-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1OptionMenu.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1OptionMenu__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Paned-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Paned.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Paned__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Plug-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Plug.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Plug__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ProgressBar-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ProgressBar.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ProgressBar__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1RC-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1RC.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1RadioButton-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1RadioButton.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1RadioButton__Helpers_1_1Group-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1RadioButton__Helpers_1_1Group.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1RadioButton__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1RadioMenuItem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1RadioMenuItem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1RadioMenuItem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Range-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Range.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Range__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1RcStyle-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1RcStyle.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1RcStyle__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Ruler-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Ruler.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Ruler__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Scale-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Scale.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Scale__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Scrollbar-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Scrollbar.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Scrollbar__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ScrolledWindow-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ScrolledWindow.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ScrolledWindow__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Separator-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Separator.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1SeparatorMenuItem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1SeparatorMenuItem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1SeparatorMenuItem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Separator__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Settings-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Settings.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Settings__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1SizeGroup-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1SizeGroup.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1SizeGroup__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Socket-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Socket.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Socket__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1SpinButton-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1SpinButton.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1SpinButton__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Statusbar-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Statusbar.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Statusbar__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1StockID-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1StockID.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1StockItem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1StockItem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Style-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Style.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Style__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Table-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Table.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Table__Helpers_1_1Child-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Table__Helpers_1_1Child.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Table__Helpers_1_1Child__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Table__Helpers_1_1TableList-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Table__Helpers_1_1TableList.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Table__Helpers_1_1TableList__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Table__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TargetEntry-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TargetEntry.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TearoffMenuItem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TearoffMenuItem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TearoffMenuItem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextAttributes-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextAttributes.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextBuffer-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextBuffer.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextBuffer__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextChildAnchor-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextChildAnchor.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextChildAnchor__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextIter-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextIter.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextMark-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextMark.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextMark__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextTag-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextTag.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextTagTable-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextTagTable.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextTagTable__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextTag__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextView-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextView.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextView__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ToggleButton-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ToggleButton.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ToggleButton__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Toolbar-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Toolbar.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Toolbar__Helpers_1_1Element-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Toolbar__Helpers_1_1Element.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Toolbar__Helpers_1_1Element__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Toolbar__Helpers_1_1Tool-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Toolbar__Helpers_1_1Tool.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Toolbar__Helpers_1_1ToolList-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Toolbar__Helpers_1_1ToolList.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Toolbar__Helpers_1_1ToolList__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Toolbar__Helpers_1_1Tool__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Toolbar__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Tooltips-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Tooltips.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Tooltips__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeDragDest-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeDragDest.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeDragDest__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeDragSource-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeDragSource.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeDragSource__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeIter-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeIter.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeIterBase-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeIterBase.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeIterBase__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeIter__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeModel-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeModel.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeModelColumn-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeModelColumn.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeModelColumnBase-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeModelColumnBase.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeModelColumnBase__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeModelColumnRecord-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeModelColumnRecord.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeModelColumn__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeModel__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeNodeChildren-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeNodeChildren.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeNodeChildren__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreePath-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreePath.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeRow-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeRow.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeRowReference-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeRowReference.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeRow__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeSelection-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeSelection.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeSelection__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeSortable-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeSortable.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeSortable__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeStore-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeStore.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeStore__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeValueProxy-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeValueProxy.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeView-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeView.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeViewColumn-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeViewColumn.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeViewColumn__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeView__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VBox-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VBox.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VBox__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VButtonBox-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VButtonBox.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VButtonBox__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VPaned-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VPaned.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VPaned__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VRuler-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VRuler.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VRuler__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VScale-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VScale.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VScale__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VScrollbar-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VScrollbar.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VScrollbar__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VSeparator-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VSeparator.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VSeparator__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Viewport-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Viewport.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Viewport__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Widget-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Widget.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Widget__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Window-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Window.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1WindowGroup-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1WindowGroup.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1WindowGroup__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Window__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1Analysis-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Analysis.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrColor-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrColor.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrColor__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrFloat-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrFloat.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrFloat__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrFontDesc-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrFontDesc.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrFontDesc__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrInt-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrInt.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrInt__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrIter-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrIter.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrLanguage-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrLanguage.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrLanguage__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrList-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrList.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrShape-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrShape.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrShape__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrString-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrString.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrString__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1Attribute-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Attribute.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Attribute__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1Color-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Color.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Context-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Context.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Context__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1Coverage-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Coverage.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Font-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Font.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1FontDescription-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1FontDescription.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1FontFace-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1FontFace.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1FontFace__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1FontFamily-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1FontFamily.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1FontFamily__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1FontMap-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1FontMap.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1FontMap__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1FontMetrics-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1FontMetrics.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Font__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1Fontset-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Fontset.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Fontset__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1GlyphGeometry-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1GlyphGeometry.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1GlyphInfo-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1GlyphInfo.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1GlyphString-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1GlyphString.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Item-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Item.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Language-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Language.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Layout-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Layout.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1LayoutIter-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1LayoutIter.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1LayoutLine-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1LayoutLine.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1LayoutRun-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1LayoutRun.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Layout__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1Rectangle-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Rectangle.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1TabArray-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1TabArray.html -share/doc/gtkmm-2.0/reference/html/classSigC_1_1ConnectionNode.html -share/doc/gtkmm-2.0/reference/html/classSigC_1_1ConnectionNode__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classSigC_1_1Object.html -share/doc/gtkmm-2.0/reference/html/classSigC_1_1Object__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classSigC_1_1manage.html -share/doc/gtkmm-2.0/reference/html/class_8h.html -share/doc/gtkmm-2.0/reference/html/class__GtkBoxChild.html -share/doc/gtkmm-2.0/reference/html/class__GtkBoxChild__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/class__GtkTableChild.html -share/doc/gtkmm-2.0/reference/html/class__GtkTableChild__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classes.html -share/doc/gtkmm-2.0/reference/html/clipboard_8h.html -share/doc/gtkmm-2.0/reference/html/colormap_8h.html -share/doc/gtkmm-2.0/reference/html/colorselection_8h.html -share/doc/gtkmm-2.0/reference/html/combo_8h.html -share/doc/gtkmm-2.0/reference/html/container_8h.html -share/doc/gtkmm-2.0/reference/html/containerhandle__shared_8h.html -share/doc/gtkmm-2.0/reference/html/containers_8h.html -share/doc/gtkmm-2.0/reference/html/context_8h.html -share/doc/gtkmm-2.0/reference/html/convert_8h.html -share/doc/gtkmm-2.0/reference/html/coverage_8h.html -share/doc/gtkmm-2.0/reference/html/cursor_8h.html -share/doc/gtkmm-2.0/reference/html/curve_8h.html -share/doc/gtkmm-2.0/reference/html/date_8h.html -share/doc/gtkmm-2.0/reference/html/debug_8h.html -share/doc/gtkmm-2.0/reference/html/dialog_8h.html -share/doc/gtkmm-2.0/reference/html/dispatcher_8h.html -share/doc/gtkmm-2.0/reference/html/doxygen.css -share/doc/gtkmm-2.0/reference/html/doxygen.png -share/doc/gtkmm-2.0/reference/html/dragcontext_8h.html -share/doc/gtkmm-2.0/reference/html/drawable_8h.html -share/doc/gtkmm-2.0/reference/html/drawingarea_8h.html -share/doc/gtkmm-2.0/reference/html/editable_8h.html -share/doc/gtkmm-2.0/reference/html/entry_8h.html -share/doc/gtkmm-2.0/reference/html/enums_8h.html -share/doc/gtkmm-2.0/reference/html/error_8h.html -share/doc/gtkmm-2.0/reference/html/event_8h.html -share/doc/gtkmm-2.0/reference/html/eventbox_8h.html -share/doc/gtkmm-2.0/reference/html/examples.html -share/doc/gtkmm-2.0/reference/html/exception_8h.html -share/doc/gtkmm-2.0/reference/html/exceptionhandler_8h.html -share/doc/gtkmm-2.0/reference/html/files.html -share/doc/gtkmm-2.0/reference/html/fileselection_8h.html -share/doc/gtkmm-2.0/reference/html/fileutils_8h.html -share/doc/gtkmm-2.0/reference/html/fixed_8h.html -share/doc/gtkmm-2.0/reference/html/font_8h.html -share/doc/gtkmm-2.0/reference/html/fontdescription_8h.html -share/doc/gtkmm-2.0/reference/html/fontface_8h.html -share/doc/gtkmm-2.0/reference/html/fontfamily_8h.html -share/doc/gtkmm-2.0/reference/html/fontmap_8h.html -share/doc/gtkmm-2.0/reference/html/fontmetrics_8h.html -share/doc/gtkmm-2.0/reference/html/fontselection_8h.html -share/doc/gtkmm-2.0/reference/html/fontset_8h.html -share/doc/gtkmm-2.0/reference/html/frame_8h.html -share/doc/gtkmm-2.0/reference/html/functions.html -share/doc/gtkmm-2.0/reference/html/gc_8h.html -share/doc/gtkmm-2.0/reference/html/gdk_2gdkmm_2color_8h.html -share/doc/gtkmm-2.0/reference/html/gdk_2gdkmm_2image_8h.html -share/doc/gtkmm-2.0/reference/html/gdk_2gdkmm_2rectangle_8h.html -share/doc/gtkmm-2.0/reference/html/gdk_2gdkmm_2window_8h.html -share/doc/gtkmm-2.0/reference/html/general_8h.html -share/doc/gtkmm-2.0/reference/html/glib_2glibmm_2main_8h.html -share/doc/gtkmm-2.0/reference/html/glib_2glibmm_2object_8h.html -share/doc/gtkmm-2.0/reference/html/globals.html -share/doc/gtkmm-2.0/reference/html/glyph_8h.html -share/doc/gtkmm-2.0/reference/html/glyphstring_8h.html -share/doc/gtkmm-2.0/reference/html/graph_legend.dot -share/doc/gtkmm-2.0/reference/html/graph_legend.gif -share/doc/gtkmm-2.0/reference/html/graph_legend.html -share/doc/gtkmm-2.0/reference/html/group__CharsetConv.html -share/doc/gtkmm-2.0/reference/html/group__ContHandles.html -share/doc/gtkmm-2.0/reference/html/group__ContHelpers.html -share/doc/gtkmm-2.0/reference/html/group__Containers.html -share/doc/gtkmm-2.0/reference/html/group__Dialogs.html -share/doc/gtkmm-2.0/reference/html/group__FileUtils.html -share/doc/gtkmm-2.0/reference/html/group__MainLoop.html -share/doc/gtkmm-2.0/reference/html/group__Menus.html -share/doc/gtkmm-2.0/reference/html/group__MiscUtils.html -share/doc/gtkmm-2.0/reference/html/group__PatternMatching.html -share/doc/gtkmm-2.0/reference/html/group__Random.html -share/doc/gtkmm-2.0/reference/html/group__ShellUtils.html -share/doc/gtkmm-2.0/reference/html/group__Spawn.html -share/doc/gtkmm-2.0/reference/html/group__TextView.html -share/doc/gtkmm-2.0/reference/html/group__ThreadPools.html -share/doc/gtkmm-2.0/reference/html/group__Threads.html -share/doc/gtkmm-2.0/reference/html/group__Toolbars.html -share/doc/gtkmm-2.0/reference/html/group__TreeView.html -share/doc/gtkmm-2.0/reference/html/group__Unicode.html -share/doc/gtkmm-2.0/reference/html/group__Widgets.html -share/doc/gtkmm-2.0/reference/html/group__atkmmEnums.html -share/doc/gtkmm-2.0/reference/html/group__gdkmmEnums.html -share/doc/gtkmm-2.0/reference/html/group__glibmmEnums.html -share/doc/gtkmm-2.0/reference/html/group__glibmmValue.html -share/doc/gtkmm-2.0/reference/html/group__gtkmmEnums.html -share/doc/gtkmm-2.0/reference/html/group__pangommEnums.html -share/doc/gtkmm-2.0/reference/html/gtk_2gtkmm_2image_8h.html -share/doc/gtkmm-2.0/reference/html/gtk_2gtkmm_2item_8h.html -share/doc/gtkmm-2.0/reference/html/gtk_2gtkmm_2layout_8h.html -share/doc/gtkmm-2.0/reference/html/gtk_2gtkmm_2main_8h.html -share/doc/gtkmm-2.0/reference/html/gtk_2gtkmm_2object_8h.html -share/doc/gtkmm-2.0/reference/html/gtk_2gtkmm_2window_8h.html -share/doc/gtkmm-2.0/reference/html/handlebox_8h.html -share/doc/gtkmm-2.0/reference/html/helperlist_8h.html -share/doc/gtkmm-2.0/reference/html/hierarchy.html -share/doc/gtkmm-2.0/reference/html/iconfactory_8h.html -share/doc/gtkmm-2.0/reference/html/iconset_8h.html -share/doc/gtkmm-2.0/reference/html/iconsource_8h.html -share/doc/gtkmm-2.0/reference/html/imagemenuitem_8h.html -share/doc/gtkmm-2.0/reference/html/index.html -share/doc/gtkmm-2.0/reference/html/inherit__graph__0.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__1.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__10.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__100.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__101.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__102.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__103.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__104.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__105.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__106.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__107.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__108.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__109.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__11.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__110.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__111.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__112.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__113.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__12.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__13.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__14.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__15.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__16.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__17.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__18.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__19.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__2.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__20.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__21.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__22.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__23.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__24.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__25.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__26.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__27.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__28.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__29.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__3.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__30.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__31.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__32.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__33.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__34.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__35.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__36.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__37.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__38.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__39.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__4.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__40.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__41.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__42.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__43.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__44.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__45.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__46.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__47.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__48.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__49.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__5.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__50.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__51.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__52.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__53.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__54.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__55.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__56.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__57.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__58.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__59.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__6.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__60.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__61.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__62.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__63.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__64.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__65.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__66.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__67.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__68.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__69.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__7.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__70.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__71.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__72.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__73.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__74.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__75.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__76.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__77.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__78.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__79.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__8.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__80.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__81.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__82.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__83.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__84.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__85.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__86.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__87.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__88.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__89.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__9.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__90.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__91.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__92.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__93.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__94.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__95.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__96.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__97.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__98.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__99.gif -share/doc/gtkmm-2.0/reference/html/inherits.html -share/doc/gtkmm-2.0/reference/html/inputdialog_8h.html -share/doc/gtkmm-2.0/reference/html/interface_8h.html -share/doc/gtkmm-2.0/reference/html/invisible_8h.html -share/doc/gtkmm-2.0/reference/html/iochannel_8h.html -share/doc/gtkmm-2.0/reference/html/label_8h.html -share/doc/gtkmm-2.0/reference/html/language_8h.html -share/doc/gtkmm-2.0/reference/html/layoutiter_8h.html -share/doc/gtkmm-2.0/reference/html/layoutline_8h.html -share/doc/gtkmm-2.0/reference/html/layoutrun_8h.html -share/doc/gtkmm-2.0/reference/html/list_8h.html -share/doc/gtkmm-2.0/reference/html/listhandle_8h.html -share/doc/gtkmm-2.0/reference/html/liststore_8h.html -share/doc/gtkmm-2.0/reference/html/menu_8h.html -share/doc/gtkmm-2.0/reference/html/menu__elems_8h.html -share/doc/gtkmm-2.0/reference/html/menubar_8h.html -share/doc/gtkmm-2.0/reference/html/menuitem_8h.html -share/doc/gtkmm-2.0/reference/html/menushell_8h.html -share/doc/gtkmm-2.0/reference/html/messagedialog_8h.html -share/doc/gtkmm-2.0/reference/html/misc_8h.html -share/doc/gtkmm-2.0/reference/html/miscutils_8h.html -share/doc/gtkmm-2.0/reference/html/module_8h.html -share/doc/gtkmm-2.0/reference/html/modules.html -share/doc/gtkmm-2.0/reference/html/namespaceAtk.html -share/doc/gtkmm-2.0/reference/html/namespaceGdk.html -share/doc/gtkmm-2.0/reference/html/namespaceGlib.html -share/doc/gtkmm-2.0/reference/html/namespaceGlib_1_1Ascii.html -share/doc/gtkmm-2.0/reference/html/namespaceGlib_1_1Container__Helpers.html -share/doc/gtkmm-2.0/reference/html/namespaceGlib_1_1Unicode.html -share/doc/gtkmm-2.0/reference/html/namespaceGtk.html -share/doc/gtkmm-2.0/reference/html/namespaceGtk_1_1AccelMap.html -share/doc/gtkmm-2.0/reference/html/namespaceGtk_1_1Box__Helpers.html -share/doc/gtkmm-2.0/reference/html/namespaceGtk_1_1ComboDropDown__Helpers.html -share/doc/gtkmm-2.0/reference/html/namespaceGtk_1_1Menu__Helpers.html -share/doc/gtkmm-2.0/reference/html/namespaceGtk_1_1Notebook__Helpers.html -share/doc/gtkmm-2.0/reference/html/namespaceGtk_1_1RadioButton__Helpers.html -share/doc/gtkmm-2.0/reference/html/namespaceGtk_1_1RadioMenuItem__Helpers.html -share/doc/gtkmm-2.0/reference/html/namespaceGtk_1_1Stock.html -share/doc/gtkmm-2.0/reference/html/namespaceGtk_1_1Table__Helpers.html -share/doc/gtkmm-2.0/reference/html/namespaceGtk_1_1Toolbar__Helpers.html -share/doc/gtkmm-2.0/reference/html/namespaceGtk_1_1TreeViewColumn__CellRendererGeneration.html -share/doc/gtkmm-2.0/reference/html/namespacePango.html -share/doc/gtkmm-2.0/reference/html/namespacemembers.html -share/doc/gtkmm-2.0/reference/html/namespaces.html -share/doc/gtkmm-2.0/reference/html/notebook_8h.html -share/doc/gtkmm-2.0/reference/html/objectbase_8h.html -share/doc/gtkmm-2.0/reference/html/optionmenu_8h.html -share/doc/gtkmm-2.0/reference/html/paned_8h.html -share/doc/gtkmm-2.0/reference/html/pango_2pangomm_2color_8h.html -share/doc/gtkmm-2.0/reference/html/pango_2pangomm_2item_8h.html -share/doc/gtkmm-2.0/reference/html/pango_2pangomm_2layout_8h.html -share/doc/gtkmm-2.0/reference/html/pango_2pangomm_2rectangle_8h.html -share/doc/gtkmm-2.0/reference/html/pattern_8h.html -share/doc/gtkmm-2.0/reference/html/pixbuf_8h.html -share/doc/gtkmm-2.0/reference/html/pixbufanimation_8h.html -share/doc/gtkmm-2.0/reference/html/pixbufanimationiter_8h.html -share/doc/gtkmm-2.0/reference/html/pixbufloader_8h.html -share/doc/gtkmm-2.0/reference/html/pixmap_8h.html -share/doc/gtkmm-2.0/reference/html/plug_8h.html -share/doc/gtkmm-2.0/reference/html/progressbar_8h.html -share/doc/gtkmm-2.0/reference/html/property_8h.html -share/doc/gtkmm-2.0/reference/html/propertyproxy_8h.html -share/doc/gtkmm-2.0/reference/html/propertyproxy__base_8h.html -share/doc/gtkmm-2.0/reference/html/quark_8h.html -share/doc/gtkmm-2.0/reference/html/radiobutton_8h.html -share/doc/gtkmm-2.0/reference/html/radiomenuitem_8h.html -share/doc/gtkmm-2.0/reference/html/random_8h.html -share/doc/gtkmm-2.0/reference/html/range_8h.html -share/doc/gtkmm-2.0/reference/html/rc_8h.html -share/doc/gtkmm-2.0/reference/html/refptr_8h.html -share/doc/gtkmm-2.0/reference/html/region_8h.html -share/doc/gtkmm-2.0/reference/html/relation_8h.html -share/doc/gtkmm-2.0/reference/html/relationset_8h.html -share/doc/gtkmm-2.0/reference/html/rgbcmap_8h.html -share/doc/gtkmm-2.0/reference/html/ruler_8h.html -share/doc/gtkmm-2.0/reference/html/sarray_8h.html -share/doc/gtkmm-2.0/reference/html/scale_8h.html -share/doc/gtkmm-2.0/reference/html/scrollbar_8h.html -share/doc/gtkmm-2.0/reference/html/scrolledwindow_8h.html -share/doc/gtkmm-2.0/reference/html/separator_8h.html -share/doc/gtkmm-2.0/reference/html/separatormenuitem_8h.html -share/doc/gtkmm-2.0/reference/html/settings_8h.html -share/doc/gtkmm-2.0/reference/html/shell_8h.html -share/doc/gtkmm-2.0/reference/html/signalproxy_8h.html -share/doc/gtkmm-2.0/reference/html/signalproxy__connectionnode_8h.html -share/doc/gtkmm-2.0/reference/html/sizegroup_8h.html -share/doc/gtkmm-2.0/reference/html/slisthandle_8h.html -share/doc/gtkmm-2.0/reference/html/socket_8h.html -share/doc/gtkmm-2.0/reference/html/spawn_8h.html -share/doc/gtkmm-2.0/reference/html/spinbutton_8h.html -share/doc/gtkmm-2.0/reference/html/stateset_8h.html -share/doc/gtkmm-2.0/reference/html/statusbar_8h.html -share/doc/gtkmm-2.0/reference/html/stock_8h.html -share/doc/gtkmm-2.0/reference/html/stock_add_24.png -share/doc/gtkmm-2.0/reference/html/stock_align_center_24.png -share/doc/gtkmm-2.0/reference/html/stock_align_justify_24.png -share/doc/gtkmm-2.0/reference/html/stock_align_left_24.png -share/doc/gtkmm-2.0/reference/html/stock_align_right_24.png -share/doc/gtkmm-2.0/reference/html/stock_apply_20.png -share/doc/gtkmm-2.0/reference/html/stock_bottom_24.png -share/doc/gtkmm-2.0/reference/html/stock_broken_image_24.png -share/doc/gtkmm-2.0/reference/html/stock_cancel_20.png -share/doc/gtkmm-2.0/reference/html/stock_cdrom_24.png -share/doc/gtkmm-2.0/reference/html/stock_clear_24.png -share/doc/gtkmm-2.0/reference/html/stock_close_24.png -share/doc/gtkmm-2.0/reference/html/stock_colorselector_24.png -share/doc/gtkmm-2.0/reference/html/stock_convert_24.png -share/doc/gtkmm-2.0/reference/html/stock_copy_24.png -share/doc/gtkmm-2.0/reference/html/stock_cut_24.png -share/doc/gtkmm-2.0/reference/html/stock_dialog_error_48.png -share/doc/gtkmm-2.0/reference/html/stock_dialog_info_48.png -share/doc/gtkmm-2.0/reference/html/stock_dialog_question_48.png -share/doc/gtkmm-2.0/reference/html/stock_dialog_warning_48.png -share/doc/gtkmm-2.0/reference/html/stock_dnd_32.png -share/doc/gtkmm-2.0/reference/html/stock_dnd_multiple_32.png -share/doc/gtkmm-2.0/reference/html/stock_down_arrow_24.png -share/doc/gtkmm-2.0/reference/html/stock_exec_24.png -share/doc/gtkmm-2.0/reference/html/stock_exit_24.png -share/doc/gtkmm-2.0/reference/html/stock_first_24.png -share/doc/gtkmm-2.0/reference/html/stock_font_24.png -share/doc/gtkmm-2.0/reference/html/stock_help_24.png -share/doc/gtkmm-2.0/reference/html/stock_home_24.png -share/doc/gtkmm-2.0/reference/html/stock_index_24.png -share/doc/gtkmm-2.0/reference/html/stock_jump_to_24.png -share/doc/gtkmm-2.0/reference/html/stock_last_24.png -share/doc/gtkmm-2.0/reference/html/stock_left_arrow_24.png -share/doc/gtkmm-2.0/reference/html/stock_new_24.png -share/doc/gtkmm-2.0/reference/html/stock_no_20.png -share/doc/gtkmm-2.0/reference/html/stock_ok_20.png -share/doc/gtkmm-2.0/reference/html/stock_open_24.png -share/doc/gtkmm-2.0/reference/html/stock_paste_24.png -share/doc/gtkmm-2.0/reference/html/stock_preferences_24.png -share/doc/gtkmm-2.0/reference/html/stock_print_24.png -share/doc/gtkmm-2.0/reference/html/stock_print_preview_24.png -share/doc/gtkmm-2.0/reference/html/stock_properties_24.png -share/doc/gtkmm-2.0/reference/html/stock_redo_24.png -share/doc/gtkmm-2.0/reference/html/stock_refresh_24.png -share/doc/gtkmm-2.0/reference/html/stock_remove_24.png -share/doc/gtkmm-2.0/reference/html/stock_revert_24.png -share/doc/gtkmm-2.0/reference/html/stock_right_arrow_24.png -share/doc/gtkmm-2.0/reference/html/stock_save_24.png -share/doc/gtkmm-2.0/reference/html/stock_save_as_24.png -share/doc/gtkmm-2.0/reference/html/stock_search_24.png -share/doc/gtkmm-2.0/reference/html/stock_search_replace_24.png -share/doc/gtkmm-2.0/reference/html/stock_sort_ascending_24.png -share/doc/gtkmm-2.0/reference/html/stock_sort_descending_24.png -share/doc/gtkmm-2.0/reference/html/stock_spellcheck_24.png -share/doc/gtkmm-2.0/reference/html/stock_stop_24.png -share/doc/gtkmm-2.0/reference/html/stock_text_bold_24.png -share/doc/gtkmm-2.0/reference/html/stock_text_italic_24.png -share/doc/gtkmm-2.0/reference/html/stock_text_strikethrough_24.png -share/doc/gtkmm-2.0/reference/html/stock_text_underline_24.png -share/doc/gtkmm-2.0/reference/html/stock_top_24.png -share/doc/gtkmm-2.0/reference/html/stock_trash_24.png -share/doc/gtkmm-2.0/reference/html/stock_undelete_24.png -share/doc/gtkmm-2.0/reference/html/stock_undo_24.png -share/doc/gtkmm-2.0/reference/html/stock_up_arrow_24.png -share/doc/gtkmm-2.0/reference/html/stock_yes_20.png -share/doc/gtkmm-2.0/reference/html/stock_zoom_1_24.png -share/doc/gtkmm-2.0/reference/html/stock_zoom_fit_24.png -share/doc/gtkmm-2.0/reference/html/stock_zoom_in_24.png -share/doc/gtkmm-2.0/reference/html/stock_zoom_out_24.png -share/doc/gtkmm-2.0/reference/html/stockid_8h.html -share/doc/gtkmm-2.0/reference/html/stockitem_8h.html -share/doc/gtkmm-2.0/reference/html/streamiochannel_8h.html -share/doc/gtkmm-2.0/reference/html/structGlib_1_1Container__Helpers_1_1TypeTraits-members.html -share/doc/gtkmm-2.0/reference/html/structGlib_1_1Container__Helpers_1_1TypeTraits.html -share/doc/gtkmm-2.0/reference/html/structGlib_1_1StaticMutex-members.html -share/doc/gtkmm-2.0/reference/html/structGlib_1_1StaticMutex.html -share/doc/gtkmm-2.0/reference/html/structGlib_1_1StaticPrivate-members.html -share/doc/gtkmm-2.0/reference/html/structGlib_1_1StaticPrivate.html -share/doc/gtkmm-2.0/reference/html/structGlib_1_1StaticRWLock-members.html -share/doc/gtkmm-2.0/reference/html/structGlib_1_1StaticRWLock.html -share/doc/gtkmm-2.0/reference/html/structGlib_1_1StaticRWLock__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/structGlib_1_1StaticRecMutex-members.html -share/doc/gtkmm-2.0/reference/html/structGlib_1_1StaticRecMutex.html -share/doc/gtkmm-2.0/reference/html/structGlib_1_1StaticRecMutex__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/structGlib_1_1TimeVal-members.html -share/doc/gtkmm-2.0/reference/html/structGlib_1_1TimeVal.html -share/doc/gtkmm-2.0/reference/html/structGlib_1_1TimeVal__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Box__Helpers_1_1EndElem-members.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Box__Helpers_1_1EndElem.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Box__Helpers_1_1EndElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/structGtk_1_1BuiltinStockID-members.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1BuiltinStockID.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Notebook__Helpers_1_1MenuElem-members.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Notebook__Helpers_1_1MenuElem.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Notebook__Helpers_1_1MenuElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Notebook__Helpers_1_1TabElem-members.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Notebook__Helpers_1_1TabElem.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Notebook__Helpers_1_1TabElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1ButtonElem-members.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1ButtonElem.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1ButtonElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1RadioElem-members.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1RadioElem.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1RadioElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1Space-members.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1Space.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1Space__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1StockElem-members.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1StockElem.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1StockElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1ToggleElem-members.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1ToggleElem.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1ToggleElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/structPango_1_1AttributeTraits-members.html -share/doc/gtkmm-2.0/reference/html/structPango_1_1AttributeTraits.html -share/doc/gtkmm-2.0/reference/html/structPango_1_1ItemTraits-members.html -share/doc/gtkmm-2.0/reference/html/structPango_1_1ItemTraits.html -share/doc/gtkmm-2.0/reference/html/structPango_1_1LayoutLineTraits-members.html -share/doc/gtkmm-2.0/reference/html/structPango_1_1LayoutLineTraits.html -share/doc/gtkmm-2.0/reference/html/style_8h.html -share/doc/gtkmm-2.0/reference/html/tabarray_8h.html -share/doc/gtkmm-2.0/reference/html/table_8h.html -share/doc/gtkmm-2.0/reference/html/targetentry_8h.html -share/doc/gtkmm-2.0/reference/html/tearoffmenuitem_8h.html -share/doc/gtkmm-2.0/reference/html/textattributes_8h.html -share/doc/gtkmm-2.0/reference/html/textbuffer_8h.html -share/doc/gtkmm-2.0/reference/html/textchildanchor_8h.html -share/doc/gtkmm-2.0/reference/html/textiter_8h.html -share/doc/gtkmm-2.0/reference/html/textmark_8h.html -share/doc/gtkmm-2.0/reference/html/texttag_8h.html -share/doc/gtkmm-2.0/reference/html/texttagtable_8h.html -share/doc/gtkmm-2.0/reference/html/textview_8h.html -share/doc/gtkmm-2.0/reference/html/thread_2dispatcher_8cc-example.html -share/doc/gtkmm-2.0/reference/html/thread_2thread_8cc-example.html -share/doc/gtkmm-2.0/reference/html/thread_8h.html -share/doc/gtkmm-2.0/reference/html/threadpool_8h.html -share/doc/gtkmm-2.0/reference/html/timer_8h.html -share/doc/gtkmm-2.0/reference/html/timeval_8h.html -share/doc/gtkmm-2.0/reference/html/togglebutton_8h.html -share/doc/gtkmm-2.0/reference/html/toolbar_8h.html -share/doc/gtkmm-2.0/reference/html/tooltips_8h.html -share/doc/gtkmm-2.0/reference/html/treedragdest_8h.html -share/doc/gtkmm-2.0/reference/html/treedragsource_8h.html -share/doc/gtkmm-2.0/reference/html/treeiter_8h.html -share/doc/gtkmm-2.0/reference/html/treemodel_8h.html -share/doc/gtkmm-2.0/reference/html/treemodelcolumn_8h.html -share/doc/gtkmm-2.0/reference/html/treepath_8h.html -share/doc/gtkmm-2.0/reference/html/treerowreference_8h.html -share/doc/gtkmm-2.0/reference/html/treeselection_8h.html -share/doc/gtkmm-2.0/reference/html/treesortable_8h.html -share/doc/gtkmm-2.0/reference/html/treestore_8h.html -share/doc/gtkmm-2.0/reference/html/treeview_8h.html -share/doc/gtkmm-2.0/reference/html/treeview__private_8h.html -share/doc/gtkmm-2.0/reference/html/treeviewcolumn_8h.html -share/doc/gtkmm-2.0/reference/html/types_8h.html -share/doc/gtkmm-2.0/reference/html/unicode_8h.html -share/doc/gtkmm-2.0/reference/html/ustring_8h.html -share/doc/gtkmm-2.0/reference/html/utility_8h.html -share/doc/gtkmm-2.0/reference/html/value_8h.html -share/doc/gtkmm-2.0/reference/html/value__basictypes_8h.html -share/doc/gtkmm-2.0/reference/html/value__custom_8h.html -share/doc/gtkmm-2.0/reference/html/viewport_8h.html -share/doc/gtkmm-2.0/reference/html/visual_8h.html -share/doc/gtkmm-2.0/reference/html/widget_8h.html -share/doc/gtkmm-2.0/reference/html/wrap_8h.html -share/doc/gtkmm-2.0/tutorial/figures/alignment.png -share/doc/gtkmm-2.0/tutorial/figures/aspectframe.png -share/doc/gtkmm-2.0/tutorial/figures/box_packing1.png -share/doc/gtkmm-2.0/tutorial/figures/box_packing2.png -share/doc/gtkmm-2.0/tutorial/figures/box_packing3.png -share/doc/gtkmm-2.0/tutorial/figures/buttons.png -share/doc/gtkmm-2.0/tutorial/figures/checkbutton.png -share/doc/gtkmm-2.0/tutorial/figures/combo.png -share/doc/gtkmm-2.0/tutorial/figures/entry.png -share/doc/gtkmm-2.0/tutorial/figures/frame.png -share/doc/gtkmm-2.0/tutorial/figures/helloworld.png -share/doc/gtkmm-2.0/tutorial/figures/helloworld2.png -share/doc/gtkmm-2.0/tutorial/figures/label.png -share/doc/gtkmm-2.0/tutorial/figures/main_menu.png -share/doc/gtkmm-2.0/tutorial/figures/menu_popup.png -share/doc/gtkmm-2.0/tutorial/figures/notebook.png -share/doc/gtkmm-2.0/tutorial/figures/paned.png -share/doc/gtkmm-2.0/tutorial/figures/progressbar.png -share/doc/gtkmm-2.0/tutorial/figures/radiobuttons.png -share/doc/gtkmm-2.0/tutorial/figures/range_widgets.png -share/doc/gtkmm-2.0/tutorial/figures/spinbutton.png -share/doc/gtkmm-2.0/tutorial/figures/table.png -share/doc/gtkmm-2.0/tutorial/figures/treeview_editablecells.png -share/doc/gtkmm-2.0/tutorial/figures/treeview_list.png -share/doc/gtkmm-2.0/tutorial/figures/treeview_tree.png -share/doc/gtkmm-2.0/tutorial/html/apa.html -share/doc/gtkmm-2.0/tutorial/html/apb.html -share/doc/gtkmm-2.0/tutorial/html/apbs02.html -share/doc/gtkmm-2.0/tutorial/html/apbs03.html -share/doc/gtkmm-2.0/tutorial/html/apbs04.html -share/doc/gtkmm-2.0/tutorial/html/apbs05.html -share/doc/gtkmm-2.0/tutorial/html/apbs06.html -share/doc/gtkmm-2.0/tutorial/html/apc.html -share/doc/gtkmm-2.0/tutorial/html/apd.html -share/doc/gtkmm-2.0/tutorial/html/ch01.html -share/doc/gtkmm-2.0/tutorial/html/ch01s02.html -share/doc/gtkmm-2.0/tutorial/html/ch02.html -share/doc/gtkmm-2.0/tutorial/html/ch02s02.html -share/doc/gtkmm-2.0/tutorial/html/ch02s03.html -share/doc/gtkmm-2.0/tutorial/html/ch03.html -share/doc/gtkmm-2.0/tutorial/html/ch03s02.html -share/doc/gtkmm-2.0/tutorial/html/ch03s03.html -share/doc/gtkmm-2.0/tutorial/html/ch03s04.html -share/doc/gtkmm-2.0/tutorial/html/ch03s05.html -share/doc/gtkmm-2.0/tutorial/html/ch03s06.html -share/doc/gtkmm-2.0/tutorial/html/ch04.html -share/doc/gtkmm-2.0/tutorial/html/ch04s02.html -share/doc/gtkmm-2.0/tutorial/html/ch04s03.html -share/doc/gtkmm-2.0/tutorial/html/ch04s04.html -share/doc/gtkmm-2.0/tutorial/html/ch05.html -share/doc/gtkmm-2.0/tutorial/html/ch05s02.html -share/doc/gtkmm-2.0/tutorial/html/ch05s03.html -share/doc/gtkmm-2.0/tutorial/html/ch05s04.html -share/doc/gtkmm-2.0/tutorial/html/ch06.html -share/doc/gtkmm-2.0/tutorial/html/ch06s02.html -share/doc/gtkmm-2.0/tutorial/html/ch06s03.html -share/doc/gtkmm-2.0/tutorial/html/ch06s04.html -share/doc/gtkmm-2.0/tutorial/html/ch06s05.html -share/doc/gtkmm-2.0/tutorial/html/ch06s06.html -share/doc/gtkmm-2.0/tutorial/html/ch07.html -share/doc/gtkmm-2.0/tutorial/html/ch07s02.html -share/doc/gtkmm-2.0/tutorial/html/ch08.html -share/doc/gtkmm-2.0/tutorial/html/ch08s02.html -share/doc/gtkmm-2.0/tutorial/html/ch08s03.html -share/doc/gtkmm-2.0/tutorial/html/ch08s04.html -share/doc/gtkmm-2.0/tutorial/html/ch08s05.html -share/doc/gtkmm-2.0/tutorial/html/ch09.html -share/doc/gtkmm-2.0/tutorial/html/ch10.html -share/doc/gtkmm-2.0/tutorial/html/ch10s02.html -share/doc/gtkmm-2.0/tutorial/html/ch11.html -share/doc/gtkmm-2.0/tutorial/html/ch11s02.html -share/doc/gtkmm-2.0/tutorial/html/ch11s03.html -share/doc/gtkmm-2.0/tutorial/html/ch12.html -share/doc/gtkmm-2.0/tutorial/html/ch13.html -share/doc/gtkmm-2.0/tutorial/html/ch13s02.html -share/doc/gtkmm-2.0/tutorial/html/ch13s03.html -share/doc/gtkmm-2.0/tutorial/html/ch13s04.html -share/doc/gtkmm-2.0/tutorial/html/ch14.html -share/doc/gtkmm-2.0/tutorial/html/ch14s02.html -share/doc/gtkmm-2.0/tutorial/html/ch14s03.html -share/doc/gtkmm-2.0/tutorial/html/ch14s04.html -share/doc/gtkmm-2.0/tutorial/html/ch14s05.html -share/doc/gtkmm-2.0/tutorial/html/ch14s06.html -share/doc/gtkmm-2.0/tutorial/html/ch14s07.html -share/doc/gtkmm-2.0/tutorial/html/ch15.html -share/doc/gtkmm-2.0/tutorial/html/ch15s02.html -share/doc/gtkmm-2.0/tutorial/html/ch15s03.html -share/doc/gtkmm-2.0/tutorial/html/ch15s04.html -share/doc/gtkmm-2.0/tutorial/html/ch15s05.html -share/doc/gtkmm-2.0/tutorial/html/ch16.html -share/doc/gtkmm-2.0/tutorial/html/ch17.html -share/doc/gtkmm-2.0/tutorial/html/ch17s02.html -share/doc/gtkmm-2.0/tutorial/html/ch17s03.html -share/doc/gtkmm-2.0/tutorial/html/ch18.html -share/doc/gtkmm-2.0/tutorial/html/ch18s02.html -share/doc/gtkmm-2.0/tutorial/html/ch19.html -share/doc/gtkmm-2.0/tutorial/html/ch19s02.html -share/doc/gtkmm-2.0/tutorial/html/ch19s03.html -share/doc/gtkmm-2.0/tutorial/html/ch19s04.html -share/doc/gtkmm-2.0/tutorial/html/ch20.html -share/doc/gtkmm-2.0/tutorial/html/ch20s02.html -share/doc/gtkmm-2.0/tutorial/html/ch21.html -share/doc/gtkmm-2.0/tutorial/html/ch22.html -share/doc/gtkmm-2.0/tutorial/html/index.html -@dirrm share/doc/gtkmm-2.0/tutorial/html -@dirrm share/doc/gtkmm-2.0/tutorial/figures -@dirrm share/doc/gtkmm-2.0/tutorial -@dirrm share/doc/gtkmm-2.0/reference/html -@dirrm share/doc/gtkmm-2.0/reference -@dirrm share/doc/gtkmm-2.0/images -@dirrm share/doc/gtkmm-2.0 -@dirrm lib/gtkmm-2.0/proc/pm -@dirrm lib/gtkmm-2.0/proc/m4 -@dirrm lib/gtkmm-2.0/proc -@dirrm lib/gtkmm-2.0/include -@dirrm lib/gtkmm-2.0 -@dirrm include/gtkmm-2.0/pangomm/private -@dirrm include/gtkmm-2.0/pangomm -@dirrm include/gtkmm-2.0/gtkmm_generate_extra_defs -@dirrm include/gtkmm-2.0/gtkmm/private -@dirrm include/gtkmm-2.0/gtkmm -@dirrm include/gtkmm-2.0/glibmm/private -@dirrm include/gtkmm-2.0/glibmm -@dirrm include/gtkmm-2.0/gdkmm/private -@dirrm include/gtkmm-2.0/gdkmm -@dirrm include/gtkmm-2.0/atkmm/private -@dirrm include/gtkmm-2.0/atkmm -@dirrm include/gtkmm-2.0 diff --git a/x11-toolkits/gtkmm24/Makefile b/x11-toolkits/gtkmm24/Makefile deleted file mode 100644 index c8ace7fc7c89..000000000000 --- a/x11-toolkits/gtkmm24/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: gtkmm2 -# Date created: 30 September 2002 -# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> -# -# $FreeBSD$ -# - -PORTNAME= gtkmm -PORTVERSION= 2.0.1 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= gtkmm - -MAINTAINER= gnome@FreeBSD.org - -LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 \ - gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_X_PREFIX= yes -NO_LATEST_LINK= yes -USE_GMAKE= yes -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -USE_GNOMENG= yes -USE_GNOME= gnomehack -CONFIGURE_ARGS= --enable-static=yes \ - --without-gnome \ - --with-sigc-prefix=${LOCALBASE} - -.include <bsd.port.mk> diff --git a/x11-toolkits/gtkmm24/distinfo b/x11-toolkits/gtkmm24/distinfo deleted file mode 100644 index c345d74c74d1..000000000000 --- a/x11-toolkits/gtkmm24/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gtkmm-2.0.1.tar.gz) = 5b3788d828f14b712f9fdbdb8b857760 diff --git a/x11-toolkits/gtkmm24/files/patch-configure b/x11-toolkits/gtkmm24/files/patch-configure deleted file mode 100644 index c14c5d93483a..000000000000 --- a/x11-toolkits/gtkmm24/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Sat Oct 12 00:36:53 2002 -+++ configure Sat Oct 12 00:37:15 2002 -@@ -6823,6 +6823,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/x11-toolkits/gtkmm24/pkg-comment b/x11-toolkits/gtkmm24/pkg-comment deleted file mode 100644 index 656cd11549cb..000000000000 --- a/x11-toolkits/gtkmm24/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -C++ wrapper for gtk, a x11 graphics library diff --git a/x11-toolkits/gtkmm24/pkg-descr b/x11-toolkits/gtkmm24/pkg-descr deleted file mode 100644 index 656cd11549cb..000000000000 --- a/x11-toolkits/gtkmm24/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -C++ wrapper for gtk, a x11 graphics library diff --git a/x11-toolkits/gtkmm24/pkg-message b/x11-toolkits/gtkmm24/pkg-message deleted file mode 100644 index dd28b84b30a4..000000000000 --- a/x11-toolkits/gtkmm24/pkg-message +++ /dev/null @@ -1,10 +0,0 @@ -**************************************************************** -* * -* - To compile gtk-- based applications, type * -* eg++ `gtkmm-config --cflags` foo.cc `gtkmm-config --libs` * -* * -* - If you want to use autoconf with gtk--, * -* Please copy gtk--.m4 to /usr/local/share/aclocal * -* by yourself, thanks. * -* * -**************************************************************** diff --git a/x11-toolkits/gtkmm24/pkg-plist b/x11-toolkits/gtkmm24/pkg-plist deleted file mode 100644 index 791d90608468..000000000000 --- a/x11-toolkits/gtkmm24/pkg-plist +++ /dev/null @@ -1,1959 +0,0 @@ -include/gtkmm-2.0/atkmm.h -include/gtkmm-2.0/atkmm/object.h -include/gtkmm-2.0/atkmm/private/object_p.h -include/gtkmm-2.0/atkmm/private/relation_p.h -include/gtkmm-2.0/atkmm/private/relationset_p.h -include/gtkmm-2.0/atkmm/private/stateset_p.h -include/gtkmm-2.0/atkmm/relation.h -include/gtkmm-2.0/atkmm/relationset.h -include/gtkmm-2.0/atkmm/stateset.h -include/gtkmm-2.0/atkmm/wrap_init.h -include/gtkmm-2.0/gdkmm.h -include/gtkmm-2.0/gdkmm/bitmap.h -include/gtkmm-2.0/gdkmm/color.h -include/gtkmm-2.0/gdkmm/colormap.h -include/gtkmm-2.0/gdkmm/cursor.h -include/gtkmm-2.0/gdkmm/dragcontext.h -include/gtkmm-2.0/gdkmm/drawable.h -include/gtkmm-2.0/gdkmm/event.h -include/gtkmm-2.0/gdkmm/gc.h -include/gtkmm-2.0/gdkmm/general.h -include/gtkmm-2.0/gdkmm/image.h -include/gtkmm-2.0/gdkmm/list.h -include/gtkmm-2.0/gdkmm/pixbuf.h -include/gtkmm-2.0/gdkmm/pixbufanimation.h -include/gtkmm-2.0/gdkmm/pixbufanimationiter.h -include/gtkmm-2.0/gdkmm/pixbufloader.h -include/gtkmm-2.0/gdkmm/pixmap.h -include/gtkmm-2.0/gdkmm/private/bitmap_p.h -include/gtkmm-2.0/gdkmm/private/color_p.h -include/gtkmm-2.0/gdkmm/private/colormap_p.h -include/gtkmm-2.0/gdkmm/private/cursor_p.h -include/gtkmm-2.0/gdkmm/private/dragcontext_p.h -include/gtkmm-2.0/gdkmm/private/drawable_p.h -include/gtkmm-2.0/gdkmm/private/event_p.h -include/gtkmm-2.0/gdkmm/private/gc_p.h -include/gtkmm-2.0/gdkmm/private/image_p.h -include/gtkmm-2.0/gdkmm/private/pixbuf_p.h -include/gtkmm-2.0/gdkmm/private/pixbufanimation_p.h -include/gtkmm-2.0/gdkmm/private/pixbufanimationiter_p.h -include/gtkmm-2.0/gdkmm/private/pixbufloader_p.h -include/gtkmm-2.0/gdkmm/private/pixmap_p.h -include/gtkmm-2.0/gdkmm/private/rectangle_p.h -include/gtkmm-2.0/gdkmm/private/region_p.h -include/gtkmm-2.0/gdkmm/private/rgbcmap_p.h -include/gtkmm-2.0/gdkmm/private/types_p.h -include/gtkmm-2.0/gdkmm/private/visual_p.h -include/gtkmm-2.0/gdkmm/private/window_p.h -include/gtkmm-2.0/gdkmm/rectangle.h -include/gtkmm-2.0/gdkmm/region.h -include/gtkmm-2.0/gdkmm/rgbcmap.h -include/gtkmm-2.0/gdkmm/types.h -include/gtkmm-2.0/gdkmm/visual.h -include/gtkmm-2.0/gdkmm/window.h -include/gtkmm-2.0/gdkmm/wrap_init.h -include/gtkmm-2.0/glibmm.h -include/gtkmm-2.0/glibmm/arrayhandle.h -include/gtkmm-2.0/glibmm/class.h -include/gtkmm-2.0/glibmm/containerhandle_shared.h -include/gtkmm-2.0/glibmm/containers.h -include/gtkmm-2.0/glibmm/convert.h -include/gtkmm-2.0/glibmm/date.h -include/gtkmm-2.0/glibmm/debug.h -include/gtkmm-2.0/glibmm/dispatcher.h -include/gtkmm-2.0/glibmm/error.h -include/gtkmm-2.0/glibmm/exception.h -include/gtkmm-2.0/glibmm/exceptionhandler.h -include/gtkmm-2.0/glibmm/fileutils.h -include/gtkmm-2.0/glibmm/helperlist.h -include/gtkmm-2.0/glibmm/interface.h -include/gtkmm-2.0/glibmm/iochannel.h -include/gtkmm-2.0/glibmm/listhandle.h -include/gtkmm-2.0/glibmm/main.h -include/gtkmm-2.0/glibmm/miscutils.h -include/gtkmm-2.0/glibmm/module.h -include/gtkmm-2.0/glibmm/object.h -include/gtkmm-2.0/glibmm/objectbase.h -include/gtkmm-2.0/glibmm/pattern.h -include/gtkmm-2.0/glibmm/private/convert_p.h -include/gtkmm-2.0/glibmm/private/date_p.h -include/gtkmm-2.0/glibmm/private/fileutils_p.h -include/gtkmm-2.0/glibmm/private/interface_p.h -include/gtkmm-2.0/glibmm/private/iochannel_p.h -include/gtkmm-2.0/glibmm/private/module_p.h -include/gtkmm-2.0/glibmm/private/object_p.h -include/gtkmm-2.0/glibmm/private/shell_p.h -include/gtkmm-2.0/glibmm/private/spawn_p.h -include/gtkmm-2.0/glibmm/private/thread_p.h -include/gtkmm-2.0/glibmm/private/unicode_p.h -include/gtkmm-2.0/glibmm/property.h -include/gtkmm-2.0/glibmm/propertyproxy.h -include/gtkmm-2.0/glibmm/propertyproxy_base.h -include/gtkmm-2.0/glibmm/quark.h -include/gtkmm-2.0/glibmm/random.h -include/gtkmm-2.0/glibmm/refptr.h -include/gtkmm-2.0/glibmm/sarray.h -include/gtkmm-2.0/glibmm/shell.h -include/gtkmm-2.0/glibmm/signalproxy.h -include/gtkmm-2.0/glibmm/signalproxy_connectionnode.h -include/gtkmm-2.0/glibmm/slisthandle.h -include/gtkmm-2.0/glibmm/spawn.h -include/gtkmm-2.0/glibmm/streamiochannel.h -include/gtkmm-2.0/glibmm/thread.h -include/gtkmm-2.0/glibmm/threadpool.h -include/gtkmm-2.0/glibmm/timer.h -include/gtkmm-2.0/glibmm/timeval.h -include/gtkmm-2.0/glibmm/unicode.h -include/gtkmm-2.0/glibmm/ustring.h -include/gtkmm-2.0/glibmm/utility.h -include/gtkmm-2.0/glibmm/value.h -include/gtkmm-2.0/glibmm/value_basictypes.h -include/gtkmm-2.0/glibmm/value_custom.h -include/gtkmm-2.0/glibmm/wrap.h -include/gtkmm-2.0/glibmm/wrap_init.h -include/gtkmm-2.0/gtkmm.h -include/gtkmm-2.0/gtkmm/accelgroup.h -include/gtkmm-2.0/gtkmm/accelkey.h -include/gtkmm-2.0/gtkmm/accellabel.h -include/gtkmm-2.0/gtkmm/accelmap.h -include/gtkmm-2.0/gtkmm/adjustment.h -include/gtkmm-2.0/gtkmm/alignment.h -include/gtkmm-2.0/gtkmm/arrow.h -include/gtkmm-2.0/gtkmm/aspectframe.h -include/gtkmm-2.0/gtkmm/base.h -include/gtkmm-2.0/gtkmm/bin.h -include/gtkmm-2.0/gtkmm/box.h -include/gtkmm-2.0/gtkmm/button.h -include/gtkmm-2.0/gtkmm/buttonbox.h -include/gtkmm-2.0/gtkmm/calendar.h -include/gtkmm-2.0/gtkmm/celleditable.h -include/gtkmm-2.0/gtkmm/cellrenderer.h -include/gtkmm-2.0/gtkmm/cellrendererpixbuf.h -include/gtkmm-2.0/gtkmm/cellrenderertext.h -include/gtkmm-2.0/gtkmm/cellrenderertoggle.h -include/gtkmm-2.0/gtkmm/checkbutton.h -include/gtkmm-2.0/gtkmm/checkmenuitem.h -include/gtkmm-2.0/gtkmm/clipboard.h -include/gtkmm-2.0/gtkmm/colorselection.h -include/gtkmm-2.0/gtkmm/combo.h -include/gtkmm-2.0/gtkmm/container.h -include/gtkmm-2.0/gtkmm/curve.h -include/gtkmm-2.0/gtkmm/dialog.h -include/gtkmm-2.0/gtkmm/drawingarea.h -include/gtkmm-2.0/gtkmm/editable.h -include/gtkmm-2.0/gtkmm/entry.h -include/gtkmm-2.0/gtkmm/enums.h -include/gtkmm-2.0/gtkmm/eventbox.h -include/gtkmm-2.0/gtkmm/fileselection.h -include/gtkmm-2.0/gtkmm/fixed.h -include/gtkmm-2.0/gtkmm/fontselection.h -include/gtkmm-2.0/gtkmm/frame.h -include/gtkmm-2.0/gtkmm/handlebox.h -include/gtkmm-2.0/gtkmm/iconfactory.h -include/gtkmm-2.0/gtkmm/iconset.h -include/gtkmm-2.0/gtkmm/iconsource.h -include/gtkmm-2.0/gtkmm/image.h -include/gtkmm-2.0/gtkmm/imagemenuitem.h -include/gtkmm-2.0/gtkmm/inputdialog.h -include/gtkmm-2.0/gtkmm/invisible.h -include/gtkmm-2.0/gtkmm/item.h -include/gtkmm-2.0/gtkmm/label.h -include/gtkmm-2.0/gtkmm/layout.h -include/gtkmm-2.0/gtkmm/liststore.h -include/gtkmm-2.0/gtkmm/main.h -include/gtkmm-2.0/gtkmm/menu.h -include/gtkmm-2.0/gtkmm/menu_elems.h -include/gtkmm-2.0/gtkmm/menubar.h -include/gtkmm-2.0/gtkmm/menuitem.h -include/gtkmm-2.0/gtkmm/menushell.h -include/gtkmm-2.0/gtkmm/messagedialog.h -include/gtkmm-2.0/gtkmm/misc.h -include/gtkmm-2.0/gtkmm/notebook.h -include/gtkmm-2.0/gtkmm/object.h -include/gtkmm-2.0/gtkmm/optionmenu.h -include/gtkmm-2.0/gtkmm/paned.h -include/gtkmm-2.0/gtkmm/plug.h -include/gtkmm-2.0/gtkmm/private/accelgroup_p.h -include/gtkmm-2.0/gtkmm/private/accellabel_p.h -include/gtkmm-2.0/gtkmm/private/adjustment_p.h -include/gtkmm-2.0/gtkmm/private/alignment_p.h -include/gtkmm-2.0/gtkmm/private/arrow_p.h -include/gtkmm-2.0/gtkmm/private/aspectframe_p.h -include/gtkmm-2.0/gtkmm/private/bin_p.h -include/gtkmm-2.0/gtkmm/private/box_p.h -include/gtkmm-2.0/gtkmm/private/button_p.h -include/gtkmm-2.0/gtkmm/private/buttonbox_p.h -include/gtkmm-2.0/gtkmm/private/calendar_p.h -include/gtkmm-2.0/gtkmm/private/celleditable_p.h -include/gtkmm-2.0/gtkmm/private/cellrenderer_p.h -include/gtkmm-2.0/gtkmm/private/cellrendererpixbuf_p.h -include/gtkmm-2.0/gtkmm/private/cellrenderertext_p.h -include/gtkmm-2.0/gtkmm/private/cellrenderertoggle_p.h -include/gtkmm-2.0/gtkmm/private/checkbutton_p.h -include/gtkmm-2.0/gtkmm/private/checkmenuitem_p.h -include/gtkmm-2.0/gtkmm/private/colorselection_p.h -include/gtkmm-2.0/gtkmm/private/combo_p.h -include/gtkmm-2.0/gtkmm/private/container_p.h -include/gtkmm-2.0/gtkmm/private/curve_p.h -include/gtkmm-2.0/gtkmm/private/dialog_p.h -include/gtkmm-2.0/gtkmm/private/drawingarea_p.h -include/gtkmm-2.0/gtkmm/private/editable_p.h -include/gtkmm-2.0/gtkmm/private/entry_p.h -include/gtkmm-2.0/gtkmm/private/enums_p.h -include/gtkmm-2.0/gtkmm/private/eventbox_p.h -include/gtkmm-2.0/gtkmm/private/fileselection_p.h -include/gtkmm-2.0/gtkmm/private/fixed_p.h -include/gtkmm-2.0/gtkmm/private/fontselection_p.h -include/gtkmm-2.0/gtkmm/private/frame_p.h -include/gtkmm-2.0/gtkmm/private/handlebox_p.h -include/gtkmm-2.0/gtkmm/private/iconfactory_p.h -include/gtkmm-2.0/gtkmm/private/iconset_p.h -include/gtkmm-2.0/gtkmm/private/iconsource_p.h -include/gtkmm-2.0/gtkmm/private/image_p.h -include/gtkmm-2.0/gtkmm/private/imagemenuitem_p.h -include/gtkmm-2.0/gtkmm/private/inputdialog_p.h -include/gtkmm-2.0/gtkmm/private/invisible_p.h -include/gtkmm-2.0/gtkmm/private/item_p.h -include/gtkmm-2.0/gtkmm/private/label_p.h -include/gtkmm-2.0/gtkmm/private/layout_p.h -include/gtkmm-2.0/gtkmm/private/liststore_p.h -include/gtkmm-2.0/gtkmm/private/main_p.h -include/gtkmm-2.0/gtkmm/private/menu_p.h -include/gtkmm-2.0/gtkmm/private/menubar_p.h -include/gtkmm-2.0/gtkmm/private/menuitem_p.h -include/gtkmm-2.0/gtkmm/private/menushell_p.h -include/gtkmm-2.0/gtkmm/private/messagedialog_p.h -include/gtkmm-2.0/gtkmm/private/misc_p.h -include/gtkmm-2.0/gtkmm/private/notebook_p.h -include/gtkmm-2.0/gtkmm/private/object_p.h -include/gtkmm-2.0/gtkmm/private/optionmenu_p.h -include/gtkmm-2.0/gtkmm/private/paned_p.h -include/gtkmm-2.0/gtkmm/private/plug_p.h -include/gtkmm-2.0/gtkmm/private/progressbar_p.h -include/gtkmm-2.0/gtkmm/private/radiobutton_p.h -include/gtkmm-2.0/gtkmm/private/radiomenuitem_p.h -include/gtkmm-2.0/gtkmm/private/range_p.h -include/gtkmm-2.0/gtkmm/private/rc_p.h -include/gtkmm-2.0/gtkmm/private/ruler_p.h -include/gtkmm-2.0/gtkmm/private/scale_p.h -include/gtkmm-2.0/gtkmm/private/scrollbar_p.h -include/gtkmm-2.0/gtkmm/private/scrolledwindow_p.h -include/gtkmm-2.0/gtkmm/private/separator_p.h -include/gtkmm-2.0/gtkmm/private/separatormenuitem_p.h -include/gtkmm-2.0/gtkmm/private/settings_p.h -include/gtkmm-2.0/gtkmm/private/sizegroup_p.h -include/gtkmm-2.0/gtkmm/private/socket_p.h -include/gtkmm-2.0/gtkmm/private/spinbutton_p.h -include/gtkmm-2.0/gtkmm/private/statusbar_p.h -include/gtkmm-2.0/gtkmm/private/stockitem_p.h -include/gtkmm-2.0/gtkmm/private/style_p.h -include/gtkmm-2.0/gtkmm/private/table_p.h -include/gtkmm-2.0/gtkmm/private/tearoffmenuitem_p.h -include/gtkmm-2.0/gtkmm/private/textattributes_p.h -include/gtkmm-2.0/gtkmm/private/textbuffer_p.h -include/gtkmm-2.0/gtkmm/private/textchildanchor_p.h -include/gtkmm-2.0/gtkmm/private/textiter_p.h -include/gtkmm-2.0/gtkmm/private/textmark_p.h -include/gtkmm-2.0/gtkmm/private/texttag_p.h -include/gtkmm-2.0/gtkmm/private/texttagtable_p.h -include/gtkmm-2.0/gtkmm/private/textview_p.h -include/gtkmm-2.0/gtkmm/private/togglebutton_p.h -include/gtkmm-2.0/gtkmm/private/toolbar_p.h -include/gtkmm-2.0/gtkmm/private/tooltips_p.h -include/gtkmm-2.0/gtkmm/private/treedragdest_p.h -include/gtkmm-2.0/gtkmm/private/treedragsource_p.h -include/gtkmm-2.0/gtkmm/private/treeiter_p.h -include/gtkmm-2.0/gtkmm/private/treemodel_p.h -include/gtkmm-2.0/gtkmm/private/treepath_p.h -include/gtkmm-2.0/gtkmm/private/treerowreference_p.h -include/gtkmm-2.0/gtkmm/private/treeselection_p.h -include/gtkmm-2.0/gtkmm/private/treesortable_p.h -include/gtkmm-2.0/gtkmm/private/treestore_p.h -include/gtkmm-2.0/gtkmm/private/treeview_p.h -include/gtkmm-2.0/gtkmm/private/treeviewcolumn_p.h -include/gtkmm-2.0/gtkmm/private/viewport_p.h -include/gtkmm-2.0/gtkmm/private/widget_p.h -include/gtkmm-2.0/gtkmm/private/window_p.h -include/gtkmm-2.0/gtkmm/progressbar.h -include/gtkmm-2.0/gtkmm/radiobutton.h -include/gtkmm-2.0/gtkmm/radiomenuitem.h -include/gtkmm-2.0/gtkmm/range.h -include/gtkmm-2.0/gtkmm/rc.h -include/gtkmm-2.0/gtkmm/ruler.h -include/gtkmm-2.0/gtkmm/scale.h -include/gtkmm-2.0/gtkmm/scrollbar.h -include/gtkmm-2.0/gtkmm/scrolledwindow.h -include/gtkmm-2.0/gtkmm/separator.h -include/gtkmm-2.0/gtkmm/separatormenuitem.h -include/gtkmm-2.0/gtkmm/settings.h -include/gtkmm-2.0/gtkmm/sizegroup.h -include/gtkmm-2.0/gtkmm/socket.h -include/gtkmm-2.0/gtkmm/spinbutton.h -include/gtkmm-2.0/gtkmm/statusbar.h -include/gtkmm-2.0/gtkmm/stock.h -include/gtkmm-2.0/gtkmm/stockid.h -include/gtkmm-2.0/gtkmm/stockitem.h -include/gtkmm-2.0/gtkmm/style.h -include/gtkmm-2.0/gtkmm/table.h -include/gtkmm-2.0/gtkmm/targetentry.h -include/gtkmm-2.0/gtkmm/tearoffmenuitem.h -include/gtkmm-2.0/gtkmm/textattributes.h -include/gtkmm-2.0/gtkmm/textbuffer.h -include/gtkmm-2.0/gtkmm/textchildanchor.h -include/gtkmm-2.0/gtkmm/textiter.h -include/gtkmm-2.0/gtkmm/textmark.h -include/gtkmm-2.0/gtkmm/texttag.h -include/gtkmm-2.0/gtkmm/texttagtable.h -include/gtkmm-2.0/gtkmm/textview.h -include/gtkmm-2.0/gtkmm/togglebutton.h -include/gtkmm-2.0/gtkmm/toolbar.h -include/gtkmm-2.0/gtkmm/tooltips.h -include/gtkmm-2.0/gtkmm/treedragdest.h -include/gtkmm-2.0/gtkmm/treedragsource.h -include/gtkmm-2.0/gtkmm/treeiter.h -include/gtkmm-2.0/gtkmm/treemodel.h -include/gtkmm-2.0/gtkmm/treemodelcolumn.h -include/gtkmm-2.0/gtkmm/treepath.h -include/gtkmm-2.0/gtkmm/treerowreference.h -include/gtkmm-2.0/gtkmm/treeselection.h -include/gtkmm-2.0/gtkmm/treesortable.h -include/gtkmm-2.0/gtkmm/treestore.h -include/gtkmm-2.0/gtkmm/treeview.h -include/gtkmm-2.0/gtkmm/treeview_private.h -include/gtkmm-2.0/gtkmm/treeviewcolumn.h -include/gtkmm-2.0/gtkmm/viewport.h -include/gtkmm-2.0/gtkmm/widget.h -include/gtkmm-2.0/gtkmm/window.h -include/gtkmm-2.0/gtkmm/wrap_init.h -include/gtkmm-2.0/gtkmm_generate_extra_defs/generate_extra_defs.h -include/gtkmm-2.0/pangomm.h -include/gtkmm-2.0/pangomm/attributes.h -include/gtkmm-2.0/pangomm/attriter.h -include/gtkmm-2.0/pangomm/attrlist.h -include/gtkmm-2.0/pangomm/color.h -include/gtkmm-2.0/pangomm/context.h -include/gtkmm-2.0/pangomm/coverage.h -include/gtkmm-2.0/pangomm/font.h -include/gtkmm-2.0/pangomm/fontdescription.h -include/gtkmm-2.0/pangomm/fontface.h -include/gtkmm-2.0/pangomm/fontfamily.h -include/gtkmm-2.0/pangomm/fontmap.h -include/gtkmm-2.0/pangomm/fontmetrics.h -include/gtkmm-2.0/pangomm/fontset.h -include/gtkmm-2.0/pangomm/glyph.h -include/gtkmm-2.0/pangomm/glyphstring.h -include/gtkmm-2.0/pangomm/item.h -include/gtkmm-2.0/pangomm/language.h -include/gtkmm-2.0/pangomm/layout.h -include/gtkmm-2.0/pangomm/layoutiter.h -include/gtkmm-2.0/pangomm/layoutline.h -include/gtkmm-2.0/pangomm/layoutrun.h -include/gtkmm-2.0/pangomm/private/attributes_p.h -include/gtkmm-2.0/pangomm/private/attriter_p.h -include/gtkmm-2.0/pangomm/private/attrlist_p.h -include/gtkmm-2.0/pangomm/private/color_p.h -include/gtkmm-2.0/pangomm/private/context_p.h -include/gtkmm-2.0/pangomm/private/coverage_p.h -include/gtkmm-2.0/pangomm/private/font_p.h -include/gtkmm-2.0/pangomm/private/fontdescription_p.h -include/gtkmm-2.0/pangomm/private/fontface_p.h -include/gtkmm-2.0/pangomm/private/fontfamily_p.h -include/gtkmm-2.0/pangomm/private/fontmap_p.h -include/gtkmm-2.0/pangomm/private/fontmetrics_p.h -include/gtkmm-2.0/pangomm/private/fontset_p.h -include/gtkmm-2.0/pangomm/private/glyph_p.h -include/gtkmm-2.0/pangomm/private/glyphstring_p.h -include/gtkmm-2.0/pangomm/private/item_p.h -include/gtkmm-2.0/pangomm/private/language_p.h -include/gtkmm-2.0/pangomm/private/layout_p.h -include/gtkmm-2.0/pangomm/private/layoutiter_p.h -include/gtkmm-2.0/pangomm/private/layoutline_p.h -include/gtkmm-2.0/pangomm/private/layoutrun_p.h -include/gtkmm-2.0/pangomm/private/rectangle_p.h -include/gtkmm-2.0/pangomm/private/tabarray_p.h -include/gtkmm-2.0/pangomm/rectangle.h -include/gtkmm-2.0/pangomm/tabarray.h -include/gtkmm-2.0/pangomm/wrap_init.h -lib/gtkmm-2.0/include/gdkmmconfig.h -lib/gtkmm-2.0/include/glibmmconfig.h -lib/gtkmm-2.0/include/gtkmmconfig.h -lib/gtkmm-2.0/proc/generate_wrap_init.pl -lib/gtkmm-2.0/proc/gtkmmproc -lib/gtkmm-2.0/proc/m4/base.m4 -lib/gtkmm-2.0/proc/m4/class_boxedtype.m4 -lib/gtkmm-2.0/proc/m4/class_boxedtype_static.m4 -lib/gtkmm-2.0/proc/m4/class_generic.m4 -lib/gtkmm-2.0/proc/m4/class_gobject.m4 -lib/gtkmm-2.0/proc/m4/class_gtkobject.m4 -lib/gtkmm-2.0/proc/m4/class_interface.m4 -lib/gtkmm-2.0/proc/m4/class_opaque_copyable.m4 -lib/gtkmm-2.0/proc/m4/class_opaque_refcounted.m4 -lib/gtkmm-2.0/proc/m4/class_shared.m4 -lib/gtkmm-2.0/proc/m4/compare.m4 -lib/gtkmm-2.0/proc/m4/convert.m4 -lib/gtkmm-2.0/proc/m4/convert_atk.m4 -lib/gtkmm-2.0/proc/m4/convert_base.m4 -lib/gtkmm-2.0/proc/m4/convert_gdk.m4 -lib/gtkmm-2.0/proc/m4/convert_glib.m4 -lib/gtkmm-2.0/proc/m4/convert_gtk.m4 -lib/gtkmm-2.0/proc/m4/convert_gtkmm.m4 -lib/gtkmm-2.0/proc/m4/convert_pango.m4 -lib/gtkmm-2.0/proc/m4/ctor.m4 -lib/gtkmm-2.0/proc/m4/doc.m4 -lib/gtkmm-2.0/proc/m4/enum.m4 -lib/gtkmm-2.0/proc/m4/gerror.m4 -lib/gtkmm-2.0/proc/m4/list.m4 -lib/gtkmm-2.0/proc/m4/member.m4 -lib/gtkmm-2.0/proc/m4/method.m4 -lib/gtkmm-2.0/proc/m4/property.m4 -lib/gtkmm-2.0/proc/m4/signal.m4 -lib/gtkmm-2.0/proc/m4/vfunc.m4 -lib/gtkmm-2.0/proc/pm/DocsParser.pm -lib/gtkmm-2.0/proc/pm/Enum.pm -lib/gtkmm-2.0/proc/pm/Function.pm -lib/gtkmm-2.0/proc/pm/FunctionBase.pm -lib/gtkmm-2.0/proc/pm/GtkDefs.pm -lib/gtkmm-2.0/proc/pm/Object.pm -lib/gtkmm-2.0/proc/pm/Output.pm -lib/gtkmm-2.0/proc/pm/Property.pm -lib/gtkmm-2.0/proc/pm/Util.pm -lib/gtkmm-2.0/proc/pm/WrapParser.pm -lib/libatkmm-1.0.a -lib/libatkmm-1.0.so -lib/libatkmm-1.0.so.2 -lib/libgdkmm-2.0.a -lib/libgdkmm-2.0.so -lib/libgdkmm-2.0.so.2 -lib/libglibmm-2.0.a -lib/libglibmm-2.0.so -lib/libglibmm-2.0.so.2 -lib/libgtkmm-2.0.a -lib/libgtkmm-2.0.so -lib/libgtkmm-2.0.so.2 -lib/libgtkmm_generate_extra_defs-2.0.a -lib/libgtkmm_generate_extra_defs-2.0.so -lib/libgtkmm_generate_extra_defs-2.0.so.2 -lib/libpangomm-1.0.a -lib/libpangomm-1.0.so -lib/libpangomm-1.0.so.2 -libdata/pkgconfig/atkmm-1.0.pc -libdata/pkgconfig/gdkmm-2.0.pc -libdata/pkgconfig/glibmm-2.0.pc -libdata/pkgconfig/gtkmm-2.0.pc -libdata/pkgconfig/pangomm-1.0.pc -share/doc/gtkmm-2.0/images/gtkmm_logo.gif -share/doc/gtkmm-2.0/images/top.gif -share/doc/gtkmm-2.0/index.html -share/doc/gtkmm-2.0/reference/html/accelgroup_8h.html -share/doc/gtkmm-2.0/reference/html/accelkey_8h.html -share/doc/gtkmm-2.0/reference/html/accellabel_8h.html -share/doc/gtkmm-2.0/reference/html/accelmap_8h.html -share/doc/gtkmm-2.0/reference/html/adjustment_8h.html -share/doc/gtkmm-2.0/reference/html/alignment_8h.html -share/doc/gtkmm-2.0/reference/html/annotated.html -share/doc/gtkmm-2.0/reference/html/arrayhandle_8h.html -share/doc/gtkmm-2.0/reference/html/arrow_8h.html -share/doc/gtkmm-2.0/reference/html/aspectframe_8h.html -share/doc/gtkmm-2.0/reference/html/atk_2atkmm_2object_8h.html -share/doc/gtkmm-2.0/reference/html/attributes_8h.html -share/doc/gtkmm-2.0/reference/html/attriter_8h.html -share/doc/gtkmm-2.0/reference/html/attrlist_8h.html -share/doc/gtkmm-2.0/reference/html/base_8h.html -share/doc/gtkmm-2.0/reference/html/bin_8h.html -share/doc/gtkmm-2.0/reference/html/bitmap_8h.html -share/doc/gtkmm-2.0/reference/html/book_2buttons_2button_2buttons_8h-example.html -share/doc/gtkmm-2.0/reference/html/box_8h.html -share/doc/gtkmm-2.0/reference/html/button_8h.html -share/doc/gtkmm-2.0/reference/html/buttonbox_8h.html -share/doc/gtkmm-2.0/reference/html/calendar_8h.html -share/doc/gtkmm-2.0/reference/html/celleditable_8h.html -share/doc/gtkmm-2.0/reference/html/cellrenderer_8h.html -share/doc/gtkmm-2.0/reference/html/cellrendererpixbuf_8h.html -share/doc/gtkmm-2.0/reference/html/cellrenderertext_8h.html -share/doc/gtkmm-2.0/reference/html/cellrenderertoggle_8h.html -share/doc/gtkmm-2.0/reference/html/checkbutton_8h.html -share/doc/gtkmm-2.0/reference/html/checkmenuitem_8h.html -share/doc/gtkmm-2.0/reference/html/classAtk_1_1Object-members.html -share/doc/gtkmm-2.0/reference/html/classAtk_1_1Object.html -share/doc/gtkmm-2.0/reference/html/classAtk_1_1Object__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classAtk_1_1Relation-members.html -share/doc/gtkmm-2.0/reference/html/classAtk_1_1Relation.html -share/doc/gtkmm-2.0/reference/html/classAtk_1_1RelationSet-members.html -share/doc/gtkmm-2.0/reference/html/classAtk_1_1RelationSet.html -share/doc/gtkmm-2.0/reference/html/classAtk_1_1RelationSet__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classAtk_1_1Relation__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classAtk_1_1StateSet-members.html -share/doc/gtkmm-2.0/reference/html/classAtk_1_1StateSet.html -share/doc/gtkmm-2.0/reference/html/classAtk_1_1StateSet__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGTimeVal.html -share/doc/gtkmm-2.0/reference/html/classGTimeVal__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Bitmap-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Bitmap.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Bitmap__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Color-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Color.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Colormap-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Colormap.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Colormap__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Cursor-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Cursor.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1DragContext-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1DragContext.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1DragContext__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Drawable-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Drawable.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Drawable__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Event-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Event.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1GC-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1GC.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1GC__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Image-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Image.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Image__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Pixbuf-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Pixbuf.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1PixbufAnimation-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1PixbufAnimation.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1PixbufAnimationIter-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1PixbufAnimationIter.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1PixbufAnimationIter__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1PixbufAnimation__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1PixbufError-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1PixbufError.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1PixbufError__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1PixbufLoader-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1PixbufLoader.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1PixbufLoader__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Pixbuf__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Pixmap-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Pixmap.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Pixmap__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Point-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Point.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Rectangle-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Rectangle.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Region-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Region.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1RgbCmap-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1RgbCmap.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Visual-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Visual.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Visual__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Window-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Window.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Window__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ArrayHandle-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ArrayHandle.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Cond-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Cond.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Container__Helpers_1_1ArrayHandleIterator-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Container__Helpers_1_1ArrayHandleIterator.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Container__Helpers_1_1ListHandleIterator-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Container__Helpers_1_1ListHandleIterator.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Container__Helpers_1_1SListHandleIterator-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Container__Helpers_1_1SListHandleIterator.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ConvertError-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ConvertError.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ConvertError__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Date-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Date.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Dir-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Dir.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1DirIterator-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1DirIterator.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Dispatcher-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Dispatcher.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Error-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Error.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Error__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Exception-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Exception.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Exception__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1FileError-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1FileError.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1FileError__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1HelperList-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1HelperList.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IConv-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IConv.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IOChannel-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IOChannel.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IOChannelError-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IOChannelError.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IOChannelError__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IOChannel__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IOSource-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IOSource.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IOSource__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IdleSource-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IdleSource.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IdleSource__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Interface-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Interface.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Interface__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ListHandle-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ListHandle.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1MainContext-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1MainContext.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1MainLoop-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1MainLoop.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Module-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Module.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Mutex-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Mutex.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Mutex_1_1Lock-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Mutex_1_1Lock.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Object-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Object.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ObjectBase-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ObjectBase.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ObjectBase__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Object__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PatternSpec-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PatternSpec.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PollFD-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PollFD.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Private-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Private.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Property-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Property.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyBase-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyBase.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyBase__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyProxy-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyProxy.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyProxy__Base-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyProxy__Base.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyProxy__Base__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyProxy__ReadOnly-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyProxy__ReadOnly__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyProxy__WriteOnly-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyProxy__WriteOnly.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyProxy__WriteOnly__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyProxy__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Property__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Quark-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Quark.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Quark__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1QueryQuark-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1QueryQuark.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1QueryQuark__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RWLock-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RWLock.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RWLock_1_1ReaderLock-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RWLock_1_1ReaderLock.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RWLock_1_1WriterLock-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RWLock_1_1WriterLock.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RWLock__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Rand-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Rand.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RecMutex-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RecMutex.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RecMutex_1_1Lock-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RecMutex_1_1Lock.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RecMutex__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RefPtr-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RefPtr.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SListHandle-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SListHandle.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Sequence-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Sequence.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ShellError-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ShellError.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ShellError__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalIO-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalIO.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalIdle-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalIdle.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy0-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy0.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy0__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy1-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy1.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy1__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy2-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy2.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy2__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy3-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy3.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy3__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy5-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy5.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy5__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy6-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy6.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy6__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxyBase-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxyBase.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxyBase__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxyConnectionNode-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxyConnectionNode.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxyConnectionNode__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxyNormal-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxyNormal.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxyNormal__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxyProperty-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxyProperty.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxyProperty__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalTimeout-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalTimeout.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Source-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Source.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Source__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SpawnError-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SpawnError.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SpawnError__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1StreamIOChannel-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1StreamIOChannel.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1StreamIOChannel__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Thread-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Thread.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ThreadError-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ThreadError.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ThreadError__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ThreadPool-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ThreadPool.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Thread_1_1Exit.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1TimeoutSource-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1TimeoutSource.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1TimeoutSource__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Timer-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Timer.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__Boxed-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__Boxed.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__Boxed__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__Enum-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__Enum.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__Enum__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__Flags-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__Flags.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__Flags__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__Object-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__Object.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__Object__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__String-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__String.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__String__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01T_01_4_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01T_01_4_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01T_01_4_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01const_01T_01_4_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01const_01T_01_4_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01const_01T_01_4_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01Glib_1_1ustring_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01Glib_1_1ustring_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01Glib_1_1ustring_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01T_01_5_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01T_01_5_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01T_01_5_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01bool_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01bool_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01bool_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01char_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01char_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01char_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01const_01T_01_5_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01const_01T_01_5_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01const_01T_01_5_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01double_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01double_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01double_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01float_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01float_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01float_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01int_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01int_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01int_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01long_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01long_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01long_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01long_01long_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01long_01long_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01long_01long_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01std_1_1string_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01std_1_1string_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01std_1_1string_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01unsigned_01char_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01unsigned_01char_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01unsigned_01char_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01unsigned_01int_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01unsigned_01int_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01unsigned_01int_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01unsigned_01long_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01unsigned_01long_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01unsigned_01long_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01unsigned_01long_01long_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01unsigned_01long_01long_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01unsigned_01long_01long_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01void_01_5_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01void_01_5_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01void_01_5_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value__Boxed-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value__Boxed.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value__Boxed__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value__Enum-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value__Enum.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value__Enum__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value__Flags-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value__Flags.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value__Flags__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value__Pointer-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value__Pointer.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value__Pointer__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1unconst.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ustring-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ustring.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ustring__Iterator-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ustring__Iterator.html -share/doc/gtkmm-2.0/reference/html/classGtkToolbarChild.html -share/doc/gtkmm-2.0/reference/html/classGtkToolbarChild__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1AccelGroup-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1AccelGroup.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1AccelGroup__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1AccelLabel-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1AccelLabel.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1AccelLabel__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Adjustment-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Adjustment.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Adjustment__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Alignment-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Alignment.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Alignment__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Arrow-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Arrow.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Arrow__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1AspectFrame-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1AspectFrame.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1AspectFrame__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Bin-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Bin.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Bin__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Box-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Box.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Box__Helpers_1_1BoxList-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Box__Helpers_1_1BoxList.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Box__Helpers_1_1BoxList__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Box__Helpers_1_1Child-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Box__Helpers_1_1Child.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Box__Helpers_1_1Child__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Box__Helpers_1_1Element-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Box__Helpers_1_1Element.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Box__Helpers_1_1Element__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Box__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Button-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Button.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ButtonBox-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ButtonBox.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ButtonBox__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Button__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Calendar-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Calendar.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Calendar__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellEditable-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellEditable.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellEditable__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellRenderer-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellRenderer.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellRendererPixbuf-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellRendererPixbuf.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellRendererPixbuf__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellRendererText-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellRendererText.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellRendererText__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellRendererToggle-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellRendererToggle.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellRendererToggle__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellRenderer__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CheckButton-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CheckButton.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CheckButton__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CheckMenuItem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CheckMenuItem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CheckMenuItem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Clipboard-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Clipboard.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ColorSelection-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ColorSelection.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ColorSelectionDialog-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ColorSelectionDialog.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ColorSelectionDialog__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ColorSelection__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Combo-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Combo.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ComboDropDown-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ComboDropDown.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ComboDropDownItem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ComboDropDownItem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ComboDropDownItem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ComboDropDown__Helpers_1_1ComboDropDownList-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ComboDropDown__Helpers_1_1ComboDropDownList.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ComboDropDown__Helpers_1_1ComboDropDownList__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ComboDropDown__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Combo__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Container-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Container.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Container__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Curve-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Curve.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Curve__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Dialog-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Dialog.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Dialog__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1DrawingArea-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1DrawingArea.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1DrawingArea__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Editable-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Editable.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Editable__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Entry-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Entry.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Entry__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1EventBox-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1EventBox.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1EventBox__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1FileSelection-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1FileSelection.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1FileSelection__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Fixed-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Fixed.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Fixed__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1FontSelection-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1FontSelection.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1FontSelectionDialog-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1FontSelectionDialog.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1FontSelectionDialog__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1FontSelection__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Frame-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Frame.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Frame__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1GammaCurve-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1GammaCurve.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1GammaCurve__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HBox-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HBox.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HBox__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HButtonBox-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HButtonBox.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HButtonBox__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HPaned-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HPaned.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HPaned__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HRuler-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HRuler.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HRuler__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HScale-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HScale.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HScale__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HScrollbar-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HScrollbar.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HScrollbar__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HSeparator-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HSeparator.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HSeparator__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HandleBox-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HandleBox.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HandleBox__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1IconFactory-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1IconFactory.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1IconFactory__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1IconSet-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1IconSet.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1IconSize-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1IconSize.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1IconSource-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1IconSource.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Image-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Image.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ImageMenuItem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ImageMenuItem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ImageMenuItem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Image__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1InputDialog-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1InputDialog.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1InputDialog__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Invisible-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Invisible.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Invisible__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Item-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Item.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Item__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Label-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Label.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Label__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Layout-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Layout.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Layout__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ListStore-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ListStore.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ListStore__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Main-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Main.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Main__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1MenuBar-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1MenuBar.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1MenuBar__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1MenuItem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1MenuItem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1MenuItem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1MenuShell-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1MenuShell.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1MenuShell__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1AccelKey-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1AccelKey.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1CheckMenuElem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1CheckMenuElem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1CheckMenuElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1Element-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1Element.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1Element__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1ImageMenuElem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1ImageMenuElem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1ImageMenuElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1MenuElem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1MenuElem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1MenuElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1MenuList-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1MenuList.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1MenuList__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1RadioMenuElem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1RadioMenuElem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1RadioMenuElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1SeparatorElem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1SeparatorElem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1SeparatorElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1StockMenuElem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1StockMenuElem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1StockMenuElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1TearoffMenuElem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1TearoffMenuElem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1TearoffMenuElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1MessageDialog-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1MessageDialog.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1MessageDialog__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Misc-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Misc.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Misc__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook__Helpers_1_1Element-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook__Helpers_1_1Element.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook__Helpers_1_1Element__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook__Helpers_1_1Page-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook__Helpers_1_1Page.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook__Helpers_1_1PageIterator-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook__Helpers_1_1PageIterator.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook__Helpers_1_1PageIterator__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook__Helpers_1_1PageList-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook__Helpers_1_1PageList.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook__Helpers_1_1Page__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Object-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Object.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Object__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1OptionMenu-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1OptionMenu.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1OptionMenu__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Paned-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Paned.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Paned__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Plug-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Plug.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Plug__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ProgressBar-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ProgressBar.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ProgressBar__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1RC-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1RC.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1RadioButton-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1RadioButton.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1RadioButton__Helpers_1_1Group-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1RadioButton__Helpers_1_1Group.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1RadioButton__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1RadioMenuItem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1RadioMenuItem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1RadioMenuItem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Range-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Range.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Range__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1RcStyle-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1RcStyle.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1RcStyle__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Ruler-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Ruler.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Ruler__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Scale-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Scale.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Scale__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Scrollbar-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Scrollbar.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Scrollbar__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ScrolledWindow-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ScrolledWindow.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ScrolledWindow__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Separator-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Separator.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1SeparatorMenuItem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1SeparatorMenuItem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1SeparatorMenuItem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Separator__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Settings-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Settings.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Settings__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1SizeGroup-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1SizeGroup.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1SizeGroup__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Socket-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Socket.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Socket__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1SpinButton-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1SpinButton.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1SpinButton__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Statusbar-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Statusbar.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Statusbar__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1StockID-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1StockID.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1StockItem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1StockItem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Style-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Style.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Style__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Table-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Table.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Table__Helpers_1_1Child-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Table__Helpers_1_1Child.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Table__Helpers_1_1Child__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Table__Helpers_1_1TableList-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Table__Helpers_1_1TableList.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Table__Helpers_1_1TableList__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Table__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TargetEntry-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TargetEntry.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TearoffMenuItem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TearoffMenuItem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TearoffMenuItem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextAttributes-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextAttributes.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextBuffer-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextBuffer.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextBuffer__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextChildAnchor-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextChildAnchor.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextChildAnchor__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextIter-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextIter.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextMark-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextMark.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextMark__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextTag-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextTag.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextTagTable-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextTagTable.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextTagTable__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextTag__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextView-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextView.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextView__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ToggleButton-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ToggleButton.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ToggleButton__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Toolbar-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Toolbar.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Toolbar__Helpers_1_1Element-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Toolbar__Helpers_1_1Element.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Toolbar__Helpers_1_1Element__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Toolbar__Helpers_1_1Tool-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Toolbar__Helpers_1_1Tool.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Toolbar__Helpers_1_1ToolList-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Toolbar__Helpers_1_1ToolList.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Toolbar__Helpers_1_1ToolList__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Toolbar__Helpers_1_1Tool__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Toolbar__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Tooltips-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Tooltips.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Tooltips__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeDragDest-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeDragDest.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeDragDest__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeDragSource-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeDragSource.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeDragSource__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeIter-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeIter.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeIterBase-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeIterBase.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeIterBase__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeIter__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeModel-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeModel.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeModelColumn-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeModelColumn.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeModelColumnBase-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeModelColumnBase.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeModelColumnBase__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeModelColumnRecord-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeModelColumnRecord.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeModelColumn__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeModel__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeNodeChildren-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeNodeChildren.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeNodeChildren__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreePath-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreePath.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeRow-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeRow.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeRowReference-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeRowReference.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeRow__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeSelection-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeSelection.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeSelection__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeSortable-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeSortable.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeSortable__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeStore-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeStore.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeStore__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeValueProxy-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeValueProxy.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeView-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeView.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeViewColumn-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeViewColumn.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeViewColumn__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeView__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VBox-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VBox.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VBox__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VButtonBox-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VButtonBox.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VButtonBox__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VPaned-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VPaned.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VPaned__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VRuler-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VRuler.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VRuler__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VScale-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VScale.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VScale__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VScrollbar-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VScrollbar.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VScrollbar__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VSeparator-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VSeparator.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VSeparator__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Viewport-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Viewport.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Viewport__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Widget-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Widget.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Widget__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Window-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Window.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1WindowGroup-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1WindowGroup.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1WindowGroup__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Window__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1Analysis-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Analysis.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrColor-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrColor.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrColor__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrFloat-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrFloat.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrFloat__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrFontDesc-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrFontDesc.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrFontDesc__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrInt-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrInt.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrInt__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrIter-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrIter.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrLanguage-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrLanguage.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrLanguage__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrList-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrList.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrShape-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrShape.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrShape__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrString-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrString.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrString__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1Attribute-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Attribute.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Attribute__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1Color-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Color.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Context-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Context.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Context__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1Coverage-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Coverage.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Font-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Font.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1FontDescription-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1FontDescription.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1FontFace-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1FontFace.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1FontFace__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1FontFamily-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1FontFamily.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1FontFamily__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1FontMap-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1FontMap.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1FontMap__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1FontMetrics-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1FontMetrics.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Font__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1Fontset-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Fontset.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Fontset__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1GlyphGeometry-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1GlyphGeometry.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1GlyphInfo-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1GlyphInfo.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1GlyphString-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1GlyphString.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Item-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Item.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Language-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Language.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Layout-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Layout.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1LayoutIter-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1LayoutIter.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1LayoutLine-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1LayoutLine.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1LayoutRun-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1LayoutRun.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Layout__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1Rectangle-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Rectangle.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1TabArray-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1TabArray.html -share/doc/gtkmm-2.0/reference/html/classSigC_1_1ConnectionNode.html -share/doc/gtkmm-2.0/reference/html/classSigC_1_1ConnectionNode__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classSigC_1_1Object.html -share/doc/gtkmm-2.0/reference/html/classSigC_1_1Object__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classSigC_1_1manage.html -share/doc/gtkmm-2.0/reference/html/class_8h.html -share/doc/gtkmm-2.0/reference/html/class__GtkBoxChild.html -share/doc/gtkmm-2.0/reference/html/class__GtkBoxChild__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/class__GtkTableChild.html -share/doc/gtkmm-2.0/reference/html/class__GtkTableChild__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classes.html -share/doc/gtkmm-2.0/reference/html/clipboard_8h.html -share/doc/gtkmm-2.0/reference/html/colormap_8h.html -share/doc/gtkmm-2.0/reference/html/colorselection_8h.html -share/doc/gtkmm-2.0/reference/html/combo_8h.html -share/doc/gtkmm-2.0/reference/html/container_8h.html -share/doc/gtkmm-2.0/reference/html/containerhandle__shared_8h.html -share/doc/gtkmm-2.0/reference/html/containers_8h.html -share/doc/gtkmm-2.0/reference/html/context_8h.html -share/doc/gtkmm-2.0/reference/html/convert_8h.html -share/doc/gtkmm-2.0/reference/html/coverage_8h.html -share/doc/gtkmm-2.0/reference/html/cursor_8h.html -share/doc/gtkmm-2.0/reference/html/curve_8h.html -share/doc/gtkmm-2.0/reference/html/date_8h.html -share/doc/gtkmm-2.0/reference/html/debug_8h.html -share/doc/gtkmm-2.0/reference/html/dialog_8h.html -share/doc/gtkmm-2.0/reference/html/dispatcher_8h.html -share/doc/gtkmm-2.0/reference/html/doxygen.css -share/doc/gtkmm-2.0/reference/html/doxygen.png -share/doc/gtkmm-2.0/reference/html/dragcontext_8h.html -share/doc/gtkmm-2.0/reference/html/drawable_8h.html -share/doc/gtkmm-2.0/reference/html/drawingarea_8h.html -share/doc/gtkmm-2.0/reference/html/editable_8h.html -share/doc/gtkmm-2.0/reference/html/entry_8h.html -share/doc/gtkmm-2.0/reference/html/enums_8h.html -share/doc/gtkmm-2.0/reference/html/error_8h.html -share/doc/gtkmm-2.0/reference/html/event_8h.html -share/doc/gtkmm-2.0/reference/html/eventbox_8h.html -share/doc/gtkmm-2.0/reference/html/examples.html -share/doc/gtkmm-2.0/reference/html/exception_8h.html -share/doc/gtkmm-2.0/reference/html/exceptionhandler_8h.html -share/doc/gtkmm-2.0/reference/html/files.html -share/doc/gtkmm-2.0/reference/html/fileselection_8h.html -share/doc/gtkmm-2.0/reference/html/fileutils_8h.html -share/doc/gtkmm-2.0/reference/html/fixed_8h.html -share/doc/gtkmm-2.0/reference/html/font_8h.html -share/doc/gtkmm-2.0/reference/html/fontdescription_8h.html -share/doc/gtkmm-2.0/reference/html/fontface_8h.html -share/doc/gtkmm-2.0/reference/html/fontfamily_8h.html -share/doc/gtkmm-2.0/reference/html/fontmap_8h.html -share/doc/gtkmm-2.0/reference/html/fontmetrics_8h.html -share/doc/gtkmm-2.0/reference/html/fontselection_8h.html -share/doc/gtkmm-2.0/reference/html/fontset_8h.html -share/doc/gtkmm-2.0/reference/html/frame_8h.html -share/doc/gtkmm-2.0/reference/html/functions.html -share/doc/gtkmm-2.0/reference/html/gc_8h.html -share/doc/gtkmm-2.0/reference/html/gdk_2gdkmm_2color_8h.html -share/doc/gtkmm-2.0/reference/html/gdk_2gdkmm_2image_8h.html -share/doc/gtkmm-2.0/reference/html/gdk_2gdkmm_2rectangle_8h.html -share/doc/gtkmm-2.0/reference/html/gdk_2gdkmm_2window_8h.html -share/doc/gtkmm-2.0/reference/html/general_8h.html -share/doc/gtkmm-2.0/reference/html/glib_2glibmm_2main_8h.html -share/doc/gtkmm-2.0/reference/html/glib_2glibmm_2object_8h.html -share/doc/gtkmm-2.0/reference/html/globals.html -share/doc/gtkmm-2.0/reference/html/glyph_8h.html -share/doc/gtkmm-2.0/reference/html/glyphstring_8h.html -share/doc/gtkmm-2.0/reference/html/graph_legend.dot -share/doc/gtkmm-2.0/reference/html/graph_legend.gif -share/doc/gtkmm-2.0/reference/html/graph_legend.html -share/doc/gtkmm-2.0/reference/html/group__CharsetConv.html -share/doc/gtkmm-2.0/reference/html/group__ContHandles.html -share/doc/gtkmm-2.0/reference/html/group__ContHelpers.html -share/doc/gtkmm-2.0/reference/html/group__Containers.html -share/doc/gtkmm-2.0/reference/html/group__Dialogs.html -share/doc/gtkmm-2.0/reference/html/group__FileUtils.html -share/doc/gtkmm-2.0/reference/html/group__MainLoop.html -share/doc/gtkmm-2.0/reference/html/group__Menus.html -share/doc/gtkmm-2.0/reference/html/group__MiscUtils.html -share/doc/gtkmm-2.0/reference/html/group__PatternMatching.html -share/doc/gtkmm-2.0/reference/html/group__Random.html -share/doc/gtkmm-2.0/reference/html/group__ShellUtils.html -share/doc/gtkmm-2.0/reference/html/group__Spawn.html -share/doc/gtkmm-2.0/reference/html/group__TextView.html -share/doc/gtkmm-2.0/reference/html/group__ThreadPools.html -share/doc/gtkmm-2.0/reference/html/group__Threads.html -share/doc/gtkmm-2.0/reference/html/group__Toolbars.html -share/doc/gtkmm-2.0/reference/html/group__TreeView.html -share/doc/gtkmm-2.0/reference/html/group__Unicode.html -share/doc/gtkmm-2.0/reference/html/group__Widgets.html -share/doc/gtkmm-2.0/reference/html/group__atkmmEnums.html -share/doc/gtkmm-2.0/reference/html/group__gdkmmEnums.html -share/doc/gtkmm-2.0/reference/html/group__glibmmEnums.html -share/doc/gtkmm-2.0/reference/html/group__glibmmValue.html -share/doc/gtkmm-2.0/reference/html/group__gtkmmEnums.html -share/doc/gtkmm-2.0/reference/html/group__pangommEnums.html -share/doc/gtkmm-2.0/reference/html/gtk_2gtkmm_2image_8h.html -share/doc/gtkmm-2.0/reference/html/gtk_2gtkmm_2item_8h.html -share/doc/gtkmm-2.0/reference/html/gtk_2gtkmm_2layout_8h.html -share/doc/gtkmm-2.0/reference/html/gtk_2gtkmm_2main_8h.html -share/doc/gtkmm-2.0/reference/html/gtk_2gtkmm_2object_8h.html -share/doc/gtkmm-2.0/reference/html/gtk_2gtkmm_2window_8h.html -share/doc/gtkmm-2.0/reference/html/handlebox_8h.html -share/doc/gtkmm-2.0/reference/html/helperlist_8h.html -share/doc/gtkmm-2.0/reference/html/hierarchy.html -share/doc/gtkmm-2.0/reference/html/iconfactory_8h.html -share/doc/gtkmm-2.0/reference/html/iconset_8h.html -share/doc/gtkmm-2.0/reference/html/iconsource_8h.html -share/doc/gtkmm-2.0/reference/html/imagemenuitem_8h.html -share/doc/gtkmm-2.0/reference/html/index.html -share/doc/gtkmm-2.0/reference/html/inherit__graph__0.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__1.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__10.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__100.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__101.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__102.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__103.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__104.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__105.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__106.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__107.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__108.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__109.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__11.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__110.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__111.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__112.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__113.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__12.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__13.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__14.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__15.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__16.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__17.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__18.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__19.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__2.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__20.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__21.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__22.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__23.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__24.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__25.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__26.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__27.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__28.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__29.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__3.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__30.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__31.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__32.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__33.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__34.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__35.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__36.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__37.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__38.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__39.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__4.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__40.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__41.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__42.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__43.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__44.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__45.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__46.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__47.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__48.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__49.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__5.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__50.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__51.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__52.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__53.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__54.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__55.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__56.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__57.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__58.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__59.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__6.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__60.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__61.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__62.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__63.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__64.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__65.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__66.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__67.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__68.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__69.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__7.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__70.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__71.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__72.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__73.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__74.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__75.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__76.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__77.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__78.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__79.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__8.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__80.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__81.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__82.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__83.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__84.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__85.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__86.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__87.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__88.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__89.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__9.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__90.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__91.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__92.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__93.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__94.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__95.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__96.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__97.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__98.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__99.gif -share/doc/gtkmm-2.0/reference/html/inherits.html -share/doc/gtkmm-2.0/reference/html/inputdialog_8h.html -share/doc/gtkmm-2.0/reference/html/interface_8h.html -share/doc/gtkmm-2.0/reference/html/invisible_8h.html -share/doc/gtkmm-2.0/reference/html/iochannel_8h.html -share/doc/gtkmm-2.0/reference/html/label_8h.html -share/doc/gtkmm-2.0/reference/html/language_8h.html -share/doc/gtkmm-2.0/reference/html/layoutiter_8h.html -share/doc/gtkmm-2.0/reference/html/layoutline_8h.html -share/doc/gtkmm-2.0/reference/html/layoutrun_8h.html -share/doc/gtkmm-2.0/reference/html/list_8h.html -share/doc/gtkmm-2.0/reference/html/listhandle_8h.html -share/doc/gtkmm-2.0/reference/html/liststore_8h.html -share/doc/gtkmm-2.0/reference/html/menu_8h.html -share/doc/gtkmm-2.0/reference/html/menu__elems_8h.html -share/doc/gtkmm-2.0/reference/html/menubar_8h.html -share/doc/gtkmm-2.0/reference/html/menuitem_8h.html -share/doc/gtkmm-2.0/reference/html/menushell_8h.html -share/doc/gtkmm-2.0/reference/html/messagedialog_8h.html -share/doc/gtkmm-2.0/reference/html/misc_8h.html -share/doc/gtkmm-2.0/reference/html/miscutils_8h.html -share/doc/gtkmm-2.0/reference/html/module_8h.html -share/doc/gtkmm-2.0/reference/html/modules.html -share/doc/gtkmm-2.0/reference/html/namespaceAtk.html -share/doc/gtkmm-2.0/reference/html/namespaceGdk.html -share/doc/gtkmm-2.0/reference/html/namespaceGlib.html -share/doc/gtkmm-2.0/reference/html/namespaceGlib_1_1Ascii.html -share/doc/gtkmm-2.0/reference/html/namespaceGlib_1_1Container__Helpers.html -share/doc/gtkmm-2.0/reference/html/namespaceGlib_1_1Unicode.html -share/doc/gtkmm-2.0/reference/html/namespaceGtk.html -share/doc/gtkmm-2.0/reference/html/namespaceGtk_1_1AccelMap.html -share/doc/gtkmm-2.0/reference/html/namespaceGtk_1_1Box__Helpers.html -share/doc/gtkmm-2.0/reference/html/namespaceGtk_1_1ComboDropDown__Helpers.html -share/doc/gtkmm-2.0/reference/html/namespaceGtk_1_1Menu__Helpers.html -share/doc/gtkmm-2.0/reference/html/namespaceGtk_1_1Notebook__Helpers.html -share/doc/gtkmm-2.0/reference/html/namespaceGtk_1_1RadioButton__Helpers.html -share/doc/gtkmm-2.0/reference/html/namespaceGtk_1_1RadioMenuItem__Helpers.html -share/doc/gtkmm-2.0/reference/html/namespaceGtk_1_1Stock.html -share/doc/gtkmm-2.0/reference/html/namespaceGtk_1_1Table__Helpers.html -share/doc/gtkmm-2.0/reference/html/namespaceGtk_1_1Toolbar__Helpers.html -share/doc/gtkmm-2.0/reference/html/namespaceGtk_1_1TreeViewColumn__CellRendererGeneration.html -share/doc/gtkmm-2.0/reference/html/namespacePango.html -share/doc/gtkmm-2.0/reference/html/namespacemembers.html -share/doc/gtkmm-2.0/reference/html/namespaces.html -share/doc/gtkmm-2.0/reference/html/notebook_8h.html -share/doc/gtkmm-2.0/reference/html/objectbase_8h.html -share/doc/gtkmm-2.0/reference/html/optionmenu_8h.html -share/doc/gtkmm-2.0/reference/html/paned_8h.html -share/doc/gtkmm-2.0/reference/html/pango_2pangomm_2color_8h.html -share/doc/gtkmm-2.0/reference/html/pango_2pangomm_2item_8h.html -share/doc/gtkmm-2.0/reference/html/pango_2pangomm_2layout_8h.html -share/doc/gtkmm-2.0/reference/html/pango_2pangomm_2rectangle_8h.html -share/doc/gtkmm-2.0/reference/html/pattern_8h.html -share/doc/gtkmm-2.0/reference/html/pixbuf_8h.html -share/doc/gtkmm-2.0/reference/html/pixbufanimation_8h.html -share/doc/gtkmm-2.0/reference/html/pixbufanimationiter_8h.html -share/doc/gtkmm-2.0/reference/html/pixbufloader_8h.html -share/doc/gtkmm-2.0/reference/html/pixmap_8h.html -share/doc/gtkmm-2.0/reference/html/plug_8h.html -share/doc/gtkmm-2.0/reference/html/progressbar_8h.html -share/doc/gtkmm-2.0/reference/html/property_8h.html -share/doc/gtkmm-2.0/reference/html/propertyproxy_8h.html -share/doc/gtkmm-2.0/reference/html/propertyproxy__base_8h.html -share/doc/gtkmm-2.0/reference/html/quark_8h.html -share/doc/gtkmm-2.0/reference/html/radiobutton_8h.html -share/doc/gtkmm-2.0/reference/html/radiomenuitem_8h.html -share/doc/gtkmm-2.0/reference/html/random_8h.html -share/doc/gtkmm-2.0/reference/html/range_8h.html -share/doc/gtkmm-2.0/reference/html/rc_8h.html -share/doc/gtkmm-2.0/reference/html/refptr_8h.html -share/doc/gtkmm-2.0/reference/html/region_8h.html -share/doc/gtkmm-2.0/reference/html/relation_8h.html -share/doc/gtkmm-2.0/reference/html/relationset_8h.html -share/doc/gtkmm-2.0/reference/html/rgbcmap_8h.html -share/doc/gtkmm-2.0/reference/html/ruler_8h.html -share/doc/gtkmm-2.0/reference/html/sarray_8h.html -share/doc/gtkmm-2.0/reference/html/scale_8h.html -share/doc/gtkmm-2.0/reference/html/scrollbar_8h.html -share/doc/gtkmm-2.0/reference/html/scrolledwindow_8h.html -share/doc/gtkmm-2.0/reference/html/separator_8h.html -share/doc/gtkmm-2.0/reference/html/separatormenuitem_8h.html -share/doc/gtkmm-2.0/reference/html/settings_8h.html -share/doc/gtkmm-2.0/reference/html/shell_8h.html -share/doc/gtkmm-2.0/reference/html/signalproxy_8h.html -share/doc/gtkmm-2.0/reference/html/signalproxy__connectionnode_8h.html -share/doc/gtkmm-2.0/reference/html/sizegroup_8h.html -share/doc/gtkmm-2.0/reference/html/slisthandle_8h.html -share/doc/gtkmm-2.0/reference/html/socket_8h.html -share/doc/gtkmm-2.0/reference/html/spawn_8h.html -share/doc/gtkmm-2.0/reference/html/spinbutton_8h.html -share/doc/gtkmm-2.0/reference/html/stateset_8h.html -share/doc/gtkmm-2.0/reference/html/statusbar_8h.html -share/doc/gtkmm-2.0/reference/html/stock_8h.html -share/doc/gtkmm-2.0/reference/html/stock_add_24.png -share/doc/gtkmm-2.0/reference/html/stock_align_center_24.png -share/doc/gtkmm-2.0/reference/html/stock_align_justify_24.png -share/doc/gtkmm-2.0/reference/html/stock_align_left_24.png -share/doc/gtkmm-2.0/reference/html/stock_align_right_24.png -share/doc/gtkmm-2.0/reference/html/stock_apply_20.png -share/doc/gtkmm-2.0/reference/html/stock_bottom_24.png -share/doc/gtkmm-2.0/reference/html/stock_broken_image_24.png -share/doc/gtkmm-2.0/reference/html/stock_cancel_20.png -share/doc/gtkmm-2.0/reference/html/stock_cdrom_24.png -share/doc/gtkmm-2.0/reference/html/stock_clear_24.png -share/doc/gtkmm-2.0/reference/html/stock_close_24.png -share/doc/gtkmm-2.0/reference/html/stock_colorselector_24.png -share/doc/gtkmm-2.0/reference/html/stock_convert_24.png -share/doc/gtkmm-2.0/reference/html/stock_copy_24.png -share/doc/gtkmm-2.0/reference/html/stock_cut_24.png -share/doc/gtkmm-2.0/reference/html/stock_dialog_error_48.png -share/doc/gtkmm-2.0/reference/html/stock_dialog_info_48.png -share/doc/gtkmm-2.0/reference/html/stock_dialog_question_48.png -share/doc/gtkmm-2.0/reference/html/stock_dialog_warning_48.png -share/doc/gtkmm-2.0/reference/html/stock_dnd_32.png -share/doc/gtkmm-2.0/reference/html/stock_dnd_multiple_32.png -share/doc/gtkmm-2.0/reference/html/stock_down_arrow_24.png -share/doc/gtkmm-2.0/reference/html/stock_exec_24.png -share/doc/gtkmm-2.0/reference/html/stock_exit_24.png -share/doc/gtkmm-2.0/reference/html/stock_first_24.png -share/doc/gtkmm-2.0/reference/html/stock_font_24.png -share/doc/gtkmm-2.0/reference/html/stock_help_24.png -share/doc/gtkmm-2.0/reference/html/stock_home_24.png -share/doc/gtkmm-2.0/reference/html/stock_index_24.png -share/doc/gtkmm-2.0/reference/html/stock_jump_to_24.png -share/doc/gtkmm-2.0/reference/html/stock_last_24.png -share/doc/gtkmm-2.0/reference/html/stock_left_arrow_24.png -share/doc/gtkmm-2.0/reference/html/stock_new_24.png -share/doc/gtkmm-2.0/reference/html/stock_no_20.png -share/doc/gtkmm-2.0/reference/html/stock_ok_20.png -share/doc/gtkmm-2.0/reference/html/stock_open_24.png -share/doc/gtkmm-2.0/reference/html/stock_paste_24.png -share/doc/gtkmm-2.0/reference/html/stock_preferences_24.png -share/doc/gtkmm-2.0/reference/html/stock_print_24.png -share/doc/gtkmm-2.0/reference/html/stock_print_preview_24.png -share/doc/gtkmm-2.0/reference/html/stock_properties_24.png -share/doc/gtkmm-2.0/reference/html/stock_redo_24.png -share/doc/gtkmm-2.0/reference/html/stock_refresh_24.png -share/doc/gtkmm-2.0/reference/html/stock_remove_24.png -share/doc/gtkmm-2.0/reference/html/stock_revert_24.png -share/doc/gtkmm-2.0/reference/html/stock_right_arrow_24.png -share/doc/gtkmm-2.0/reference/html/stock_save_24.png -share/doc/gtkmm-2.0/reference/html/stock_save_as_24.png -share/doc/gtkmm-2.0/reference/html/stock_search_24.png -share/doc/gtkmm-2.0/reference/html/stock_search_replace_24.png -share/doc/gtkmm-2.0/reference/html/stock_sort_ascending_24.png -share/doc/gtkmm-2.0/reference/html/stock_sort_descending_24.png -share/doc/gtkmm-2.0/reference/html/stock_spellcheck_24.png -share/doc/gtkmm-2.0/reference/html/stock_stop_24.png -share/doc/gtkmm-2.0/reference/html/stock_text_bold_24.png -share/doc/gtkmm-2.0/reference/html/stock_text_italic_24.png -share/doc/gtkmm-2.0/reference/html/stock_text_strikethrough_24.png -share/doc/gtkmm-2.0/reference/html/stock_text_underline_24.png -share/doc/gtkmm-2.0/reference/html/stock_top_24.png -share/doc/gtkmm-2.0/reference/html/stock_trash_24.png -share/doc/gtkmm-2.0/reference/html/stock_undelete_24.png -share/doc/gtkmm-2.0/reference/html/stock_undo_24.png -share/doc/gtkmm-2.0/reference/html/stock_up_arrow_24.png -share/doc/gtkmm-2.0/reference/html/stock_yes_20.png -share/doc/gtkmm-2.0/reference/html/stock_zoom_1_24.png -share/doc/gtkmm-2.0/reference/html/stock_zoom_fit_24.png -share/doc/gtkmm-2.0/reference/html/stock_zoom_in_24.png -share/doc/gtkmm-2.0/reference/html/stock_zoom_out_24.png -share/doc/gtkmm-2.0/reference/html/stockid_8h.html -share/doc/gtkmm-2.0/reference/html/stockitem_8h.html -share/doc/gtkmm-2.0/reference/html/streamiochannel_8h.html -share/doc/gtkmm-2.0/reference/html/structGlib_1_1Container__Helpers_1_1TypeTraits-members.html -share/doc/gtkmm-2.0/reference/html/structGlib_1_1Container__Helpers_1_1TypeTraits.html -share/doc/gtkmm-2.0/reference/html/structGlib_1_1StaticMutex-members.html -share/doc/gtkmm-2.0/reference/html/structGlib_1_1StaticMutex.html -share/doc/gtkmm-2.0/reference/html/structGlib_1_1StaticPrivate-members.html -share/doc/gtkmm-2.0/reference/html/structGlib_1_1StaticPrivate.html -share/doc/gtkmm-2.0/reference/html/structGlib_1_1StaticRWLock-members.html -share/doc/gtkmm-2.0/reference/html/structGlib_1_1StaticRWLock.html -share/doc/gtkmm-2.0/reference/html/structGlib_1_1StaticRWLock__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/structGlib_1_1StaticRecMutex-members.html -share/doc/gtkmm-2.0/reference/html/structGlib_1_1StaticRecMutex.html -share/doc/gtkmm-2.0/reference/html/structGlib_1_1StaticRecMutex__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/structGlib_1_1TimeVal-members.html -share/doc/gtkmm-2.0/reference/html/structGlib_1_1TimeVal.html -share/doc/gtkmm-2.0/reference/html/structGlib_1_1TimeVal__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Box__Helpers_1_1EndElem-members.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Box__Helpers_1_1EndElem.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Box__Helpers_1_1EndElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/structGtk_1_1BuiltinStockID-members.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1BuiltinStockID.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Notebook__Helpers_1_1MenuElem-members.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Notebook__Helpers_1_1MenuElem.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Notebook__Helpers_1_1MenuElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Notebook__Helpers_1_1TabElem-members.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Notebook__Helpers_1_1TabElem.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Notebook__Helpers_1_1TabElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1ButtonElem-members.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1ButtonElem.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1ButtonElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1RadioElem-members.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1RadioElem.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1RadioElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1Space-members.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1Space.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1Space__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1StockElem-members.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1StockElem.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1StockElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1ToggleElem-members.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1ToggleElem.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1ToggleElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/structPango_1_1AttributeTraits-members.html -share/doc/gtkmm-2.0/reference/html/structPango_1_1AttributeTraits.html -share/doc/gtkmm-2.0/reference/html/structPango_1_1ItemTraits-members.html -share/doc/gtkmm-2.0/reference/html/structPango_1_1ItemTraits.html -share/doc/gtkmm-2.0/reference/html/structPango_1_1LayoutLineTraits-members.html -share/doc/gtkmm-2.0/reference/html/structPango_1_1LayoutLineTraits.html -share/doc/gtkmm-2.0/reference/html/style_8h.html -share/doc/gtkmm-2.0/reference/html/tabarray_8h.html -share/doc/gtkmm-2.0/reference/html/table_8h.html -share/doc/gtkmm-2.0/reference/html/targetentry_8h.html -share/doc/gtkmm-2.0/reference/html/tearoffmenuitem_8h.html -share/doc/gtkmm-2.0/reference/html/textattributes_8h.html -share/doc/gtkmm-2.0/reference/html/textbuffer_8h.html -share/doc/gtkmm-2.0/reference/html/textchildanchor_8h.html -share/doc/gtkmm-2.0/reference/html/textiter_8h.html -share/doc/gtkmm-2.0/reference/html/textmark_8h.html -share/doc/gtkmm-2.0/reference/html/texttag_8h.html -share/doc/gtkmm-2.0/reference/html/texttagtable_8h.html -share/doc/gtkmm-2.0/reference/html/textview_8h.html -share/doc/gtkmm-2.0/reference/html/thread_2dispatcher_8cc-example.html -share/doc/gtkmm-2.0/reference/html/thread_2thread_8cc-example.html -share/doc/gtkmm-2.0/reference/html/thread_8h.html -share/doc/gtkmm-2.0/reference/html/threadpool_8h.html -share/doc/gtkmm-2.0/reference/html/timer_8h.html -share/doc/gtkmm-2.0/reference/html/timeval_8h.html -share/doc/gtkmm-2.0/reference/html/togglebutton_8h.html -share/doc/gtkmm-2.0/reference/html/toolbar_8h.html -share/doc/gtkmm-2.0/reference/html/tooltips_8h.html -share/doc/gtkmm-2.0/reference/html/treedragdest_8h.html -share/doc/gtkmm-2.0/reference/html/treedragsource_8h.html -share/doc/gtkmm-2.0/reference/html/treeiter_8h.html -share/doc/gtkmm-2.0/reference/html/treemodel_8h.html -share/doc/gtkmm-2.0/reference/html/treemodelcolumn_8h.html -share/doc/gtkmm-2.0/reference/html/treepath_8h.html -share/doc/gtkmm-2.0/reference/html/treerowreference_8h.html -share/doc/gtkmm-2.0/reference/html/treeselection_8h.html -share/doc/gtkmm-2.0/reference/html/treesortable_8h.html -share/doc/gtkmm-2.0/reference/html/treestore_8h.html -share/doc/gtkmm-2.0/reference/html/treeview_8h.html -share/doc/gtkmm-2.0/reference/html/treeview__private_8h.html -share/doc/gtkmm-2.0/reference/html/treeviewcolumn_8h.html -share/doc/gtkmm-2.0/reference/html/types_8h.html -share/doc/gtkmm-2.0/reference/html/unicode_8h.html -share/doc/gtkmm-2.0/reference/html/ustring_8h.html -share/doc/gtkmm-2.0/reference/html/utility_8h.html -share/doc/gtkmm-2.0/reference/html/value_8h.html -share/doc/gtkmm-2.0/reference/html/value__basictypes_8h.html -share/doc/gtkmm-2.0/reference/html/value__custom_8h.html -share/doc/gtkmm-2.0/reference/html/viewport_8h.html -share/doc/gtkmm-2.0/reference/html/visual_8h.html -share/doc/gtkmm-2.0/reference/html/widget_8h.html -share/doc/gtkmm-2.0/reference/html/wrap_8h.html -share/doc/gtkmm-2.0/tutorial/figures/alignment.png -share/doc/gtkmm-2.0/tutorial/figures/aspectframe.png -share/doc/gtkmm-2.0/tutorial/figures/box_packing1.png -share/doc/gtkmm-2.0/tutorial/figures/box_packing2.png -share/doc/gtkmm-2.0/tutorial/figures/box_packing3.png -share/doc/gtkmm-2.0/tutorial/figures/buttons.png -share/doc/gtkmm-2.0/tutorial/figures/checkbutton.png -share/doc/gtkmm-2.0/tutorial/figures/combo.png -share/doc/gtkmm-2.0/tutorial/figures/entry.png -share/doc/gtkmm-2.0/tutorial/figures/frame.png -share/doc/gtkmm-2.0/tutorial/figures/helloworld.png -share/doc/gtkmm-2.0/tutorial/figures/helloworld2.png -share/doc/gtkmm-2.0/tutorial/figures/label.png -share/doc/gtkmm-2.0/tutorial/figures/main_menu.png -share/doc/gtkmm-2.0/tutorial/figures/menu_popup.png -share/doc/gtkmm-2.0/tutorial/figures/notebook.png -share/doc/gtkmm-2.0/tutorial/figures/paned.png -share/doc/gtkmm-2.0/tutorial/figures/progressbar.png -share/doc/gtkmm-2.0/tutorial/figures/radiobuttons.png -share/doc/gtkmm-2.0/tutorial/figures/range_widgets.png -share/doc/gtkmm-2.0/tutorial/figures/spinbutton.png -share/doc/gtkmm-2.0/tutorial/figures/table.png -share/doc/gtkmm-2.0/tutorial/figures/treeview_editablecells.png -share/doc/gtkmm-2.0/tutorial/figures/treeview_list.png -share/doc/gtkmm-2.0/tutorial/figures/treeview_tree.png -share/doc/gtkmm-2.0/tutorial/html/apa.html -share/doc/gtkmm-2.0/tutorial/html/apb.html -share/doc/gtkmm-2.0/tutorial/html/apbs02.html -share/doc/gtkmm-2.0/tutorial/html/apbs03.html -share/doc/gtkmm-2.0/tutorial/html/apbs04.html -share/doc/gtkmm-2.0/tutorial/html/apbs05.html -share/doc/gtkmm-2.0/tutorial/html/apbs06.html -share/doc/gtkmm-2.0/tutorial/html/apc.html -share/doc/gtkmm-2.0/tutorial/html/apd.html -share/doc/gtkmm-2.0/tutorial/html/ch01.html -share/doc/gtkmm-2.0/tutorial/html/ch01s02.html -share/doc/gtkmm-2.0/tutorial/html/ch02.html -share/doc/gtkmm-2.0/tutorial/html/ch02s02.html -share/doc/gtkmm-2.0/tutorial/html/ch02s03.html -share/doc/gtkmm-2.0/tutorial/html/ch03.html -share/doc/gtkmm-2.0/tutorial/html/ch03s02.html -share/doc/gtkmm-2.0/tutorial/html/ch03s03.html -share/doc/gtkmm-2.0/tutorial/html/ch03s04.html -share/doc/gtkmm-2.0/tutorial/html/ch03s05.html -share/doc/gtkmm-2.0/tutorial/html/ch03s06.html -share/doc/gtkmm-2.0/tutorial/html/ch04.html -share/doc/gtkmm-2.0/tutorial/html/ch04s02.html -share/doc/gtkmm-2.0/tutorial/html/ch04s03.html -share/doc/gtkmm-2.0/tutorial/html/ch04s04.html -share/doc/gtkmm-2.0/tutorial/html/ch05.html -share/doc/gtkmm-2.0/tutorial/html/ch05s02.html -share/doc/gtkmm-2.0/tutorial/html/ch05s03.html -share/doc/gtkmm-2.0/tutorial/html/ch05s04.html -share/doc/gtkmm-2.0/tutorial/html/ch06.html -share/doc/gtkmm-2.0/tutorial/html/ch06s02.html -share/doc/gtkmm-2.0/tutorial/html/ch06s03.html -share/doc/gtkmm-2.0/tutorial/html/ch06s04.html -share/doc/gtkmm-2.0/tutorial/html/ch06s05.html -share/doc/gtkmm-2.0/tutorial/html/ch06s06.html -share/doc/gtkmm-2.0/tutorial/html/ch07.html -share/doc/gtkmm-2.0/tutorial/html/ch07s02.html -share/doc/gtkmm-2.0/tutorial/html/ch08.html -share/doc/gtkmm-2.0/tutorial/html/ch08s02.html -share/doc/gtkmm-2.0/tutorial/html/ch08s03.html -share/doc/gtkmm-2.0/tutorial/html/ch08s04.html -share/doc/gtkmm-2.0/tutorial/html/ch08s05.html -share/doc/gtkmm-2.0/tutorial/html/ch09.html -share/doc/gtkmm-2.0/tutorial/html/ch10.html -share/doc/gtkmm-2.0/tutorial/html/ch10s02.html -share/doc/gtkmm-2.0/tutorial/html/ch11.html -share/doc/gtkmm-2.0/tutorial/html/ch11s02.html -share/doc/gtkmm-2.0/tutorial/html/ch11s03.html -share/doc/gtkmm-2.0/tutorial/html/ch12.html -share/doc/gtkmm-2.0/tutorial/html/ch13.html -share/doc/gtkmm-2.0/tutorial/html/ch13s02.html -share/doc/gtkmm-2.0/tutorial/html/ch13s03.html -share/doc/gtkmm-2.0/tutorial/html/ch13s04.html -share/doc/gtkmm-2.0/tutorial/html/ch14.html -share/doc/gtkmm-2.0/tutorial/html/ch14s02.html -share/doc/gtkmm-2.0/tutorial/html/ch14s03.html -share/doc/gtkmm-2.0/tutorial/html/ch14s04.html -share/doc/gtkmm-2.0/tutorial/html/ch14s05.html -share/doc/gtkmm-2.0/tutorial/html/ch14s06.html -share/doc/gtkmm-2.0/tutorial/html/ch14s07.html -share/doc/gtkmm-2.0/tutorial/html/ch15.html -share/doc/gtkmm-2.0/tutorial/html/ch15s02.html -share/doc/gtkmm-2.0/tutorial/html/ch15s03.html -share/doc/gtkmm-2.0/tutorial/html/ch15s04.html -share/doc/gtkmm-2.0/tutorial/html/ch15s05.html -share/doc/gtkmm-2.0/tutorial/html/ch16.html -share/doc/gtkmm-2.0/tutorial/html/ch17.html -share/doc/gtkmm-2.0/tutorial/html/ch17s02.html -share/doc/gtkmm-2.0/tutorial/html/ch17s03.html -share/doc/gtkmm-2.0/tutorial/html/ch18.html -share/doc/gtkmm-2.0/tutorial/html/ch18s02.html -share/doc/gtkmm-2.0/tutorial/html/ch19.html -share/doc/gtkmm-2.0/tutorial/html/ch19s02.html -share/doc/gtkmm-2.0/tutorial/html/ch19s03.html -share/doc/gtkmm-2.0/tutorial/html/ch19s04.html -share/doc/gtkmm-2.0/tutorial/html/ch20.html -share/doc/gtkmm-2.0/tutorial/html/ch20s02.html -share/doc/gtkmm-2.0/tutorial/html/ch21.html -share/doc/gtkmm-2.0/tutorial/html/ch22.html -share/doc/gtkmm-2.0/tutorial/html/index.html -@dirrm share/doc/gtkmm-2.0/tutorial/html -@dirrm share/doc/gtkmm-2.0/tutorial/figures -@dirrm share/doc/gtkmm-2.0/tutorial -@dirrm share/doc/gtkmm-2.0/reference/html -@dirrm share/doc/gtkmm-2.0/reference -@dirrm share/doc/gtkmm-2.0/images -@dirrm share/doc/gtkmm-2.0 -@dirrm lib/gtkmm-2.0/proc/pm -@dirrm lib/gtkmm-2.0/proc/m4 -@dirrm lib/gtkmm-2.0/proc -@dirrm lib/gtkmm-2.0/include -@dirrm lib/gtkmm-2.0 -@dirrm include/gtkmm-2.0/pangomm/private -@dirrm include/gtkmm-2.0/pangomm -@dirrm include/gtkmm-2.0/gtkmm_generate_extra_defs -@dirrm include/gtkmm-2.0/gtkmm/private -@dirrm include/gtkmm-2.0/gtkmm -@dirrm include/gtkmm-2.0/glibmm/private -@dirrm include/gtkmm-2.0/glibmm -@dirrm include/gtkmm-2.0/gdkmm/private -@dirrm include/gtkmm-2.0/gdkmm -@dirrm include/gtkmm-2.0/atkmm/private -@dirrm include/gtkmm-2.0/atkmm -@dirrm include/gtkmm-2.0 diff --git a/x11-toolkits/gtkmm30/Makefile b/x11-toolkits/gtkmm30/Makefile deleted file mode 100644 index c8ace7fc7c89..000000000000 --- a/x11-toolkits/gtkmm30/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: gtkmm2 -# Date created: 30 September 2002 -# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> -# -# $FreeBSD$ -# - -PORTNAME= gtkmm -PORTVERSION= 2.0.1 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= gtkmm - -MAINTAINER= gnome@FreeBSD.org - -LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 \ - gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_X_PREFIX= yes -NO_LATEST_LINK= yes -USE_GMAKE= yes -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -USE_GNOMENG= yes -USE_GNOME= gnomehack -CONFIGURE_ARGS= --enable-static=yes \ - --without-gnome \ - --with-sigc-prefix=${LOCALBASE} - -.include <bsd.port.mk> diff --git a/x11-toolkits/gtkmm30/distinfo b/x11-toolkits/gtkmm30/distinfo deleted file mode 100644 index c345d74c74d1..000000000000 --- a/x11-toolkits/gtkmm30/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gtkmm-2.0.1.tar.gz) = 5b3788d828f14b712f9fdbdb8b857760 diff --git a/x11-toolkits/gtkmm30/files/patch-configure b/x11-toolkits/gtkmm30/files/patch-configure deleted file mode 100644 index c14c5d93483a..000000000000 --- a/x11-toolkits/gtkmm30/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Sat Oct 12 00:36:53 2002 -+++ configure Sat Oct 12 00:37:15 2002 -@@ -6823,6 +6823,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/x11-toolkits/gtkmm30/pkg-comment b/x11-toolkits/gtkmm30/pkg-comment deleted file mode 100644 index 656cd11549cb..000000000000 --- a/x11-toolkits/gtkmm30/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -C++ wrapper for gtk, a x11 graphics library diff --git a/x11-toolkits/gtkmm30/pkg-descr b/x11-toolkits/gtkmm30/pkg-descr deleted file mode 100644 index 656cd11549cb..000000000000 --- a/x11-toolkits/gtkmm30/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -C++ wrapper for gtk, a x11 graphics library diff --git a/x11-toolkits/gtkmm30/pkg-message b/x11-toolkits/gtkmm30/pkg-message deleted file mode 100644 index dd28b84b30a4..000000000000 --- a/x11-toolkits/gtkmm30/pkg-message +++ /dev/null @@ -1,10 +0,0 @@ -**************************************************************** -* * -* - To compile gtk-- based applications, type * -* eg++ `gtkmm-config --cflags` foo.cc `gtkmm-config --libs` * -* * -* - If you want to use autoconf with gtk--, * -* Please copy gtk--.m4 to /usr/local/share/aclocal * -* by yourself, thanks. * -* * -**************************************************************** diff --git a/x11-toolkits/gtkmm30/pkg-plist b/x11-toolkits/gtkmm30/pkg-plist deleted file mode 100644 index 791d90608468..000000000000 --- a/x11-toolkits/gtkmm30/pkg-plist +++ /dev/null @@ -1,1959 +0,0 @@ -include/gtkmm-2.0/atkmm.h -include/gtkmm-2.0/atkmm/object.h -include/gtkmm-2.0/atkmm/private/object_p.h -include/gtkmm-2.0/atkmm/private/relation_p.h -include/gtkmm-2.0/atkmm/private/relationset_p.h -include/gtkmm-2.0/atkmm/private/stateset_p.h -include/gtkmm-2.0/atkmm/relation.h -include/gtkmm-2.0/atkmm/relationset.h -include/gtkmm-2.0/atkmm/stateset.h -include/gtkmm-2.0/atkmm/wrap_init.h -include/gtkmm-2.0/gdkmm.h -include/gtkmm-2.0/gdkmm/bitmap.h -include/gtkmm-2.0/gdkmm/color.h -include/gtkmm-2.0/gdkmm/colormap.h -include/gtkmm-2.0/gdkmm/cursor.h -include/gtkmm-2.0/gdkmm/dragcontext.h -include/gtkmm-2.0/gdkmm/drawable.h -include/gtkmm-2.0/gdkmm/event.h -include/gtkmm-2.0/gdkmm/gc.h -include/gtkmm-2.0/gdkmm/general.h -include/gtkmm-2.0/gdkmm/image.h -include/gtkmm-2.0/gdkmm/list.h -include/gtkmm-2.0/gdkmm/pixbuf.h -include/gtkmm-2.0/gdkmm/pixbufanimation.h -include/gtkmm-2.0/gdkmm/pixbufanimationiter.h -include/gtkmm-2.0/gdkmm/pixbufloader.h -include/gtkmm-2.0/gdkmm/pixmap.h -include/gtkmm-2.0/gdkmm/private/bitmap_p.h -include/gtkmm-2.0/gdkmm/private/color_p.h -include/gtkmm-2.0/gdkmm/private/colormap_p.h -include/gtkmm-2.0/gdkmm/private/cursor_p.h -include/gtkmm-2.0/gdkmm/private/dragcontext_p.h -include/gtkmm-2.0/gdkmm/private/drawable_p.h -include/gtkmm-2.0/gdkmm/private/event_p.h -include/gtkmm-2.0/gdkmm/private/gc_p.h -include/gtkmm-2.0/gdkmm/private/image_p.h -include/gtkmm-2.0/gdkmm/private/pixbuf_p.h -include/gtkmm-2.0/gdkmm/private/pixbufanimation_p.h -include/gtkmm-2.0/gdkmm/private/pixbufanimationiter_p.h -include/gtkmm-2.0/gdkmm/private/pixbufloader_p.h -include/gtkmm-2.0/gdkmm/private/pixmap_p.h -include/gtkmm-2.0/gdkmm/private/rectangle_p.h -include/gtkmm-2.0/gdkmm/private/region_p.h -include/gtkmm-2.0/gdkmm/private/rgbcmap_p.h -include/gtkmm-2.0/gdkmm/private/types_p.h -include/gtkmm-2.0/gdkmm/private/visual_p.h -include/gtkmm-2.0/gdkmm/private/window_p.h -include/gtkmm-2.0/gdkmm/rectangle.h -include/gtkmm-2.0/gdkmm/region.h -include/gtkmm-2.0/gdkmm/rgbcmap.h -include/gtkmm-2.0/gdkmm/types.h -include/gtkmm-2.0/gdkmm/visual.h -include/gtkmm-2.0/gdkmm/window.h -include/gtkmm-2.0/gdkmm/wrap_init.h -include/gtkmm-2.0/glibmm.h -include/gtkmm-2.0/glibmm/arrayhandle.h -include/gtkmm-2.0/glibmm/class.h -include/gtkmm-2.0/glibmm/containerhandle_shared.h -include/gtkmm-2.0/glibmm/containers.h -include/gtkmm-2.0/glibmm/convert.h -include/gtkmm-2.0/glibmm/date.h -include/gtkmm-2.0/glibmm/debug.h -include/gtkmm-2.0/glibmm/dispatcher.h -include/gtkmm-2.0/glibmm/error.h -include/gtkmm-2.0/glibmm/exception.h -include/gtkmm-2.0/glibmm/exceptionhandler.h -include/gtkmm-2.0/glibmm/fileutils.h -include/gtkmm-2.0/glibmm/helperlist.h -include/gtkmm-2.0/glibmm/interface.h -include/gtkmm-2.0/glibmm/iochannel.h -include/gtkmm-2.0/glibmm/listhandle.h -include/gtkmm-2.0/glibmm/main.h -include/gtkmm-2.0/glibmm/miscutils.h -include/gtkmm-2.0/glibmm/module.h -include/gtkmm-2.0/glibmm/object.h -include/gtkmm-2.0/glibmm/objectbase.h -include/gtkmm-2.0/glibmm/pattern.h -include/gtkmm-2.0/glibmm/private/convert_p.h -include/gtkmm-2.0/glibmm/private/date_p.h -include/gtkmm-2.0/glibmm/private/fileutils_p.h -include/gtkmm-2.0/glibmm/private/interface_p.h -include/gtkmm-2.0/glibmm/private/iochannel_p.h -include/gtkmm-2.0/glibmm/private/module_p.h -include/gtkmm-2.0/glibmm/private/object_p.h -include/gtkmm-2.0/glibmm/private/shell_p.h -include/gtkmm-2.0/glibmm/private/spawn_p.h -include/gtkmm-2.0/glibmm/private/thread_p.h -include/gtkmm-2.0/glibmm/private/unicode_p.h -include/gtkmm-2.0/glibmm/property.h -include/gtkmm-2.0/glibmm/propertyproxy.h -include/gtkmm-2.0/glibmm/propertyproxy_base.h -include/gtkmm-2.0/glibmm/quark.h -include/gtkmm-2.0/glibmm/random.h -include/gtkmm-2.0/glibmm/refptr.h -include/gtkmm-2.0/glibmm/sarray.h -include/gtkmm-2.0/glibmm/shell.h -include/gtkmm-2.0/glibmm/signalproxy.h -include/gtkmm-2.0/glibmm/signalproxy_connectionnode.h -include/gtkmm-2.0/glibmm/slisthandle.h -include/gtkmm-2.0/glibmm/spawn.h -include/gtkmm-2.0/glibmm/streamiochannel.h -include/gtkmm-2.0/glibmm/thread.h -include/gtkmm-2.0/glibmm/threadpool.h -include/gtkmm-2.0/glibmm/timer.h -include/gtkmm-2.0/glibmm/timeval.h -include/gtkmm-2.0/glibmm/unicode.h -include/gtkmm-2.0/glibmm/ustring.h -include/gtkmm-2.0/glibmm/utility.h -include/gtkmm-2.0/glibmm/value.h -include/gtkmm-2.0/glibmm/value_basictypes.h -include/gtkmm-2.0/glibmm/value_custom.h -include/gtkmm-2.0/glibmm/wrap.h -include/gtkmm-2.0/glibmm/wrap_init.h -include/gtkmm-2.0/gtkmm.h -include/gtkmm-2.0/gtkmm/accelgroup.h -include/gtkmm-2.0/gtkmm/accelkey.h -include/gtkmm-2.0/gtkmm/accellabel.h -include/gtkmm-2.0/gtkmm/accelmap.h -include/gtkmm-2.0/gtkmm/adjustment.h -include/gtkmm-2.0/gtkmm/alignment.h -include/gtkmm-2.0/gtkmm/arrow.h -include/gtkmm-2.0/gtkmm/aspectframe.h -include/gtkmm-2.0/gtkmm/base.h -include/gtkmm-2.0/gtkmm/bin.h -include/gtkmm-2.0/gtkmm/box.h -include/gtkmm-2.0/gtkmm/button.h -include/gtkmm-2.0/gtkmm/buttonbox.h -include/gtkmm-2.0/gtkmm/calendar.h -include/gtkmm-2.0/gtkmm/celleditable.h -include/gtkmm-2.0/gtkmm/cellrenderer.h -include/gtkmm-2.0/gtkmm/cellrendererpixbuf.h -include/gtkmm-2.0/gtkmm/cellrenderertext.h -include/gtkmm-2.0/gtkmm/cellrenderertoggle.h -include/gtkmm-2.0/gtkmm/checkbutton.h -include/gtkmm-2.0/gtkmm/checkmenuitem.h -include/gtkmm-2.0/gtkmm/clipboard.h -include/gtkmm-2.0/gtkmm/colorselection.h -include/gtkmm-2.0/gtkmm/combo.h -include/gtkmm-2.0/gtkmm/container.h -include/gtkmm-2.0/gtkmm/curve.h -include/gtkmm-2.0/gtkmm/dialog.h -include/gtkmm-2.0/gtkmm/drawingarea.h -include/gtkmm-2.0/gtkmm/editable.h -include/gtkmm-2.0/gtkmm/entry.h -include/gtkmm-2.0/gtkmm/enums.h -include/gtkmm-2.0/gtkmm/eventbox.h -include/gtkmm-2.0/gtkmm/fileselection.h -include/gtkmm-2.0/gtkmm/fixed.h -include/gtkmm-2.0/gtkmm/fontselection.h -include/gtkmm-2.0/gtkmm/frame.h -include/gtkmm-2.0/gtkmm/handlebox.h -include/gtkmm-2.0/gtkmm/iconfactory.h -include/gtkmm-2.0/gtkmm/iconset.h -include/gtkmm-2.0/gtkmm/iconsource.h -include/gtkmm-2.0/gtkmm/image.h -include/gtkmm-2.0/gtkmm/imagemenuitem.h -include/gtkmm-2.0/gtkmm/inputdialog.h -include/gtkmm-2.0/gtkmm/invisible.h -include/gtkmm-2.0/gtkmm/item.h -include/gtkmm-2.0/gtkmm/label.h -include/gtkmm-2.0/gtkmm/layout.h -include/gtkmm-2.0/gtkmm/liststore.h -include/gtkmm-2.0/gtkmm/main.h -include/gtkmm-2.0/gtkmm/menu.h -include/gtkmm-2.0/gtkmm/menu_elems.h -include/gtkmm-2.0/gtkmm/menubar.h -include/gtkmm-2.0/gtkmm/menuitem.h -include/gtkmm-2.0/gtkmm/menushell.h -include/gtkmm-2.0/gtkmm/messagedialog.h -include/gtkmm-2.0/gtkmm/misc.h -include/gtkmm-2.0/gtkmm/notebook.h -include/gtkmm-2.0/gtkmm/object.h -include/gtkmm-2.0/gtkmm/optionmenu.h -include/gtkmm-2.0/gtkmm/paned.h -include/gtkmm-2.0/gtkmm/plug.h -include/gtkmm-2.0/gtkmm/private/accelgroup_p.h -include/gtkmm-2.0/gtkmm/private/accellabel_p.h -include/gtkmm-2.0/gtkmm/private/adjustment_p.h -include/gtkmm-2.0/gtkmm/private/alignment_p.h -include/gtkmm-2.0/gtkmm/private/arrow_p.h -include/gtkmm-2.0/gtkmm/private/aspectframe_p.h -include/gtkmm-2.0/gtkmm/private/bin_p.h -include/gtkmm-2.0/gtkmm/private/box_p.h -include/gtkmm-2.0/gtkmm/private/button_p.h -include/gtkmm-2.0/gtkmm/private/buttonbox_p.h -include/gtkmm-2.0/gtkmm/private/calendar_p.h -include/gtkmm-2.0/gtkmm/private/celleditable_p.h -include/gtkmm-2.0/gtkmm/private/cellrenderer_p.h -include/gtkmm-2.0/gtkmm/private/cellrendererpixbuf_p.h -include/gtkmm-2.0/gtkmm/private/cellrenderertext_p.h -include/gtkmm-2.0/gtkmm/private/cellrenderertoggle_p.h -include/gtkmm-2.0/gtkmm/private/checkbutton_p.h -include/gtkmm-2.0/gtkmm/private/checkmenuitem_p.h -include/gtkmm-2.0/gtkmm/private/colorselection_p.h -include/gtkmm-2.0/gtkmm/private/combo_p.h -include/gtkmm-2.0/gtkmm/private/container_p.h -include/gtkmm-2.0/gtkmm/private/curve_p.h -include/gtkmm-2.0/gtkmm/private/dialog_p.h -include/gtkmm-2.0/gtkmm/private/drawingarea_p.h -include/gtkmm-2.0/gtkmm/private/editable_p.h -include/gtkmm-2.0/gtkmm/private/entry_p.h -include/gtkmm-2.0/gtkmm/private/enums_p.h -include/gtkmm-2.0/gtkmm/private/eventbox_p.h -include/gtkmm-2.0/gtkmm/private/fileselection_p.h -include/gtkmm-2.0/gtkmm/private/fixed_p.h -include/gtkmm-2.0/gtkmm/private/fontselection_p.h -include/gtkmm-2.0/gtkmm/private/frame_p.h -include/gtkmm-2.0/gtkmm/private/handlebox_p.h -include/gtkmm-2.0/gtkmm/private/iconfactory_p.h -include/gtkmm-2.0/gtkmm/private/iconset_p.h -include/gtkmm-2.0/gtkmm/private/iconsource_p.h -include/gtkmm-2.0/gtkmm/private/image_p.h -include/gtkmm-2.0/gtkmm/private/imagemenuitem_p.h -include/gtkmm-2.0/gtkmm/private/inputdialog_p.h -include/gtkmm-2.0/gtkmm/private/invisible_p.h -include/gtkmm-2.0/gtkmm/private/item_p.h -include/gtkmm-2.0/gtkmm/private/label_p.h -include/gtkmm-2.0/gtkmm/private/layout_p.h -include/gtkmm-2.0/gtkmm/private/liststore_p.h -include/gtkmm-2.0/gtkmm/private/main_p.h -include/gtkmm-2.0/gtkmm/private/menu_p.h -include/gtkmm-2.0/gtkmm/private/menubar_p.h -include/gtkmm-2.0/gtkmm/private/menuitem_p.h -include/gtkmm-2.0/gtkmm/private/menushell_p.h -include/gtkmm-2.0/gtkmm/private/messagedialog_p.h -include/gtkmm-2.0/gtkmm/private/misc_p.h -include/gtkmm-2.0/gtkmm/private/notebook_p.h -include/gtkmm-2.0/gtkmm/private/object_p.h -include/gtkmm-2.0/gtkmm/private/optionmenu_p.h -include/gtkmm-2.0/gtkmm/private/paned_p.h -include/gtkmm-2.0/gtkmm/private/plug_p.h -include/gtkmm-2.0/gtkmm/private/progressbar_p.h -include/gtkmm-2.0/gtkmm/private/radiobutton_p.h -include/gtkmm-2.0/gtkmm/private/radiomenuitem_p.h -include/gtkmm-2.0/gtkmm/private/range_p.h -include/gtkmm-2.0/gtkmm/private/rc_p.h -include/gtkmm-2.0/gtkmm/private/ruler_p.h -include/gtkmm-2.0/gtkmm/private/scale_p.h -include/gtkmm-2.0/gtkmm/private/scrollbar_p.h -include/gtkmm-2.0/gtkmm/private/scrolledwindow_p.h -include/gtkmm-2.0/gtkmm/private/separator_p.h -include/gtkmm-2.0/gtkmm/private/separatormenuitem_p.h -include/gtkmm-2.0/gtkmm/private/settings_p.h -include/gtkmm-2.0/gtkmm/private/sizegroup_p.h -include/gtkmm-2.0/gtkmm/private/socket_p.h -include/gtkmm-2.0/gtkmm/private/spinbutton_p.h -include/gtkmm-2.0/gtkmm/private/statusbar_p.h -include/gtkmm-2.0/gtkmm/private/stockitem_p.h -include/gtkmm-2.0/gtkmm/private/style_p.h -include/gtkmm-2.0/gtkmm/private/table_p.h -include/gtkmm-2.0/gtkmm/private/tearoffmenuitem_p.h -include/gtkmm-2.0/gtkmm/private/textattributes_p.h -include/gtkmm-2.0/gtkmm/private/textbuffer_p.h -include/gtkmm-2.0/gtkmm/private/textchildanchor_p.h -include/gtkmm-2.0/gtkmm/private/textiter_p.h -include/gtkmm-2.0/gtkmm/private/textmark_p.h -include/gtkmm-2.0/gtkmm/private/texttag_p.h -include/gtkmm-2.0/gtkmm/private/texttagtable_p.h -include/gtkmm-2.0/gtkmm/private/textview_p.h -include/gtkmm-2.0/gtkmm/private/togglebutton_p.h -include/gtkmm-2.0/gtkmm/private/toolbar_p.h -include/gtkmm-2.0/gtkmm/private/tooltips_p.h -include/gtkmm-2.0/gtkmm/private/treedragdest_p.h -include/gtkmm-2.0/gtkmm/private/treedragsource_p.h -include/gtkmm-2.0/gtkmm/private/treeiter_p.h -include/gtkmm-2.0/gtkmm/private/treemodel_p.h -include/gtkmm-2.0/gtkmm/private/treepath_p.h -include/gtkmm-2.0/gtkmm/private/treerowreference_p.h -include/gtkmm-2.0/gtkmm/private/treeselection_p.h -include/gtkmm-2.0/gtkmm/private/treesortable_p.h -include/gtkmm-2.0/gtkmm/private/treestore_p.h -include/gtkmm-2.0/gtkmm/private/treeview_p.h -include/gtkmm-2.0/gtkmm/private/treeviewcolumn_p.h -include/gtkmm-2.0/gtkmm/private/viewport_p.h -include/gtkmm-2.0/gtkmm/private/widget_p.h -include/gtkmm-2.0/gtkmm/private/window_p.h -include/gtkmm-2.0/gtkmm/progressbar.h -include/gtkmm-2.0/gtkmm/radiobutton.h -include/gtkmm-2.0/gtkmm/radiomenuitem.h -include/gtkmm-2.0/gtkmm/range.h -include/gtkmm-2.0/gtkmm/rc.h -include/gtkmm-2.0/gtkmm/ruler.h -include/gtkmm-2.0/gtkmm/scale.h -include/gtkmm-2.0/gtkmm/scrollbar.h -include/gtkmm-2.0/gtkmm/scrolledwindow.h -include/gtkmm-2.0/gtkmm/separator.h -include/gtkmm-2.0/gtkmm/separatormenuitem.h -include/gtkmm-2.0/gtkmm/settings.h -include/gtkmm-2.0/gtkmm/sizegroup.h -include/gtkmm-2.0/gtkmm/socket.h -include/gtkmm-2.0/gtkmm/spinbutton.h -include/gtkmm-2.0/gtkmm/statusbar.h -include/gtkmm-2.0/gtkmm/stock.h -include/gtkmm-2.0/gtkmm/stockid.h -include/gtkmm-2.0/gtkmm/stockitem.h -include/gtkmm-2.0/gtkmm/style.h -include/gtkmm-2.0/gtkmm/table.h -include/gtkmm-2.0/gtkmm/targetentry.h -include/gtkmm-2.0/gtkmm/tearoffmenuitem.h -include/gtkmm-2.0/gtkmm/textattributes.h -include/gtkmm-2.0/gtkmm/textbuffer.h -include/gtkmm-2.0/gtkmm/textchildanchor.h -include/gtkmm-2.0/gtkmm/textiter.h -include/gtkmm-2.0/gtkmm/textmark.h -include/gtkmm-2.0/gtkmm/texttag.h -include/gtkmm-2.0/gtkmm/texttagtable.h -include/gtkmm-2.0/gtkmm/textview.h -include/gtkmm-2.0/gtkmm/togglebutton.h -include/gtkmm-2.0/gtkmm/toolbar.h -include/gtkmm-2.0/gtkmm/tooltips.h -include/gtkmm-2.0/gtkmm/treedragdest.h -include/gtkmm-2.0/gtkmm/treedragsource.h -include/gtkmm-2.0/gtkmm/treeiter.h -include/gtkmm-2.0/gtkmm/treemodel.h -include/gtkmm-2.0/gtkmm/treemodelcolumn.h -include/gtkmm-2.0/gtkmm/treepath.h -include/gtkmm-2.0/gtkmm/treerowreference.h -include/gtkmm-2.0/gtkmm/treeselection.h -include/gtkmm-2.0/gtkmm/treesortable.h -include/gtkmm-2.0/gtkmm/treestore.h -include/gtkmm-2.0/gtkmm/treeview.h -include/gtkmm-2.0/gtkmm/treeview_private.h -include/gtkmm-2.0/gtkmm/treeviewcolumn.h -include/gtkmm-2.0/gtkmm/viewport.h -include/gtkmm-2.0/gtkmm/widget.h -include/gtkmm-2.0/gtkmm/window.h -include/gtkmm-2.0/gtkmm/wrap_init.h -include/gtkmm-2.0/gtkmm_generate_extra_defs/generate_extra_defs.h -include/gtkmm-2.0/pangomm.h -include/gtkmm-2.0/pangomm/attributes.h -include/gtkmm-2.0/pangomm/attriter.h -include/gtkmm-2.0/pangomm/attrlist.h -include/gtkmm-2.0/pangomm/color.h -include/gtkmm-2.0/pangomm/context.h -include/gtkmm-2.0/pangomm/coverage.h -include/gtkmm-2.0/pangomm/font.h -include/gtkmm-2.0/pangomm/fontdescription.h -include/gtkmm-2.0/pangomm/fontface.h -include/gtkmm-2.0/pangomm/fontfamily.h -include/gtkmm-2.0/pangomm/fontmap.h -include/gtkmm-2.0/pangomm/fontmetrics.h -include/gtkmm-2.0/pangomm/fontset.h -include/gtkmm-2.0/pangomm/glyph.h -include/gtkmm-2.0/pangomm/glyphstring.h -include/gtkmm-2.0/pangomm/item.h -include/gtkmm-2.0/pangomm/language.h -include/gtkmm-2.0/pangomm/layout.h -include/gtkmm-2.0/pangomm/layoutiter.h -include/gtkmm-2.0/pangomm/layoutline.h -include/gtkmm-2.0/pangomm/layoutrun.h -include/gtkmm-2.0/pangomm/private/attributes_p.h -include/gtkmm-2.0/pangomm/private/attriter_p.h -include/gtkmm-2.0/pangomm/private/attrlist_p.h -include/gtkmm-2.0/pangomm/private/color_p.h -include/gtkmm-2.0/pangomm/private/context_p.h -include/gtkmm-2.0/pangomm/private/coverage_p.h -include/gtkmm-2.0/pangomm/private/font_p.h -include/gtkmm-2.0/pangomm/private/fontdescription_p.h -include/gtkmm-2.0/pangomm/private/fontface_p.h -include/gtkmm-2.0/pangomm/private/fontfamily_p.h -include/gtkmm-2.0/pangomm/private/fontmap_p.h -include/gtkmm-2.0/pangomm/private/fontmetrics_p.h -include/gtkmm-2.0/pangomm/private/fontset_p.h -include/gtkmm-2.0/pangomm/private/glyph_p.h -include/gtkmm-2.0/pangomm/private/glyphstring_p.h -include/gtkmm-2.0/pangomm/private/item_p.h -include/gtkmm-2.0/pangomm/private/language_p.h -include/gtkmm-2.0/pangomm/private/layout_p.h -include/gtkmm-2.0/pangomm/private/layoutiter_p.h -include/gtkmm-2.0/pangomm/private/layoutline_p.h -include/gtkmm-2.0/pangomm/private/layoutrun_p.h -include/gtkmm-2.0/pangomm/private/rectangle_p.h -include/gtkmm-2.0/pangomm/private/tabarray_p.h -include/gtkmm-2.0/pangomm/rectangle.h -include/gtkmm-2.0/pangomm/tabarray.h -include/gtkmm-2.0/pangomm/wrap_init.h -lib/gtkmm-2.0/include/gdkmmconfig.h -lib/gtkmm-2.0/include/glibmmconfig.h -lib/gtkmm-2.0/include/gtkmmconfig.h -lib/gtkmm-2.0/proc/generate_wrap_init.pl -lib/gtkmm-2.0/proc/gtkmmproc -lib/gtkmm-2.0/proc/m4/base.m4 -lib/gtkmm-2.0/proc/m4/class_boxedtype.m4 -lib/gtkmm-2.0/proc/m4/class_boxedtype_static.m4 -lib/gtkmm-2.0/proc/m4/class_generic.m4 -lib/gtkmm-2.0/proc/m4/class_gobject.m4 -lib/gtkmm-2.0/proc/m4/class_gtkobject.m4 -lib/gtkmm-2.0/proc/m4/class_interface.m4 -lib/gtkmm-2.0/proc/m4/class_opaque_copyable.m4 -lib/gtkmm-2.0/proc/m4/class_opaque_refcounted.m4 -lib/gtkmm-2.0/proc/m4/class_shared.m4 -lib/gtkmm-2.0/proc/m4/compare.m4 -lib/gtkmm-2.0/proc/m4/convert.m4 -lib/gtkmm-2.0/proc/m4/convert_atk.m4 -lib/gtkmm-2.0/proc/m4/convert_base.m4 -lib/gtkmm-2.0/proc/m4/convert_gdk.m4 -lib/gtkmm-2.0/proc/m4/convert_glib.m4 -lib/gtkmm-2.0/proc/m4/convert_gtk.m4 -lib/gtkmm-2.0/proc/m4/convert_gtkmm.m4 -lib/gtkmm-2.0/proc/m4/convert_pango.m4 -lib/gtkmm-2.0/proc/m4/ctor.m4 -lib/gtkmm-2.0/proc/m4/doc.m4 -lib/gtkmm-2.0/proc/m4/enum.m4 -lib/gtkmm-2.0/proc/m4/gerror.m4 -lib/gtkmm-2.0/proc/m4/list.m4 -lib/gtkmm-2.0/proc/m4/member.m4 -lib/gtkmm-2.0/proc/m4/method.m4 -lib/gtkmm-2.0/proc/m4/property.m4 -lib/gtkmm-2.0/proc/m4/signal.m4 -lib/gtkmm-2.0/proc/m4/vfunc.m4 -lib/gtkmm-2.0/proc/pm/DocsParser.pm -lib/gtkmm-2.0/proc/pm/Enum.pm -lib/gtkmm-2.0/proc/pm/Function.pm -lib/gtkmm-2.0/proc/pm/FunctionBase.pm -lib/gtkmm-2.0/proc/pm/GtkDefs.pm -lib/gtkmm-2.0/proc/pm/Object.pm -lib/gtkmm-2.0/proc/pm/Output.pm -lib/gtkmm-2.0/proc/pm/Property.pm -lib/gtkmm-2.0/proc/pm/Util.pm -lib/gtkmm-2.0/proc/pm/WrapParser.pm -lib/libatkmm-1.0.a -lib/libatkmm-1.0.so -lib/libatkmm-1.0.so.2 -lib/libgdkmm-2.0.a -lib/libgdkmm-2.0.so -lib/libgdkmm-2.0.so.2 -lib/libglibmm-2.0.a -lib/libglibmm-2.0.so -lib/libglibmm-2.0.so.2 -lib/libgtkmm-2.0.a -lib/libgtkmm-2.0.so -lib/libgtkmm-2.0.so.2 -lib/libgtkmm_generate_extra_defs-2.0.a -lib/libgtkmm_generate_extra_defs-2.0.so -lib/libgtkmm_generate_extra_defs-2.0.so.2 -lib/libpangomm-1.0.a -lib/libpangomm-1.0.so -lib/libpangomm-1.0.so.2 -libdata/pkgconfig/atkmm-1.0.pc -libdata/pkgconfig/gdkmm-2.0.pc -libdata/pkgconfig/glibmm-2.0.pc -libdata/pkgconfig/gtkmm-2.0.pc -libdata/pkgconfig/pangomm-1.0.pc -share/doc/gtkmm-2.0/images/gtkmm_logo.gif -share/doc/gtkmm-2.0/images/top.gif -share/doc/gtkmm-2.0/index.html -share/doc/gtkmm-2.0/reference/html/accelgroup_8h.html -share/doc/gtkmm-2.0/reference/html/accelkey_8h.html -share/doc/gtkmm-2.0/reference/html/accellabel_8h.html -share/doc/gtkmm-2.0/reference/html/accelmap_8h.html -share/doc/gtkmm-2.0/reference/html/adjustment_8h.html -share/doc/gtkmm-2.0/reference/html/alignment_8h.html -share/doc/gtkmm-2.0/reference/html/annotated.html -share/doc/gtkmm-2.0/reference/html/arrayhandle_8h.html -share/doc/gtkmm-2.0/reference/html/arrow_8h.html -share/doc/gtkmm-2.0/reference/html/aspectframe_8h.html -share/doc/gtkmm-2.0/reference/html/atk_2atkmm_2object_8h.html -share/doc/gtkmm-2.0/reference/html/attributes_8h.html -share/doc/gtkmm-2.0/reference/html/attriter_8h.html -share/doc/gtkmm-2.0/reference/html/attrlist_8h.html -share/doc/gtkmm-2.0/reference/html/base_8h.html -share/doc/gtkmm-2.0/reference/html/bin_8h.html -share/doc/gtkmm-2.0/reference/html/bitmap_8h.html -share/doc/gtkmm-2.0/reference/html/book_2buttons_2button_2buttons_8h-example.html -share/doc/gtkmm-2.0/reference/html/box_8h.html -share/doc/gtkmm-2.0/reference/html/button_8h.html -share/doc/gtkmm-2.0/reference/html/buttonbox_8h.html -share/doc/gtkmm-2.0/reference/html/calendar_8h.html -share/doc/gtkmm-2.0/reference/html/celleditable_8h.html -share/doc/gtkmm-2.0/reference/html/cellrenderer_8h.html -share/doc/gtkmm-2.0/reference/html/cellrendererpixbuf_8h.html -share/doc/gtkmm-2.0/reference/html/cellrenderertext_8h.html -share/doc/gtkmm-2.0/reference/html/cellrenderertoggle_8h.html -share/doc/gtkmm-2.0/reference/html/checkbutton_8h.html -share/doc/gtkmm-2.0/reference/html/checkmenuitem_8h.html -share/doc/gtkmm-2.0/reference/html/classAtk_1_1Object-members.html -share/doc/gtkmm-2.0/reference/html/classAtk_1_1Object.html -share/doc/gtkmm-2.0/reference/html/classAtk_1_1Object__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classAtk_1_1Relation-members.html -share/doc/gtkmm-2.0/reference/html/classAtk_1_1Relation.html -share/doc/gtkmm-2.0/reference/html/classAtk_1_1RelationSet-members.html -share/doc/gtkmm-2.0/reference/html/classAtk_1_1RelationSet.html -share/doc/gtkmm-2.0/reference/html/classAtk_1_1RelationSet__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classAtk_1_1Relation__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classAtk_1_1StateSet-members.html -share/doc/gtkmm-2.0/reference/html/classAtk_1_1StateSet.html -share/doc/gtkmm-2.0/reference/html/classAtk_1_1StateSet__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGTimeVal.html -share/doc/gtkmm-2.0/reference/html/classGTimeVal__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Bitmap-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Bitmap.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Bitmap__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Color-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Color.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Colormap-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Colormap.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Colormap__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Cursor-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Cursor.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1DragContext-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1DragContext.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1DragContext__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Drawable-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Drawable.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Drawable__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Event-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Event.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1GC-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1GC.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1GC__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Image-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Image.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Image__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Pixbuf-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Pixbuf.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1PixbufAnimation-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1PixbufAnimation.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1PixbufAnimationIter-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1PixbufAnimationIter.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1PixbufAnimationIter__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1PixbufAnimation__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1PixbufError-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1PixbufError.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1PixbufError__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1PixbufLoader-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1PixbufLoader.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1PixbufLoader__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Pixbuf__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Pixmap-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Pixmap.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Pixmap__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Point-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Point.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Rectangle-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Rectangle.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Region-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Region.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1RgbCmap-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1RgbCmap.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Visual-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Visual.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Visual__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Window-members.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Window.html -share/doc/gtkmm-2.0/reference/html/classGdk_1_1Window__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ArrayHandle-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ArrayHandle.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Cond-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Cond.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Container__Helpers_1_1ArrayHandleIterator-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Container__Helpers_1_1ArrayHandleIterator.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Container__Helpers_1_1ListHandleIterator-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Container__Helpers_1_1ListHandleIterator.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Container__Helpers_1_1SListHandleIterator-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Container__Helpers_1_1SListHandleIterator.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ConvertError-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ConvertError.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ConvertError__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Date-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Date.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Dir-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Dir.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1DirIterator-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1DirIterator.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Dispatcher-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Dispatcher.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Error-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Error.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Error__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Exception-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Exception.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Exception__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1FileError-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1FileError.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1FileError__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1HelperList-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1HelperList.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IConv-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IConv.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IOChannel-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IOChannel.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IOChannelError-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IOChannelError.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IOChannelError__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IOChannel__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IOSource-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IOSource.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IOSource__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IdleSource-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IdleSource.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1IdleSource__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Interface-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Interface.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Interface__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ListHandle-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ListHandle.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1MainContext-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1MainContext.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1MainLoop-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1MainLoop.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Module-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Module.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Mutex-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Mutex.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Mutex_1_1Lock-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Mutex_1_1Lock.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Object-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Object.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ObjectBase-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ObjectBase.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ObjectBase__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Object__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PatternSpec-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PatternSpec.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PollFD-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PollFD.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Private-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Private.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Property-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Property.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyBase-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyBase.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyBase__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyProxy-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyProxy.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyProxy__Base-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyProxy__Base.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyProxy__Base__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyProxy__ReadOnly-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyProxy__ReadOnly__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyProxy__WriteOnly-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyProxy__WriteOnly.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyProxy__WriteOnly__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1PropertyProxy__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Property__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Quark-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Quark.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Quark__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1QueryQuark-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1QueryQuark.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1QueryQuark__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RWLock-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RWLock.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RWLock_1_1ReaderLock-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RWLock_1_1ReaderLock.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RWLock_1_1WriterLock-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RWLock_1_1WriterLock.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RWLock__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Rand-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Rand.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RecMutex-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RecMutex.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RecMutex_1_1Lock-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RecMutex_1_1Lock.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RecMutex__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RefPtr-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1RefPtr.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SListHandle-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SListHandle.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Sequence-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Sequence.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ShellError-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ShellError.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ShellError__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalIO-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalIO.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalIdle-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalIdle.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy0-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy0.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy0__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy1-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy1.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy1__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy2-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy2.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy2__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy3-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy3.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy3__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy5-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy5.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy5__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy6-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy6.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxy6__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxyBase-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxyBase.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxyBase__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxyConnectionNode-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxyConnectionNode.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxyConnectionNode__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxyNormal-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxyNormal.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxyNormal__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxyProperty-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxyProperty.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalProxyProperty__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalTimeout-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SignalTimeout.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Source-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Source.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Source__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SpawnError-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SpawnError.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1SpawnError__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1StreamIOChannel-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1StreamIOChannel.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1StreamIOChannel__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Thread-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Thread.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ThreadError-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ThreadError.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ThreadError__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ThreadPool-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ThreadPool.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Thread_1_1Exit.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1TimeoutSource-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1TimeoutSource.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1TimeoutSource__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Timer-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Timer.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__Boxed-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__Boxed.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__Boxed__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__Enum-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__Enum.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__Enum__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__Flags-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__Flags.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__Flags__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__Object-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__Object.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__Object__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__String-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__String.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__String__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ValueBase__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01T_01_4_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01T_01_4_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01T_01_4_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01const_01T_01_4_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01const_01T_01_4_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01const_01T_01_4_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01Glib_1_1ustring_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01Glib_1_1ustring_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01Glib_1_1ustring_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01T_01_5_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01T_01_5_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01T_01_5_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01bool_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01bool_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01bool_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01char_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01char_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01char_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01const_01T_01_5_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01const_01T_01_5_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01const_01T_01_5_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01double_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01double_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01double_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01float_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01float_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01float_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01int_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01int_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01int_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01long_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01long_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01long_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01long_01long_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01long_01long_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01long_01long_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01std_1_1string_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01std_1_1string_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01std_1_1string_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01unsigned_01char_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01unsigned_01char_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01unsigned_01char_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01unsigned_01int_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01unsigned_01int_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01unsigned_01int_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01unsigned_01long_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01unsigned_01long_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01unsigned_01long_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01unsigned_01long_01long_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01unsigned_01long_01long_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01unsigned_01long_01long_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01void_01_5_01_4-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01void_01_5_01_4.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value_3_01void_01_5_01_4__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value__Boxed-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value__Boxed.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value__Boxed__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value__Enum-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value__Enum.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value__Enum__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value__Flags-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value__Flags.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value__Flags__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value__Pointer-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value__Pointer.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value__Pointer__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1Value__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGlib_1_1unconst.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ustring-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ustring.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ustring__Iterator-members.html -share/doc/gtkmm-2.0/reference/html/classGlib_1_1ustring__Iterator.html -share/doc/gtkmm-2.0/reference/html/classGtkToolbarChild.html -share/doc/gtkmm-2.0/reference/html/classGtkToolbarChild__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1AccelGroup-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1AccelGroup.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1AccelGroup__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1AccelLabel-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1AccelLabel.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1AccelLabel__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Adjustment-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Adjustment.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Adjustment__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Alignment-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Alignment.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Alignment__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Arrow-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Arrow.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Arrow__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1AspectFrame-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1AspectFrame.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1AspectFrame__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Bin-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Bin.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Bin__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Box-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Box.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Box__Helpers_1_1BoxList-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Box__Helpers_1_1BoxList.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Box__Helpers_1_1BoxList__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Box__Helpers_1_1Child-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Box__Helpers_1_1Child.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Box__Helpers_1_1Child__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Box__Helpers_1_1Element-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Box__Helpers_1_1Element.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Box__Helpers_1_1Element__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Box__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Button-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Button.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ButtonBox-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ButtonBox.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ButtonBox__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Button__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Calendar-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Calendar.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Calendar__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellEditable-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellEditable.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellEditable__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellRenderer-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellRenderer.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellRendererPixbuf-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellRendererPixbuf.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellRendererPixbuf__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellRendererText-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellRendererText.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellRendererText__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellRendererToggle-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellRendererToggle.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellRendererToggle__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CellRenderer__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CheckButton-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CheckButton.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CheckButton__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CheckMenuItem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CheckMenuItem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1CheckMenuItem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Clipboard-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Clipboard.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ColorSelection-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ColorSelection.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ColorSelectionDialog-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ColorSelectionDialog.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ColorSelectionDialog__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ColorSelection__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Combo-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Combo.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ComboDropDown-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ComboDropDown.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ComboDropDownItem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ComboDropDownItem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ComboDropDownItem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ComboDropDown__Helpers_1_1ComboDropDownList-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ComboDropDown__Helpers_1_1ComboDropDownList.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ComboDropDown__Helpers_1_1ComboDropDownList__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ComboDropDown__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Combo__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Container-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Container.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Container__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Curve-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Curve.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Curve__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Dialog-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Dialog.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Dialog__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1DrawingArea-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1DrawingArea.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1DrawingArea__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Editable-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Editable.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Editable__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Entry-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Entry.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Entry__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1EventBox-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1EventBox.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1EventBox__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1FileSelection-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1FileSelection.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1FileSelection__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Fixed-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Fixed.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Fixed__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1FontSelection-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1FontSelection.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1FontSelectionDialog-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1FontSelectionDialog.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1FontSelectionDialog__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1FontSelection__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Frame-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Frame.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Frame__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1GammaCurve-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1GammaCurve.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1GammaCurve__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HBox-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HBox.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HBox__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HButtonBox-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HButtonBox.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HButtonBox__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HPaned-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HPaned.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HPaned__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HRuler-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HRuler.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HRuler__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HScale-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HScale.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HScale__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HScrollbar-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HScrollbar.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HScrollbar__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HSeparator-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HSeparator.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HSeparator__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HandleBox-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HandleBox.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1HandleBox__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1IconFactory-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1IconFactory.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1IconFactory__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1IconSet-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1IconSet.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1IconSize-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1IconSize.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1IconSource-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1IconSource.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Image-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Image.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ImageMenuItem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ImageMenuItem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ImageMenuItem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Image__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1InputDialog-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1InputDialog.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1InputDialog__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Invisible-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Invisible.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Invisible__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Item-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Item.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Item__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Label-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Label.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Label__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Layout-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Layout.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Layout__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ListStore-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ListStore.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ListStore__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Main-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Main.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Main__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1MenuBar-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1MenuBar.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1MenuBar__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1MenuItem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1MenuItem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1MenuItem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1MenuShell-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1MenuShell.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1MenuShell__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1AccelKey-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1AccelKey.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1CheckMenuElem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1CheckMenuElem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1CheckMenuElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1Element-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1Element.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1Element__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1ImageMenuElem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1ImageMenuElem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1ImageMenuElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1MenuElem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1MenuElem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1MenuElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1MenuList-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1MenuList.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1MenuList__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1RadioMenuElem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1RadioMenuElem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1RadioMenuElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1SeparatorElem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1SeparatorElem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1SeparatorElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1StockMenuElem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1StockMenuElem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1StockMenuElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1TearoffMenuElem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1TearoffMenuElem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__Helpers_1_1TearoffMenuElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Menu__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1MessageDialog-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1MessageDialog.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1MessageDialog__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Misc-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Misc.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Misc__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook__Helpers_1_1Element-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook__Helpers_1_1Element.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook__Helpers_1_1Element__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook__Helpers_1_1Page-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook__Helpers_1_1Page.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook__Helpers_1_1PageIterator-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook__Helpers_1_1PageIterator.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook__Helpers_1_1PageIterator__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook__Helpers_1_1PageList-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook__Helpers_1_1PageList.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook__Helpers_1_1Page__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Notebook__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Object-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Object.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Object__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1OptionMenu-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1OptionMenu.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1OptionMenu__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Paned-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Paned.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Paned__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Plug-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Plug.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Plug__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ProgressBar-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ProgressBar.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ProgressBar__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1RC-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1RC.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1RadioButton-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1RadioButton.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1RadioButton__Helpers_1_1Group-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1RadioButton__Helpers_1_1Group.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1RadioButton__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1RadioMenuItem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1RadioMenuItem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1RadioMenuItem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Range-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Range.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Range__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1RcStyle-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1RcStyle.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1RcStyle__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Ruler-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Ruler.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Ruler__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Scale-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Scale.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Scale__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Scrollbar-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Scrollbar.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Scrollbar__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ScrolledWindow-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ScrolledWindow.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ScrolledWindow__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Separator-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Separator.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1SeparatorMenuItem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1SeparatorMenuItem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1SeparatorMenuItem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Separator__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Settings-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Settings.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Settings__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1SizeGroup-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1SizeGroup.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1SizeGroup__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Socket-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Socket.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Socket__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1SpinButton-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1SpinButton.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1SpinButton__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Statusbar-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Statusbar.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Statusbar__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1StockID-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1StockID.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1StockItem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1StockItem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Style-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Style.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Style__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Table-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Table.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Table__Helpers_1_1Child-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Table__Helpers_1_1Child.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Table__Helpers_1_1Child__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Table__Helpers_1_1TableList-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Table__Helpers_1_1TableList.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Table__Helpers_1_1TableList__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Table__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TargetEntry-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TargetEntry.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TearoffMenuItem-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TearoffMenuItem.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TearoffMenuItem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextAttributes-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextAttributes.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextBuffer-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextBuffer.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextBuffer__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextChildAnchor-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextChildAnchor.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextChildAnchor__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextIter-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextIter.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextMark-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextMark.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextMark__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextTag-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextTag.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextTagTable-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextTagTable.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextTagTable__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextTag__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextView-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextView.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TextView__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ToggleButton-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ToggleButton.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1ToggleButton__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Toolbar-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Toolbar.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Toolbar__Helpers_1_1Element-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Toolbar__Helpers_1_1Element.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Toolbar__Helpers_1_1Element__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Toolbar__Helpers_1_1Tool-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Toolbar__Helpers_1_1Tool.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Toolbar__Helpers_1_1ToolList-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Toolbar__Helpers_1_1ToolList.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Toolbar__Helpers_1_1ToolList__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Toolbar__Helpers_1_1Tool__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Toolbar__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Tooltips-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Tooltips.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Tooltips__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeDragDest-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeDragDest.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeDragDest__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeDragSource-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeDragSource.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeDragSource__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeIter-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeIter.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeIterBase-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeIterBase.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeIterBase__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeIter__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeModel-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeModel.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeModelColumn-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeModelColumn.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeModelColumnBase-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeModelColumnBase.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeModelColumnBase__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeModelColumnRecord-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeModelColumnRecord.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeModelColumn__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeModel__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeNodeChildren-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeNodeChildren.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeNodeChildren__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreePath-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreePath.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeRow-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeRow.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeRowReference-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeRowReference.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeRow__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeSelection-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeSelection.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeSelection__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeSortable-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeSortable.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeSortable__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeStore-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeStore.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeStore__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeValueProxy-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeValueProxy.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeView-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeView.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeViewColumn-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeViewColumn.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeViewColumn__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1TreeView__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VBox-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VBox.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VBox__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VButtonBox-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VButtonBox.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VButtonBox__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VPaned-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VPaned.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VPaned__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VRuler-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VRuler.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VRuler__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VScale-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VScale.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VScale__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VScrollbar-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VScrollbar.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VScrollbar__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VSeparator-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VSeparator.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1VSeparator__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Viewport-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Viewport.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Viewport__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Widget-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Widget.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Widget__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Window-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Window.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1WindowGroup-members.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1WindowGroup.html -share/doc/gtkmm-2.0/reference/html/classGtk_1_1WindowGroup__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classGtk_1_1Window__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1Analysis-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Analysis.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrColor-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrColor.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrColor__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrFloat-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrFloat.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrFloat__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrFontDesc-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrFontDesc.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrFontDesc__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrInt-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrInt.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrInt__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrIter-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrIter.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrLanguage-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrLanguage.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrLanguage__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrList-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrList.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrShape-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrShape.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrShape__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrString-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrString.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1AttrString__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1Attribute-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Attribute.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Attribute__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1Color-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Color.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Context-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Context.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Context__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1Coverage-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Coverage.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Font-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Font.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1FontDescription-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1FontDescription.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1FontFace-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1FontFace.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1FontFace__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1FontFamily-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1FontFamily.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1FontFamily__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1FontMap-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1FontMap.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1FontMap__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1FontMetrics-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1FontMetrics.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Font__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1Fontset-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Fontset.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Fontset__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1GlyphGeometry-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1GlyphGeometry.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1GlyphInfo-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1GlyphInfo.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1GlyphString-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1GlyphString.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Item-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Item.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Language-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Language.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Layout-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Layout.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1LayoutIter-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1LayoutIter.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1LayoutLine-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1LayoutLine.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1LayoutRun-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1LayoutRun.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Layout__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classPango_1_1Rectangle-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1Rectangle.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1TabArray-members.html -share/doc/gtkmm-2.0/reference/html/classPango_1_1TabArray.html -share/doc/gtkmm-2.0/reference/html/classSigC_1_1ConnectionNode.html -share/doc/gtkmm-2.0/reference/html/classSigC_1_1ConnectionNode__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classSigC_1_1Object.html -share/doc/gtkmm-2.0/reference/html/classSigC_1_1Object__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classSigC_1_1manage.html -share/doc/gtkmm-2.0/reference/html/class_8h.html -share/doc/gtkmm-2.0/reference/html/class__GtkBoxChild.html -share/doc/gtkmm-2.0/reference/html/class__GtkBoxChild__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/class__GtkTableChild.html -share/doc/gtkmm-2.0/reference/html/class__GtkTableChild__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/classes.html -share/doc/gtkmm-2.0/reference/html/clipboard_8h.html -share/doc/gtkmm-2.0/reference/html/colormap_8h.html -share/doc/gtkmm-2.0/reference/html/colorselection_8h.html -share/doc/gtkmm-2.0/reference/html/combo_8h.html -share/doc/gtkmm-2.0/reference/html/container_8h.html -share/doc/gtkmm-2.0/reference/html/containerhandle__shared_8h.html -share/doc/gtkmm-2.0/reference/html/containers_8h.html -share/doc/gtkmm-2.0/reference/html/context_8h.html -share/doc/gtkmm-2.0/reference/html/convert_8h.html -share/doc/gtkmm-2.0/reference/html/coverage_8h.html -share/doc/gtkmm-2.0/reference/html/cursor_8h.html -share/doc/gtkmm-2.0/reference/html/curve_8h.html -share/doc/gtkmm-2.0/reference/html/date_8h.html -share/doc/gtkmm-2.0/reference/html/debug_8h.html -share/doc/gtkmm-2.0/reference/html/dialog_8h.html -share/doc/gtkmm-2.0/reference/html/dispatcher_8h.html -share/doc/gtkmm-2.0/reference/html/doxygen.css -share/doc/gtkmm-2.0/reference/html/doxygen.png -share/doc/gtkmm-2.0/reference/html/dragcontext_8h.html -share/doc/gtkmm-2.0/reference/html/drawable_8h.html -share/doc/gtkmm-2.0/reference/html/drawingarea_8h.html -share/doc/gtkmm-2.0/reference/html/editable_8h.html -share/doc/gtkmm-2.0/reference/html/entry_8h.html -share/doc/gtkmm-2.0/reference/html/enums_8h.html -share/doc/gtkmm-2.0/reference/html/error_8h.html -share/doc/gtkmm-2.0/reference/html/event_8h.html -share/doc/gtkmm-2.0/reference/html/eventbox_8h.html -share/doc/gtkmm-2.0/reference/html/examples.html -share/doc/gtkmm-2.0/reference/html/exception_8h.html -share/doc/gtkmm-2.0/reference/html/exceptionhandler_8h.html -share/doc/gtkmm-2.0/reference/html/files.html -share/doc/gtkmm-2.0/reference/html/fileselection_8h.html -share/doc/gtkmm-2.0/reference/html/fileutils_8h.html -share/doc/gtkmm-2.0/reference/html/fixed_8h.html -share/doc/gtkmm-2.0/reference/html/font_8h.html -share/doc/gtkmm-2.0/reference/html/fontdescription_8h.html -share/doc/gtkmm-2.0/reference/html/fontface_8h.html -share/doc/gtkmm-2.0/reference/html/fontfamily_8h.html -share/doc/gtkmm-2.0/reference/html/fontmap_8h.html -share/doc/gtkmm-2.0/reference/html/fontmetrics_8h.html -share/doc/gtkmm-2.0/reference/html/fontselection_8h.html -share/doc/gtkmm-2.0/reference/html/fontset_8h.html -share/doc/gtkmm-2.0/reference/html/frame_8h.html -share/doc/gtkmm-2.0/reference/html/functions.html -share/doc/gtkmm-2.0/reference/html/gc_8h.html -share/doc/gtkmm-2.0/reference/html/gdk_2gdkmm_2color_8h.html -share/doc/gtkmm-2.0/reference/html/gdk_2gdkmm_2image_8h.html -share/doc/gtkmm-2.0/reference/html/gdk_2gdkmm_2rectangle_8h.html -share/doc/gtkmm-2.0/reference/html/gdk_2gdkmm_2window_8h.html -share/doc/gtkmm-2.0/reference/html/general_8h.html -share/doc/gtkmm-2.0/reference/html/glib_2glibmm_2main_8h.html -share/doc/gtkmm-2.0/reference/html/glib_2glibmm_2object_8h.html -share/doc/gtkmm-2.0/reference/html/globals.html -share/doc/gtkmm-2.0/reference/html/glyph_8h.html -share/doc/gtkmm-2.0/reference/html/glyphstring_8h.html -share/doc/gtkmm-2.0/reference/html/graph_legend.dot -share/doc/gtkmm-2.0/reference/html/graph_legend.gif -share/doc/gtkmm-2.0/reference/html/graph_legend.html -share/doc/gtkmm-2.0/reference/html/group__CharsetConv.html -share/doc/gtkmm-2.0/reference/html/group__ContHandles.html -share/doc/gtkmm-2.0/reference/html/group__ContHelpers.html -share/doc/gtkmm-2.0/reference/html/group__Containers.html -share/doc/gtkmm-2.0/reference/html/group__Dialogs.html -share/doc/gtkmm-2.0/reference/html/group__FileUtils.html -share/doc/gtkmm-2.0/reference/html/group__MainLoop.html -share/doc/gtkmm-2.0/reference/html/group__Menus.html -share/doc/gtkmm-2.0/reference/html/group__MiscUtils.html -share/doc/gtkmm-2.0/reference/html/group__PatternMatching.html -share/doc/gtkmm-2.0/reference/html/group__Random.html -share/doc/gtkmm-2.0/reference/html/group__ShellUtils.html -share/doc/gtkmm-2.0/reference/html/group__Spawn.html -share/doc/gtkmm-2.0/reference/html/group__TextView.html -share/doc/gtkmm-2.0/reference/html/group__ThreadPools.html -share/doc/gtkmm-2.0/reference/html/group__Threads.html -share/doc/gtkmm-2.0/reference/html/group__Toolbars.html -share/doc/gtkmm-2.0/reference/html/group__TreeView.html -share/doc/gtkmm-2.0/reference/html/group__Unicode.html -share/doc/gtkmm-2.0/reference/html/group__Widgets.html -share/doc/gtkmm-2.0/reference/html/group__atkmmEnums.html -share/doc/gtkmm-2.0/reference/html/group__gdkmmEnums.html -share/doc/gtkmm-2.0/reference/html/group__glibmmEnums.html -share/doc/gtkmm-2.0/reference/html/group__glibmmValue.html -share/doc/gtkmm-2.0/reference/html/group__gtkmmEnums.html -share/doc/gtkmm-2.0/reference/html/group__pangommEnums.html -share/doc/gtkmm-2.0/reference/html/gtk_2gtkmm_2image_8h.html -share/doc/gtkmm-2.0/reference/html/gtk_2gtkmm_2item_8h.html -share/doc/gtkmm-2.0/reference/html/gtk_2gtkmm_2layout_8h.html -share/doc/gtkmm-2.0/reference/html/gtk_2gtkmm_2main_8h.html -share/doc/gtkmm-2.0/reference/html/gtk_2gtkmm_2object_8h.html -share/doc/gtkmm-2.0/reference/html/gtk_2gtkmm_2window_8h.html -share/doc/gtkmm-2.0/reference/html/handlebox_8h.html -share/doc/gtkmm-2.0/reference/html/helperlist_8h.html -share/doc/gtkmm-2.0/reference/html/hierarchy.html -share/doc/gtkmm-2.0/reference/html/iconfactory_8h.html -share/doc/gtkmm-2.0/reference/html/iconset_8h.html -share/doc/gtkmm-2.0/reference/html/iconsource_8h.html -share/doc/gtkmm-2.0/reference/html/imagemenuitem_8h.html -share/doc/gtkmm-2.0/reference/html/index.html -share/doc/gtkmm-2.0/reference/html/inherit__graph__0.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__1.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__10.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__100.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__101.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__102.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__103.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__104.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__105.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__106.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__107.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__108.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__109.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__11.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__110.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__111.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__112.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__113.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__12.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__13.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__14.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__15.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__16.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__17.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__18.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__19.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__2.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__20.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__21.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__22.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__23.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__24.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__25.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__26.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__27.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__28.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__29.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__3.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__30.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__31.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__32.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__33.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__34.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__35.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__36.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__37.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__38.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__39.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__4.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__40.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__41.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__42.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__43.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__44.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__45.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__46.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__47.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__48.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__49.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__5.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__50.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__51.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__52.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__53.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__54.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__55.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__56.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__57.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__58.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__59.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__6.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__60.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__61.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__62.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__63.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__64.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__65.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__66.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__67.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__68.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__69.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__7.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__70.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__71.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__72.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__73.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__74.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__75.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__76.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__77.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__78.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__79.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__8.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__80.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__81.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__82.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__83.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__84.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__85.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__86.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__87.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__88.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__89.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__9.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__90.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__91.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__92.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__93.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__94.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__95.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__96.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__97.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__98.gif -share/doc/gtkmm-2.0/reference/html/inherit__graph__99.gif -share/doc/gtkmm-2.0/reference/html/inherits.html -share/doc/gtkmm-2.0/reference/html/inputdialog_8h.html -share/doc/gtkmm-2.0/reference/html/interface_8h.html -share/doc/gtkmm-2.0/reference/html/invisible_8h.html -share/doc/gtkmm-2.0/reference/html/iochannel_8h.html -share/doc/gtkmm-2.0/reference/html/label_8h.html -share/doc/gtkmm-2.0/reference/html/language_8h.html -share/doc/gtkmm-2.0/reference/html/layoutiter_8h.html -share/doc/gtkmm-2.0/reference/html/layoutline_8h.html -share/doc/gtkmm-2.0/reference/html/layoutrun_8h.html -share/doc/gtkmm-2.0/reference/html/list_8h.html -share/doc/gtkmm-2.0/reference/html/listhandle_8h.html -share/doc/gtkmm-2.0/reference/html/liststore_8h.html -share/doc/gtkmm-2.0/reference/html/menu_8h.html -share/doc/gtkmm-2.0/reference/html/menu__elems_8h.html -share/doc/gtkmm-2.0/reference/html/menubar_8h.html -share/doc/gtkmm-2.0/reference/html/menuitem_8h.html -share/doc/gtkmm-2.0/reference/html/menushell_8h.html -share/doc/gtkmm-2.0/reference/html/messagedialog_8h.html -share/doc/gtkmm-2.0/reference/html/misc_8h.html -share/doc/gtkmm-2.0/reference/html/miscutils_8h.html -share/doc/gtkmm-2.0/reference/html/module_8h.html -share/doc/gtkmm-2.0/reference/html/modules.html -share/doc/gtkmm-2.0/reference/html/namespaceAtk.html -share/doc/gtkmm-2.0/reference/html/namespaceGdk.html -share/doc/gtkmm-2.0/reference/html/namespaceGlib.html -share/doc/gtkmm-2.0/reference/html/namespaceGlib_1_1Ascii.html -share/doc/gtkmm-2.0/reference/html/namespaceGlib_1_1Container__Helpers.html -share/doc/gtkmm-2.0/reference/html/namespaceGlib_1_1Unicode.html -share/doc/gtkmm-2.0/reference/html/namespaceGtk.html -share/doc/gtkmm-2.0/reference/html/namespaceGtk_1_1AccelMap.html -share/doc/gtkmm-2.0/reference/html/namespaceGtk_1_1Box__Helpers.html -share/doc/gtkmm-2.0/reference/html/namespaceGtk_1_1ComboDropDown__Helpers.html -share/doc/gtkmm-2.0/reference/html/namespaceGtk_1_1Menu__Helpers.html -share/doc/gtkmm-2.0/reference/html/namespaceGtk_1_1Notebook__Helpers.html -share/doc/gtkmm-2.0/reference/html/namespaceGtk_1_1RadioButton__Helpers.html -share/doc/gtkmm-2.0/reference/html/namespaceGtk_1_1RadioMenuItem__Helpers.html -share/doc/gtkmm-2.0/reference/html/namespaceGtk_1_1Stock.html -share/doc/gtkmm-2.0/reference/html/namespaceGtk_1_1Table__Helpers.html -share/doc/gtkmm-2.0/reference/html/namespaceGtk_1_1Toolbar__Helpers.html -share/doc/gtkmm-2.0/reference/html/namespaceGtk_1_1TreeViewColumn__CellRendererGeneration.html -share/doc/gtkmm-2.0/reference/html/namespacePango.html -share/doc/gtkmm-2.0/reference/html/namespacemembers.html -share/doc/gtkmm-2.0/reference/html/namespaces.html -share/doc/gtkmm-2.0/reference/html/notebook_8h.html -share/doc/gtkmm-2.0/reference/html/objectbase_8h.html -share/doc/gtkmm-2.0/reference/html/optionmenu_8h.html -share/doc/gtkmm-2.0/reference/html/paned_8h.html -share/doc/gtkmm-2.0/reference/html/pango_2pangomm_2color_8h.html -share/doc/gtkmm-2.0/reference/html/pango_2pangomm_2item_8h.html -share/doc/gtkmm-2.0/reference/html/pango_2pangomm_2layout_8h.html -share/doc/gtkmm-2.0/reference/html/pango_2pangomm_2rectangle_8h.html -share/doc/gtkmm-2.0/reference/html/pattern_8h.html -share/doc/gtkmm-2.0/reference/html/pixbuf_8h.html -share/doc/gtkmm-2.0/reference/html/pixbufanimation_8h.html -share/doc/gtkmm-2.0/reference/html/pixbufanimationiter_8h.html -share/doc/gtkmm-2.0/reference/html/pixbufloader_8h.html -share/doc/gtkmm-2.0/reference/html/pixmap_8h.html -share/doc/gtkmm-2.0/reference/html/plug_8h.html -share/doc/gtkmm-2.0/reference/html/progressbar_8h.html -share/doc/gtkmm-2.0/reference/html/property_8h.html -share/doc/gtkmm-2.0/reference/html/propertyproxy_8h.html -share/doc/gtkmm-2.0/reference/html/propertyproxy__base_8h.html -share/doc/gtkmm-2.0/reference/html/quark_8h.html -share/doc/gtkmm-2.0/reference/html/radiobutton_8h.html -share/doc/gtkmm-2.0/reference/html/radiomenuitem_8h.html -share/doc/gtkmm-2.0/reference/html/random_8h.html -share/doc/gtkmm-2.0/reference/html/range_8h.html -share/doc/gtkmm-2.0/reference/html/rc_8h.html -share/doc/gtkmm-2.0/reference/html/refptr_8h.html -share/doc/gtkmm-2.0/reference/html/region_8h.html -share/doc/gtkmm-2.0/reference/html/relation_8h.html -share/doc/gtkmm-2.0/reference/html/relationset_8h.html -share/doc/gtkmm-2.0/reference/html/rgbcmap_8h.html -share/doc/gtkmm-2.0/reference/html/ruler_8h.html -share/doc/gtkmm-2.0/reference/html/sarray_8h.html -share/doc/gtkmm-2.0/reference/html/scale_8h.html -share/doc/gtkmm-2.0/reference/html/scrollbar_8h.html -share/doc/gtkmm-2.0/reference/html/scrolledwindow_8h.html -share/doc/gtkmm-2.0/reference/html/separator_8h.html -share/doc/gtkmm-2.0/reference/html/separatormenuitem_8h.html -share/doc/gtkmm-2.0/reference/html/settings_8h.html -share/doc/gtkmm-2.0/reference/html/shell_8h.html -share/doc/gtkmm-2.0/reference/html/signalproxy_8h.html -share/doc/gtkmm-2.0/reference/html/signalproxy__connectionnode_8h.html -share/doc/gtkmm-2.0/reference/html/sizegroup_8h.html -share/doc/gtkmm-2.0/reference/html/slisthandle_8h.html -share/doc/gtkmm-2.0/reference/html/socket_8h.html -share/doc/gtkmm-2.0/reference/html/spawn_8h.html -share/doc/gtkmm-2.0/reference/html/spinbutton_8h.html -share/doc/gtkmm-2.0/reference/html/stateset_8h.html -share/doc/gtkmm-2.0/reference/html/statusbar_8h.html -share/doc/gtkmm-2.0/reference/html/stock_8h.html -share/doc/gtkmm-2.0/reference/html/stock_add_24.png -share/doc/gtkmm-2.0/reference/html/stock_align_center_24.png -share/doc/gtkmm-2.0/reference/html/stock_align_justify_24.png -share/doc/gtkmm-2.0/reference/html/stock_align_left_24.png -share/doc/gtkmm-2.0/reference/html/stock_align_right_24.png -share/doc/gtkmm-2.0/reference/html/stock_apply_20.png -share/doc/gtkmm-2.0/reference/html/stock_bottom_24.png -share/doc/gtkmm-2.0/reference/html/stock_broken_image_24.png -share/doc/gtkmm-2.0/reference/html/stock_cancel_20.png -share/doc/gtkmm-2.0/reference/html/stock_cdrom_24.png -share/doc/gtkmm-2.0/reference/html/stock_clear_24.png -share/doc/gtkmm-2.0/reference/html/stock_close_24.png -share/doc/gtkmm-2.0/reference/html/stock_colorselector_24.png -share/doc/gtkmm-2.0/reference/html/stock_convert_24.png -share/doc/gtkmm-2.0/reference/html/stock_copy_24.png -share/doc/gtkmm-2.0/reference/html/stock_cut_24.png -share/doc/gtkmm-2.0/reference/html/stock_dialog_error_48.png -share/doc/gtkmm-2.0/reference/html/stock_dialog_info_48.png -share/doc/gtkmm-2.0/reference/html/stock_dialog_question_48.png -share/doc/gtkmm-2.0/reference/html/stock_dialog_warning_48.png -share/doc/gtkmm-2.0/reference/html/stock_dnd_32.png -share/doc/gtkmm-2.0/reference/html/stock_dnd_multiple_32.png -share/doc/gtkmm-2.0/reference/html/stock_down_arrow_24.png -share/doc/gtkmm-2.0/reference/html/stock_exec_24.png -share/doc/gtkmm-2.0/reference/html/stock_exit_24.png -share/doc/gtkmm-2.0/reference/html/stock_first_24.png -share/doc/gtkmm-2.0/reference/html/stock_font_24.png -share/doc/gtkmm-2.0/reference/html/stock_help_24.png -share/doc/gtkmm-2.0/reference/html/stock_home_24.png -share/doc/gtkmm-2.0/reference/html/stock_index_24.png -share/doc/gtkmm-2.0/reference/html/stock_jump_to_24.png -share/doc/gtkmm-2.0/reference/html/stock_last_24.png -share/doc/gtkmm-2.0/reference/html/stock_left_arrow_24.png -share/doc/gtkmm-2.0/reference/html/stock_new_24.png -share/doc/gtkmm-2.0/reference/html/stock_no_20.png -share/doc/gtkmm-2.0/reference/html/stock_ok_20.png -share/doc/gtkmm-2.0/reference/html/stock_open_24.png -share/doc/gtkmm-2.0/reference/html/stock_paste_24.png -share/doc/gtkmm-2.0/reference/html/stock_preferences_24.png -share/doc/gtkmm-2.0/reference/html/stock_print_24.png -share/doc/gtkmm-2.0/reference/html/stock_print_preview_24.png -share/doc/gtkmm-2.0/reference/html/stock_properties_24.png -share/doc/gtkmm-2.0/reference/html/stock_redo_24.png -share/doc/gtkmm-2.0/reference/html/stock_refresh_24.png -share/doc/gtkmm-2.0/reference/html/stock_remove_24.png -share/doc/gtkmm-2.0/reference/html/stock_revert_24.png -share/doc/gtkmm-2.0/reference/html/stock_right_arrow_24.png -share/doc/gtkmm-2.0/reference/html/stock_save_24.png -share/doc/gtkmm-2.0/reference/html/stock_save_as_24.png -share/doc/gtkmm-2.0/reference/html/stock_search_24.png -share/doc/gtkmm-2.0/reference/html/stock_search_replace_24.png -share/doc/gtkmm-2.0/reference/html/stock_sort_ascending_24.png -share/doc/gtkmm-2.0/reference/html/stock_sort_descending_24.png -share/doc/gtkmm-2.0/reference/html/stock_spellcheck_24.png -share/doc/gtkmm-2.0/reference/html/stock_stop_24.png -share/doc/gtkmm-2.0/reference/html/stock_text_bold_24.png -share/doc/gtkmm-2.0/reference/html/stock_text_italic_24.png -share/doc/gtkmm-2.0/reference/html/stock_text_strikethrough_24.png -share/doc/gtkmm-2.0/reference/html/stock_text_underline_24.png -share/doc/gtkmm-2.0/reference/html/stock_top_24.png -share/doc/gtkmm-2.0/reference/html/stock_trash_24.png -share/doc/gtkmm-2.0/reference/html/stock_undelete_24.png -share/doc/gtkmm-2.0/reference/html/stock_undo_24.png -share/doc/gtkmm-2.0/reference/html/stock_up_arrow_24.png -share/doc/gtkmm-2.0/reference/html/stock_yes_20.png -share/doc/gtkmm-2.0/reference/html/stock_zoom_1_24.png -share/doc/gtkmm-2.0/reference/html/stock_zoom_fit_24.png -share/doc/gtkmm-2.0/reference/html/stock_zoom_in_24.png -share/doc/gtkmm-2.0/reference/html/stock_zoom_out_24.png -share/doc/gtkmm-2.0/reference/html/stockid_8h.html -share/doc/gtkmm-2.0/reference/html/stockitem_8h.html -share/doc/gtkmm-2.0/reference/html/streamiochannel_8h.html -share/doc/gtkmm-2.0/reference/html/structGlib_1_1Container__Helpers_1_1TypeTraits-members.html -share/doc/gtkmm-2.0/reference/html/structGlib_1_1Container__Helpers_1_1TypeTraits.html -share/doc/gtkmm-2.0/reference/html/structGlib_1_1StaticMutex-members.html -share/doc/gtkmm-2.0/reference/html/structGlib_1_1StaticMutex.html -share/doc/gtkmm-2.0/reference/html/structGlib_1_1StaticPrivate-members.html -share/doc/gtkmm-2.0/reference/html/structGlib_1_1StaticPrivate.html -share/doc/gtkmm-2.0/reference/html/structGlib_1_1StaticRWLock-members.html -share/doc/gtkmm-2.0/reference/html/structGlib_1_1StaticRWLock.html -share/doc/gtkmm-2.0/reference/html/structGlib_1_1StaticRWLock__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/structGlib_1_1StaticRecMutex-members.html -share/doc/gtkmm-2.0/reference/html/structGlib_1_1StaticRecMutex.html -share/doc/gtkmm-2.0/reference/html/structGlib_1_1StaticRecMutex__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/structGlib_1_1TimeVal-members.html -share/doc/gtkmm-2.0/reference/html/structGlib_1_1TimeVal.html -share/doc/gtkmm-2.0/reference/html/structGlib_1_1TimeVal__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Box__Helpers_1_1EndElem-members.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Box__Helpers_1_1EndElem.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Box__Helpers_1_1EndElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/structGtk_1_1BuiltinStockID-members.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1BuiltinStockID.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Notebook__Helpers_1_1MenuElem-members.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Notebook__Helpers_1_1MenuElem.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Notebook__Helpers_1_1MenuElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Notebook__Helpers_1_1TabElem-members.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Notebook__Helpers_1_1TabElem.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Notebook__Helpers_1_1TabElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1ButtonElem-members.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1ButtonElem.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1ButtonElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1RadioElem-members.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1RadioElem.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1RadioElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1Space-members.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1Space.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1Space__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1StockElem-members.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1StockElem.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1StockElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1ToggleElem-members.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1ToggleElem.html -share/doc/gtkmm-2.0/reference/html/structGtk_1_1Toolbar__Helpers_1_1ToggleElem__inherit__graph.gif -share/doc/gtkmm-2.0/reference/html/structPango_1_1AttributeTraits-members.html -share/doc/gtkmm-2.0/reference/html/structPango_1_1AttributeTraits.html -share/doc/gtkmm-2.0/reference/html/structPango_1_1ItemTraits-members.html -share/doc/gtkmm-2.0/reference/html/structPango_1_1ItemTraits.html -share/doc/gtkmm-2.0/reference/html/structPango_1_1LayoutLineTraits-members.html -share/doc/gtkmm-2.0/reference/html/structPango_1_1LayoutLineTraits.html -share/doc/gtkmm-2.0/reference/html/style_8h.html -share/doc/gtkmm-2.0/reference/html/tabarray_8h.html -share/doc/gtkmm-2.0/reference/html/table_8h.html -share/doc/gtkmm-2.0/reference/html/targetentry_8h.html -share/doc/gtkmm-2.0/reference/html/tearoffmenuitem_8h.html -share/doc/gtkmm-2.0/reference/html/textattributes_8h.html -share/doc/gtkmm-2.0/reference/html/textbuffer_8h.html -share/doc/gtkmm-2.0/reference/html/textchildanchor_8h.html -share/doc/gtkmm-2.0/reference/html/textiter_8h.html -share/doc/gtkmm-2.0/reference/html/textmark_8h.html -share/doc/gtkmm-2.0/reference/html/texttag_8h.html -share/doc/gtkmm-2.0/reference/html/texttagtable_8h.html -share/doc/gtkmm-2.0/reference/html/textview_8h.html -share/doc/gtkmm-2.0/reference/html/thread_2dispatcher_8cc-example.html -share/doc/gtkmm-2.0/reference/html/thread_2thread_8cc-example.html -share/doc/gtkmm-2.0/reference/html/thread_8h.html -share/doc/gtkmm-2.0/reference/html/threadpool_8h.html -share/doc/gtkmm-2.0/reference/html/timer_8h.html -share/doc/gtkmm-2.0/reference/html/timeval_8h.html -share/doc/gtkmm-2.0/reference/html/togglebutton_8h.html -share/doc/gtkmm-2.0/reference/html/toolbar_8h.html -share/doc/gtkmm-2.0/reference/html/tooltips_8h.html -share/doc/gtkmm-2.0/reference/html/treedragdest_8h.html -share/doc/gtkmm-2.0/reference/html/treedragsource_8h.html -share/doc/gtkmm-2.0/reference/html/treeiter_8h.html -share/doc/gtkmm-2.0/reference/html/treemodel_8h.html -share/doc/gtkmm-2.0/reference/html/treemodelcolumn_8h.html -share/doc/gtkmm-2.0/reference/html/treepath_8h.html -share/doc/gtkmm-2.0/reference/html/treerowreference_8h.html -share/doc/gtkmm-2.0/reference/html/treeselection_8h.html -share/doc/gtkmm-2.0/reference/html/treesortable_8h.html -share/doc/gtkmm-2.0/reference/html/treestore_8h.html -share/doc/gtkmm-2.0/reference/html/treeview_8h.html -share/doc/gtkmm-2.0/reference/html/treeview__private_8h.html -share/doc/gtkmm-2.0/reference/html/treeviewcolumn_8h.html -share/doc/gtkmm-2.0/reference/html/types_8h.html -share/doc/gtkmm-2.0/reference/html/unicode_8h.html -share/doc/gtkmm-2.0/reference/html/ustring_8h.html -share/doc/gtkmm-2.0/reference/html/utility_8h.html -share/doc/gtkmm-2.0/reference/html/value_8h.html -share/doc/gtkmm-2.0/reference/html/value__basictypes_8h.html -share/doc/gtkmm-2.0/reference/html/value__custom_8h.html -share/doc/gtkmm-2.0/reference/html/viewport_8h.html -share/doc/gtkmm-2.0/reference/html/visual_8h.html -share/doc/gtkmm-2.0/reference/html/widget_8h.html -share/doc/gtkmm-2.0/reference/html/wrap_8h.html -share/doc/gtkmm-2.0/tutorial/figures/alignment.png -share/doc/gtkmm-2.0/tutorial/figures/aspectframe.png -share/doc/gtkmm-2.0/tutorial/figures/box_packing1.png -share/doc/gtkmm-2.0/tutorial/figures/box_packing2.png -share/doc/gtkmm-2.0/tutorial/figures/box_packing3.png -share/doc/gtkmm-2.0/tutorial/figures/buttons.png -share/doc/gtkmm-2.0/tutorial/figures/checkbutton.png -share/doc/gtkmm-2.0/tutorial/figures/combo.png -share/doc/gtkmm-2.0/tutorial/figures/entry.png -share/doc/gtkmm-2.0/tutorial/figures/frame.png -share/doc/gtkmm-2.0/tutorial/figures/helloworld.png -share/doc/gtkmm-2.0/tutorial/figures/helloworld2.png -share/doc/gtkmm-2.0/tutorial/figures/label.png -share/doc/gtkmm-2.0/tutorial/figures/main_menu.png -share/doc/gtkmm-2.0/tutorial/figures/menu_popup.png -share/doc/gtkmm-2.0/tutorial/figures/notebook.png -share/doc/gtkmm-2.0/tutorial/figures/paned.png -share/doc/gtkmm-2.0/tutorial/figures/progressbar.png -share/doc/gtkmm-2.0/tutorial/figures/radiobuttons.png -share/doc/gtkmm-2.0/tutorial/figures/range_widgets.png -share/doc/gtkmm-2.0/tutorial/figures/spinbutton.png -share/doc/gtkmm-2.0/tutorial/figures/table.png -share/doc/gtkmm-2.0/tutorial/figures/treeview_editablecells.png -share/doc/gtkmm-2.0/tutorial/figures/treeview_list.png -share/doc/gtkmm-2.0/tutorial/figures/treeview_tree.png -share/doc/gtkmm-2.0/tutorial/html/apa.html -share/doc/gtkmm-2.0/tutorial/html/apb.html -share/doc/gtkmm-2.0/tutorial/html/apbs02.html -share/doc/gtkmm-2.0/tutorial/html/apbs03.html -share/doc/gtkmm-2.0/tutorial/html/apbs04.html -share/doc/gtkmm-2.0/tutorial/html/apbs05.html -share/doc/gtkmm-2.0/tutorial/html/apbs06.html -share/doc/gtkmm-2.0/tutorial/html/apc.html -share/doc/gtkmm-2.0/tutorial/html/apd.html -share/doc/gtkmm-2.0/tutorial/html/ch01.html -share/doc/gtkmm-2.0/tutorial/html/ch01s02.html -share/doc/gtkmm-2.0/tutorial/html/ch02.html -share/doc/gtkmm-2.0/tutorial/html/ch02s02.html -share/doc/gtkmm-2.0/tutorial/html/ch02s03.html -share/doc/gtkmm-2.0/tutorial/html/ch03.html -share/doc/gtkmm-2.0/tutorial/html/ch03s02.html -share/doc/gtkmm-2.0/tutorial/html/ch03s03.html -share/doc/gtkmm-2.0/tutorial/html/ch03s04.html -share/doc/gtkmm-2.0/tutorial/html/ch03s05.html -share/doc/gtkmm-2.0/tutorial/html/ch03s06.html -share/doc/gtkmm-2.0/tutorial/html/ch04.html -share/doc/gtkmm-2.0/tutorial/html/ch04s02.html -share/doc/gtkmm-2.0/tutorial/html/ch04s03.html -share/doc/gtkmm-2.0/tutorial/html/ch04s04.html -share/doc/gtkmm-2.0/tutorial/html/ch05.html -share/doc/gtkmm-2.0/tutorial/html/ch05s02.html -share/doc/gtkmm-2.0/tutorial/html/ch05s03.html -share/doc/gtkmm-2.0/tutorial/html/ch05s04.html -share/doc/gtkmm-2.0/tutorial/html/ch06.html -share/doc/gtkmm-2.0/tutorial/html/ch06s02.html -share/doc/gtkmm-2.0/tutorial/html/ch06s03.html -share/doc/gtkmm-2.0/tutorial/html/ch06s04.html -share/doc/gtkmm-2.0/tutorial/html/ch06s05.html -share/doc/gtkmm-2.0/tutorial/html/ch06s06.html -share/doc/gtkmm-2.0/tutorial/html/ch07.html -share/doc/gtkmm-2.0/tutorial/html/ch07s02.html -share/doc/gtkmm-2.0/tutorial/html/ch08.html -share/doc/gtkmm-2.0/tutorial/html/ch08s02.html -share/doc/gtkmm-2.0/tutorial/html/ch08s03.html -share/doc/gtkmm-2.0/tutorial/html/ch08s04.html -share/doc/gtkmm-2.0/tutorial/html/ch08s05.html -share/doc/gtkmm-2.0/tutorial/html/ch09.html -share/doc/gtkmm-2.0/tutorial/html/ch10.html -share/doc/gtkmm-2.0/tutorial/html/ch10s02.html -share/doc/gtkmm-2.0/tutorial/html/ch11.html -share/doc/gtkmm-2.0/tutorial/html/ch11s02.html -share/doc/gtkmm-2.0/tutorial/html/ch11s03.html -share/doc/gtkmm-2.0/tutorial/html/ch12.html -share/doc/gtkmm-2.0/tutorial/html/ch13.html -share/doc/gtkmm-2.0/tutorial/html/ch13s02.html -share/doc/gtkmm-2.0/tutorial/html/ch13s03.html -share/doc/gtkmm-2.0/tutorial/html/ch13s04.html -share/doc/gtkmm-2.0/tutorial/html/ch14.html -share/doc/gtkmm-2.0/tutorial/html/ch14s02.html -share/doc/gtkmm-2.0/tutorial/html/ch14s03.html -share/doc/gtkmm-2.0/tutorial/html/ch14s04.html -share/doc/gtkmm-2.0/tutorial/html/ch14s05.html -share/doc/gtkmm-2.0/tutorial/html/ch14s06.html -share/doc/gtkmm-2.0/tutorial/html/ch14s07.html -share/doc/gtkmm-2.0/tutorial/html/ch15.html -share/doc/gtkmm-2.0/tutorial/html/ch15s02.html -share/doc/gtkmm-2.0/tutorial/html/ch15s03.html -share/doc/gtkmm-2.0/tutorial/html/ch15s04.html -share/doc/gtkmm-2.0/tutorial/html/ch15s05.html -share/doc/gtkmm-2.0/tutorial/html/ch16.html -share/doc/gtkmm-2.0/tutorial/html/ch17.html -share/doc/gtkmm-2.0/tutorial/html/ch17s02.html -share/doc/gtkmm-2.0/tutorial/html/ch17s03.html -share/doc/gtkmm-2.0/tutorial/html/ch18.html -share/doc/gtkmm-2.0/tutorial/html/ch18s02.html -share/doc/gtkmm-2.0/tutorial/html/ch19.html -share/doc/gtkmm-2.0/tutorial/html/ch19s02.html -share/doc/gtkmm-2.0/tutorial/html/ch19s03.html -share/doc/gtkmm-2.0/tutorial/html/ch19s04.html -share/doc/gtkmm-2.0/tutorial/html/ch20.html -share/doc/gtkmm-2.0/tutorial/html/ch20s02.html -share/doc/gtkmm-2.0/tutorial/html/ch21.html -share/doc/gtkmm-2.0/tutorial/html/ch22.html -share/doc/gtkmm-2.0/tutorial/html/index.html -@dirrm share/doc/gtkmm-2.0/tutorial/html -@dirrm share/doc/gtkmm-2.0/tutorial/figures -@dirrm share/doc/gtkmm-2.0/tutorial -@dirrm share/doc/gtkmm-2.0/reference/html -@dirrm share/doc/gtkmm-2.0/reference -@dirrm share/doc/gtkmm-2.0/images -@dirrm share/doc/gtkmm-2.0 -@dirrm lib/gtkmm-2.0/proc/pm -@dirrm lib/gtkmm-2.0/proc/m4 -@dirrm lib/gtkmm-2.0/proc -@dirrm lib/gtkmm-2.0/include -@dirrm lib/gtkmm-2.0 -@dirrm include/gtkmm-2.0/pangomm/private -@dirrm include/gtkmm-2.0/pangomm -@dirrm include/gtkmm-2.0/gtkmm_generate_extra_defs -@dirrm include/gtkmm-2.0/gtkmm/private -@dirrm include/gtkmm-2.0/gtkmm -@dirrm include/gtkmm-2.0/glibmm/private -@dirrm include/gtkmm-2.0/glibmm -@dirrm include/gtkmm-2.0/gdkmm/private -@dirrm include/gtkmm-2.0/gdkmm -@dirrm include/gtkmm-2.0/atkmm/private -@dirrm include/gtkmm-2.0/atkmm -@dirrm include/gtkmm-2.0 diff --git a/x11-toolkits/linux-f10-gtk/Makefile b/x11-toolkits/linux-f10-gtk/Makefile deleted file mode 100644 index 9578bc7c15c5..000000000000 --- a/x11-toolkits/linux-f10-gtk/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# New ports collection makefile for: linux-gtk -# Date created: 8 April 2000 -# Whom: sada@FreeBSD.org -# Based on: emulators/linux_base by marcel@FreeBSD.org -# & graphics/xmovie by sanpei@sanpei.org -# -# $FreeBSD$ -# - -PORTNAME?= gtk -PORTVERSION?= 1.2 -PORTREVISION?= 2 -CATEGORIES?= x11-toolkits linux -MASTER_SITES?= ${RPM_MIRRORS:S/__DIR__/${STDDIR}/g} -PKGNAMEPREFIX= linux- -DISTFILES= ${RPM_SET} - -MAINTAINER?= ports@FreeBSD.org - -BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm -USE_LINUX_PREFIX= yes - -ONLY_FOR_ARCHS= i386 alpha -DIST_SUBDIR= rpm -EXTRACT_ONLY= -NO_BUILD= yes -NO_FILTER_SHLIBS= yes -PLIST= ${PKGDIR}/pkg-plist.${MACHINE_ARCH} -MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH} - -# Let's avoid hardcoding 'en' as the language. -LANG= en -# Set the version of linux_base -BASEVERSION= 7.1 -RPM_MIRRORS= \ - ftp://ftp.redhat.com/pub/redhat/__DIR__/ \ - ftp://ftp.nluug.nl/site/ftp.redhat.com/redhat/__DIR__/ \ - ftp://ftp.mirror.ac.uk/sites/ftp.redhat.com/pub/redhat/__DIR__/ -STDDIR= linux/${BASEVERSION}/${LANG}/os/${MACHINE_ARCH}/RedHat/RPMS -UPDDIR= linux/updates/${BASEVERSION}/${LANG}/os/${MACHINE_ARCH} -.if (${MACHINE_ARCH} == "i386") -RPM_SET?= gtk+-1.2.9-4.${MACHINE_ARCH}.rpm -.elif (${MACHINE_ARCH} == "alpha") -RPM_SET?= gtk+-1.2.9-4.${MACHINE_ARCH}.rpm -.endif -DBPATH= /var/lib/rpm -RPMFLAGS= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \ - --nodeps --replacepkgs -RPMDIR= ${DISTDIR}/${DIST_SUBDIR} - -do-install: - @for R in ${RPM_SET}; do \ - ${ECHO} $$R; \ - rpm -U ${RPMFLAGS} ${RPMDIR}/$$R || true ; \ - done - -.include <bsd.port.mk> diff --git a/x11-toolkits/linux-f10-gtk/distinfo.alpha b/x11-toolkits/linux-f10-gtk/distinfo.alpha deleted file mode 100644 index dcb408aa79b6..000000000000 --- a/x11-toolkits/linux-f10-gtk/distinfo.alpha +++ /dev/null @@ -1 +0,0 @@ -MD5 (rpm/gtk+-1.2.9-4.alpha.rpm) = 72107f3edc89e27e1481b89fd752ff82 diff --git a/x11-toolkits/linux-f10-gtk/distinfo.i386 b/x11-toolkits/linux-f10-gtk/distinfo.i386 deleted file mode 100644 index 31e9fdf2b849..000000000000 --- a/x11-toolkits/linux-f10-gtk/distinfo.i386 +++ /dev/null @@ -1 +0,0 @@ -MD5 (rpm/gtk+-1.2.9-4.i386.rpm) = fbabd839e9196eec18abd0c8cc164c02 diff --git a/x11-toolkits/linux-f10-gtk/pkg-comment b/x11-toolkits/linux-f10-gtk/pkg-comment deleted file mode 100644 index 6ef33b12c539..000000000000 --- a/x11-toolkits/linux-f10-gtk/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -RPM of the Gtk lib diff --git a/x11-toolkits/linux-f10-gtk/pkg-descr b/x11-toolkits/linux-f10-gtk/pkg-descr deleted file mode 100644 index dfc332ea769f..000000000000 --- a/x11-toolkits/linux-f10-gtk/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -A port of gtk-1.2 lib rpm. diff --git a/x11-toolkits/linux-f10-gtk/pkg-plist.alpha b/x11-toolkits/linux-f10-gtk/pkg-plist.alpha deleted file mode 100644 index ba9995db51b5..000000000000 --- a/x11-toolkits/linux-f10-gtk/pkg-plist.alpha +++ /dev/null @@ -1,182 +0,0 @@ -etc/gtk/gtkrc -etc/gtk/gtkrc.az -etc/gtk/gtkrc.cp1251 -etc/gtk/gtkrc.cp1255 -etc/gtk/gtkrc.el -etc/gtk/gtkrc.eo -etc/gtk/gtkrc.he -etc/gtk/gtkrc.hy -etc/gtk/gtkrc.iso-8859-13 -etc/gtk/gtkrc.iso-8859-14 -etc/gtk/gtkrc.iso-8859-15 -etc/gtk/gtkrc.iso-8859-2 -etc/gtk/gtkrc.iso-8859-5 -etc/gtk/gtkrc.ja -etc/gtk/gtkrc.ka_GE.georgianacademy -etc/gtk/gtkrc.ka_GE.georgianps -etc/gtk/gtkrc.ko -etc/gtk/gtkrc.ru -etc/gtk/gtkrc.th -etc/gtk/gtkrc.tr -etc/gtk/gtkrc.uk -etc/gtk/gtkrc.vi_VN.tcvn -etc/gtk/gtkrc.vi_VN.viscii -etc/gtk/gtkrc.zh_CN -etc/gtk/gtkrc.zh_TW.big5 -usr/lib/libgdk-1.2.so.0.9.0 -usr/lib/libgtk-1.2.so.0.9.0 -usr/share/doc/gtk+-1.2.9/AUTHORS -usr/share/doc/gtk+-1.2.9/COPYING -usr/share/doc/gtk+-1.2.9/ChangeLog -usr/share/doc/gtk+-1.2.9/NEWS -usr/share/doc/gtk+-1.2.9/README -usr/share/doc/gtk+-1.2.9/TODO -usr/share/locale/az/LC_MESSAGES/gtk+.mo -usr/share/locale/ca/LC_MESSAGES/gtk+.mo -usr/share/locale/cs/LC_MESSAGES/gtk+.mo -usr/share/locale/da/LC_MESSAGES/gtk+.mo -usr/share/locale/de/LC_MESSAGES/gtk+.mo -usr/share/locale/el/LC_MESSAGES/gtk+.mo -usr/share/locale/es/LC_MESSAGES/gtk+.mo -usr/share/locale/et/LC_MESSAGES/gtk+.mo -usr/share/locale/eu/LC_MESSAGES/gtk+.mo -usr/share/locale/fi/LC_MESSAGES/gtk+.mo -usr/share/locale/fr/LC_MESSAGES/gtk+.mo -usr/share/locale/ga/LC_MESSAGES/gtk+.mo -usr/share/locale/gl/LC_MESSAGES/gtk+.mo -usr/share/locale/hr/LC_MESSAGES/gtk+.mo -usr/share/locale/hu/LC_MESSAGES/gtk+.mo -usr/share/locale/it/LC_MESSAGES/gtk+.mo -usr/share/locale/ja/LC_MESSAGES/gtk+.mo -usr/share/locale/ko/LC_MESSAGES/gtk+.mo -usr/share/locale/lt/LC_MESSAGES/gtk+.mo -usr/share/locale/nl/LC_MESSAGES/gtk+.mo -usr/share/locale/nn/LC_MESSAGES/gtk+.mo -usr/share/locale/no/LC_MESSAGES/gtk+.mo -usr/share/locale/pl/LC_MESSAGES/gtk+.mo -usr/share/locale/pt/LC_MESSAGES/gtk+.mo -usr/share/locale/pt_BR/LC_MESSAGES/gtk+.mo -usr/share/locale/ro/LC_MESSAGES/gtk+.mo -usr/share/locale/ru/LC_MESSAGES/gtk+.mo -usr/share/locale/sk/LC_MESSAGES/gtk+.mo -usr/share/locale/sl/LC_MESSAGES/gtk+.mo -usr/share/locale/sp/LC_MESSAGES/gtk+.mo -usr/share/locale/sr/LC_MESSAGES/gtk+.mo -usr/share/locale/sv/LC_MESSAGES/gtk+.mo -usr/share/locale/tr/LC_MESSAGES/gtk+.mo -usr/share/locale/uk/LC_MESSAGES/gtk+.mo -usr/share/locale/wa/LC_MESSAGES/gtk+.mo -usr/share/locale/zh_CN.GB2312/LC_MESSAGES/gtk+.mo -usr/share/locale/zh_TW.Big5/LC_MESSAGES/gtk+.mo -usr/share/themes/Default/gtk/gtkrc -etc/gtk/gtkrc.be -etc/gtk/gtkrc.bg -etc/gtk/gtkrc.bg_BG.iso88595 -etc/gtk/gtkrc.cs -etc/gtk/gtkrc.cy -etc/gtk/gtkrc.et -etc/gtk/gtkrc.ga -etc/gtk/gtkrc.he_IL.cp1255 -etc/gtk/gtkrc.he_IL.microsoftcp1255 -etc/gtk/gtkrc.hr -etc/gtk/gtkrc.hu -etc/gtk/gtkrc.ka -etc/gtk/gtkrc.lt -etc/gtk/gtkrc.lv -etc/gtk/gtkrc.mi -etc/gtk/gtkrc.mk -etc/gtk/gtkrc.pl -etc/gtk/gtkrc.ro -etc/gtk/gtkrc.ru_RU.iso88595 -etc/gtk/gtkrc.sk -etc/gtk/gtkrc.sl -etc/gtk/gtkrc.sp -etc/gtk/gtkrc.sq -etc/gtk/gtkrc.sr -etc/gtk/gtkrc.sr.iso88595 -etc/gtk/gtkrc.vi -etc/gtk/gtkrc.vi_VN.viscii111 -etc/gtk/gtkrc.yi -usr/lib/libgdk-1.2.so.0 -usr/lib/libgtk-1.2.so.0 -@dirrm etc/gtk -@dirrm usr/share/doc/gtk+-1.2.9 -@dirrm usr/share/themes/Default/gtk -@unexec rmdir %D/usr/share/themes/Default 2>/dev/null || true -@unexec rmdir %D/usr/share/themes 2>/dev/null || true -@comment this port is not covered with mtree so removing locale directories. -@unexec rmdir %D/usr/share/locale/zh_TW.Big5/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/zh_TW.Big5 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/zh_CN.GB2312/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/zh_CN.GB2312 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/wa/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/wa 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/uk/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/uk 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/tr/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/tr 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/sv/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/sv 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/sr/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/sr 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/sp/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/sp 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/sl/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/sl 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/sk/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/sk 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ru/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ru 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ro/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ro 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/pt_BR/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/pt_BR 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/pt/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/pt 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/pl/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/pl 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/no/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/no 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/nn/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/nn 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/nl/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/nl 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/lt/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/lt 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ko/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ko 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ja/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ja 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/it/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/it 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/hu/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/hu 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/hr/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/hr 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/gl/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/gl 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ga/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ga 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/fr/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/fr 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/fi/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/fi 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/eu/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/eu 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/et/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/et 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/es/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/es 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/el/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/el 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/de/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/de 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/da/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/da 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/cs/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/cs 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ca/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ca 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/az/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/az 2>/dev/null || true - diff --git a/x11-toolkits/linux-f10-gtk/pkg-plist.i386 b/x11-toolkits/linux-f10-gtk/pkg-plist.i386 deleted file mode 100644 index bfff3d2d83bf..000000000000 --- a/x11-toolkits/linux-f10-gtk/pkg-plist.i386 +++ /dev/null @@ -1,181 +0,0 @@ -etc/gtk/gtkrc -etc/gtk/gtkrc.az -etc/gtk/gtkrc.cp1251 -etc/gtk/gtkrc.cp1255 -etc/gtk/gtkrc.el -etc/gtk/gtkrc.eo -etc/gtk/gtkrc.he -etc/gtk/gtkrc.hy -etc/gtk/gtkrc.iso-8859-13 -etc/gtk/gtkrc.iso-8859-14 -etc/gtk/gtkrc.iso-8859-15 -etc/gtk/gtkrc.iso-8859-2 -etc/gtk/gtkrc.iso-8859-5 -etc/gtk/gtkrc.ja -etc/gtk/gtkrc.ka_GE.georgianacademy -etc/gtk/gtkrc.ka_GE.georgianps -etc/gtk/gtkrc.ko -etc/gtk/gtkrc.ru -etc/gtk/gtkrc.th -etc/gtk/gtkrc.tr -etc/gtk/gtkrc.uk -etc/gtk/gtkrc.vi_VN.tcvn -etc/gtk/gtkrc.vi_VN.viscii -etc/gtk/gtkrc.zh_CN -etc/gtk/gtkrc.zh_TW.big5 -usr/lib/libgdk-1.2.so.0.9.0 -usr/lib/libgtk-1.2.so.0.9.0 -usr/share/doc/gtk+-1.2.9/AUTHORS -usr/share/doc/gtk+-1.2.9/COPYING -usr/share/doc/gtk+-1.2.9/ChangeLog -usr/share/doc/gtk+-1.2.9/NEWS -usr/share/doc/gtk+-1.2.9/README -usr/share/doc/gtk+-1.2.9/TODO -usr/share/locale/az/LC_MESSAGES/gtk+.mo -usr/share/locale/ca/LC_MESSAGES/gtk+.mo -usr/share/locale/cs/LC_MESSAGES/gtk+.mo -usr/share/locale/da/LC_MESSAGES/gtk+.mo -usr/share/locale/de/LC_MESSAGES/gtk+.mo -usr/share/locale/el/LC_MESSAGES/gtk+.mo -usr/share/locale/es/LC_MESSAGES/gtk+.mo -usr/share/locale/et/LC_MESSAGES/gtk+.mo -usr/share/locale/eu/LC_MESSAGES/gtk+.mo -usr/share/locale/fi/LC_MESSAGES/gtk+.mo -usr/share/locale/fr/LC_MESSAGES/gtk+.mo -usr/share/locale/ga/LC_MESSAGES/gtk+.mo -usr/share/locale/gl/LC_MESSAGES/gtk+.mo -usr/share/locale/hr/LC_MESSAGES/gtk+.mo -usr/share/locale/hu/LC_MESSAGES/gtk+.mo -usr/share/locale/it/LC_MESSAGES/gtk+.mo -usr/share/locale/ja/LC_MESSAGES/gtk+.mo -usr/share/locale/ko/LC_MESSAGES/gtk+.mo -usr/share/locale/lt/LC_MESSAGES/gtk+.mo -usr/share/locale/nl/LC_MESSAGES/gtk+.mo -usr/share/locale/nn/LC_MESSAGES/gtk+.mo -usr/share/locale/no/LC_MESSAGES/gtk+.mo -usr/share/locale/pl/LC_MESSAGES/gtk+.mo -usr/share/locale/pt/LC_MESSAGES/gtk+.mo -usr/share/locale/pt_BR/LC_MESSAGES/gtk+.mo -usr/share/locale/ro/LC_MESSAGES/gtk+.mo -usr/share/locale/ru/LC_MESSAGES/gtk+.mo -usr/share/locale/sk/LC_MESSAGES/gtk+.mo -usr/share/locale/sl/LC_MESSAGES/gtk+.mo -usr/share/locale/sp/LC_MESSAGES/gtk+.mo -usr/share/locale/sr/LC_MESSAGES/gtk+.mo -usr/share/locale/sv/LC_MESSAGES/gtk+.mo -usr/share/locale/tr/LC_MESSAGES/gtk+.mo -usr/share/locale/uk/LC_MESSAGES/gtk+.mo -usr/share/locale/wa/LC_MESSAGES/gtk+.mo -usr/share/locale/zh_CN.GB2312/LC_MESSAGES/gtk+.mo -usr/share/locale/zh_TW.Big5/LC_MESSAGES/gtk+.mo -usr/share/themes/Default/gtk/gtkrc -etc/gtk/gtkrc.be -etc/gtk/gtkrc.bg -etc/gtk/gtkrc.bg_BG.iso88595 -etc/gtk/gtkrc.cs -etc/gtk/gtkrc.cy -etc/gtk/gtkrc.et -etc/gtk/gtkrc.ga -etc/gtk/gtkrc.he_IL.cp1255 -etc/gtk/gtkrc.he_IL.microsoftcp1255 -etc/gtk/gtkrc.hr -etc/gtk/gtkrc.hu -etc/gtk/gtkrc.ka -etc/gtk/gtkrc.lt -etc/gtk/gtkrc.lv -etc/gtk/gtkrc.mi -etc/gtk/gtkrc.mk -etc/gtk/gtkrc.pl -etc/gtk/gtkrc.ro -etc/gtk/gtkrc.ru_RU.iso88595 -etc/gtk/gtkrc.sk -etc/gtk/gtkrc.sl -etc/gtk/gtkrc.sp -etc/gtk/gtkrc.sq -etc/gtk/gtkrc.sr -etc/gtk/gtkrc.sr.iso88595 -etc/gtk/gtkrc.vi -etc/gtk/gtkrc.vi_VN.viscii111 -etc/gtk/gtkrc.yi -usr/lib/libgdk-1.2.so.0 -usr/lib/libgtk-1.2.so.0 -@dirrm etc/gtk -@dirrm usr/share/doc/gtk+-1.2.9 -@dirrm usr/share/themes/Default/gtk -@unexec rmdir %D/usr/share/themes/Default 2>/dev/null || true -@unexec rmdir %D/usr/share/themes 2>/dev/null || true -@comment this port is not covered with mtree so removing locale directories. -@unexec rmdir %D/usr/share/locale/zh_TW.Big5/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/zh_TW.Big5 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/zh_CN.GB2312/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/zh_CN.GB2312 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/wa/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/wa 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/uk/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/uk 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/tr/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/tr 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/sv/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/sv 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/sr/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/sr 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/sp/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/sp 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/sl/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/sl 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/sk/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/sk 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ru/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ru 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ro/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ro 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/pt_BR/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/pt_BR 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/pt/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/pt 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/pl/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/pl 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/no/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/no 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/nn/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/nn 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/nl/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/nl 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/lt/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/lt 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ko/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ko 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ja/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ja 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/it/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/it 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/hu/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/hu 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/hr/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/hr 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/gl/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/gl 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ga/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ga 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/fr/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/fr 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/fi/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/fi 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/eu/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/eu 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/et/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/et 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/es/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/es 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/el/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/el 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/de/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/de 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/da/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/da 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/cs/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/cs 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ca/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ca 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/az/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/az 2>/dev/null || true diff --git a/x11-toolkits/linux-f10-openmotif/Makefile b/x11-toolkits/linux-f10-openmotif/Makefile deleted file mode 100644 index 0dca4666db70..000000000000 --- a/x11-toolkits/linux-f10-openmotif/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: linux-openmotif -# Date created: 2001-09-24 -# Whom: Christian Weisgerber <naddy@mips.inka.de> -# -# $FreeBSD$ - -PORTNAME= openmotif -PORTVERSION= 2.1.30 -CATEGORIES= x11-toolkits linux -MASTER_SITES= ftp://ftp.redhat.com/pub/%SUBDIR%/ \ - ftp://ftp.sourceforge.net/pub/mirrors/redhat/%SUBDIR%/ \ - ftp://ftp.funet.fi/pub/mirrors/ftp.redhat.com/pub/%SUBDIR%/ \ - ftp://ftp.uni-bayreuth.de/pub/redhat.com/%SUBDIR%/ -MASTER_SITE_SUBDIR= contrib/openmotif/linux-rpm -PKGNAMEPREFIX= linux- -EXTRACT_SUFX= -1_ICS.${MACHINE_ARCH}.rpm -DIST_SUBDIR= rpm -EXTRACT_ONLY= - -MAINTAINER= naddy@FreeBSD.org - -BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm - -ONLY_FOR_ARCHS= alpha i386 -USE_LINUX_PREFIX= yes -NO_BUILD= yes -NO_FILTER_SHLIBS= yes -MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH} - -EXTRACT_FILES= usr/X11R6/lib/libMrm.so.2.1 \ - usr/X11R6/lib/libUil.so.2.1 \ - usr/X11R6/lib/libXm.so.2.1 - -do-install: - cd ${PREFIX}; \ - rpm2cpio ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} | \ - cpio -idum -R ${LIBOWN}:${LIBGRP} ${EXTRACT_FILES} - chroot ${PREFIX} /sbin/ldconfig - -.include <bsd.port.mk> diff --git a/x11-toolkits/linux-f10-openmotif/distinfo.alpha b/x11-toolkits/linux-f10-openmotif/distinfo.alpha deleted file mode 100644 index bec2322e8977..000000000000 --- a/x11-toolkits/linux-f10-openmotif/distinfo.alpha +++ /dev/null @@ -1 +0,0 @@ -MD5 (rpm/openmotif-2.1.30-1_ICS.alpha.rpm) = c56be19418719de0902e219d9b5bc966 diff --git a/x11-toolkits/linux-f10-openmotif/distinfo.i386 b/x11-toolkits/linux-f10-openmotif/distinfo.i386 deleted file mode 100644 index 4149d7664792..000000000000 --- a/x11-toolkits/linux-f10-openmotif/distinfo.i386 +++ /dev/null @@ -1 +0,0 @@ -MD5 (rpm/openmotif-2.1.30-1_ICS.i386.rpm) = 4eac14702af79a70945e1a4935e0fb12 diff --git a/x11-toolkits/linux-f10-openmotif/pkg-comment b/x11-toolkits/linux-f10-openmotif/pkg-comment deleted file mode 100644 index 916f768f49d7..000000000000 --- a/x11-toolkits/linux-f10-openmotif/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Motif toolkit Linux libraries diff --git a/x11-toolkits/linux-f10-openmotif/pkg-descr b/x11-toolkits/linux-f10-openmotif/pkg-descr deleted file mode 100644 index e669752e68f9..000000000000 --- a/x11-toolkits/linux-f10-openmotif/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Open Motif runtime libraries for the Linux emulation environment. diff --git a/x11-toolkits/linux-f10-openmotif/pkg-plist b/x11-toolkits/linux-f10-openmotif/pkg-plist deleted file mode 100644 index 4585b0884c59..000000000000 --- a/x11-toolkits/linux-f10-openmotif/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -usr/X11R6/lib/libMrm.so.2.1 -usr/X11R6/lib/libUil.so.2.1 -usr/X11R6/lib/libXm.so.2.1 -@exec chroot %D /sbin/ldconfig -@unexec chroot %D /sbin/ldconfig diff --git a/x11-toolkits/linux-f8-gtk/Makefile b/x11-toolkits/linux-f8-gtk/Makefile deleted file mode 100644 index 9578bc7c15c5..000000000000 --- a/x11-toolkits/linux-f8-gtk/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# New ports collection makefile for: linux-gtk -# Date created: 8 April 2000 -# Whom: sada@FreeBSD.org -# Based on: emulators/linux_base by marcel@FreeBSD.org -# & graphics/xmovie by sanpei@sanpei.org -# -# $FreeBSD$ -# - -PORTNAME?= gtk -PORTVERSION?= 1.2 -PORTREVISION?= 2 -CATEGORIES?= x11-toolkits linux -MASTER_SITES?= ${RPM_MIRRORS:S/__DIR__/${STDDIR}/g} -PKGNAMEPREFIX= linux- -DISTFILES= ${RPM_SET} - -MAINTAINER?= ports@FreeBSD.org - -BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm -USE_LINUX_PREFIX= yes - -ONLY_FOR_ARCHS= i386 alpha -DIST_SUBDIR= rpm -EXTRACT_ONLY= -NO_BUILD= yes -NO_FILTER_SHLIBS= yes -PLIST= ${PKGDIR}/pkg-plist.${MACHINE_ARCH} -MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH} - -# Let's avoid hardcoding 'en' as the language. -LANG= en -# Set the version of linux_base -BASEVERSION= 7.1 -RPM_MIRRORS= \ - ftp://ftp.redhat.com/pub/redhat/__DIR__/ \ - ftp://ftp.nluug.nl/site/ftp.redhat.com/redhat/__DIR__/ \ - ftp://ftp.mirror.ac.uk/sites/ftp.redhat.com/pub/redhat/__DIR__/ -STDDIR= linux/${BASEVERSION}/${LANG}/os/${MACHINE_ARCH}/RedHat/RPMS -UPDDIR= linux/updates/${BASEVERSION}/${LANG}/os/${MACHINE_ARCH} -.if (${MACHINE_ARCH} == "i386") -RPM_SET?= gtk+-1.2.9-4.${MACHINE_ARCH}.rpm -.elif (${MACHINE_ARCH} == "alpha") -RPM_SET?= gtk+-1.2.9-4.${MACHINE_ARCH}.rpm -.endif -DBPATH= /var/lib/rpm -RPMFLAGS= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \ - --nodeps --replacepkgs -RPMDIR= ${DISTDIR}/${DIST_SUBDIR} - -do-install: - @for R in ${RPM_SET}; do \ - ${ECHO} $$R; \ - rpm -U ${RPMFLAGS} ${RPMDIR}/$$R || true ; \ - done - -.include <bsd.port.mk> diff --git a/x11-toolkits/linux-f8-gtk/distinfo.alpha b/x11-toolkits/linux-f8-gtk/distinfo.alpha deleted file mode 100644 index dcb408aa79b6..000000000000 --- a/x11-toolkits/linux-f8-gtk/distinfo.alpha +++ /dev/null @@ -1 +0,0 @@ -MD5 (rpm/gtk+-1.2.9-4.alpha.rpm) = 72107f3edc89e27e1481b89fd752ff82 diff --git a/x11-toolkits/linux-f8-gtk/distinfo.i386 b/x11-toolkits/linux-f8-gtk/distinfo.i386 deleted file mode 100644 index 31e9fdf2b849..000000000000 --- a/x11-toolkits/linux-f8-gtk/distinfo.i386 +++ /dev/null @@ -1 +0,0 @@ -MD5 (rpm/gtk+-1.2.9-4.i386.rpm) = fbabd839e9196eec18abd0c8cc164c02 diff --git a/x11-toolkits/linux-f8-gtk/pkg-comment b/x11-toolkits/linux-f8-gtk/pkg-comment deleted file mode 100644 index 6ef33b12c539..000000000000 --- a/x11-toolkits/linux-f8-gtk/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -RPM of the Gtk lib diff --git a/x11-toolkits/linux-f8-gtk/pkg-descr b/x11-toolkits/linux-f8-gtk/pkg-descr deleted file mode 100644 index dfc332ea769f..000000000000 --- a/x11-toolkits/linux-f8-gtk/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -A port of gtk-1.2 lib rpm. diff --git a/x11-toolkits/linux-f8-gtk/pkg-plist.alpha b/x11-toolkits/linux-f8-gtk/pkg-plist.alpha deleted file mode 100644 index ba9995db51b5..000000000000 --- a/x11-toolkits/linux-f8-gtk/pkg-plist.alpha +++ /dev/null @@ -1,182 +0,0 @@ -etc/gtk/gtkrc -etc/gtk/gtkrc.az -etc/gtk/gtkrc.cp1251 -etc/gtk/gtkrc.cp1255 -etc/gtk/gtkrc.el -etc/gtk/gtkrc.eo -etc/gtk/gtkrc.he -etc/gtk/gtkrc.hy -etc/gtk/gtkrc.iso-8859-13 -etc/gtk/gtkrc.iso-8859-14 -etc/gtk/gtkrc.iso-8859-15 -etc/gtk/gtkrc.iso-8859-2 -etc/gtk/gtkrc.iso-8859-5 -etc/gtk/gtkrc.ja -etc/gtk/gtkrc.ka_GE.georgianacademy -etc/gtk/gtkrc.ka_GE.georgianps -etc/gtk/gtkrc.ko -etc/gtk/gtkrc.ru -etc/gtk/gtkrc.th -etc/gtk/gtkrc.tr -etc/gtk/gtkrc.uk -etc/gtk/gtkrc.vi_VN.tcvn -etc/gtk/gtkrc.vi_VN.viscii -etc/gtk/gtkrc.zh_CN -etc/gtk/gtkrc.zh_TW.big5 -usr/lib/libgdk-1.2.so.0.9.0 -usr/lib/libgtk-1.2.so.0.9.0 -usr/share/doc/gtk+-1.2.9/AUTHORS -usr/share/doc/gtk+-1.2.9/COPYING -usr/share/doc/gtk+-1.2.9/ChangeLog -usr/share/doc/gtk+-1.2.9/NEWS -usr/share/doc/gtk+-1.2.9/README -usr/share/doc/gtk+-1.2.9/TODO -usr/share/locale/az/LC_MESSAGES/gtk+.mo -usr/share/locale/ca/LC_MESSAGES/gtk+.mo -usr/share/locale/cs/LC_MESSAGES/gtk+.mo -usr/share/locale/da/LC_MESSAGES/gtk+.mo -usr/share/locale/de/LC_MESSAGES/gtk+.mo -usr/share/locale/el/LC_MESSAGES/gtk+.mo -usr/share/locale/es/LC_MESSAGES/gtk+.mo -usr/share/locale/et/LC_MESSAGES/gtk+.mo -usr/share/locale/eu/LC_MESSAGES/gtk+.mo -usr/share/locale/fi/LC_MESSAGES/gtk+.mo -usr/share/locale/fr/LC_MESSAGES/gtk+.mo -usr/share/locale/ga/LC_MESSAGES/gtk+.mo -usr/share/locale/gl/LC_MESSAGES/gtk+.mo -usr/share/locale/hr/LC_MESSAGES/gtk+.mo -usr/share/locale/hu/LC_MESSAGES/gtk+.mo -usr/share/locale/it/LC_MESSAGES/gtk+.mo -usr/share/locale/ja/LC_MESSAGES/gtk+.mo -usr/share/locale/ko/LC_MESSAGES/gtk+.mo -usr/share/locale/lt/LC_MESSAGES/gtk+.mo -usr/share/locale/nl/LC_MESSAGES/gtk+.mo -usr/share/locale/nn/LC_MESSAGES/gtk+.mo -usr/share/locale/no/LC_MESSAGES/gtk+.mo -usr/share/locale/pl/LC_MESSAGES/gtk+.mo -usr/share/locale/pt/LC_MESSAGES/gtk+.mo -usr/share/locale/pt_BR/LC_MESSAGES/gtk+.mo -usr/share/locale/ro/LC_MESSAGES/gtk+.mo -usr/share/locale/ru/LC_MESSAGES/gtk+.mo -usr/share/locale/sk/LC_MESSAGES/gtk+.mo -usr/share/locale/sl/LC_MESSAGES/gtk+.mo -usr/share/locale/sp/LC_MESSAGES/gtk+.mo -usr/share/locale/sr/LC_MESSAGES/gtk+.mo -usr/share/locale/sv/LC_MESSAGES/gtk+.mo -usr/share/locale/tr/LC_MESSAGES/gtk+.mo -usr/share/locale/uk/LC_MESSAGES/gtk+.mo -usr/share/locale/wa/LC_MESSAGES/gtk+.mo -usr/share/locale/zh_CN.GB2312/LC_MESSAGES/gtk+.mo -usr/share/locale/zh_TW.Big5/LC_MESSAGES/gtk+.mo -usr/share/themes/Default/gtk/gtkrc -etc/gtk/gtkrc.be -etc/gtk/gtkrc.bg -etc/gtk/gtkrc.bg_BG.iso88595 -etc/gtk/gtkrc.cs -etc/gtk/gtkrc.cy -etc/gtk/gtkrc.et -etc/gtk/gtkrc.ga -etc/gtk/gtkrc.he_IL.cp1255 -etc/gtk/gtkrc.he_IL.microsoftcp1255 -etc/gtk/gtkrc.hr -etc/gtk/gtkrc.hu -etc/gtk/gtkrc.ka -etc/gtk/gtkrc.lt -etc/gtk/gtkrc.lv -etc/gtk/gtkrc.mi -etc/gtk/gtkrc.mk -etc/gtk/gtkrc.pl -etc/gtk/gtkrc.ro -etc/gtk/gtkrc.ru_RU.iso88595 -etc/gtk/gtkrc.sk -etc/gtk/gtkrc.sl -etc/gtk/gtkrc.sp -etc/gtk/gtkrc.sq -etc/gtk/gtkrc.sr -etc/gtk/gtkrc.sr.iso88595 -etc/gtk/gtkrc.vi -etc/gtk/gtkrc.vi_VN.viscii111 -etc/gtk/gtkrc.yi -usr/lib/libgdk-1.2.so.0 -usr/lib/libgtk-1.2.so.0 -@dirrm etc/gtk -@dirrm usr/share/doc/gtk+-1.2.9 -@dirrm usr/share/themes/Default/gtk -@unexec rmdir %D/usr/share/themes/Default 2>/dev/null || true -@unexec rmdir %D/usr/share/themes 2>/dev/null || true -@comment this port is not covered with mtree so removing locale directories. -@unexec rmdir %D/usr/share/locale/zh_TW.Big5/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/zh_TW.Big5 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/zh_CN.GB2312/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/zh_CN.GB2312 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/wa/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/wa 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/uk/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/uk 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/tr/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/tr 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/sv/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/sv 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/sr/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/sr 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/sp/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/sp 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/sl/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/sl 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/sk/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/sk 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ru/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ru 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ro/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ro 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/pt_BR/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/pt_BR 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/pt/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/pt 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/pl/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/pl 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/no/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/no 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/nn/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/nn 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/nl/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/nl 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/lt/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/lt 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ko/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ko 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ja/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ja 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/it/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/it 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/hu/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/hu 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/hr/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/hr 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/gl/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/gl 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ga/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ga 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/fr/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/fr 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/fi/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/fi 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/eu/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/eu 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/et/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/et 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/es/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/es 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/el/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/el 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/de/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/de 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/da/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/da 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/cs/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/cs 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ca/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ca 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/az/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/az 2>/dev/null || true - diff --git a/x11-toolkits/linux-f8-gtk/pkg-plist.i386 b/x11-toolkits/linux-f8-gtk/pkg-plist.i386 deleted file mode 100644 index bfff3d2d83bf..000000000000 --- a/x11-toolkits/linux-f8-gtk/pkg-plist.i386 +++ /dev/null @@ -1,181 +0,0 @@ -etc/gtk/gtkrc -etc/gtk/gtkrc.az -etc/gtk/gtkrc.cp1251 -etc/gtk/gtkrc.cp1255 -etc/gtk/gtkrc.el -etc/gtk/gtkrc.eo -etc/gtk/gtkrc.he -etc/gtk/gtkrc.hy -etc/gtk/gtkrc.iso-8859-13 -etc/gtk/gtkrc.iso-8859-14 -etc/gtk/gtkrc.iso-8859-15 -etc/gtk/gtkrc.iso-8859-2 -etc/gtk/gtkrc.iso-8859-5 -etc/gtk/gtkrc.ja -etc/gtk/gtkrc.ka_GE.georgianacademy -etc/gtk/gtkrc.ka_GE.georgianps -etc/gtk/gtkrc.ko -etc/gtk/gtkrc.ru -etc/gtk/gtkrc.th -etc/gtk/gtkrc.tr -etc/gtk/gtkrc.uk -etc/gtk/gtkrc.vi_VN.tcvn -etc/gtk/gtkrc.vi_VN.viscii -etc/gtk/gtkrc.zh_CN -etc/gtk/gtkrc.zh_TW.big5 -usr/lib/libgdk-1.2.so.0.9.0 -usr/lib/libgtk-1.2.so.0.9.0 -usr/share/doc/gtk+-1.2.9/AUTHORS -usr/share/doc/gtk+-1.2.9/COPYING -usr/share/doc/gtk+-1.2.9/ChangeLog -usr/share/doc/gtk+-1.2.9/NEWS -usr/share/doc/gtk+-1.2.9/README -usr/share/doc/gtk+-1.2.9/TODO -usr/share/locale/az/LC_MESSAGES/gtk+.mo -usr/share/locale/ca/LC_MESSAGES/gtk+.mo -usr/share/locale/cs/LC_MESSAGES/gtk+.mo -usr/share/locale/da/LC_MESSAGES/gtk+.mo -usr/share/locale/de/LC_MESSAGES/gtk+.mo -usr/share/locale/el/LC_MESSAGES/gtk+.mo -usr/share/locale/es/LC_MESSAGES/gtk+.mo -usr/share/locale/et/LC_MESSAGES/gtk+.mo -usr/share/locale/eu/LC_MESSAGES/gtk+.mo -usr/share/locale/fi/LC_MESSAGES/gtk+.mo -usr/share/locale/fr/LC_MESSAGES/gtk+.mo -usr/share/locale/ga/LC_MESSAGES/gtk+.mo -usr/share/locale/gl/LC_MESSAGES/gtk+.mo -usr/share/locale/hr/LC_MESSAGES/gtk+.mo -usr/share/locale/hu/LC_MESSAGES/gtk+.mo -usr/share/locale/it/LC_MESSAGES/gtk+.mo -usr/share/locale/ja/LC_MESSAGES/gtk+.mo -usr/share/locale/ko/LC_MESSAGES/gtk+.mo -usr/share/locale/lt/LC_MESSAGES/gtk+.mo -usr/share/locale/nl/LC_MESSAGES/gtk+.mo -usr/share/locale/nn/LC_MESSAGES/gtk+.mo -usr/share/locale/no/LC_MESSAGES/gtk+.mo -usr/share/locale/pl/LC_MESSAGES/gtk+.mo -usr/share/locale/pt/LC_MESSAGES/gtk+.mo -usr/share/locale/pt_BR/LC_MESSAGES/gtk+.mo -usr/share/locale/ro/LC_MESSAGES/gtk+.mo -usr/share/locale/ru/LC_MESSAGES/gtk+.mo -usr/share/locale/sk/LC_MESSAGES/gtk+.mo -usr/share/locale/sl/LC_MESSAGES/gtk+.mo -usr/share/locale/sp/LC_MESSAGES/gtk+.mo -usr/share/locale/sr/LC_MESSAGES/gtk+.mo -usr/share/locale/sv/LC_MESSAGES/gtk+.mo -usr/share/locale/tr/LC_MESSAGES/gtk+.mo -usr/share/locale/uk/LC_MESSAGES/gtk+.mo -usr/share/locale/wa/LC_MESSAGES/gtk+.mo -usr/share/locale/zh_CN.GB2312/LC_MESSAGES/gtk+.mo -usr/share/locale/zh_TW.Big5/LC_MESSAGES/gtk+.mo -usr/share/themes/Default/gtk/gtkrc -etc/gtk/gtkrc.be -etc/gtk/gtkrc.bg -etc/gtk/gtkrc.bg_BG.iso88595 -etc/gtk/gtkrc.cs -etc/gtk/gtkrc.cy -etc/gtk/gtkrc.et -etc/gtk/gtkrc.ga -etc/gtk/gtkrc.he_IL.cp1255 -etc/gtk/gtkrc.he_IL.microsoftcp1255 -etc/gtk/gtkrc.hr -etc/gtk/gtkrc.hu -etc/gtk/gtkrc.ka -etc/gtk/gtkrc.lt -etc/gtk/gtkrc.lv -etc/gtk/gtkrc.mi -etc/gtk/gtkrc.mk -etc/gtk/gtkrc.pl -etc/gtk/gtkrc.ro -etc/gtk/gtkrc.ru_RU.iso88595 -etc/gtk/gtkrc.sk -etc/gtk/gtkrc.sl -etc/gtk/gtkrc.sp -etc/gtk/gtkrc.sq -etc/gtk/gtkrc.sr -etc/gtk/gtkrc.sr.iso88595 -etc/gtk/gtkrc.vi -etc/gtk/gtkrc.vi_VN.viscii111 -etc/gtk/gtkrc.yi -usr/lib/libgdk-1.2.so.0 -usr/lib/libgtk-1.2.so.0 -@dirrm etc/gtk -@dirrm usr/share/doc/gtk+-1.2.9 -@dirrm usr/share/themes/Default/gtk -@unexec rmdir %D/usr/share/themes/Default 2>/dev/null || true -@unexec rmdir %D/usr/share/themes 2>/dev/null || true -@comment this port is not covered with mtree so removing locale directories. -@unexec rmdir %D/usr/share/locale/zh_TW.Big5/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/zh_TW.Big5 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/zh_CN.GB2312/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/zh_CN.GB2312 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/wa/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/wa 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/uk/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/uk 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/tr/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/tr 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/sv/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/sv 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/sr/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/sr 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/sp/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/sp 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/sl/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/sl 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/sk/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/sk 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ru/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ru 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ro/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ro 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/pt_BR/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/pt_BR 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/pt/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/pt 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/pl/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/pl 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/no/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/no 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/nn/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/nn 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/nl/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/nl 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/lt/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/lt 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ko/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ko 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ja/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ja 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/it/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/it 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/hu/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/hu 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/hr/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/hr 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/gl/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/gl 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ga/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ga 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/fr/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/fr 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/fi/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/fi 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/eu/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/eu 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/et/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/et 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/es/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/es 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/el/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/el 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/de/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/de 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/da/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/da 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/cs/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/cs 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ca/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/ca 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/az/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/usr/share/locale/az 2>/dev/null || true diff --git a/x11-toolkits/linux-f8-openmotif/Makefile b/x11-toolkits/linux-f8-openmotif/Makefile deleted file mode 100644 index 0dca4666db70..000000000000 --- a/x11-toolkits/linux-f8-openmotif/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: linux-openmotif -# Date created: 2001-09-24 -# Whom: Christian Weisgerber <naddy@mips.inka.de> -# -# $FreeBSD$ - -PORTNAME= openmotif -PORTVERSION= 2.1.30 -CATEGORIES= x11-toolkits linux -MASTER_SITES= ftp://ftp.redhat.com/pub/%SUBDIR%/ \ - ftp://ftp.sourceforge.net/pub/mirrors/redhat/%SUBDIR%/ \ - ftp://ftp.funet.fi/pub/mirrors/ftp.redhat.com/pub/%SUBDIR%/ \ - ftp://ftp.uni-bayreuth.de/pub/redhat.com/%SUBDIR%/ -MASTER_SITE_SUBDIR= contrib/openmotif/linux-rpm -PKGNAMEPREFIX= linux- -EXTRACT_SUFX= -1_ICS.${MACHINE_ARCH}.rpm -DIST_SUBDIR= rpm -EXTRACT_ONLY= - -MAINTAINER= naddy@FreeBSD.org - -BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm - -ONLY_FOR_ARCHS= alpha i386 -USE_LINUX_PREFIX= yes -NO_BUILD= yes -NO_FILTER_SHLIBS= yes -MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH} - -EXTRACT_FILES= usr/X11R6/lib/libMrm.so.2.1 \ - usr/X11R6/lib/libUil.so.2.1 \ - usr/X11R6/lib/libXm.so.2.1 - -do-install: - cd ${PREFIX}; \ - rpm2cpio ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} | \ - cpio -idum -R ${LIBOWN}:${LIBGRP} ${EXTRACT_FILES} - chroot ${PREFIX} /sbin/ldconfig - -.include <bsd.port.mk> diff --git a/x11-toolkits/linux-f8-openmotif/distinfo.alpha b/x11-toolkits/linux-f8-openmotif/distinfo.alpha deleted file mode 100644 index bec2322e8977..000000000000 --- a/x11-toolkits/linux-f8-openmotif/distinfo.alpha +++ /dev/null @@ -1 +0,0 @@ -MD5 (rpm/openmotif-2.1.30-1_ICS.alpha.rpm) = c56be19418719de0902e219d9b5bc966 diff --git a/x11-toolkits/linux-f8-openmotif/distinfo.i386 b/x11-toolkits/linux-f8-openmotif/distinfo.i386 deleted file mode 100644 index 4149d7664792..000000000000 --- a/x11-toolkits/linux-f8-openmotif/distinfo.i386 +++ /dev/null @@ -1 +0,0 @@ -MD5 (rpm/openmotif-2.1.30-1_ICS.i386.rpm) = 4eac14702af79a70945e1a4935e0fb12 diff --git a/x11-toolkits/linux-f8-openmotif/pkg-comment b/x11-toolkits/linux-f8-openmotif/pkg-comment deleted file mode 100644 index 916f768f49d7..000000000000 --- a/x11-toolkits/linux-f8-openmotif/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Motif toolkit Linux libraries diff --git a/x11-toolkits/linux-f8-openmotif/pkg-descr b/x11-toolkits/linux-f8-openmotif/pkg-descr deleted file mode 100644 index e669752e68f9..000000000000 --- a/x11-toolkits/linux-f8-openmotif/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Open Motif runtime libraries for the Linux emulation environment. diff --git a/x11-toolkits/linux-f8-openmotif/pkg-plist b/x11-toolkits/linux-f8-openmotif/pkg-plist deleted file mode 100644 index 4585b0884c59..000000000000 --- a/x11-toolkits/linux-f8-openmotif/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -usr/X11R6/lib/libMrm.so.2.1 -usr/X11R6/lib/libUil.so.2.1 -usr/X11R6/lib/libXm.so.2.1 -@exec chroot %D /sbin/ldconfig -@unexec chroot %D /sbin/ldconfig diff --git a/x11-toolkits/p5-Glade2/Makefile b/x11-toolkits/p5-Glade2/Makefile deleted file mode 100644 index 91b89ad9e4c8..000000000000 --- a/x11-toolkits/p5-Glade2/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: p5-Glade -# Date created: 30 Oct 2000 -# Whom: vanilla -# -# $FreeBSD$ -# - -PORTNAME= Glade -PORTVERSION= 0.7008 -CATEGORIES= x11-toolkits lang perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Gtk -PKGNAMEPREFIX= p5- -DISTNAME= Gtk-Perl-${PORTVERSION} - -MAINTAINER= vanilla@FreeBSD.org - -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gnome.pm:${PORTSDIR}/x11-toolkits/p5-Gnome -RUN_DEPENDS= ${BUILD_DEPENDS} - -USE_GNOME= yes -PERL_CONFIGURE= yes -WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} - -MAN3PREFIX= ${LOCALBASE}/lib/perl5/${PERL_VERSION} -MAN3= Gtk::GladeXML::reference.3pm - -.include <bsd.port.mk> diff --git a/x11-toolkits/p5-Glade2/distinfo b/x11-toolkits/p5-Glade2/distinfo deleted file mode 100644 index 9e8b129bef09..000000000000 --- a/x11-toolkits/p5-Glade2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Gtk-Perl-0.7008.tar.gz) = b499abb5db7794f200abbf07879dd65d diff --git a/x11-toolkits/p5-Glade2/files/patch-Makefile.PL b/x11-toolkits/p5-Glade2/files/patch-Makefile.PL deleted file mode 100644 index 88004cc7b635..000000000000 --- a/x11-toolkits/p5-Glade2/files/patch-Makefile.PL +++ /dev/null @@ -1,8 +0,0 @@ ---- Makefile.PL.orig Mon Mar 12 06:32:57 2001 -+++ Makefile.PL Mon Mar 12 14:26:55 2001 -@@ -1,5 +1,4 @@ - use ExtUtils::MakeMaker; --use blib '../Gtk'; - use Cwd; - require '../Depends.pm'; - require '../tools/gendefs.pl'; diff --git a/x11-toolkits/p5-Glade2/pkg-comment b/x11-toolkits/p5-Glade2/pkg-comment deleted file mode 100644 index b1f7a64f7103..000000000000 --- a/x11-toolkits/p5-Glade2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Glade interface files of Gtk-Perl diff --git a/x11-toolkits/p5-Glade2/pkg-descr b/x11-toolkits/p5-Glade2/pkg-descr deleted file mode 100644 index bed3243b27d2..000000000000 --- a/x11-toolkits/p5-Glade2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The Glade interface files of Gtk-Perl (Gtk::GladeXML namespace). - -WWW: http://projects.prosa.it/gtkperl/ diff --git a/x11-toolkits/p5-Glade2/pkg-plist b/x11-toolkits/p5-Glade2/pkg-plist deleted file mode 100644 index 0ea6f1ae1a02..000000000000 --- a/x11-toolkits/p5-Glade2/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gtk/GladeXML.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gtk/GladeXML/Types.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gtk/GladeXML/Install/Files.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gtk/GladeXML/Install/GtkGladeXMLTypemap -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gtk/GladeXML/Install/GtkGladeXMLDefs.h -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gtk/GladeXML/Install/PerlGtkGladeXMLInt.h -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gtk/GladeXML/Install/pkg.typemap -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Gtk/GladeXML/.packlist -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Gtk/GladeXML/GladeXML.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Gtk/GladeXML/GladeXML.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Gtk/GladeXML/autosplit.ix -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gtk/GladeXML/Install -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gtk/GladeXML -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gtk 2>/dev/null || true -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Gtk/GladeXML -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Gtk 2>/dev/null || true diff --git a/x11-toolkits/p5-TclTk/Makefile b/x11-toolkits/p5-TclTk/Makefile deleted file mode 100644 index f78a3f3d2cb4..000000000000 --- a/x11-toolkits/p5-TclTk/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: p5-Tcl-Tk -# Date created: June 15th 1997 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= TclTk -PORTVERSION= b2 -CATEGORIES= x11-toolkits lang perl5 tk82 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Tcl -PKGNAMEPREFIX= p5- - -MAINTAINER= ports@FreeBSD.org - -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Tcl.pm:${PORTSDIR}/lang/p5-Tcl -LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 - -PERL_CONFIGURE= yes -WRKSRC= ${WRKDIR}/${PORTNAME} - -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= Tcl::Tk.3 - -post-patch: - @${PERL} -pi -e 's,%LOCALBASE%,${LOCALBASE},g; \ - s,%X11BASE%,${X11BASE},g' ${WRKSRC}/Makefile.PL - -.include <bsd.port.mk> diff --git a/x11-toolkits/p5-TclTk/distinfo b/x11-toolkits/p5-TclTk/distinfo deleted file mode 100644 index 223f7953393f..000000000000 --- a/x11-toolkits/p5-TclTk/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (TclTk-b2.tar.gz) = a9980ab1c72581a0291f8f8b86cefec8 diff --git a/x11-toolkits/p5-TclTk/files/patch-aa b/x11-toolkits/p5-TclTk/files/patch-aa deleted file mode 100644 index d9f2c423b562..000000000000 --- a/x11-toolkits/p5-TclTk/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.PL.orig Sat Aug 29 12:17:41 1998 -+++ Makefile.PL Sat Aug 29 12:20:08 1998 -@@ -1,6 +1,6 @@ - use ExtUtils::MakeMaker; - WriteMakefile(NAME => "Tcl::Tk", - DISTNAME => "TclTk", -- LIBS => ["-ltk -ltcl -L/usr/X11R6/lib -lX11 -lm"], -- INC => "-I/usr/local/include -I/usr/include/tcl"); -+ LIBS => ["-L%LOCALBASE%/lib -L%X11BASE%/lib -ltk82 -ltcl82 -lX11 -lm"], -+ INC => "-I%LOCALBASE%/include -I%LOCALBASE%/include/tcl8.2 -I%LOCALBASE%/include/tk8.2 -I%X11BASE%/include"); - #sub MY::tool_autosplit { "AUTOSPLITFILE = :" } diff --git a/x11-toolkits/p5-TclTk/pkg-comment b/x11-toolkits/p5-TclTk/pkg-comment deleted file mode 100644 index ac40d750f065..000000000000 --- a/x11-toolkits/p5-TclTk/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl5 module to access to Tk via the Tcl extension diff --git a/x11-toolkits/p5-TclTk/pkg-descr b/x11-toolkits/p5-TclTk/pkg-descr deleted file mode 100644 index c8d0a0601195..000000000000 --- a/x11-toolkits/p5-TclTk/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ - The Tcl::Tk submodule of the Tcl module gives access to - the Tk library. It does this by creating a Tcl - interpreter object (using the Tcl extension) and binding - in all of Tk into the interpreter (in the same way that - wish or other Tcl/Tk applications do). - - Access to the Tcl and Tcl::Tk extensions - - To get access to the Tcl and Tcl::Tk extensions, put the - commands - require Tcl; - use Tcl::Tk; - - near the top of your program. The Tcl extension does not - alter your namespace at all (hence the "require"). The - Tcl::Tk extension imports the widget and other Tk commands - into your namespace (hence the "use"). diff --git a/x11-toolkits/p5-TclTk/pkg-plist b/x11-toolkits/p5-TclTk/pkg-plist deleted file mode 100644 index 6d095c88ee73..000000000000 --- a/x11-toolkits/p5-TclTk/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Tcl/Tk.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tcl/Tk/Tk.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tcl/Tk/Tk.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tcl/Tk/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tcl/Tk -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Tcl 2>/dev/null || true diff --git a/x11-toolkits/paragui-devel/Makefile b/x11-toolkits/paragui-devel/Makefile deleted file mode 100644 index 1da9dbd21bc1..000000000000 --- a/x11-toolkits/paragui-devel/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: paragui -# Date Created: Mar 28, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= paragui -PORTVERSION= 1.0.2 -PORTREVISION= 2 -CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.bms-austria.com/pub/paragui/release/ - -MAINTAINER= ports@FreeBSD.org - -LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \ - SDL_image.10:${PORTSDIR}/graphics/sdl_image \ - SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf \ - expat.4:${PORTSDIR}/textproc/expat2 - -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config - -USE_X_PREFIX= yes -USE_REINPLACE= yes -USE_LIBTOOL= yes -LIBTOOLFLAGS= --disable-ltlibs --release-ignore -CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ - CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -INSTALLS_SHLIB= yes - -SHLIB_VER= 3 -PLIST_SUB= SHLIB_VER="${SHLIB_VER}" - -post-extract: - @${RM} -f ${WRKSRC}/src/physfs/platform.c - -post-patch: - ${REINPLACE_CMD} -e 's|LT_CURRENT=.*$$|LT_CURRENT=${SHLIB_VER}|g ; \ - s|`sdl-config |`\$$\{SDL_CONFIG\} |g' ${WRKSRC}/configure - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|[$][(]SDL_CFLAGS[)]|\$\(PARAGUI_CFLAGS\)|g ; \ - s|lib/pkgconfig|libdata/pkgconfig|g' - -.include <bsd.port.mk> diff --git a/x11-toolkits/paragui-devel/distinfo b/x11-toolkits/paragui-devel/distinfo deleted file mode 100644 index 6f99da3f919c..000000000000 --- a/x11-toolkits/paragui-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (paragui-1.0.2.tar.gz) = 57ca321ef8222d7f8ce55ad620adf63c diff --git a/x11-toolkits/paragui-devel/files/patch-configure b/x11-toolkits/paragui-devel/files/patch-configure deleted file mode 100644 index d5374aff7df7..000000000000 --- a/x11-toolkits/paragui-devel/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Mon Jun 10 18:05:42 2002 -+++ configure Tue Jun 18 20:05:24 2002 -@@ -5618,6 +5618,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/x11-toolkits/paragui-devel/pkg-comment b/x11-toolkits/paragui-devel/pkg-comment deleted file mode 100644 index a6e65c9abbcf..000000000000 --- a/x11-toolkits/paragui-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Cross-platform high-level application framework and GUI library diff --git a/x11-toolkits/paragui-devel/pkg-descr b/x11-toolkits/paragui-devel/pkg-descr deleted file mode 100644 index 0d2c45784d21..000000000000 --- a/x11-toolkits/paragui-devel/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -ParaGUI is a cross-platform high-level application framework and GUI -(graphical user interface) library. It can be compiled on various platforms. - -ParaGUI's cross-platform nature is completely based on the Simple DirectMedia -Layer (SDL). - -Highlights of the library: - - - published under LGPL - - straight forward C++ class-design (see the API documentation) - - XML configuration of the new style engine - - asynchronous messagehandling (messageposts between objects) - - multithreaded - - highly customizable widgets (background gradients, background images, - transparency, colors, fonts) - - many standard widgets already implemented (buttons, labels, scrollbars, - progressbars, windows ...) - - create your own widgets (subclass an existing widget) - -WWW: http://www.bms-austria.com/projects/paragui/ diff --git a/x11-toolkits/paragui-devel/pkg-plist b/x11-toolkits/paragui-devel/pkg-plist deleted file mode 100644 index b3a29e82a481..000000000000 --- a/x11-toolkits/paragui-devel/pkg-plist +++ /dev/null @@ -1,59 +0,0 @@ -bin/paragui-config -include/paragui/paraconfig.h -include/paragui/paraconfig_gnu.h -include/paragui/paragui.h -include/paragui/paragui_types.h -include/paragui/pgapplication.h -include/paragui/pgbutton.h -include/paragui/pgcheckbutton.h -include/paragui/pgcolors.h -include/paragui/pgcolumnitem.h -include/paragui/pgcompat.h -include/paragui/pgdatacontainer.h -include/paragui/pgdraw.h -include/paragui/pgdropdown.h -include/paragui/pgeventobject.h -include/paragui/pgtimerobject.h -include/paragui/pgfile.h -include/paragui/pgfilearchive.h -include/paragui/pgfont.h -include/paragui/pgimage.h -include/paragui/pginfo.h -include/paragui/pglabel.h -include/paragui/pglayout.h -include/paragui/pglineedit.h -include/paragui/pglistbox.h -include/paragui/pglistboxbaseitem.h -include/paragui/pglistboxitem.h -include/paragui/pglog.h -include/paragui/pgmaskedit.h -include/paragui/pgmenubar.h -include/paragui/pgmessagebox.h -include/paragui/pgmessageobject.h -include/paragui/pgnavigator.h -include/paragui/pgpopupmenu.h -include/paragui/pgprogressbar.h -include/paragui/pgradiobutton.h -include/paragui/pgrect.h -include/paragui/pgrectlist.h -include/paragui/pgrichedit.h -include/paragui/pgscrollbar.h -include/paragui/pgslider.h -include/paragui/pgspinnerbox.h -include/paragui/pgsurfacecache.h -include/paragui/pgtheme.h -include/paragui/pgthemewidget.h -include/paragui/pgwidget.h -include/paragui/pgwidgetdnd.h -include/paragui/pgwidgetlist.h -include/paragui/pgwidgetlistex.h -include/paragui/pgwindow.h -lib/libparagui.a -lib/libparagui.so -lib/libparagui.so.%%SHLIB_VER%% -libdata/pkgconfig/paragui.pc -share/aclocal/paragui.m4 -share/paragui/default.zip -share/paragui/simple.zip -@dirrm share/paragui -@dirrm include/paragui diff --git a/x11-toolkits/py-Pmw/Makefile b/x11-toolkits/py-Pmw/Makefile deleted file mode 100644 index 76a4124d8684..000000000000 --- a/x11-toolkits/py-Pmw/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: pmw -# Date created: 03 June 1998 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= pmw -PORTVERSION= 1.1 -CATEGORIES= x11-toolkits python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= pmw -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= Pmw.${PORTVERSION} - -MAINTAINER= alane@FreeBSD.org - -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter -LIB_DEPENDS= BLT24.2:${PORTSDIR}/x11-toolkits/blt - -PLIST_SUB= PMWVERSION="${PMWVERSION}" -USE_PYTHON= yes - -DOCDIR= ${PREFIX}/share/doc/Pmw -EXAMPLEDIR= ${PREFIX}/share/examples/Pmw -PMWVERSION= Pmw_${PORTVERSION:S/./_/g} - -do-build: - @${ECHO_MSG} "Do a \`make install' as root." - -do-install: - @(cd ${WRKDIR}; tar cf - Pmw/__init__.py Pmw/${PMWVERSION}/__init__.py Pmw/${PMWVERSION}/lib) | \ - (cd ${PYTHON_SITELIBDIR}; tar xf -) - ${INSTALL_DATA} ${WRKDIR}/Pmw/${PMWVERSION}/contrib/Pmw* \ - ${PYTHON_SITELIBDIR}/Pmw/${PMWVERSION}/lib - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PYTHON_SITELIBDIR}/Pmw - @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ - ${PYTHON_SITELIBDIR}/Pmw -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCDIR} ${EXAMPLEDIR} - @(cd ${WRKDIR}/Pmw/${PMWVERSION}/doc; tar cf - .) | \ - (cd ${DOCDIR}; tar xf -) - @(cd ${WRKDIR}/Pmw/${PMWVERSION}/demos; tar cf - .) | \ - (cd ${EXAMPLEDIR}; tar xf -) -.endif - -.include <bsd.port.mk> diff --git a/x11-toolkits/py-Pmw/distinfo b/x11-toolkits/py-Pmw/distinfo deleted file mode 100644 index 9875f1381360..000000000000 --- a/x11-toolkits/py-Pmw/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Pmw.1.1.tar.gz) = f28603d1d3cc2b76faf884c4bb430a59 diff --git a/x11-toolkits/py-Pmw/pkg-comment b/x11-toolkits/py-Pmw/pkg-comment deleted file mode 100644 index 6b822b5c10ba..000000000000 --- a/x11-toolkits/py-Pmw/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -High-level compound graphics widgets for Python diff --git a/x11-toolkits/py-Pmw/pkg-descr b/x11-toolkits/py-Pmw/pkg-descr deleted file mode 100644 index 7326957666f5..000000000000 --- a/x11-toolkits/py-Pmw/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -Pmw is a framework for building high-level compound widgets, or -megawidgets, constructed using other widgets as component parts. It -promotes consistent look and feel within and between graphical -applications, is highly configurable to your needs and is easy to use. - -Pmw consists of: - * A few base classes, providing a framework for building megawidgets. - * A library of flexible and extensible megawidgets built on the base - classes, such as ButtonBox, ComboBox, MessageDialog, etc. - -The interface to Pmw megawidgets is similar to basic Tk widgets, so it -is easy for developers to include both megawidgets and basic Tk -widgets in their graphical applications. In addition, all Pmw -megawidgets may themselves be extended, using either inheritance or -composition. - -The use of the Pmw framework and megawidgets replaces common widget -combinations with higher level abstractions. This simplifies code, -making it more readable and maintainable and more easily modifiable. -The ability to extend Pmw megawidgets enables developers to create new -megawidgets based on previous work. diff --git a/x11-toolkits/py-Pmw/pkg-plist b/x11-toolkits/py-Pmw/pkg-plist deleted file mode 100644 index edb8bd161bb0..000000000000 --- a/x11-toolkits/py-Pmw/pkg-plist +++ /dev/null @@ -1,276 +0,0 @@ -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/__init__.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/__init__.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/__init__.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/Pmw.def -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwAboutDialog.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwAboutDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwAboutDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwBalloon.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwBalloon.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwBalloon.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwBase.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwBase.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwBase.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwBlt.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwBlt.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwBlt.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwButtonBox.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwButtonBox.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwButtonBox.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwColor.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwColor.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwColor.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwComboBox.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwComboBox.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwComboBox.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwComboBoxDialog.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwComboBoxDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwComboBoxDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwCounter.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwCounter.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwCounter.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwCounterDialog.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwCounterDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwCounterDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwDialog.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwEntryField.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwEntryField.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwEntryField.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwFileDialog.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwFileDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwFileDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwFullTimeCounter.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwFullTimeCounter.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwFullTimeCounter.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwGroup.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwGroup.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwGroup.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwHistoryText.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwHistoryText.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwHistoryText.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwLabeledWidget.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwLabeledWidget.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwLabeledWidget.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwLoader.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwLoader.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwLoader.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwLogicalFont.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwLogicalFont.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwLogicalFont.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwMainMenuBar.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwMainMenuBar.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwMainMenuBar.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwMenuBar.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwMenuBar.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwMenuBar.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwMessageBar.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwMessageBar.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwMessageBar.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwMessageDialog.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwMessageDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwMessageDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwNoteBook.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwNoteBook.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwNoteBook.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwOptionMenu.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwOptionMenu.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwOptionMenu.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwPanedWidget.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwPanedWidget.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwPanedWidget.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwPromptDialog.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwPromptDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwPromptDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwRadioSelect.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwRadioSelect.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwRadioSelect.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwScrolledCanvas.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwScrolledCanvas.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwScrolledCanvas.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwScrolledField.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwScrolledField.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwScrolledField.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwScrolledFrame.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwScrolledFrame.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwScrolledFrame.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwScrolledListBox.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwScrolledListBox.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwScrolledListBox.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwScrolledText.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwScrolledText.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwScrolledText.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwSelectionDialog.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwSelectionDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwSelectionDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwTextDialog.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwTextDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwTextDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwTimeCounter.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwTimeCounter.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwTimeCounter.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwTimeFuncs.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwTimeFuncs.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwTimeFuncs.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwVerticalGauge.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwVerticalGauge.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwVerticalGauge.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/__init__.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/__init__.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/__init__.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/__init__.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/__init__.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/__init__.pyo -%%PORTDOCS%%share/doc/Pmw/AboutDialog.gif -%%PORTDOCS%%share/doc/Pmw/AboutDialog.html -%%PORTDOCS%%share/doc/Pmw/Balloon.gif -%%PORTDOCS%%share/doc/Pmw/Balloon.html -%%PORTDOCS%%share/doc/Pmw/Blt.html -%%PORTDOCS%%share/doc/Pmw/ButtonBox.gif -%%PORTDOCS%%share/doc/Pmw/ButtonBox.html -%%PORTDOCS%%share/doc/Pmw/Color.html -%%PORTDOCS%%share/doc/Pmw/ComboBox.gif -%%PORTDOCS%%share/doc/Pmw/ComboBox.html -%%PORTDOCS%%share/doc/Pmw/ComboBoxDialog.gif -%%PORTDOCS%%share/doc/Pmw/ComboBoxDialog.html -%%PORTDOCS%%share/doc/Pmw/Counter.gif -%%PORTDOCS%%share/doc/Pmw/Counter.html -%%PORTDOCS%%share/doc/Pmw/CounterDialog.gif -%%PORTDOCS%%share/doc/Pmw/CounterDialog.html -%%PORTDOCS%%share/doc/Pmw/Dialog.gif -%%PORTDOCS%%share/doc/Pmw/Dialog.html -%%PORTDOCS%%share/doc/Pmw/EntryField.gif -%%PORTDOCS%%share/doc/Pmw/EntryField.html -%%PORTDOCS%%share/doc/Pmw/ExampleDemo.py -%%PORTDOCS%%share/doc/Pmw/Group.gif -%%PORTDOCS%%share/doc/Pmw/Group.html -%%PORTDOCS%%share/doc/Pmw/HistoryText.gif -%%PORTDOCS%%share/doc/Pmw/HistoryText.html -%%PORTDOCS%%share/doc/Pmw/LabeledWidget.gif -%%PORTDOCS%%share/doc/Pmw/LabeledWidget.html -%%PORTDOCS%%share/doc/Pmw/MainMenuBar.gif -%%PORTDOCS%%share/doc/Pmw/MainMenuBar.html -%%PORTDOCS%%share/doc/Pmw/MegaArchetype.html -%%PORTDOCS%%share/doc/Pmw/MegaToplevel.html -%%PORTDOCS%%share/doc/Pmw/MegaWidget.html -%%PORTDOCS%%share/doc/Pmw/MenuBar.gif -%%PORTDOCS%%share/doc/Pmw/MenuBar.html -%%PORTDOCS%%share/doc/Pmw/MessageBar.gif -%%PORTDOCS%%share/doc/Pmw/MessageBar.html -%%PORTDOCS%%share/doc/Pmw/MessageDialog.gif -%%PORTDOCS%%share/doc/Pmw/MessageDialog.html -%%PORTDOCS%%share/doc/Pmw/NoteBook.gif -%%PORTDOCS%%share/doc/Pmw/NoteBook.html -%%PORTDOCS%%share/doc/Pmw/OptionMenu.gif -%%PORTDOCS%%share/doc/Pmw/OptionMenu.html -%%PORTDOCS%%share/doc/Pmw/PanedWidget.gif -%%PORTDOCS%%share/doc/Pmw/PanedWidget.html -%%PORTDOCS%%share/doc/Pmw/PmwFunctions.html -%%PORTDOCS%%share/doc/Pmw/PromptDialog.gif -%%PORTDOCS%%share/doc/Pmw/PromptDialog.html -%%PORTDOCS%%share/doc/Pmw/RadioSelect.gif -%%PORTDOCS%%share/doc/Pmw/RadioSelect.html -%%PORTDOCS%%share/doc/Pmw/ScrolledCanvas.gif -%%PORTDOCS%%share/doc/Pmw/ScrolledCanvas.html -%%PORTDOCS%%share/doc/Pmw/ScrolledField.gif -%%PORTDOCS%%share/doc/Pmw/ScrolledField.html -%%PORTDOCS%%share/doc/Pmw/ScrolledFrame.gif -%%PORTDOCS%%share/doc/Pmw/ScrolledFrame.html -%%PORTDOCS%%share/doc/Pmw/ScrolledListBox.gif -%%PORTDOCS%%share/doc/Pmw/ScrolledListBox.html -%%PORTDOCS%%share/doc/Pmw/ScrolledText.gif -%%PORTDOCS%%share/doc/Pmw/ScrolledText.html -%%PORTDOCS%%share/doc/Pmw/ScrolledText_test.py -%%PORTDOCS%%share/doc/Pmw/SelectionDialog.gif -%%PORTDOCS%%share/doc/Pmw/SelectionDialog.html -%%PORTDOCS%%share/doc/Pmw/TextDialog.gif -%%PORTDOCS%%share/doc/Pmw/TextDialog.html -%%PORTDOCS%%share/doc/Pmw/TimeCounter.gif -%%PORTDOCS%%share/doc/Pmw/TimeCounter.html -%%PORTDOCS%%share/doc/Pmw/blue_line.gif -%%PORTDOCS%%share/doc/Pmw/blueball.gif -%%PORTDOCS%%share/doc/Pmw/bugs.html -%%PORTDOCS%%share/doc/Pmw/changes.html -%%PORTDOCS%%share/doc/Pmw/copyright.html -%%PORTDOCS%%share/doc/Pmw/counter1.gif -%%PORTDOCS%%share/doc/Pmw/counter2.gif -%%PORTDOCS%%share/doc/Pmw/demosandtests.html -%%PORTDOCS%%share/doc/Pmw/dynamicloader.html -%%PORTDOCS%%share/doc/Pmw/example.py -%%PORTDOCS%%share/doc/Pmw/example1.gif -%%PORTDOCS%%share/doc/Pmw/example2.gif -%%PORTDOCS%%share/doc/Pmw/exercises.py -%%PORTDOCS%%share/doc/Pmw/features.html -%%PORTDOCS%%share/doc/Pmw/halfblueball.gif -%%PORTDOCS%%share/doc/Pmw/howtobuild.html -%%PORTDOCS%%share/doc/Pmw/howtouse.html -%%PORTDOCS%%share/doc/Pmw/index.html -%%PORTDOCS%%share/doc/Pmw/porting.html -%%PORTDOCS%%share/doc/Pmw/refindex.html -%%PORTDOCS%%share/doc/Pmw/scale1.gif -%%PORTDOCS%%share/doc/Pmw/scale2.gif -%%PORTDOCS%%share/doc/Pmw/starting.html -%%PORTDOCS%%share/doc/Pmw/todo.html -%%PORTDOCS%%share/doc/Pmw/transdove.gif -%%PORTDOCS%%share/examples/Pmw/AboutDialog.py -%%PORTDOCS%%share/examples/Pmw/All.py -%%PORTDOCS%%share/examples/Pmw/Args.py -%%PORTDOCS%%share/examples/Pmw/Balloon.py -%%PORTDOCS%%share/examples/Pmw/BltGraph.py -%%PORTDOCS%%share/examples/Pmw/BltTabset.py -%%PORTDOCS%%share/examples/Pmw/ButtonBox.py -%%PORTDOCS%%share/examples/Pmw/Colors.py -%%PORTDOCS%%share/examples/Pmw/ComboBox.py -%%PORTDOCS%%share/examples/Pmw/ComboBoxDialog.py -%%PORTDOCS%%share/examples/Pmw/ConfigClass.py -%%PORTDOCS%%share/examples/Pmw/Counter.py -%%PORTDOCS%%share/examples/Pmw/CounterDialog.py -%%PORTDOCS%%share/examples/Pmw/DemoVersion.py -%%PORTDOCS%%share/examples/Pmw/Dialog.py -%%PORTDOCS%%share/examples/Pmw/EntryField.py -%%PORTDOCS%%share/examples/Pmw/ErrorHandling.py -%%PORTDOCS%%share/examples/Pmw/ExampleDemo.py -%%PORTDOCS%%share/examples/Pmw/Grid.py -%%PORTDOCS%%share/examples/Pmw/Group.py -%%PORTDOCS%%share/examples/Pmw/HistoryText.py -%%PORTDOCS%%share/examples/Pmw/LabeledWidget.py -%%PORTDOCS%%share/examples/Pmw/LogicalFont.py -%%PORTDOCS%%share/examples/Pmw/MainMenuBar.py -%%PORTDOCS%%share/examples/Pmw/MenuBar.py -%%PORTDOCS%%share/examples/Pmw/MessageBar.py -%%PORTDOCS%%share/examples/Pmw/MessageDialog.py -%%PORTDOCS%%share/examples/Pmw/MessageInfo.py -%%PORTDOCS%%share/examples/Pmw/NestedDialogs.py -%%PORTDOCS%%share/examples/Pmw/NoteBook.py -%%PORTDOCS%%share/examples/Pmw/NoteBook_2.py -%%PORTDOCS%%share/examples/Pmw/NoteBook_3.py -%%PORTDOCS%%share/examples/Pmw/OptionMenu.py -%%PORTDOCS%%share/examples/Pmw/PanedWidget.py -%%PORTDOCS%%share/examples/Pmw/PanedWidget_2.py -%%PORTDOCS%%share/examples/Pmw/PromptDialog.py -%%PORTDOCS%%share/examples/Pmw/RadioSelect.py -%%PORTDOCS%%share/examples/Pmw/Resources.py -%%PORTDOCS%%share/examples/Pmw/Resources_Pmw.py -%%PORTDOCS%%share/examples/Pmw/ScrolledCanvas.py -%%PORTDOCS%%share/examples/Pmw/ScrolledField.py -%%PORTDOCS%%share/examples/Pmw/ScrolledFrame.py -%%PORTDOCS%%share/examples/Pmw/ScrolledListBox.py -%%PORTDOCS%%share/examples/Pmw/ScrolledText.py -%%PORTDOCS%%share/examples/Pmw/ScrolledText_2.py -%%PORTDOCS%%share/examples/Pmw/SelectionDialog.py -%%PORTDOCS%%share/examples/Pmw/ShowBusy.py -%%PORTDOCS%%share/examples/Pmw/SpecialCounter.py -%%PORTDOCS%%share/examples/Pmw/SpecialEntry.py -%%PORTDOCS%%share/examples/Pmw/Spectrum.py -%%PORTDOCS%%share/examples/Pmw/SpeedTest.py -%%PORTDOCS%%share/examples/Pmw/SubClassing.py -%%PORTDOCS%%share/examples/Pmw/TextDialog.py -%%PORTDOCS%%share/examples/Pmw/TextDisplay.py -%%PORTDOCS%%share/examples/Pmw/TimeCounter.py -%%PORTDOCS%%share/examples/Pmw/WidgetDestroy.py -%%PORTDOCS%%@dirrm share/examples/Pmw -%%PORTDOCS%%@dirrm share/doc/Pmw -@dirrm lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib -@dirrm lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%% -@dirrm lib/%%PYTHON_VERSION%%/site-packages/Pmw diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile deleted file mode 100644 index 30c88288d53f..000000000000 --- a/x11-toolkits/py-gnome2/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# New ports collection makefile for: py-gnome -# Date created: 3/14/1999 -# Whom: nectar@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= py-gnome -PORTVERSION= 1.4.4 -PORTREVISION= 1 -CATEGORIES= x11-toolkits python gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-python/1.4 -DISTNAME= gnome-python-${PORTVERSION} -DIST_SUBDIR= gnome - -MAINTAINER= gnome@FreeBSD.org - -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/pygtk.pth:${PORTSDIR}/x11-toolkits/py-gtk -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygtk.pth:${PORTSDIR}/x11-toolkits/py-gtk - -USE_BZIP2= yes -USE_GMAKE= yes -USE_PYTHON= yes -USE_GNOMENG= yes -USE_GNOME= gtkhtml libpanel -USE_LIBTOOL= yes -LIBTOOLFILES= configure pygtk/configure -CONFIGURE_ARGS= --with-python=${PYTHON_CMD} \ - --with-gnome-config=${X11BASE}/bin/gnome-config \ - --with-gtkhtml -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} - -EG_SRC_DIR= ${WRKSRC}/pygnome/examples -EG_DST_DIR= ${PREFIX}/share/examples/py-gnome - -.if !defined(NOPORTDOCS) -post-install: - ${MKDIR} ${EG_DST_DIR} - ${TAR} -C ${EG_SRC_DIR} -cf - . | ${TAR} -C ${EG_DST_DIR} -xvf - - ${CHOWN} -R ${BINOWN}:${BINGRP} ${EG_DST_DIR} - find ${EG_DST_DIR} -type d -print | xargs ${CHMOD} 0555 - find ${EG_DST_DIR} -type f -print | xargs ${CHMOD} 0444 -.else -PLIST= ${WRKDIR}/PLIST.nodocs -pre-install: - ${RM} -f ${PLIST} - ${GREP} -E -v '^(@dirrm )?(share/examples/)|(share/doc/)' \ - ${PKGDIR}/pkg-plist > ${PLIST} -.endif - -.include <bsd.port.mk> diff --git a/x11-toolkits/py-gnome2/distinfo b/x11-toolkits/py-gnome2/distinfo deleted file mode 100644 index 5df73588577b..000000000000 --- a/x11-toolkits/py-gnome2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnome/gnome-python-1.4.4.tar.bz2) = b5069c8ac77ba7ad991afceeab332319 diff --git a/x11-toolkits/py-gnome2/files/patch-ab b/x11-toolkits/py-gnome2/files/patch-ab deleted file mode 100644 index 103fec3cf319..000000000000 --- a/x11-toolkits/py-gnome2/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Mon Sep 13 23:01:39 1999 -+++ Makefile.in Mon Sep 13 23:01:45 1999 -@@ -94,7 +94,7 @@ - pyexecdir = @pyexecdir@ - pythondir = @pythondir@ - --SUBDIRS = macros pygtk pygnome -+SUBDIRS = macros pygnome - - EXTRA_DIST = gnome-python.spec - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 diff --git a/x11-toolkits/py-gnome2/files/patch-configure b/x11-toolkits/py-gnome2/files/patch-configure deleted file mode 100644 index 7865ce50d7f9..000000000000 --- a/x11-toolkits/py-gnome2/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- configure.orig Thu Jan 3 15:20:36 2002 -+++ configure Sun Jul 14 15:25:29 2002 -@@ -6322,6 +6322,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/x11-toolkits/py-gnome2/files/patch-pygtk::configure b/x11-toolkits/py-gnome2/files/patch-pygtk::configure deleted file mode 100644 index d3a68b8efcfa..000000000000 --- a/x11-toolkits/py-gnome2/files/patch-pygtk::configure +++ /dev/null @@ -1,61 +0,0 @@ - -$FreeBSD$ - ---- pygtk/configure.orig Sat Aug 24 10:37:08 2002 -+++ pygtk/configure Wed Aug 28 20:20:53 2002 -@@ -7372,6 +7372,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -8888,6 +8889,7 @@ - #line $LINENO "configure" - #include "confdefs.h" - $ac_includes_default -+#include <Python.h> - #include <arrayobject.h> - _ACEOF - rm -f conftest.$ac_objext -@@ -8918,6 +8920,7 @@ - cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" - #include "confdefs.h" -+#include <Python.h> - #include <arrayobject.h> - _ACEOF - if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -@@ -8999,6 +9002,7 @@ - #line $LINENO "configure" - #include "confdefs.h" - $ac_includes_default -+#include <Python.h> - #include <Extensions/arrayobject.h> - _ACEOF - rm -f conftest.$ac_objext -@@ -9029,6 +9033,7 @@ - cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" - #include "confdefs.h" -+#include <Python.h> - #include <Extensions/arrayobject.h> - _ACEOF - if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -@@ -9110,6 +9115,7 @@ - #line $LINENO "configure" - #include "confdefs.h" - $ac_includes_default -+#include <Python.h> - #include <Numeric/arrayobject.h> - _ACEOF - rm -f conftest.$ac_objext -@@ -9140,6 +9146,7 @@ - cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" - #include "confdefs.h" -+#include <Python.h> - #include <Numeric/arrayobject.h> - _ACEOF - if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 diff --git a/x11-toolkits/py-gnome2/pkg-comment b/x11-toolkits/py-gnome2/pkg-comment deleted file mode 100644 index 0e3a0dda9c55..000000000000 --- a/x11-toolkits/py-gnome2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A set of Python bindings for GNOME diff --git a/x11-toolkits/py-gnome2/pkg-descr b/x11-toolkits/py-gnome2/pkg-descr deleted file mode 100644 index 5ec95241ca68..000000000000 --- a/x11-toolkits/py-gnome2/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Excerpt from the README: - - PyGNOME -- Python bindings for GNOME - ==================================== - Author: James Henstridge <james@daa.com.au> - - This is a set of bindings for the GNOME libraries for use with python. - --- Jacques Vidrine <nectar@FreeBSD.ORG> diff --git a/x11-toolkits/py-gnome2/pkg-plist b/x11-toolkits/py-gnome2/pkg-plist deleted file mode 100644 index 06b350c57c5a..000000000000 --- a/x11-toolkits/py-gnome2/pkg-plist +++ /dev/null @@ -1,90 +0,0 @@ -%%PYTHON_SITELIBDIR%%/gtk-1.2/_appletmodule.so -%%PYTHON_SITELIBDIR%%/gtk-1.2/_cappletmodule.so -%%PYTHON_SITELIBDIR%%/gtk-1.2/_gladegnomemodule.so -%%PYTHON_SITELIBDIR%%/gtk-1.2/_gnomemodule.so -%%PYTHON_SITELIBDIR%%/gtk-1.2/_gnomeuimodule.so -%%PYTHON_SITELIBDIR%%/gtk-1.2/_gtkhtmlmodule.so -%%PYTHON_SITELIBDIR%%/gtk-1.2/_gtkxmhtmlmodule.so -%%PYTHON_SITELIBDIR%%/gtk-1.2/_zvtmodule.so -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/affine.py -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/affine.pyc -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/affine.pyo -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/applet.py -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/applet.pyc -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/applet.pyo -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/capplet.py -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/capplet.pyc -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/capplet.pyo -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/config.py -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/config.pyc -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/config.pyo -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/file.py -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/file.pyc -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/file.pyo -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/help.py -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/help.pyc -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/help.pyo -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/history.py -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/history.pyc -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/history.pyo -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/metadata.py -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/metadata.pyc -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/metadata.pyo -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/mime.py -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/mime.pyc -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/mime.pyo -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/score.py -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/score.pyc -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/score.pyo -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/triggers.py -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/triggers.pyc -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/triggers.pyo -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/ui.py -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/ui.pyc -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/ui.pyo -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/uiconsts.py -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/uiconsts.pyc -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/uiconsts.pyo -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/url.py -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/url.pyc -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/url.pyo -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/util.py -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/util.pyc -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/util.pyo -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/xmhtml.py -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/xmhtml.pyc -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/xmhtml.pyo -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/zvt.py -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/zvt.pyc -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/zvt.pyo -%%PYTHON_SITELIBDIR%%/gtk-1.2/gtkhtml.py -%%PYTHON_SITELIBDIR%%/gtk-1.2/gtkhtml.pyc -%%PYTHON_SITELIBDIR%%/gtk-1.2/gtkhtml.pyo -share/examples/py-gnome/about.py -share/examples/py-gnome/bookmarks-applet.py -share/examples/py-gnome/calculator.py -share/examples/py-gnome/canvas-example.py -share/examples/py-gnome/canvas.py -share/examples/py-gnome/clock-applet.py -share/examples/py-gnome/colorpicker.py -share/examples/py-gnome/dial.py -share/examples/py-gnome/fifteen.py -share/examples/py-gnome/gtkhtml_demo.py -share/examples/py-gnome/html_demo.py -share/examples/py-gnome/stock_demo.py -share/examples/py-gnome/ted_demo.py -share/examples/py-gnome/uiinfo_demo.py -share/examples/py-gnome/zterm.py -share/pygtk/1.2/defs/applet.defs -share/pygtk/1.2/defs/capplet.defs -share/pygtk/1.2/defs/gnome-enums.defs -share/pygtk/1.2/defs/gnome.defs -share/pygtk/1.2/defs/gnomeui.defs -share/pygtk/1.2/defs/gtkhtml.defs -share/pygtk/1.2/defs/xmhtml.defs -share/pygtk/1.2/defs/zvt.defs -@dirrm share/examples/py-gnome -@dirrm %%PYTHON_SITELIBDIR%%/gtk-1.2/gnome diff --git a/x11-toolkits/py-wxPython24/Makefile b/x11-toolkits/py-wxPython24/Makefile deleted file mode 100644 index f34edb1df770..000000000000 --- a/x11-toolkits/py-wxPython24/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: wxPython -# Date created: September 18, 1999 -# Whom: nectar@FreeBSD.ORG -# -# $FreeBSD$ -# - -PORTNAME= wxPython -PORTVERSION= 2.3.2.1 -CATEGORIES= x11-toolkits python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= wxpython -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= sobomax@FreeBSD.ORG - -LIB_DEPENDS= wx_gtk.2:${PORTSDIR}/x11-toolkits/wxgtk-devel -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:${PORTSDIR}/graphics/py-opengl - -WX_CONFIG= ${X11BASE}/bin/wx-config - -USE_GMAKE= yes -USE_PYTHON= yes -USE_PYDISTUTILS=yes -USE_GNOMENG= yes -USE_GNOME= gtk12 -MAKE_ENV= WX_CONFIG="${WX_CONFIG}" -DEMO_DIR= ${PYTHONPREFIX_SITELIBDIR}/wxPython/demo - -post-build: - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/demo -.if !defined(DEBUG_FLAGS) - @find ${WRKSRC} -name "*.so" | xargs strip -.endif - -post-install: - @${MKDIR} ${DEMO_DIR} -.for glob in *.py *.pyc - @${INSTALL_DATA} ${WRKSRC}/demo/${glob} ${DEMO_DIR} -.endfor -.for dir in bitmaps bmp_source data - @${MKDIR} ${DEMO_DIR}/${dir} -.for glob in * - @${INSTALL_DATA} ${WRKSRC}/demo/${dir}/${glob} ${DEMO_DIR}/${dir} -.endfor -.endfor - -.include <bsd.port.mk> diff --git a/x11-toolkits/py-wxPython24/distinfo b/x11-toolkits/py-wxPython24/distinfo deleted file mode 100644 index 1d63de40558e..000000000000 --- a/x11-toolkits/py-wxPython24/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (wxPython-2.3.2.1.tar.gz) = e57b4d030c4ba43a9030fdaee083011c diff --git a/x11-toolkits/py-wxPython24/files/patch-aa b/x11-toolkits/py-wxPython24/files/patch-aa deleted file mode 100644 index e077be34f491..000000000000 --- a/x11-toolkits/py-wxPython24/files/patch-aa +++ /dev/null @@ -1,10 +0,0 @@ ---- contrib/stc/contrib/src/stc/ScintillaWX.h 2000/12/08 13:24:39 1.1 -+++ contrib/stc/contrib/src/stc/ScintillaWX.h 2000/12/08 13:25:18 -@@ -41,6 +41,7 @@ - #include "Document.h" - #include "Editor.h" - #include "ScintillaBase.h" -+#include "WinDefs.h" - - #include <wx/wx.h> - #include <wx/dataobj.h> diff --git a/x11-toolkits/py-wxPython24/files/patch-ac b/x11-toolkits/py-wxPython24/files/patch-ac deleted file mode 100644 index 9a5a4b1b76e0..000000000000 --- a/x11-toolkits/py-wxPython24/files/patch-ac +++ /dev/null @@ -1,31 +0,0 @@ ---- setup.py.orig Thu Dec 20 18:33:42 2001 -+++ setup.py Sun Jan 20 11:00:24 2002 -@@ -111,6 +111,16 @@ - - - #---------------------------------------------------------------------- -+# Check for some environment variables -+#---------------------------------------------------------------------- -+ -+try: gtk_config = os.environ['GTK_CONFIG'] -+except KeyError: gtk_config = 'gtk-config' -+ -+try: sys_libs = string.split(os.environ['LIBS']) -+except KeyError: sys_libs = [] -+ -+#---------------------------------------------------------------------- - # Check for build flags on the command line - #---------------------------------------------------------------------- - -@@ -277,9 +287,10 @@ - ] - libdirs = [] - libs = [] -+ libs.extend(sys_libs) - - cflags = os.popen(WX_CONFIG + ' --cxxflags', 'r').read()[:-1] + ' ' + \ -- os.popen('gtk-config --cflags', 'r').read()[:-1] -+ os.popen(gtk_config + ' --cflags', 'r').read()[:-1] - cflags = string.split(cflags) - - lflags = os.popen(WX_CONFIG + ' --libs', 'r').read()[:-1] diff --git a/x11-toolkits/py-wxPython24/pkg-comment b/x11-toolkits/py-wxPython24/pkg-comment deleted file mode 100644 index 3afec5d3c22b..000000000000 --- a/x11-toolkits/py-wxPython24/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Python bindings for the wxWindows/GTK GUI toolkit diff --git a/x11-toolkits/py-wxPython24/pkg-descr b/x11-toolkits/py-wxPython24/pkg-descr deleted file mode 100644 index 7b577eb6349f..000000000000 --- a/x11-toolkits/py-wxPython24/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -From the home page: - wxPython is a GUI toolkit for the Python programming language. It allows - Python programmers to create programs with a robust, highly functional - graphical user interface, simply and easily. It is implemented as a Python - extension module (native code) that wraps the popular wxWindows cross- - platform GUI library, which is written in C++. - - wxPython is a cross-platform toolkit. This means that the same program - will run on multiple platforms without modification. Currently supported - platforms are Microsoft Windows, and most Unix or unix-like systems. - -WWW: http://www.wxpython.org/ diff --git a/x11-toolkits/py-wxPython24/pkg-plist b/x11-toolkits/py-wxPython24/pkg-plist deleted file mode 100644 index 6d324dfb07fe..000000000000 --- a/x11-toolkits/py-wxPython24/pkg-plist +++ /dev/null @@ -1,593 +0,0 @@ -%%PYTHON_SITELIBDIR%%/wxPython/__init__.py -%%PYTHON_SITELIBDIR%%/wxPython/__init__.pyc -%%PYTHON_SITELIBDIR%%/wxPython/__init__.pyo -%%PYTHON_SITELIBDIR%%/wxPython/__version__.py -%%PYTHON_SITELIBDIR%%/wxPython/__version__.pyc -%%PYTHON_SITELIBDIR%%/wxPython/__version__.pyo -%%PYTHON_SITELIBDIR%%/wxPython/calendar.py -%%PYTHON_SITELIBDIR%%/wxPython/calendar.pyc -%%PYTHON_SITELIBDIR%%/wxPython/calendar.pyo -%%PYTHON_SITELIBDIR%%/wxPython/calendarc.so -%%PYTHON_SITELIBDIR%%/wxPython/clip_dnd.py -%%PYTHON_SITELIBDIR%%/wxPython/clip_dnd.pyc -%%PYTHON_SITELIBDIR%%/wxPython/clip_dnd.pyo -%%PYTHON_SITELIBDIR%%/wxPython/cmndlgs.py -%%PYTHON_SITELIBDIR%%/wxPython/cmndlgs.pyc -%%PYTHON_SITELIBDIR%%/wxPython/cmndlgs.pyo -%%PYTHON_SITELIBDIR%%/wxPython/controls.py -%%PYTHON_SITELIBDIR%%/wxPython/controls.pyc -%%PYTHON_SITELIBDIR%%/wxPython/controls.pyo -%%PYTHON_SITELIBDIR%%/wxPython/controls2.py -%%PYTHON_SITELIBDIR%%/wxPython/controls2.pyc -%%PYTHON_SITELIBDIR%%/wxPython/controls2.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/About.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/About.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ActiveXWrapper_Acrobat.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ActiveXWrapper_Acrobat.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ActiveXWrapper_IE.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ActiveXWrapper_IE.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ColorPanel.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ColorPanel.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ColourDB.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ColourDB.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ColourSelect.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ColourSelect.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ContextHelp.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ContextHelp.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/CustomDragAndDrop.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/CustomDragAndDrop.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/DialogUnits.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/DialogUnits.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/DragAndDrop.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/DragAndDrop.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/DrawXXXList.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/DrawXXXList.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ErrorDialogs.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ErrorDialogs.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/FancyText.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/FancyText.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/FileBrowseButton.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/FileBrowseButton.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/FontEnumerator.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/FontEnumerator.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/GenericButtons.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/GenericButtons.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridCustEditor.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridCustEditor.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridCustTable.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridCustTable.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridEnterHandler.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridEnterHandler.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridHugeTable.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridHugeTable.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridSimple.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridSimple.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridStdEdRend.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridStdEdRend.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ImageBrowser.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ImageBrowser.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/LayoutAnchors.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/LayoutAnchors.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Layoutf.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Layoutf.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/MDIDemo.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/MDIDemo.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/MDISashDemo.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/MDISashDemo.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Main.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Main.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/OOR.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/OOR.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/PrintFramework.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/PrintFramework.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/PyCrust.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/PyCrust.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/PyCrustWithFilling.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/PyCrustWithFilling.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/PythonEvents.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/PythonEvents.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Sizers.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Sizers.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/SlashDot.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/SlashDot.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/SplitTree.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/SplitTree.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/TablePrint.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/TablePrint.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Threads.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Threads.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/URLDragAndDrop.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/URLDragAndDrop.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/VirtualListCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/VirtualListCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/XML_Resource.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/XML_Resource.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/XMLtreeview.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/XMLtreeview.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps/image.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps/image.gif -%%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps/image.jpg -%%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps/image.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps/noicon.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps/robin.jpg -%%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps/smiles.ico -%%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps/splash.gif -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/01c.gif -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/10s.gif -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/12h.gif -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/13d.gif -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/Calend.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/DbDec.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/DbInc.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/Dec.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/GridBG.gif -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/Inc.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/Pt.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/backgrnd.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/copy.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/file1.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/file2.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/folder1.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/folder2.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/folder3.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/lb1.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/lb2.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/mondrian.ico -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/new.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/open.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/paste.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/sm_down.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/sm_up.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/smiles.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/smiles2.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/test2.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/testmask.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/teststar.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/tog1.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/tog2.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/anykey.wav -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/echo.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/echo.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/grid.i -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/imagemap.htm -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/imagemap.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/pic.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/pic2.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/plan.wav -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/resource.wdr -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/resource_wdr.xrc -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/stc.h.html -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/tables.htm -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/test.htm -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/testtable.txt -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/tips.txt -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/widgetTest.htm -%%PYTHON_SITELIBDIR%%/wxPython/demo/demo.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/demo.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/demoMainLoop.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/encode_bitmaps.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/encode_bitmaps.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/hangman.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/hangman.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/images.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/images.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/infoframe.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/infoframe.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/joystick_wdr.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/joystick_wdr.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/mimetypes_wdr.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/mimetypes_wdr.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/pyTree.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/pyTree.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/redemo.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/redemo.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/run.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/run.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/simple.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/simple.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/viewer.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/viewer.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/viewer_basics.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/viewer_basics.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/widgetTest.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/widgetTest.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxButton.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxButton.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxCalendar.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxCalendar.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxCalendarCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxCalendarCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxCheckBox.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxCheckBox.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxCheckListBox.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxCheckListBox.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxChoice.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxChoice.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxColourDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxColourDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxComboBox.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxComboBox.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxDirDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxDirDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxDragImage.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxDragImage.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxDynamicSashWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxDynamicSashWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxEditableListBox.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxEditableListBox.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxEditor.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxEditor.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxFileDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxFileDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxFindReplaceDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxFindReplaceDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxFloatBar.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxFloatBar.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxFontDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxFontDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxFrame.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxFrame.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxGLCanvas.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxGLCanvas.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxGauge.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxGauge.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxGrid.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxGrid.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxHtmlWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxHtmlWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxImage.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxImage.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxJoystick.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxJoystick.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxLEDNumberCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxLEDNumberCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxLayoutConstraints.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxLayoutConstraints.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxListBox.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxListBox.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxListCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxListCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMVCTree.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMVCTree.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMask.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMask.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMessageDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMessageDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMimeTypesManager.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMimeTypesManager.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMiniFrame.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMiniFrame.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMultipleChoiceDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMultipleChoiceDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxNotebook.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxNotebook.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxOGL.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxOGL.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxPageSetupDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxPageSetupDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxPlotCanvas.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxPlotCanvas.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxPopupWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxPopupWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxPrintDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxPrintDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxProcess.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxProcess.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxProgressDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxProgressDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxRadioBox.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxRadioBox.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxRightTextCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxRightTextCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxSashWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxSashWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxScrolledMessageDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxScrolledMessageDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxScrolledWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxScrolledWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxSingleChoiceDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxSingleChoiceDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxSlider.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxSlider.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxSpinButton.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxSpinButton.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxSpinCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxSpinCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxSplitterWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxSplitterWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxStaticBitmap.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxStaticBitmap.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxStaticText.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxStaticText.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxStatusBar.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxStatusBar.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxStyledTextCtrl_1.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxStyledTextCtrl_1.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxStyledTextCtrl_2.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxStyledTextCtrl_2.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxTextCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxTextCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxTextEntryDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxTextEntryDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxTimer.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxTimer.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxToggleButton.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxToggleButton.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxToolBar.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxToolBar.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxTreeCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxTreeCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxVTKRenderWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxVTKRenderWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxValidator.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxValidator.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxWave.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxWave.pyc -%%PYTHON_SITELIBDIR%%/wxPython/dllwidget.py -%%PYTHON_SITELIBDIR%%/wxPython/dllwidget.pyc -%%PYTHON_SITELIBDIR%%/wxPython/dllwidget.pyo -%%PYTHON_SITELIBDIR%%/wxPython/dllwidget_.py -%%PYTHON_SITELIBDIR%%/wxPython/dllwidget_.pyc -%%PYTHON_SITELIBDIR%%/wxPython/dllwidget_.pyo -%%PYTHON_SITELIBDIR%%/wxPython/dllwidget_c.so -%%PYTHON_SITELIBDIR%%/wxPython/events.py -%%PYTHON_SITELIBDIR%%/wxPython/events.pyc -%%PYTHON_SITELIBDIR%%/wxPython/events.pyo -%%PYTHON_SITELIBDIR%%/wxPython/filesys.py -%%PYTHON_SITELIBDIR%%/wxPython/filesys.pyc -%%PYTHON_SITELIBDIR%%/wxPython/filesys.pyo -%%PYTHON_SITELIBDIR%%/wxPython/frames.py -%%PYTHON_SITELIBDIR%%/wxPython/frames.pyc -%%PYTHON_SITELIBDIR%%/wxPython/frames.pyo -%%PYTHON_SITELIBDIR%%/wxPython/gdi.py -%%PYTHON_SITELIBDIR%%/wxPython/gdi.pyc -%%PYTHON_SITELIBDIR%%/wxPython/gdi.pyo -%%PYTHON_SITELIBDIR%%/wxPython/gizmos.py -%%PYTHON_SITELIBDIR%%/wxPython/gizmos.pyc -%%PYTHON_SITELIBDIR%%/wxPython/gizmos.pyo -%%PYTHON_SITELIBDIR%%/wxPython/gizmosc.so -%%PYTHON_SITELIBDIR%%/wxPython/glcanvas.py -%%PYTHON_SITELIBDIR%%/wxPython/glcanvas.pyc -%%PYTHON_SITELIBDIR%%/wxPython/glcanvas.pyo -%%PYTHON_SITELIBDIR%%/wxPython/glcanvasc.so -%%PYTHON_SITELIBDIR%%/wxPython/grid.py -%%PYTHON_SITELIBDIR%%/wxPython/grid.pyc -%%PYTHON_SITELIBDIR%%/wxPython/grid.pyo -%%PYTHON_SITELIBDIR%%/wxPython/gridc.so -%%PYTHON_SITELIBDIR%%/wxPython/help.py -%%PYTHON_SITELIBDIR%%/wxPython/help.pyc -%%PYTHON_SITELIBDIR%%/wxPython/help.pyo -%%PYTHON_SITELIBDIR%%/wxPython/helpc.so -%%PYTHON_SITELIBDIR%%/wxPython/html.py -%%PYTHON_SITELIBDIR%%/wxPython/html.pyc -%%PYTHON_SITELIBDIR%%/wxPython/html.pyo -%%PYTHON_SITELIBDIR%%/wxPython/htmlc.so -%%PYTHON_SITELIBDIR%%/wxPython/htmlhelp.py -%%PYTHON_SITELIBDIR%%/wxPython/htmlhelp.pyc -%%PYTHON_SITELIBDIR%%/wxPython/htmlhelp.pyo -%%PYTHON_SITELIBDIR%%/wxPython/image.py -%%PYTHON_SITELIBDIR%%/wxPython/image.pyc -%%PYTHON_SITELIBDIR%%/wxPython/image.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/CDate.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/CDate.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/CDate.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/ClickableHtmlWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/ClickableHtmlWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/ClickableHtmlWindow.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/ErrorDialogs.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/ErrorDialogs.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/ErrorDialogs.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/ErrorDialogs_wdr.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/ErrorDialogs_wdr.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/ErrorDialogs_wdr.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/PyCrustApp.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/PyCrustApp.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/PyCrustApp.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/PyFillingApp.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/PyFillingApp.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/PyFillingApp.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/PyShellApp.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/PyShellApp.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/PyShellApp.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/__init__.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/__init__.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/__init__.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/crust.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/crust.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/crust.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/filling.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/filling.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/filling.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/interpreter.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/interpreter.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/interpreter.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/introspect.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/introspect.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/introspect.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/pseudo.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/pseudo.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/pseudo.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/shell.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/shell.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/shell.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/version.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/version.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/version.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/PythonBitmaps.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PythonBitmaps.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PythonBitmaps.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/__init__.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/__init__.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/__init__.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/activexwrapper.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/activexwrapper.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/activexwrapper.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/anchors.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/anchors.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/anchors.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/buttons.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/buttons.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/buttons.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/calendar.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/calendar.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/calendar.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourdb.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourdb.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourdb.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourselect.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourselect.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourselect.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/dialogs.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/dialogs.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/dialogs.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/editor/__init__.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/editor/__init__.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/editor/__init__.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/editor/editor.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/editor/editor.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/editor/editor.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/editor/images.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/editor/images.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/editor/images.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/editor/selection.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/editor/selection.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/editor/selection.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/fancytext.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/fancytext.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/fancytext.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/filebrowsebutton.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/filebrowsebutton.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/filebrowsebutton.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/floatbar.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/floatbar.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/floatbar.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/grids.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/grids.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/grids.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/imagebrowser.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/imagebrowser.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/imagebrowser.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/infoframe.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/infoframe.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/infoframe.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/layoutf.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/layoutf.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/layoutf.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/__init__.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/__init__.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/__init__.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/grid.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/grid.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/grid.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/imagelist.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/imagelist.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/imagelist.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/listctrl.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/listctrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/listctrl.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/mvctree.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/mvctree.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/mvctree.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/printout.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/printout.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/printout.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/pyshell.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/pyshell.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/pyshell.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/rightalign.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/rightalign.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/rightalign.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/rpcMixin.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/rpcMixin.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/rpcMixin.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/shell.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/shell.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/shell.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/splashscreen.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/splashscreen.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/splashscreen.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/vtk.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/vtk.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/vtk.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/wxPlotCanvas.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/wxPlotCanvas.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/wxPlotCanvas.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/wxpTag.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/wxpTag.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/wxpTag.pyo -%%PYTHON_SITELIBDIR%%/wxPython/mdi.py -%%PYTHON_SITELIBDIR%%/wxPython/mdi.pyc -%%PYTHON_SITELIBDIR%%/wxPython/mdi.pyo -%%PYTHON_SITELIBDIR%%/wxPython/misc.py -%%PYTHON_SITELIBDIR%%/wxPython/misc.pyc -%%PYTHON_SITELIBDIR%%/wxPython/misc.pyo -%%PYTHON_SITELIBDIR%%/wxPython/misc2.py -%%PYTHON_SITELIBDIR%%/wxPython/misc2.pyc -%%PYTHON_SITELIBDIR%%/wxPython/misc2.pyo -%%PYTHON_SITELIBDIR%%/wxPython/ogl.py -%%PYTHON_SITELIBDIR%%/wxPython/ogl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/ogl.pyo -%%PYTHON_SITELIBDIR%%/wxPython/oglbasic.py -%%PYTHON_SITELIBDIR%%/wxPython/oglbasic.pyc -%%PYTHON_SITELIBDIR%%/wxPython/oglbasic.pyo -%%PYTHON_SITELIBDIR%%/wxPython/oglc.so -%%PYTHON_SITELIBDIR%%/wxPython/oglcanvas.py -%%PYTHON_SITELIBDIR%%/wxPython/oglcanvas.pyc -%%PYTHON_SITELIBDIR%%/wxPython/oglcanvas.pyo -%%PYTHON_SITELIBDIR%%/wxPython/oglshapes.py -%%PYTHON_SITELIBDIR%%/wxPython/oglshapes.pyc -%%PYTHON_SITELIBDIR%%/wxPython/oglshapes.pyo -%%PYTHON_SITELIBDIR%%/wxPython/oglshapes2.py -%%PYTHON_SITELIBDIR%%/wxPython/oglshapes2.pyc -%%PYTHON_SITELIBDIR%%/wxPython/oglshapes2.pyo -%%PYTHON_SITELIBDIR%%/wxPython/printfw.py -%%PYTHON_SITELIBDIR%%/wxPython/printfw.pyc -%%PYTHON_SITELIBDIR%%/wxPython/printfw.pyo -%%PYTHON_SITELIBDIR%%/wxPython/sizers.py -%%PYTHON_SITELIBDIR%%/wxPython/sizers.pyc -%%PYTHON_SITELIBDIR%%/wxPython/sizers.pyo -%%PYTHON_SITELIBDIR%%/wxPython/stattool.py -%%PYTHON_SITELIBDIR%%/wxPython/stattool.pyc -%%PYTHON_SITELIBDIR%%/wxPython/stattool.pyo -%%PYTHON_SITELIBDIR%%/wxPython/stc.py -%%PYTHON_SITELIBDIR%%/wxPython/stc.pyc -%%PYTHON_SITELIBDIR%%/wxPython/stc.pyo -%%PYTHON_SITELIBDIR%%/wxPython/stc_.py -%%PYTHON_SITELIBDIR%%/wxPython/stc_.pyc -%%PYTHON_SITELIBDIR%%/wxPython/stc_.pyo -%%PYTHON_SITELIBDIR%%/wxPython/stc_c.so -%%PYTHON_SITELIBDIR%%/wxPython/streams.py -%%PYTHON_SITELIBDIR%%/wxPython/streams.pyc -%%PYTHON_SITELIBDIR%%/wxPython/streams.pyo -%%PYTHON_SITELIBDIR%%/wxPython/utils.py -%%PYTHON_SITELIBDIR%%/wxPython/utils.pyc -%%PYTHON_SITELIBDIR%%/wxPython/utils.pyo -%%PYTHON_SITELIBDIR%%/wxPython/utilsc.so -%%PYTHON_SITELIBDIR%%/wxPython/windows.py -%%PYTHON_SITELIBDIR%%/wxPython/windows.pyc -%%PYTHON_SITELIBDIR%%/wxPython/windows.pyo -%%PYTHON_SITELIBDIR%%/wxPython/windows2.py -%%PYTHON_SITELIBDIR%%/wxPython/windows2.pyc -%%PYTHON_SITELIBDIR%%/wxPython/windows2.pyo -%%PYTHON_SITELIBDIR%%/wxPython/windows3.py -%%PYTHON_SITELIBDIR%%/wxPython/windows3.pyc -%%PYTHON_SITELIBDIR%%/wxPython/windows3.pyo -%%PYTHON_SITELIBDIR%%/wxPython/wx.py -%%PYTHON_SITELIBDIR%%/wxPython/wx.pyc -%%PYTHON_SITELIBDIR%%/wxPython/wx.pyo -%%PYTHON_SITELIBDIR%%/wxPython/wxc.so -%%PYTHON_SITELIBDIR%%/wxPython/xrc.py -%%PYTHON_SITELIBDIR%%/wxPython/xrc.pyc -%%PYTHON_SITELIBDIR%%/wxPython/xrc.pyo -%%PYTHON_SITELIBDIR%%/wxPython/xrcc.so -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/lib/editor -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/lib/mixins -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/lib -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/demo/data -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/demo -@dirrm %%PYTHON_SITELIBDIR%%/wxPython diff --git a/x11-toolkits/py-wxPython26/Makefile b/x11-toolkits/py-wxPython26/Makefile deleted file mode 100644 index f34edb1df770..000000000000 --- a/x11-toolkits/py-wxPython26/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: wxPython -# Date created: September 18, 1999 -# Whom: nectar@FreeBSD.ORG -# -# $FreeBSD$ -# - -PORTNAME= wxPython -PORTVERSION= 2.3.2.1 -CATEGORIES= x11-toolkits python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= wxpython -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= sobomax@FreeBSD.ORG - -LIB_DEPENDS= wx_gtk.2:${PORTSDIR}/x11-toolkits/wxgtk-devel -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:${PORTSDIR}/graphics/py-opengl - -WX_CONFIG= ${X11BASE}/bin/wx-config - -USE_GMAKE= yes -USE_PYTHON= yes -USE_PYDISTUTILS=yes -USE_GNOMENG= yes -USE_GNOME= gtk12 -MAKE_ENV= WX_CONFIG="${WX_CONFIG}" -DEMO_DIR= ${PYTHONPREFIX_SITELIBDIR}/wxPython/demo - -post-build: - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/demo -.if !defined(DEBUG_FLAGS) - @find ${WRKSRC} -name "*.so" | xargs strip -.endif - -post-install: - @${MKDIR} ${DEMO_DIR} -.for glob in *.py *.pyc - @${INSTALL_DATA} ${WRKSRC}/demo/${glob} ${DEMO_DIR} -.endfor -.for dir in bitmaps bmp_source data - @${MKDIR} ${DEMO_DIR}/${dir} -.for glob in * - @${INSTALL_DATA} ${WRKSRC}/demo/${dir}/${glob} ${DEMO_DIR}/${dir} -.endfor -.endfor - -.include <bsd.port.mk> diff --git a/x11-toolkits/py-wxPython26/distinfo b/x11-toolkits/py-wxPython26/distinfo deleted file mode 100644 index 1d63de40558e..000000000000 --- a/x11-toolkits/py-wxPython26/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (wxPython-2.3.2.1.tar.gz) = e57b4d030c4ba43a9030fdaee083011c diff --git a/x11-toolkits/py-wxPython26/files/patch-aa b/x11-toolkits/py-wxPython26/files/patch-aa deleted file mode 100644 index e077be34f491..000000000000 --- a/x11-toolkits/py-wxPython26/files/patch-aa +++ /dev/null @@ -1,10 +0,0 @@ ---- contrib/stc/contrib/src/stc/ScintillaWX.h 2000/12/08 13:24:39 1.1 -+++ contrib/stc/contrib/src/stc/ScintillaWX.h 2000/12/08 13:25:18 -@@ -41,6 +41,7 @@ - #include "Document.h" - #include "Editor.h" - #include "ScintillaBase.h" -+#include "WinDefs.h" - - #include <wx/wx.h> - #include <wx/dataobj.h> diff --git a/x11-toolkits/py-wxPython26/files/patch-ac b/x11-toolkits/py-wxPython26/files/patch-ac deleted file mode 100644 index 9a5a4b1b76e0..000000000000 --- a/x11-toolkits/py-wxPython26/files/patch-ac +++ /dev/null @@ -1,31 +0,0 @@ ---- setup.py.orig Thu Dec 20 18:33:42 2001 -+++ setup.py Sun Jan 20 11:00:24 2002 -@@ -111,6 +111,16 @@ - - - #---------------------------------------------------------------------- -+# Check for some environment variables -+#---------------------------------------------------------------------- -+ -+try: gtk_config = os.environ['GTK_CONFIG'] -+except KeyError: gtk_config = 'gtk-config' -+ -+try: sys_libs = string.split(os.environ['LIBS']) -+except KeyError: sys_libs = [] -+ -+#---------------------------------------------------------------------- - # Check for build flags on the command line - #---------------------------------------------------------------------- - -@@ -277,9 +287,10 @@ - ] - libdirs = [] - libs = [] -+ libs.extend(sys_libs) - - cflags = os.popen(WX_CONFIG + ' --cxxflags', 'r').read()[:-1] + ' ' + \ -- os.popen('gtk-config --cflags', 'r').read()[:-1] -+ os.popen(gtk_config + ' --cflags', 'r').read()[:-1] - cflags = string.split(cflags) - - lflags = os.popen(WX_CONFIG + ' --libs', 'r').read()[:-1] diff --git a/x11-toolkits/py-wxPython26/pkg-comment b/x11-toolkits/py-wxPython26/pkg-comment deleted file mode 100644 index 3afec5d3c22b..000000000000 --- a/x11-toolkits/py-wxPython26/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Python bindings for the wxWindows/GTK GUI toolkit diff --git a/x11-toolkits/py-wxPython26/pkg-descr b/x11-toolkits/py-wxPython26/pkg-descr deleted file mode 100644 index 7b577eb6349f..000000000000 --- a/x11-toolkits/py-wxPython26/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -From the home page: - wxPython is a GUI toolkit for the Python programming language. It allows - Python programmers to create programs with a robust, highly functional - graphical user interface, simply and easily. It is implemented as a Python - extension module (native code) that wraps the popular wxWindows cross- - platform GUI library, which is written in C++. - - wxPython is a cross-platform toolkit. This means that the same program - will run on multiple platforms without modification. Currently supported - platforms are Microsoft Windows, and most Unix or unix-like systems. - -WWW: http://www.wxpython.org/ diff --git a/x11-toolkits/py-wxPython26/pkg-plist b/x11-toolkits/py-wxPython26/pkg-plist deleted file mode 100644 index 6d324dfb07fe..000000000000 --- a/x11-toolkits/py-wxPython26/pkg-plist +++ /dev/null @@ -1,593 +0,0 @@ -%%PYTHON_SITELIBDIR%%/wxPython/__init__.py -%%PYTHON_SITELIBDIR%%/wxPython/__init__.pyc -%%PYTHON_SITELIBDIR%%/wxPython/__init__.pyo -%%PYTHON_SITELIBDIR%%/wxPython/__version__.py -%%PYTHON_SITELIBDIR%%/wxPython/__version__.pyc -%%PYTHON_SITELIBDIR%%/wxPython/__version__.pyo -%%PYTHON_SITELIBDIR%%/wxPython/calendar.py -%%PYTHON_SITELIBDIR%%/wxPython/calendar.pyc -%%PYTHON_SITELIBDIR%%/wxPython/calendar.pyo -%%PYTHON_SITELIBDIR%%/wxPython/calendarc.so -%%PYTHON_SITELIBDIR%%/wxPython/clip_dnd.py -%%PYTHON_SITELIBDIR%%/wxPython/clip_dnd.pyc -%%PYTHON_SITELIBDIR%%/wxPython/clip_dnd.pyo -%%PYTHON_SITELIBDIR%%/wxPython/cmndlgs.py -%%PYTHON_SITELIBDIR%%/wxPython/cmndlgs.pyc -%%PYTHON_SITELIBDIR%%/wxPython/cmndlgs.pyo -%%PYTHON_SITELIBDIR%%/wxPython/controls.py -%%PYTHON_SITELIBDIR%%/wxPython/controls.pyc -%%PYTHON_SITELIBDIR%%/wxPython/controls.pyo -%%PYTHON_SITELIBDIR%%/wxPython/controls2.py -%%PYTHON_SITELIBDIR%%/wxPython/controls2.pyc -%%PYTHON_SITELIBDIR%%/wxPython/controls2.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/About.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/About.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ActiveXWrapper_Acrobat.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ActiveXWrapper_Acrobat.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ActiveXWrapper_IE.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ActiveXWrapper_IE.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ColorPanel.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ColorPanel.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ColourDB.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ColourDB.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ColourSelect.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ColourSelect.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ContextHelp.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ContextHelp.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/CustomDragAndDrop.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/CustomDragAndDrop.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/DialogUnits.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/DialogUnits.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/DragAndDrop.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/DragAndDrop.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/DrawXXXList.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/DrawXXXList.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ErrorDialogs.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ErrorDialogs.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/FancyText.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/FancyText.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/FileBrowseButton.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/FileBrowseButton.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/FontEnumerator.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/FontEnumerator.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/GenericButtons.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/GenericButtons.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridCustEditor.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridCustEditor.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridCustTable.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridCustTable.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridEnterHandler.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridEnterHandler.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridHugeTable.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridHugeTable.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridSimple.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridSimple.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridStdEdRend.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridStdEdRend.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ImageBrowser.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ImageBrowser.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/LayoutAnchors.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/LayoutAnchors.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Layoutf.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Layoutf.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/MDIDemo.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/MDIDemo.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/MDISashDemo.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/MDISashDemo.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Main.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Main.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/OOR.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/OOR.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/PrintFramework.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/PrintFramework.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/PyCrust.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/PyCrust.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/PyCrustWithFilling.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/PyCrustWithFilling.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/PythonEvents.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/PythonEvents.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Sizers.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Sizers.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/SlashDot.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/SlashDot.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/SplitTree.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/SplitTree.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/TablePrint.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/TablePrint.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Threads.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Threads.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/URLDragAndDrop.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/URLDragAndDrop.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/VirtualListCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/VirtualListCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/XML_Resource.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/XML_Resource.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/XMLtreeview.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/XMLtreeview.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps/image.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps/image.gif -%%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps/image.jpg -%%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps/image.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps/noicon.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps/robin.jpg -%%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps/smiles.ico -%%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps/splash.gif -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/01c.gif -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/10s.gif -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/12h.gif -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/13d.gif -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/Calend.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/DbDec.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/DbInc.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/Dec.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/GridBG.gif -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/Inc.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/Pt.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/backgrnd.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/copy.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/file1.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/file2.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/folder1.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/folder2.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/folder3.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/lb1.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/lb2.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/mondrian.ico -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/new.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/open.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/paste.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/sm_down.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/sm_up.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/smiles.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/smiles2.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/test2.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/testmask.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/teststar.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/tog1.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/tog2.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/anykey.wav -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/echo.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/echo.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/grid.i -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/imagemap.htm -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/imagemap.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/pic.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/pic2.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/plan.wav -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/resource.wdr -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/resource_wdr.xrc -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/stc.h.html -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/tables.htm -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/test.htm -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/testtable.txt -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/tips.txt -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/widgetTest.htm -%%PYTHON_SITELIBDIR%%/wxPython/demo/demo.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/demo.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/demoMainLoop.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/encode_bitmaps.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/encode_bitmaps.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/hangman.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/hangman.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/images.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/images.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/infoframe.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/infoframe.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/joystick_wdr.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/joystick_wdr.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/mimetypes_wdr.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/mimetypes_wdr.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/pyTree.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/pyTree.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/redemo.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/redemo.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/run.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/run.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/simple.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/simple.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/viewer.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/viewer.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/viewer_basics.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/viewer_basics.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/widgetTest.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/widgetTest.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxButton.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxButton.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxCalendar.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxCalendar.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxCalendarCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxCalendarCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxCheckBox.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxCheckBox.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxCheckListBox.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxCheckListBox.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxChoice.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxChoice.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxColourDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxColourDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxComboBox.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxComboBox.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxDirDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxDirDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxDragImage.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxDragImage.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxDynamicSashWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxDynamicSashWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxEditableListBox.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxEditableListBox.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxEditor.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxEditor.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxFileDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxFileDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxFindReplaceDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxFindReplaceDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxFloatBar.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxFloatBar.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxFontDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxFontDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxFrame.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxFrame.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxGLCanvas.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxGLCanvas.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxGauge.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxGauge.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxGrid.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxGrid.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxHtmlWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxHtmlWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxImage.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxImage.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxJoystick.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxJoystick.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxLEDNumberCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxLEDNumberCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxLayoutConstraints.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxLayoutConstraints.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxListBox.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxListBox.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxListCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxListCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMVCTree.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMVCTree.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMask.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMask.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMessageDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMessageDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMimeTypesManager.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMimeTypesManager.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMiniFrame.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMiniFrame.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMultipleChoiceDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMultipleChoiceDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxNotebook.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxNotebook.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxOGL.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxOGL.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxPageSetupDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxPageSetupDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxPlotCanvas.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxPlotCanvas.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxPopupWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxPopupWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxPrintDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxPrintDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxProcess.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxProcess.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxProgressDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxProgressDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxRadioBox.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxRadioBox.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxRightTextCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxRightTextCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxSashWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxSashWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxScrolledMessageDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxScrolledMessageDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxScrolledWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxScrolledWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxSingleChoiceDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxSingleChoiceDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxSlider.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxSlider.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxSpinButton.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxSpinButton.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxSpinCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxSpinCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxSplitterWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxSplitterWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxStaticBitmap.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxStaticBitmap.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxStaticText.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxStaticText.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxStatusBar.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxStatusBar.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxStyledTextCtrl_1.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxStyledTextCtrl_1.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxStyledTextCtrl_2.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxStyledTextCtrl_2.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxTextCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxTextCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxTextEntryDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxTextEntryDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxTimer.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxTimer.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxToggleButton.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxToggleButton.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxToolBar.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxToolBar.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxTreeCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxTreeCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxVTKRenderWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxVTKRenderWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxValidator.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxValidator.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxWave.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxWave.pyc -%%PYTHON_SITELIBDIR%%/wxPython/dllwidget.py -%%PYTHON_SITELIBDIR%%/wxPython/dllwidget.pyc -%%PYTHON_SITELIBDIR%%/wxPython/dllwidget.pyo -%%PYTHON_SITELIBDIR%%/wxPython/dllwidget_.py -%%PYTHON_SITELIBDIR%%/wxPython/dllwidget_.pyc -%%PYTHON_SITELIBDIR%%/wxPython/dllwidget_.pyo -%%PYTHON_SITELIBDIR%%/wxPython/dllwidget_c.so -%%PYTHON_SITELIBDIR%%/wxPython/events.py -%%PYTHON_SITELIBDIR%%/wxPython/events.pyc -%%PYTHON_SITELIBDIR%%/wxPython/events.pyo -%%PYTHON_SITELIBDIR%%/wxPython/filesys.py -%%PYTHON_SITELIBDIR%%/wxPython/filesys.pyc -%%PYTHON_SITELIBDIR%%/wxPython/filesys.pyo -%%PYTHON_SITELIBDIR%%/wxPython/frames.py -%%PYTHON_SITELIBDIR%%/wxPython/frames.pyc -%%PYTHON_SITELIBDIR%%/wxPython/frames.pyo -%%PYTHON_SITELIBDIR%%/wxPython/gdi.py -%%PYTHON_SITELIBDIR%%/wxPython/gdi.pyc -%%PYTHON_SITELIBDIR%%/wxPython/gdi.pyo -%%PYTHON_SITELIBDIR%%/wxPython/gizmos.py -%%PYTHON_SITELIBDIR%%/wxPython/gizmos.pyc -%%PYTHON_SITELIBDIR%%/wxPython/gizmos.pyo -%%PYTHON_SITELIBDIR%%/wxPython/gizmosc.so -%%PYTHON_SITELIBDIR%%/wxPython/glcanvas.py -%%PYTHON_SITELIBDIR%%/wxPython/glcanvas.pyc -%%PYTHON_SITELIBDIR%%/wxPython/glcanvas.pyo -%%PYTHON_SITELIBDIR%%/wxPython/glcanvasc.so -%%PYTHON_SITELIBDIR%%/wxPython/grid.py -%%PYTHON_SITELIBDIR%%/wxPython/grid.pyc -%%PYTHON_SITELIBDIR%%/wxPython/grid.pyo -%%PYTHON_SITELIBDIR%%/wxPython/gridc.so -%%PYTHON_SITELIBDIR%%/wxPython/help.py -%%PYTHON_SITELIBDIR%%/wxPython/help.pyc -%%PYTHON_SITELIBDIR%%/wxPython/help.pyo -%%PYTHON_SITELIBDIR%%/wxPython/helpc.so -%%PYTHON_SITELIBDIR%%/wxPython/html.py -%%PYTHON_SITELIBDIR%%/wxPython/html.pyc -%%PYTHON_SITELIBDIR%%/wxPython/html.pyo -%%PYTHON_SITELIBDIR%%/wxPython/htmlc.so -%%PYTHON_SITELIBDIR%%/wxPython/htmlhelp.py -%%PYTHON_SITELIBDIR%%/wxPython/htmlhelp.pyc -%%PYTHON_SITELIBDIR%%/wxPython/htmlhelp.pyo -%%PYTHON_SITELIBDIR%%/wxPython/image.py -%%PYTHON_SITELIBDIR%%/wxPython/image.pyc -%%PYTHON_SITELIBDIR%%/wxPython/image.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/CDate.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/CDate.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/CDate.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/ClickableHtmlWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/ClickableHtmlWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/ClickableHtmlWindow.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/ErrorDialogs.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/ErrorDialogs.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/ErrorDialogs.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/ErrorDialogs_wdr.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/ErrorDialogs_wdr.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/ErrorDialogs_wdr.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/PyCrustApp.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/PyCrustApp.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/PyCrustApp.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/PyFillingApp.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/PyFillingApp.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/PyFillingApp.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/PyShellApp.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/PyShellApp.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/PyShellApp.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/__init__.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/__init__.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/__init__.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/crust.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/crust.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/crust.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/filling.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/filling.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/filling.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/interpreter.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/interpreter.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/interpreter.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/introspect.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/introspect.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/introspect.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/pseudo.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/pseudo.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/pseudo.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/shell.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/shell.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/shell.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/version.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/version.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/version.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/PythonBitmaps.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PythonBitmaps.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PythonBitmaps.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/__init__.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/__init__.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/__init__.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/activexwrapper.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/activexwrapper.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/activexwrapper.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/anchors.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/anchors.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/anchors.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/buttons.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/buttons.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/buttons.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/calendar.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/calendar.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/calendar.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourdb.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourdb.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourdb.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourselect.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourselect.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourselect.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/dialogs.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/dialogs.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/dialogs.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/editor/__init__.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/editor/__init__.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/editor/__init__.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/editor/editor.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/editor/editor.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/editor/editor.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/editor/images.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/editor/images.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/editor/images.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/editor/selection.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/editor/selection.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/editor/selection.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/fancytext.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/fancytext.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/fancytext.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/filebrowsebutton.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/filebrowsebutton.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/filebrowsebutton.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/floatbar.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/floatbar.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/floatbar.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/grids.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/grids.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/grids.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/imagebrowser.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/imagebrowser.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/imagebrowser.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/infoframe.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/infoframe.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/infoframe.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/layoutf.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/layoutf.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/layoutf.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/__init__.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/__init__.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/__init__.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/grid.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/grid.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/grid.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/imagelist.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/imagelist.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/imagelist.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/listctrl.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/listctrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/listctrl.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/mvctree.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/mvctree.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/mvctree.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/printout.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/printout.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/printout.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/pyshell.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/pyshell.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/pyshell.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/rightalign.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/rightalign.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/rightalign.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/rpcMixin.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/rpcMixin.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/rpcMixin.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/shell.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/shell.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/shell.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/splashscreen.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/splashscreen.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/splashscreen.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/vtk.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/vtk.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/vtk.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/wxPlotCanvas.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/wxPlotCanvas.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/wxPlotCanvas.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/wxpTag.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/wxpTag.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/wxpTag.pyo -%%PYTHON_SITELIBDIR%%/wxPython/mdi.py -%%PYTHON_SITELIBDIR%%/wxPython/mdi.pyc -%%PYTHON_SITELIBDIR%%/wxPython/mdi.pyo -%%PYTHON_SITELIBDIR%%/wxPython/misc.py -%%PYTHON_SITELIBDIR%%/wxPython/misc.pyc -%%PYTHON_SITELIBDIR%%/wxPython/misc.pyo -%%PYTHON_SITELIBDIR%%/wxPython/misc2.py -%%PYTHON_SITELIBDIR%%/wxPython/misc2.pyc -%%PYTHON_SITELIBDIR%%/wxPython/misc2.pyo -%%PYTHON_SITELIBDIR%%/wxPython/ogl.py -%%PYTHON_SITELIBDIR%%/wxPython/ogl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/ogl.pyo -%%PYTHON_SITELIBDIR%%/wxPython/oglbasic.py -%%PYTHON_SITELIBDIR%%/wxPython/oglbasic.pyc -%%PYTHON_SITELIBDIR%%/wxPython/oglbasic.pyo -%%PYTHON_SITELIBDIR%%/wxPython/oglc.so -%%PYTHON_SITELIBDIR%%/wxPython/oglcanvas.py -%%PYTHON_SITELIBDIR%%/wxPython/oglcanvas.pyc -%%PYTHON_SITELIBDIR%%/wxPython/oglcanvas.pyo -%%PYTHON_SITELIBDIR%%/wxPython/oglshapes.py -%%PYTHON_SITELIBDIR%%/wxPython/oglshapes.pyc -%%PYTHON_SITELIBDIR%%/wxPython/oglshapes.pyo -%%PYTHON_SITELIBDIR%%/wxPython/oglshapes2.py -%%PYTHON_SITELIBDIR%%/wxPython/oglshapes2.pyc -%%PYTHON_SITELIBDIR%%/wxPython/oglshapes2.pyo -%%PYTHON_SITELIBDIR%%/wxPython/printfw.py -%%PYTHON_SITELIBDIR%%/wxPython/printfw.pyc -%%PYTHON_SITELIBDIR%%/wxPython/printfw.pyo -%%PYTHON_SITELIBDIR%%/wxPython/sizers.py -%%PYTHON_SITELIBDIR%%/wxPython/sizers.pyc -%%PYTHON_SITELIBDIR%%/wxPython/sizers.pyo -%%PYTHON_SITELIBDIR%%/wxPython/stattool.py -%%PYTHON_SITELIBDIR%%/wxPython/stattool.pyc -%%PYTHON_SITELIBDIR%%/wxPython/stattool.pyo -%%PYTHON_SITELIBDIR%%/wxPython/stc.py -%%PYTHON_SITELIBDIR%%/wxPython/stc.pyc -%%PYTHON_SITELIBDIR%%/wxPython/stc.pyo -%%PYTHON_SITELIBDIR%%/wxPython/stc_.py -%%PYTHON_SITELIBDIR%%/wxPython/stc_.pyc -%%PYTHON_SITELIBDIR%%/wxPython/stc_.pyo -%%PYTHON_SITELIBDIR%%/wxPython/stc_c.so -%%PYTHON_SITELIBDIR%%/wxPython/streams.py -%%PYTHON_SITELIBDIR%%/wxPython/streams.pyc -%%PYTHON_SITELIBDIR%%/wxPython/streams.pyo -%%PYTHON_SITELIBDIR%%/wxPython/utils.py -%%PYTHON_SITELIBDIR%%/wxPython/utils.pyc -%%PYTHON_SITELIBDIR%%/wxPython/utils.pyo -%%PYTHON_SITELIBDIR%%/wxPython/utilsc.so -%%PYTHON_SITELIBDIR%%/wxPython/windows.py -%%PYTHON_SITELIBDIR%%/wxPython/windows.pyc -%%PYTHON_SITELIBDIR%%/wxPython/windows.pyo -%%PYTHON_SITELIBDIR%%/wxPython/windows2.py -%%PYTHON_SITELIBDIR%%/wxPython/windows2.pyc -%%PYTHON_SITELIBDIR%%/wxPython/windows2.pyo -%%PYTHON_SITELIBDIR%%/wxPython/windows3.py -%%PYTHON_SITELIBDIR%%/wxPython/windows3.pyc -%%PYTHON_SITELIBDIR%%/wxPython/windows3.pyo -%%PYTHON_SITELIBDIR%%/wxPython/wx.py -%%PYTHON_SITELIBDIR%%/wxPython/wx.pyc -%%PYTHON_SITELIBDIR%%/wxPython/wx.pyo -%%PYTHON_SITELIBDIR%%/wxPython/wxc.so -%%PYTHON_SITELIBDIR%%/wxPython/xrc.py -%%PYTHON_SITELIBDIR%%/wxPython/xrc.pyc -%%PYTHON_SITELIBDIR%%/wxPython/xrc.pyo -%%PYTHON_SITELIBDIR%%/wxPython/xrcc.so -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/lib/editor -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/lib/mixins -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/lib -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/demo/data -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/demo -@dirrm %%PYTHON_SITELIBDIR%%/wxPython diff --git a/x11-toolkits/py-wxPython28/Makefile b/x11-toolkits/py-wxPython28/Makefile deleted file mode 100644 index f34edb1df770..000000000000 --- a/x11-toolkits/py-wxPython28/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: wxPython -# Date created: September 18, 1999 -# Whom: nectar@FreeBSD.ORG -# -# $FreeBSD$ -# - -PORTNAME= wxPython -PORTVERSION= 2.3.2.1 -CATEGORIES= x11-toolkits python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= wxpython -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= sobomax@FreeBSD.ORG - -LIB_DEPENDS= wx_gtk.2:${PORTSDIR}/x11-toolkits/wxgtk-devel -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:${PORTSDIR}/graphics/py-opengl - -WX_CONFIG= ${X11BASE}/bin/wx-config - -USE_GMAKE= yes -USE_PYTHON= yes -USE_PYDISTUTILS=yes -USE_GNOMENG= yes -USE_GNOME= gtk12 -MAKE_ENV= WX_CONFIG="${WX_CONFIG}" -DEMO_DIR= ${PYTHONPREFIX_SITELIBDIR}/wxPython/demo - -post-build: - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/demo -.if !defined(DEBUG_FLAGS) - @find ${WRKSRC} -name "*.so" | xargs strip -.endif - -post-install: - @${MKDIR} ${DEMO_DIR} -.for glob in *.py *.pyc - @${INSTALL_DATA} ${WRKSRC}/demo/${glob} ${DEMO_DIR} -.endfor -.for dir in bitmaps bmp_source data - @${MKDIR} ${DEMO_DIR}/${dir} -.for glob in * - @${INSTALL_DATA} ${WRKSRC}/demo/${dir}/${glob} ${DEMO_DIR}/${dir} -.endfor -.endfor - -.include <bsd.port.mk> diff --git a/x11-toolkits/py-wxPython28/distinfo b/x11-toolkits/py-wxPython28/distinfo deleted file mode 100644 index 1d63de40558e..000000000000 --- a/x11-toolkits/py-wxPython28/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (wxPython-2.3.2.1.tar.gz) = e57b4d030c4ba43a9030fdaee083011c diff --git a/x11-toolkits/py-wxPython28/files/patch-aa b/x11-toolkits/py-wxPython28/files/patch-aa deleted file mode 100644 index e077be34f491..000000000000 --- a/x11-toolkits/py-wxPython28/files/patch-aa +++ /dev/null @@ -1,10 +0,0 @@ ---- contrib/stc/contrib/src/stc/ScintillaWX.h 2000/12/08 13:24:39 1.1 -+++ contrib/stc/contrib/src/stc/ScintillaWX.h 2000/12/08 13:25:18 -@@ -41,6 +41,7 @@ - #include "Document.h" - #include "Editor.h" - #include "ScintillaBase.h" -+#include "WinDefs.h" - - #include <wx/wx.h> - #include <wx/dataobj.h> diff --git a/x11-toolkits/py-wxPython28/files/patch-ac b/x11-toolkits/py-wxPython28/files/patch-ac deleted file mode 100644 index 9a5a4b1b76e0..000000000000 --- a/x11-toolkits/py-wxPython28/files/patch-ac +++ /dev/null @@ -1,31 +0,0 @@ ---- setup.py.orig Thu Dec 20 18:33:42 2001 -+++ setup.py Sun Jan 20 11:00:24 2002 -@@ -111,6 +111,16 @@ - - - #---------------------------------------------------------------------- -+# Check for some environment variables -+#---------------------------------------------------------------------- -+ -+try: gtk_config = os.environ['GTK_CONFIG'] -+except KeyError: gtk_config = 'gtk-config' -+ -+try: sys_libs = string.split(os.environ['LIBS']) -+except KeyError: sys_libs = [] -+ -+#---------------------------------------------------------------------- - # Check for build flags on the command line - #---------------------------------------------------------------------- - -@@ -277,9 +287,10 @@ - ] - libdirs = [] - libs = [] -+ libs.extend(sys_libs) - - cflags = os.popen(WX_CONFIG + ' --cxxflags', 'r').read()[:-1] + ' ' + \ -- os.popen('gtk-config --cflags', 'r').read()[:-1] -+ os.popen(gtk_config + ' --cflags', 'r').read()[:-1] - cflags = string.split(cflags) - - lflags = os.popen(WX_CONFIG + ' --libs', 'r').read()[:-1] diff --git a/x11-toolkits/py-wxPython28/pkg-comment b/x11-toolkits/py-wxPython28/pkg-comment deleted file mode 100644 index 3afec5d3c22b..000000000000 --- a/x11-toolkits/py-wxPython28/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Python bindings for the wxWindows/GTK GUI toolkit diff --git a/x11-toolkits/py-wxPython28/pkg-descr b/x11-toolkits/py-wxPython28/pkg-descr deleted file mode 100644 index 7b577eb6349f..000000000000 --- a/x11-toolkits/py-wxPython28/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -From the home page: - wxPython is a GUI toolkit for the Python programming language. It allows - Python programmers to create programs with a robust, highly functional - graphical user interface, simply and easily. It is implemented as a Python - extension module (native code) that wraps the popular wxWindows cross- - platform GUI library, which is written in C++. - - wxPython is a cross-platform toolkit. This means that the same program - will run on multiple platforms without modification. Currently supported - platforms are Microsoft Windows, and most Unix or unix-like systems. - -WWW: http://www.wxpython.org/ diff --git a/x11-toolkits/py-wxPython28/pkg-plist b/x11-toolkits/py-wxPython28/pkg-plist deleted file mode 100644 index 6d324dfb07fe..000000000000 --- a/x11-toolkits/py-wxPython28/pkg-plist +++ /dev/null @@ -1,593 +0,0 @@ -%%PYTHON_SITELIBDIR%%/wxPython/__init__.py -%%PYTHON_SITELIBDIR%%/wxPython/__init__.pyc -%%PYTHON_SITELIBDIR%%/wxPython/__init__.pyo -%%PYTHON_SITELIBDIR%%/wxPython/__version__.py -%%PYTHON_SITELIBDIR%%/wxPython/__version__.pyc -%%PYTHON_SITELIBDIR%%/wxPython/__version__.pyo -%%PYTHON_SITELIBDIR%%/wxPython/calendar.py -%%PYTHON_SITELIBDIR%%/wxPython/calendar.pyc -%%PYTHON_SITELIBDIR%%/wxPython/calendar.pyo -%%PYTHON_SITELIBDIR%%/wxPython/calendarc.so -%%PYTHON_SITELIBDIR%%/wxPython/clip_dnd.py -%%PYTHON_SITELIBDIR%%/wxPython/clip_dnd.pyc -%%PYTHON_SITELIBDIR%%/wxPython/clip_dnd.pyo -%%PYTHON_SITELIBDIR%%/wxPython/cmndlgs.py -%%PYTHON_SITELIBDIR%%/wxPython/cmndlgs.pyc -%%PYTHON_SITELIBDIR%%/wxPython/cmndlgs.pyo -%%PYTHON_SITELIBDIR%%/wxPython/controls.py -%%PYTHON_SITELIBDIR%%/wxPython/controls.pyc -%%PYTHON_SITELIBDIR%%/wxPython/controls.pyo -%%PYTHON_SITELIBDIR%%/wxPython/controls2.py -%%PYTHON_SITELIBDIR%%/wxPython/controls2.pyc -%%PYTHON_SITELIBDIR%%/wxPython/controls2.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/About.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/About.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ActiveXWrapper_Acrobat.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ActiveXWrapper_Acrobat.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ActiveXWrapper_IE.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ActiveXWrapper_IE.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ColorPanel.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ColorPanel.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ColourDB.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ColourDB.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ColourSelect.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ColourSelect.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ContextHelp.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ContextHelp.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/CustomDragAndDrop.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/CustomDragAndDrop.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/DialogUnits.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/DialogUnits.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/DragAndDrop.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/DragAndDrop.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/DrawXXXList.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/DrawXXXList.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ErrorDialogs.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ErrorDialogs.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/FancyText.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/FancyText.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/FileBrowseButton.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/FileBrowseButton.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/FontEnumerator.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/FontEnumerator.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/GenericButtons.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/GenericButtons.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridCustEditor.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridCustEditor.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridCustTable.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridCustTable.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridEnterHandler.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridEnterHandler.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridHugeTable.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridHugeTable.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridSimple.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridSimple.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridStdEdRend.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridStdEdRend.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ImageBrowser.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ImageBrowser.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/LayoutAnchors.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/LayoutAnchors.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Layoutf.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Layoutf.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/MDIDemo.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/MDIDemo.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/MDISashDemo.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/MDISashDemo.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Main.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Main.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/OOR.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/OOR.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/PrintFramework.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/PrintFramework.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/PyCrust.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/PyCrust.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/PyCrustWithFilling.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/PyCrustWithFilling.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/PythonEvents.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/PythonEvents.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Sizers.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Sizers.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/SlashDot.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/SlashDot.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/SplitTree.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/SplitTree.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/TablePrint.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/TablePrint.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Threads.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Threads.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/URLDragAndDrop.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/URLDragAndDrop.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/VirtualListCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/VirtualListCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/XML_Resource.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/XML_Resource.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/XMLtreeview.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/XMLtreeview.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps/image.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps/image.gif -%%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps/image.jpg -%%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps/image.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps/noicon.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps/robin.jpg -%%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps/smiles.ico -%%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps/splash.gif -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/01c.gif -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/10s.gif -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/12h.gif -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/13d.gif -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/Calend.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/DbDec.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/DbInc.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/Dec.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/GridBG.gif -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/Inc.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/Pt.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/backgrnd.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/copy.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/file1.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/file2.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/folder1.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/folder2.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/folder3.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/lb1.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/lb2.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/mondrian.ico -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/new.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/open.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/paste.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/sm_down.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/sm_up.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/smiles.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/smiles2.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/test2.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/testmask.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/teststar.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/tog1.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/tog2.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/anykey.wav -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/echo.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/echo.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/grid.i -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/imagemap.htm -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/imagemap.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/pic.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/pic2.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/plan.wav -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/resource.wdr -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/resource_wdr.xrc -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/stc.h.html -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/tables.htm -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/test.htm -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/testtable.txt -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/tips.txt -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/widgetTest.htm -%%PYTHON_SITELIBDIR%%/wxPython/demo/demo.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/demo.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/demoMainLoop.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/encode_bitmaps.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/encode_bitmaps.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/hangman.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/hangman.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/images.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/images.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/infoframe.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/infoframe.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/joystick_wdr.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/joystick_wdr.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/mimetypes_wdr.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/mimetypes_wdr.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/pyTree.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/pyTree.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/redemo.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/redemo.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/run.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/run.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/simple.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/simple.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/viewer.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/viewer.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/viewer_basics.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/viewer_basics.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/widgetTest.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/widgetTest.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxButton.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxButton.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxCalendar.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxCalendar.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxCalendarCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxCalendarCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxCheckBox.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxCheckBox.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxCheckListBox.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxCheckListBox.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxChoice.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxChoice.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxColourDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxColourDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxComboBox.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxComboBox.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxDirDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxDirDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxDragImage.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxDragImage.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxDynamicSashWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxDynamicSashWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxEditableListBox.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxEditableListBox.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxEditor.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxEditor.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxFileDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxFileDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxFindReplaceDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxFindReplaceDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxFloatBar.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxFloatBar.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxFontDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxFontDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxFrame.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxFrame.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxGLCanvas.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxGLCanvas.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxGauge.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxGauge.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxGrid.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxGrid.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxHtmlWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxHtmlWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxImage.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxImage.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxJoystick.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxJoystick.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxLEDNumberCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxLEDNumberCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxLayoutConstraints.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxLayoutConstraints.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxListBox.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxListBox.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxListCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxListCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMVCTree.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMVCTree.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMask.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMask.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMessageDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMessageDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMimeTypesManager.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMimeTypesManager.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMiniFrame.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMiniFrame.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMultipleChoiceDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMultipleChoiceDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxNotebook.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxNotebook.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxOGL.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxOGL.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxPageSetupDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxPageSetupDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxPlotCanvas.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxPlotCanvas.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxPopupWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxPopupWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxPrintDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxPrintDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxProcess.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxProcess.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxProgressDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxProgressDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxRadioBox.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxRadioBox.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxRightTextCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxRightTextCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxSashWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxSashWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxScrolledMessageDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxScrolledMessageDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxScrolledWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxScrolledWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxSingleChoiceDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxSingleChoiceDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxSlider.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxSlider.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxSpinButton.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxSpinButton.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxSpinCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxSpinCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxSplitterWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxSplitterWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxStaticBitmap.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxStaticBitmap.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxStaticText.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxStaticText.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxStatusBar.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxStatusBar.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxStyledTextCtrl_1.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxStyledTextCtrl_1.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxStyledTextCtrl_2.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxStyledTextCtrl_2.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxTextCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxTextCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxTextEntryDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxTextEntryDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxTimer.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxTimer.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxToggleButton.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxToggleButton.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxToolBar.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxToolBar.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxTreeCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxTreeCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxVTKRenderWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxVTKRenderWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxValidator.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxValidator.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxWave.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxWave.pyc -%%PYTHON_SITELIBDIR%%/wxPython/dllwidget.py -%%PYTHON_SITELIBDIR%%/wxPython/dllwidget.pyc -%%PYTHON_SITELIBDIR%%/wxPython/dllwidget.pyo -%%PYTHON_SITELIBDIR%%/wxPython/dllwidget_.py -%%PYTHON_SITELIBDIR%%/wxPython/dllwidget_.pyc -%%PYTHON_SITELIBDIR%%/wxPython/dllwidget_.pyo -%%PYTHON_SITELIBDIR%%/wxPython/dllwidget_c.so -%%PYTHON_SITELIBDIR%%/wxPython/events.py -%%PYTHON_SITELIBDIR%%/wxPython/events.pyc -%%PYTHON_SITELIBDIR%%/wxPython/events.pyo -%%PYTHON_SITELIBDIR%%/wxPython/filesys.py -%%PYTHON_SITELIBDIR%%/wxPython/filesys.pyc -%%PYTHON_SITELIBDIR%%/wxPython/filesys.pyo -%%PYTHON_SITELIBDIR%%/wxPython/frames.py -%%PYTHON_SITELIBDIR%%/wxPython/frames.pyc -%%PYTHON_SITELIBDIR%%/wxPython/frames.pyo -%%PYTHON_SITELIBDIR%%/wxPython/gdi.py -%%PYTHON_SITELIBDIR%%/wxPython/gdi.pyc -%%PYTHON_SITELIBDIR%%/wxPython/gdi.pyo -%%PYTHON_SITELIBDIR%%/wxPython/gizmos.py -%%PYTHON_SITELIBDIR%%/wxPython/gizmos.pyc -%%PYTHON_SITELIBDIR%%/wxPython/gizmos.pyo -%%PYTHON_SITELIBDIR%%/wxPython/gizmosc.so -%%PYTHON_SITELIBDIR%%/wxPython/glcanvas.py -%%PYTHON_SITELIBDIR%%/wxPython/glcanvas.pyc -%%PYTHON_SITELIBDIR%%/wxPython/glcanvas.pyo -%%PYTHON_SITELIBDIR%%/wxPython/glcanvasc.so -%%PYTHON_SITELIBDIR%%/wxPython/grid.py -%%PYTHON_SITELIBDIR%%/wxPython/grid.pyc -%%PYTHON_SITELIBDIR%%/wxPython/grid.pyo -%%PYTHON_SITELIBDIR%%/wxPython/gridc.so -%%PYTHON_SITELIBDIR%%/wxPython/help.py -%%PYTHON_SITELIBDIR%%/wxPython/help.pyc -%%PYTHON_SITELIBDIR%%/wxPython/help.pyo -%%PYTHON_SITELIBDIR%%/wxPython/helpc.so -%%PYTHON_SITELIBDIR%%/wxPython/html.py -%%PYTHON_SITELIBDIR%%/wxPython/html.pyc -%%PYTHON_SITELIBDIR%%/wxPython/html.pyo -%%PYTHON_SITELIBDIR%%/wxPython/htmlc.so -%%PYTHON_SITELIBDIR%%/wxPython/htmlhelp.py -%%PYTHON_SITELIBDIR%%/wxPython/htmlhelp.pyc -%%PYTHON_SITELIBDIR%%/wxPython/htmlhelp.pyo -%%PYTHON_SITELIBDIR%%/wxPython/image.py -%%PYTHON_SITELIBDIR%%/wxPython/image.pyc -%%PYTHON_SITELIBDIR%%/wxPython/image.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/CDate.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/CDate.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/CDate.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/ClickableHtmlWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/ClickableHtmlWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/ClickableHtmlWindow.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/ErrorDialogs.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/ErrorDialogs.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/ErrorDialogs.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/ErrorDialogs_wdr.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/ErrorDialogs_wdr.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/ErrorDialogs_wdr.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/PyCrustApp.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/PyCrustApp.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/PyCrustApp.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/PyFillingApp.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/PyFillingApp.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/PyFillingApp.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/PyShellApp.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/PyShellApp.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/PyShellApp.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/__init__.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/__init__.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/__init__.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/crust.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/crust.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/crust.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/filling.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/filling.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/filling.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/interpreter.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/interpreter.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/interpreter.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/introspect.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/introspect.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/introspect.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/pseudo.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/pseudo.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/pseudo.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/shell.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/shell.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/shell.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/version.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/version.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/version.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/PythonBitmaps.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PythonBitmaps.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PythonBitmaps.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/__init__.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/__init__.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/__init__.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/activexwrapper.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/activexwrapper.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/activexwrapper.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/anchors.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/anchors.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/anchors.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/buttons.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/buttons.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/buttons.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/calendar.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/calendar.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/calendar.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourdb.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourdb.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourdb.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourselect.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourselect.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourselect.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/dialogs.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/dialogs.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/dialogs.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/editor/__init__.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/editor/__init__.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/editor/__init__.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/editor/editor.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/editor/editor.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/editor/editor.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/editor/images.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/editor/images.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/editor/images.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/editor/selection.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/editor/selection.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/editor/selection.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/fancytext.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/fancytext.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/fancytext.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/filebrowsebutton.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/filebrowsebutton.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/filebrowsebutton.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/floatbar.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/floatbar.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/floatbar.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/grids.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/grids.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/grids.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/imagebrowser.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/imagebrowser.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/imagebrowser.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/infoframe.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/infoframe.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/infoframe.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/layoutf.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/layoutf.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/layoutf.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/__init__.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/__init__.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/__init__.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/grid.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/grid.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/grid.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/imagelist.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/imagelist.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/imagelist.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/listctrl.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/listctrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/listctrl.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/mvctree.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/mvctree.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/mvctree.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/printout.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/printout.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/printout.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/pyshell.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/pyshell.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/pyshell.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/rightalign.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/rightalign.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/rightalign.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/rpcMixin.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/rpcMixin.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/rpcMixin.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/shell.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/shell.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/shell.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/splashscreen.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/splashscreen.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/splashscreen.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/vtk.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/vtk.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/vtk.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/wxPlotCanvas.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/wxPlotCanvas.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/wxPlotCanvas.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/wxpTag.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/wxpTag.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/wxpTag.pyo -%%PYTHON_SITELIBDIR%%/wxPython/mdi.py -%%PYTHON_SITELIBDIR%%/wxPython/mdi.pyc -%%PYTHON_SITELIBDIR%%/wxPython/mdi.pyo -%%PYTHON_SITELIBDIR%%/wxPython/misc.py -%%PYTHON_SITELIBDIR%%/wxPython/misc.pyc -%%PYTHON_SITELIBDIR%%/wxPython/misc.pyo -%%PYTHON_SITELIBDIR%%/wxPython/misc2.py -%%PYTHON_SITELIBDIR%%/wxPython/misc2.pyc -%%PYTHON_SITELIBDIR%%/wxPython/misc2.pyo -%%PYTHON_SITELIBDIR%%/wxPython/ogl.py -%%PYTHON_SITELIBDIR%%/wxPython/ogl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/ogl.pyo -%%PYTHON_SITELIBDIR%%/wxPython/oglbasic.py -%%PYTHON_SITELIBDIR%%/wxPython/oglbasic.pyc -%%PYTHON_SITELIBDIR%%/wxPython/oglbasic.pyo -%%PYTHON_SITELIBDIR%%/wxPython/oglc.so -%%PYTHON_SITELIBDIR%%/wxPython/oglcanvas.py -%%PYTHON_SITELIBDIR%%/wxPython/oglcanvas.pyc -%%PYTHON_SITELIBDIR%%/wxPython/oglcanvas.pyo -%%PYTHON_SITELIBDIR%%/wxPython/oglshapes.py -%%PYTHON_SITELIBDIR%%/wxPython/oglshapes.pyc -%%PYTHON_SITELIBDIR%%/wxPython/oglshapes.pyo -%%PYTHON_SITELIBDIR%%/wxPython/oglshapes2.py -%%PYTHON_SITELIBDIR%%/wxPython/oglshapes2.pyc -%%PYTHON_SITELIBDIR%%/wxPython/oglshapes2.pyo -%%PYTHON_SITELIBDIR%%/wxPython/printfw.py -%%PYTHON_SITELIBDIR%%/wxPython/printfw.pyc -%%PYTHON_SITELIBDIR%%/wxPython/printfw.pyo -%%PYTHON_SITELIBDIR%%/wxPython/sizers.py -%%PYTHON_SITELIBDIR%%/wxPython/sizers.pyc -%%PYTHON_SITELIBDIR%%/wxPython/sizers.pyo -%%PYTHON_SITELIBDIR%%/wxPython/stattool.py -%%PYTHON_SITELIBDIR%%/wxPython/stattool.pyc -%%PYTHON_SITELIBDIR%%/wxPython/stattool.pyo -%%PYTHON_SITELIBDIR%%/wxPython/stc.py -%%PYTHON_SITELIBDIR%%/wxPython/stc.pyc -%%PYTHON_SITELIBDIR%%/wxPython/stc.pyo -%%PYTHON_SITELIBDIR%%/wxPython/stc_.py -%%PYTHON_SITELIBDIR%%/wxPython/stc_.pyc -%%PYTHON_SITELIBDIR%%/wxPython/stc_.pyo -%%PYTHON_SITELIBDIR%%/wxPython/stc_c.so -%%PYTHON_SITELIBDIR%%/wxPython/streams.py -%%PYTHON_SITELIBDIR%%/wxPython/streams.pyc -%%PYTHON_SITELIBDIR%%/wxPython/streams.pyo -%%PYTHON_SITELIBDIR%%/wxPython/utils.py -%%PYTHON_SITELIBDIR%%/wxPython/utils.pyc -%%PYTHON_SITELIBDIR%%/wxPython/utils.pyo -%%PYTHON_SITELIBDIR%%/wxPython/utilsc.so -%%PYTHON_SITELIBDIR%%/wxPython/windows.py -%%PYTHON_SITELIBDIR%%/wxPython/windows.pyc -%%PYTHON_SITELIBDIR%%/wxPython/windows.pyo -%%PYTHON_SITELIBDIR%%/wxPython/windows2.py -%%PYTHON_SITELIBDIR%%/wxPython/windows2.pyc -%%PYTHON_SITELIBDIR%%/wxPython/windows2.pyo -%%PYTHON_SITELIBDIR%%/wxPython/windows3.py -%%PYTHON_SITELIBDIR%%/wxPython/windows3.pyc -%%PYTHON_SITELIBDIR%%/wxPython/windows3.pyo -%%PYTHON_SITELIBDIR%%/wxPython/wx.py -%%PYTHON_SITELIBDIR%%/wxPython/wx.pyc -%%PYTHON_SITELIBDIR%%/wxPython/wx.pyo -%%PYTHON_SITELIBDIR%%/wxPython/wxc.so -%%PYTHON_SITELIBDIR%%/wxPython/xrc.py -%%PYTHON_SITELIBDIR%%/wxPython/xrc.pyc -%%PYTHON_SITELIBDIR%%/wxPython/xrc.pyo -%%PYTHON_SITELIBDIR%%/wxPython/xrcc.so -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/lib/editor -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/lib/mixins -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/lib -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/demo/data -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/demo -@dirrm %%PYTHON_SITELIBDIR%%/wxPython diff --git a/x11-toolkits/qt31/Makefile b/x11-toolkits/qt31/Makefile deleted file mode 100644 index e3591223ae1f..000000000000 --- a/x11-toolkits/qt31/Makefile +++ /dev/null @@ -1,119 +0,0 @@ -# New ports collection makefile for: qt-copy -# Date created: 2 November 2001 -# Whom: will@cvs.kde.org -# -# $FreeBSD$ -# - -PORTNAME?= qt -PORTVERSION?= 3.0.5 -PORTREVISION?= 5 -CATEGORIES?= x11-toolkits -MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \ - ftp://ftp.chg.ru/pub/X11/qt/source/ -DISTNAME= qt-x11-free-${PORTVERSION} -DIST_SUBDIR= KDE - -MAINTAINER?= kde@FreeBSD.org - -LIB_DEPENDS= mng.1:${PORTSDIR}/graphics/libmng \ - png.5:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg - -QT_PREFIX?= ${PREFIX} -USE_BZIP2= yes -USE_GMAKE= yes -USE_REINPLACE= yes -REINPLACE_ARGS= -i "" -USE_X_PREFIX= yes -NO_FILTER_SHLIBS= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= -prefix ${QT_PREFIX} \ - -shared -qt-gif -system-zlib \ - -no-g++-exceptions -thread -no-stl \ - -qt-imgfmt-png \ - -qt-imgfmt-jpeg \ - -qt-imgfmt-mng \ - -system-libpng -system-libjpeg -system-libmng \ - -no-nas-sound -sm \ - -docdir ${QT_PREFIX}/share/doc/qt \ - -I${LOCALBASE}/include -L${LOCALBASE}/lib - -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+=-debug -.endif # defined(WITH_DEBUG) - -# backward compatibility -.if defined(WITH_OPENGL) -.undef WITHOUT_OPENFL -.endif # defined(WITH_OPENGL) - -.if !defined(WITHOUT_OPENGL) -USE_MESA= yes -PLIST_SUB+= OPENGL="" -.else # WITHOUT_OPENGL -PLIST_SUB+= OPENGL="@comment " -CONFIGURE_ARGS+=-disable-opengl -.endif # WITHOUT_OPENGL - -CONFIGURE_ENV= ${ECHO} yes | QTDIR="${WRKSRC}" \ - CFLAGS="${CXXFLAGS}" -MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib -ALL_TARGET= symlinks sub-src sub-tools - -.include <bsd.port.pre.mk> - -.if ${MACHINE_ARCH} == "alpha" -CFLAGS+= -O0 -.endif # ${MACHINE_ARCH} == "alpha" - -.if ${XFREE86_VERSION} < 4 -BROKEN= "The QT 3.x port does not support any XFree86 < 4.x" -.endif # ${XFREE86_VERSION} < 4 - -pre-fetch: -.if exists(${X11BASE}/include/qt2/qapp.h) - @${ECHO} - @${ECHO} " NOTICE" - @${ECHO} - @${ECHO} "You have QT2 headers installed! Installing this port" - @${ECHO} "will result in conflicts between QT3 and QT2!" - @${FALSE} -.endif - -# Remove unneeded dirs (speedup) and netscape files (build barfs). -post-patch: - @${FIND} ${WRKSRC} -name CVS | ${XARGS} ${RM} -fr - @${RM} -fr ${WRKSRC}/examples ${WRKSRC}/tutorial - @cd ${WRKSRC}/include; \ - ${RM} -f jri.h jri_md.h jritypes.h npapi.h npupp.h - @cd ${WRKSRC}/extensions/nsplugin/src; \ - ${RM} -f jri.h jri_md.h jritypes.h npapi.h npupp.h \ - npunix.c npwin.cpp - ${REINPLACE_CMD} -e 's,-O2,${CXXFLAGS},' \ - ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf - @${REINPLACE_CMD} -e 's,gcc,${CC},' \ - ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf - @${REINPLACE_CMD} -e 's,g++,${CXX},' \ - ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf - @${REINPLACE_CMD} -e 's,release,release thread,' \ - ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf - -post-build: - cd ${WRKSRC}/tools/makeqpf/; ${SETENV} ${MAKE_ENV} ${MAKE} - cd ${WRKSRC}/tools/mergetr/; ${SETENV} ${MAKE_ENV} ${MAKE} - cd ${WRKSRC}/tools/msg2qm/; ${SETENV} ${MAKE_ENV} ${MAKE} - cd ${WRKSRC}/tools/qembed/; ${SETENV} ${MAKE_ENV} ${MAKE} - cd ${WRKSRC}/tools/qvfb/; ${SETENV} ${MAKE_ENV} ${MAKE} - -# Work around qmake generated dependencies -pre-install: - @${INSTALL_DATA} ${WRKSRC}/lib/*.prl ${PREFIX}/lib - ${INSTALL_PROGRAM} ${WRKSRC}/tools/makeqpf/makeqpf ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/tools/mergetr/mergetr ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/tools/msg2qm/msg2qm ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/tools/qembed/qembed ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/tools/qvfb/qvfb ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/bin/findtr ${PREFIX}/bin - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/qt31/distinfo b/x11-toolkits/qt31/distinfo deleted file mode 100644 index 248d4037be28..000000000000 --- a/x11-toolkits/qt31/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (KDE/qt-x11-free-3.0.5.tar.bz2) = 3c937bf8f39a29af0a17b2a2b156790e diff --git a/x11-toolkits/qt31/files/patch-qmake b/x11-toolkits/qt31/files/patch-qmake deleted file mode 100644 index 0a5359d9de4e..000000000000 --- a/x11-toolkits/qt31/files/patch-qmake +++ /dev/null @@ -1,7 +0,0 @@ ---- qmake/GNUmakefile.in Fri Apr 12 06:20:21 2002 -+++ qmake/GNUmakefile.in Fri Jul 19 12:44:25 2002 -@@ -13,3 +13,3 @@ - --CFLAGS=@QMAKE_CFLAGS@ -I. -Igenerators -Igenerators/unix -Igenerators/win32 -Igenerators/mac \ -+CFLAGS+=@QMAKE_CFLAGS@ -I. -Igenerators -Igenerators/unix -Igenerators/win32 -Igenerators/mac \ - -I@OUT_QTDIR@/include -I@REL_QTDIR@/include -I@OUT_QTDIR@/src/tools \ diff --git a/x11-toolkits/qt31/pkg-comment b/x11-toolkits/qt31/pkg-comment deleted file mode 100644 index 0e56180e5c92..000000000000 --- a/x11-toolkits/qt31/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A C++ X GUI toolkit diff --git a/x11-toolkits/qt31/pkg-descr b/x11-toolkits/qt31/pkg-descr deleted file mode 100644 index 6715a948ad81..000000000000 --- a/x11-toolkits/qt31/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Qt is a toolkit for building a GUI for X in C++. The main -documentation is in share/doc/qt and is also available on -the web. - -WWW: http://doc.trolltech.com/ diff --git a/x11-toolkits/qt31/pkg-plist b/x11-toolkits/qt31/pkg-plist deleted file mode 100644 index 91d670dc8efc..000000000000 --- a/x11-toolkits/qt31/pkg-plist +++ /dev/null @@ -1,2363 +0,0 @@ -bin/assistant -bin/designer -bin/findtr -bin/linguist -bin/lrelease -bin/lupdate -bin/makeqpf -bin/mergetr -bin/msg2qm -bin/moc -bin/qembed -bin/qm2ts -bin/qmake -bin/qtconfig -bin/qvfb -bin/uic -include/private/qapplication_p.h -include/private/qcolor_p.h -include/private/qcom_p.h -include/private/qcomlibrary_p.h -include/private/qcomplextext_p.h -include/private/qcomponentfactory_p.h -include/private/qcriticalsection_p.h -include/private/qdir_p.h -include/private/qeffects_p.h -include/private/qfiledefs_p.h -include/private/qfontcodecs_p.h -include/private/qfontdata_p.h -include/private/qgpluginmanager_p.h -include/private/qimageformatinterface_p.h -include/private/qinputcontext_p.h -include/private/qinternal_p.h -include/private/qlayoutengine_p.h -include/private/qlibrary_p.h -include/private/qmutex_p.h -include/private/qpainter_p.h -include/private/qpluginmanager_p.h -include/private/qpsprinter_p.h -include/private/qrichtext_p.h -include/private/qsharedmemory_p.h -include/private/qsqldriverinterface_p.h -include/private/qsqlmanager_p.h -include/private/qstyleinterface_p.h -include/private/qsvgdevice_p.h -include/private/qtextcodecinterface_p.h -include/private/qtitlebar_p.h -include/private/qucom_p.h -include/private/qucomextra_p.h -include/private/qwidget_p.h -include/private/qwidgetinterface_p.h -include/private/qwidgetresizehandler_p.h -include/q1xcompatibility.h -include/qabstractlayout.h -include/qaccel.h -include/qaccessible.h -include/qaction.h -include/qapp.h -include/qapplication.h -include/qarray.h -include/qasciicache.h -include/qasciidict.h -include/qasyncimageio.h -include/qasyncio.h -include/qbig5codec.h -include/qbitarray.h -include/qbitarry.h -include/qbitmap.h -include/qbrush.h -include/qbttngrp.h -include/qbuffer.h -include/qbutton.h -include/qbuttongroup.h -include/qcache.h -include/qcanvas.h -include/qcdestyle.h -include/qcheckbox.h -include/qchkbox.h -include/qcleanuphandler.h -include/qclipboard.h -include/qclipbrd.h -include/qcollect.h -include/qcollection.h -include/qcolor.h -include/qcolordialog.h -include/qcombo.h -include/qcombobox.h -include/qcommonstyle.h -include/qcompactstyle.h -include/qconfig-dist.h -include/qconfig-large.h -include/qconfig-medium.h -include/qconfig-minimal.h -include/qconfig-small.h -include/qconfig.h -include/qconnect.h -include/qconnection.h -include/qcstring.h -include/qcursor.h -include/qdatabrowser.h -include/qdatastream.h -include/qdatatable.h -include/qdataview.h -include/qdatetime.h -include/qdatetimeedit.h -include/qdatetm.h -include/qdesktopwidget.h -include/qdial.h -include/qdialog.h -include/qdict.h -include/qdir.h -include/qdns.h -include/qdockarea.h -include/qdockwindow.h -include/qdom.h -include/qdragobject.h -include/qdrawutil.h -include/qdrawutl.h -include/qdropsite.h -include/qdstream.h -include/qeditorfactory.h -include/qerrormessage.h -include/qeucjpcodec.h -include/qeuckrcodec.h -include/qevent.h -include/qfeatures.h -include/qfile.h -include/qfiledef.h -include/qfiledialog.h -include/qfiledlg.h -include/qfileinf.h -include/qfileinfo.h -include/qfocusdata.h -include/qfont.h -include/qfontdatabase.h -include/qfontdialog.h -include/qfontdta.h -include/qfontinf.h -include/qfontinfo.h -include/qfontmet.h -include/qfontmetrics.h -include/qframe.h -include/qftp.h -include/qgarray.h -include/qgb18030codec.h -include/qgbkcodec.h -include/qgcache.h -include/qgdict.h -include/qgeneric.h -include/qgif.h -include/qgl.h -include/qglcolormap.h -include/qglist.h -include/qglobal.h -include/qgplugin.h -include/qgrid.h -include/qgridview.h -include/qgroupbox.h -include/qgrpbox.h -include/qguardedptr.h -include/qgvector.h -include/qhbox.h -include/qhbuttongroup.h -include/qheader.h -include/qhgroupbox.h -include/qhostaddress.h -include/qhttp.h -include/qiconset.h -include/qiconview.h -include/qimage.h -include/qimageformatplugin.h -include/qinputdialog.h -include/qintcach.h -include/qintcache.h -include/qintdict.h -include/qinterlacestyle.h -include/qiodev.h -include/qiodevice.h -include/qjiscodec.h -include/qjpegio.h -include/qjpunicode.h -include/qkeycode.h -include/qkeysequence.h -include/qlabel.h -include/qlayout.h -include/qlcdnum.h -include/qlcdnumber.h -include/qlibrary.h -include/qlined.h -include/qlineedit.h -include/qlist.h -include/qlistbox.h -include/qlistview.h -include/qlocalfs.h -include/qmainwindow.h -include/qmap.h -include/qmemarray.h -include/qmenubar.h -include/qmenudata.h -include/qmenudta.h -include/qmessagebox.h -include/qmetaobj.h -include/qmetaobject.h -include/qmime.h -include/qmlined.h -include/qmngio.h -include/qmodules.h -include/qmotifplusstyle.h -include/qmotifstyle.h -include/qmovie.h -include/qmsgbox.h -include/qmultilinedit.h -include/qmultilineedit.h -include/qmutex.h -include/qnamespace.h -include/qnetwork.h -include/qnetworkprotocol.h -include/qnp.h -include/qobjcoll.h -include/qobjdefs.h -include/qobject.h -include/qobjectcleanuphandler.h -include/qobjectdefs.h -include/qobjectdict.h -include/qobjectlist.h -include/qpaintd.h -include/qpaintdc.h -include/qpaintdevice.h -include/qpaintdevicedefs.h -include/qpaintdevicemetrics.h -include/qpainter.h -include/qpair.h -include/qpalette.h -include/qpdevmet.h -include/qpen.h -include/qpicture.h -include/qpixmap.h -include/qpixmapcache.h -include/qplatinumstyle.h -include/qpmcache.h -include/qpngio.h -include/qpntarry.h -include/qpoint.h -include/qpointarray.h -include/qpolygonscanner.h -include/qpopmenu.h -include/qpopupmenu.h -include/qprintdialog.h -include/qprinter.h -include/qprndlg.h -include/qprocess.h -include/qprogbar.h -include/qprogdlg.h -include/qprogressbar.h -include/qprogressdialog.h -include/qpsprn.h -include/qptrcollection.h -include/qptrdict.h -include/qptrlist.h -include/qptrqueue.h -include/qptrstack.h -include/qptrvector.h -include/qpushbt.h -include/qpushbutton.h -include/qqueue.h -include/qradiobt.h -include/qradiobutton.h -include/qrangecontrol.h -include/qrangect.h -include/qrect.h -include/qregexp.h -include/qregion.h -include/qrtlcodec.h -include/qscrbar.h -include/qscrollbar.h -include/qscrollview.h -include/qsemaphore.h -include/qsemimodal.h -include/qserversocket.h -include/qsession.h -include/qsessionmanager.h -include/qsettings.h -include/qsgistyle.h -include/qshared.h -include/qsignal.h -include/qsignalmapper.h -include/qsignalslotimp.h -include/qsimplerichtext.h -include/qsize.h -include/qsizegrip.h -include/qsizepolicy.h -include/qsjiscodec.h -include/qslider.h -include/qsocket.h -include/qsocketdevice.h -include/qsocketnotifier.h -include/qsocknot.h -include/qsortedlist.h -include/qsound.h -include/qspinbox.h -include/qsplitter.h -include/qsql.h -include/qsqlcursor.h -include/qsqldatabase.h -include/qsqldriver.h -include/qsqldriverplugin.h -include/qsqleditorfactory.h -include/qsqlerror.h -include/qsqlfield.h -include/qsqlform.h -include/qsqlindex.h -include/qsqlpropertymap.h -include/qsqlquery.h -include/qsqlrecord.h -include/qsqlresult.h -include/qstack.h -include/qstatusbar.h -include/qstring.h -include/qstringlist.h -include/qstrlist.h -include/qstrvec.h -include/qstyle.h -include/qstylefactory.h -include/qstyleplugin.h -include/qstylesheet.h -include/qt.h -include/qt_x11.h -include/qtabbar.h -include/qtabdialog.h -include/qtabdlg.h -include/qtable.h -include/qtabwidget.h -include/qtextbrowser.h -include/qtextcodec.h -include/qtextcodecfactory.h -include/qtextcodecplugin.h -include/qtextedit.h -include/qtextstream.h -include/qtextview.h -include/qthread.h -include/qtimer.h -include/qtl.h -include/qtmultilineedit.h -include/qtoolbar.h -include/qtoolbutton.h -include/qtooltip.h -include/qtranslator.h -include/qtsciicodec.h -include/qtstream.h -include/qttableview.h -include/qurl.h -include/qurlinfo.h -include/qurloperator.h -include/qutfcodec.h -include/quuid.h -include/qvalidator.h -include/qvaluelist.h -include/qvaluestack.h -include/qvaluevector.h -include/qvariant.h -include/qvbox.h -include/qvbuttongroup.h -include/qvector.h -include/qvfbhdr.h -include/qvgroupbox.h -include/qwaitcondition.h -include/qwhatsthis.h -include/qwidcoll.h -include/qwidget.h -include/qwidgetfactory.h -include/qwidgetintdict.h -include/qwidgetlist.h -include/qwidgetplugin.h -include/qwidgetstack.h -include/qwindefs.h -include/qwindow.h -include/qwindowdefs.h -include/qwindowsstyle.h -include/qwizard.h -include/qwmatrix.h -include/qworkspace.h -include/qxml.h -include/qxt.h -lib/libeditor.prl -lib/libeditor.so -lib/libeditor.so.1 -lib/libeditor.so.1.0 -lib/libeditor.so.1.0.0 -lib/libqnp.prl -lib/libqt-mt.prl -lib/libqt-mt.so -lib/libqt-mt.so.3 -lib/libqt-mt.so.3.0 -lib/libqt-mt.so.3.0.5 -lib/libqui.prl -lib/libqui.so -lib/libqui.so.1 -lib/libqui.so.1.0 -lib/libqui.so.1.0.0 -lib/libqxt.prl -mkspecs/aix-64/qmake.conf -mkspecs/aix-64/qplatformdefs.h -mkspecs/aix-g++/qmake.conf -mkspecs/aix-g++/qplatformdefs.h -mkspecs/aix-xlc/qmake.conf -mkspecs/aix-xlc/qplatformdefs.h -mkspecs/bsdi-g++/qmake.conf -mkspecs/bsdi-g++/qplatformdefs.h -mkspecs/darwin-g++/qmake.conf -mkspecs/darwin-g++/qplatformdefs.h -mkspecs/default/qmake.conf -mkspecs/default/qplatformdefs.h -mkspecs/dgux-g++/qmake.conf -mkspecs/dgux-g++/qplatformdefs.h -mkspecs/freebsd-g++/qmake.conf -mkspecs/freebsd-g++/qplatformdefs.h -mkspecs/hpux-acc/qmake.conf -mkspecs/hpux-acc/qplatformdefs.h -mkspecs/hpux-cc/qmake.conf -mkspecs/hpux-cc/qplatformdefs.h -mkspecs/hpux-g++/qmake.conf -mkspecs/hpux-g++/qplatformdefs.h -mkspecs/hpux-n64/qmake.conf -mkspecs/hpux-n64/qplatformdefs.h -mkspecs/hpux-o64/qmake.conf -mkspecs/hpux-o64/qplatformdefs.h -mkspecs/hurd-g++/qmake.conf -mkspecs/hurd-g++/qplatformdefs.h -mkspecs/irix-64/qmake.conf -mkspecs/irix-64/qplatformdefs.h -mkspecs/irix-g++/qmake.conf -mkspecs/irix-g++/qplatformdefs.h -mkspecs/irix-n32/qmake.conf -mkspecs/irix-n32/qplatformdefs.h -mkspecs/irix-o32/qmake.conf -mkspecs/irix-o32/qplatformdefs.h -mkspecs/linux-cxx/qmake.conf -mkspecs/linux-cxx/qplatformdefs.h -mkspecs/linux-g++/qmake.conf -mkspecs/linux-g++/qplatformdefs.h -mkspecs/linux-icc/qmake.conf -mkspecs/linux-icc/qplatformdefs.h -mkspecs/linux-kcc/qmake.conf -mkspecs/linux-kcc/qplatformdefs.h -mkspecs/linux-pgcc/qmake.conf -mkspecs/linux-pgcc/qplatformdefs.h -mkspecs/mac9-mwerks/mwerksapp.xml -mkspecs/mac9-mwerks/mwerkslib.xml -mkspecs/mac9-mwerks/qmake.conf -mkspecs/mac9-mwerks/qplatformdefs.h -mkspecs/macx-g++/Info.plist.app -mkspecs/macx-g++/qmake.conf -mkspecs/macx-g++/qplatformdefs.h -mkspecs/macx-mwerks/mwerkstmpl.xml -mkspecs/macx-mwerks/qmake.conf -mkspecs/macx-mwerks/qplatformdefs.h -mkspecs/macx-pbuilder/Info.plist.app -mkspecs/macx-pbuilder/qmake.conf -mkspecs/macx-pbuilder/qplatformdefs.h -mkspecs/netbsd-g++/qmake.conf -mkspecs/netbsd-g++/qplatformdefs.h -mkspecs/openbsd-g++/qmake.conf -mkspecs/openbsd-g++/qplatformdefs.h -mkspecs/openunix-cc/qmake.conf -mkspecs/openunix-cc/qplatformdefs.h -mkspecs/openunix-g++/qmake.conf -mkspecs/openunix-g++/qplatformdefs.h -mkspecs/qnx-g++/qmake.conf -mkspecs/qnx-g++/qplatformdefs.h -mkspecs/reliant-64/qmake.conf -mkspecs/reliant-64/qplatformdefs.h -mkspecs/reliant-cds/qmake.conf -mkspecs/reliant-cds/qplatformdefs.h -mkspecs/sco-cc/qmake.conf -mkspecs/sco-cc/qplatformdefs.h -mkspecs/sco-g++/qmake.conf -mkspecs/sco-g++/qplatformdefs.h -mkspecs/solaris-64/qmake.conf -mkspecs/solaris-64/qplatformdefs.h -mkspecs/solaris-cc/qmake.conf -mkspecs/solaris-cc/qplatformdefs.h -mkspecs/solaris-g++-64/qmake.conf -mkspecs/solaris-g++-64/qplatformdefs.h -mkspecs/solaris-g++/qmake.conf -mkspecs/solaris-g++/qplatformdefs.h -mkspecs/solaris-kcc/qmake.conf -mkspecs/solaris-kcc/qplatformdefs.h -mkspecs/sunos-g++/qmake.conf -mkspecs/tru64-cxx/qmake.conf -mkspecs/tru64-cxx/qplatformdefs.h -mkspecs/tru64-g++/qmake.conf -mkspecs/tru64-g++/qplatformdefs.h -mkspecs/ultrix-g++/qmake.conf -mkspecs/unixware-g++/qmake.conf -mkspecs/unixware7-cc/qmake.conf -mkspecs/unixware7-cc/qplatformdefs.h -mkspecs/unixware7-g++/qmake.conf -mkspecs/unixware7-g++/qplatformdefs.h -mkspecs/win32-borland/qmake.conf -mkspecs/win32-borland/qplatformdefs.h -mkspecs/win32-g++/qmake.conf -mkspecs/win32-icc/qmake.conf -mkspecs/win32-icc/qplatformdefs.h -mkspecs/win32-icc/win32app.dsp -mkspecs/win32-icc/win32dll.dsp -mkspecs/win32-icc/win32lib.dsp -mkspecs/win32-msvc/qmake.conf -mkspecs/win32-msvc/qplatformdefs.h -mkspecs/win32-msvc/win32app.dsp -mkspecs/win32-msvc/win32dll.dsp -mkspecs/win32-msvc/win32lib.dsp -mkspecs/win32-visage/qmake.conf -mkspecs/win32-watcom/qmake.conf -plugins/designer/libcppeditor.so -plugins/designer/libdlgplugin.so -plugins/designer/librcplugin.so -plugins/designer/libwizards.so -share/doc/qt/aboutqt.html -share/doc/qt/abstract-connections.png -share/doc/qt/abstractwidgets.html -share/doc/qt/accelerators.html -share/doc/qt/aclock-example.html -share/doc/qt/actiongroup-example.html -share/doc/qt/actiongroup.html -share/doc/qt/addressbook-example.html -share/doc/qt/advanced.html -share/doc/qt/annotated.html -share/doc/qt/appearance.html -share/doc/qt/appicon.html -share/doc/qt/application.html -share/doc/qt/assistant-1.html -share/doc/qt/assistant-2.html -share/doc/qt/assistant-3.html -share/doc/qt/assistant-4.html -share/doc/qt/assistant.html -share/doc/qt/assistant.xml -share/doc/qt/basic.html -share/doc/qt/bearings.png -share/doc/qt/biff-example.html -share/doc/qt/bigtable-example.html -share/doc/qt/book-dialog.png -share/doc/qt/book-main.png -share/doc/qt/brush-styles.png -share/doc/qt/bughowto.html -share/doc/qt/buttongroup-m.png -share/doc/qt/buttongroup-w.png -share/doc/qt/buttongroups-example.html -share/doc/qt/buyhowto.html -share/doc/qt/callbacks.png -share/doc/qt/canvas-chart-example.html -share/doc/qt/canvas-example.html -share/doc/qt/canvas.html -share/doc/qt/chart-forms.png -share/doc/qt/chart-main.png -share/doc/qt/chart-main2.png -share/doc/qt/chart-options.png -share/doc/qt/chart-setdata.png -share/doc/qt/checklists-example.html -share/doc/qt/classchart.html -share/doc/qt/classes.html -share/doc/qt/clientserver-example.html -share/doc/qt/collection.html -share/doc/qt/commonproblems.html -share/doc/qt/concrete-connections.png -share/doc/qt/coordsys.html -share/doc/qt/coordsys.png -share/doc/qt/credits.html -share/doc/qt/cursor-example.html -share/doc/qt/cursors.png -share/doc/qt/customlayout-example.html -share/doc/qt/customlayout.html -share/doc/qt/customstyles.html -share/doc/qt/database-connections.png -share/doc/qt/database.html -share/doc/qt/datastreamformat.html -share/doc/qt/datetimewidgets.png -share/doc/qt/dclock-example.html -share/doc/qt/debug.html -share/doc/qt/demo-example.html -share/doc/qt/designer-manual-1.html -share/doc/qt/designer-manual-10.html -share/doc/qt/designer-manual-11.html -share/doc/qt/designer-manual-12.html -share/doc/qt/designer-manual-13.html -share/doc/qt/designer-manual-14.html -share/doc/qt/designer-manual-15.html -share/doc/qt/designer-manual-2.html -share/doc/qt/designer-manual-3.html -share/doc/qt/designer-manual-4.html -share/doc/qt/designer-manual-5.html -share/doc/qt/designer-manual-6.html -share/doc/qt/designer-manual-7.html -share/doc/qt/designer-manual-8.html -share/doc/qt/designer-manual-9.html -share/doc/qt/designer-manual.html -share/doc/qt/designer.png -share/doc/qt/designer.xml -share/doc/qt/designer1.jpg -share/doc/qt/designer2.jpg -share/doc/qt/designer3.jpg -share/doc/qt/desktop-example.html -share/doc/qt/dialogs.html -share/doc/qt/dirview-example.html -share/doc/qt/dnd.html -share/doc/qt/doc.png -share/doc/qt/doneandnext.png -share/doc/qt/draganddrop.html -share/doc/qt/dragdrop-example.html -share/doc/qt/drawdemo-example.html -share/doc/qt/drawlines-example.html -share/doc/qt/edit-dbtable-dialog.png -share/doc/qt/editcopy.png -share/doc/qt/editcut.png -share/doc/qt/editfind.png -share/doc/qt/editions.html -share/doc/qt/editpaste.png -share/doc/qt/editredo.png -share/doc/qt/editundo.png -share/doc/qt/emb-accel.html -share/doc/qt/emb-casestudy.html -share/doc/qt/emb-charinput.html -share/doc/qt/emb-classes.html -share/doc/qt/emb-envvars.html -share/doc/qt/emb-features.html -share/doc/qt/emb-fonts.html -share/doc/qt/emb-framebuffer-howto.html -share/doc/qt/emb-install.html -share/doc/qt/emb-performance.html -share/doc/qt/emb-pointer.html -share/doc/qt/emb-porting.html -share/doc/qt/emb-qvfb.html -share/doc/qt/emb-running.html -share/doc/qt/emb-vnc.html -share/doc/qt/embedporting.html -share/doc/qt/environment.html -share/doc/qt/events.html -share/doc/qt/eventsandfilters.html -share/doc/qt/examples-chart-canvastext-h.html -share/doc/qt/examples-chart-canvasview-cpp.html -share/doc/qt/examples-chart-canvasview-h.html -share/doc/qt/examples-chart-chart-pro.html -share/doc/qt/examples-chart-chartform-cpp.html -share/doc/qt/examples-chart-chartform-h.html -share/doc/qt/examples-chart-chartform_canvas-cpp.html -share/doc/qt/examples-chart-chartform_files-cpp.html -share/doc/qt/examples-chart-element-cpp.html -share/doc/qt/examples-chart-element-h.html -share/doc/qt/examples-chart-main-cpp.html -share/doc/qt/examples-chart-optionsform-cpp.html -share/doc/qt/examples-chart-optionsform-h.html -share/doc/qt/examples-chart-setdataform-cpp.html -share/doc/qt/examples-chart-setdataform-h.html -share/doc/qt/examples.html -share/doc/qt/face.jpg -share/doc/qt/filechooser.png -share/doc/qt/fileiconview-example.html -share/doc/qt/fileopen.png -share/doc/qt/fileprint.png -share/doc/qt/filesave.png -share/doc/qt/finddialog.png -share/doc/qt/focus.html -share/doc/qt/forever-example.html -share/doc/qt/frames.png -share/doc/qt/ftpclient-example.html -share/doc/qt/functions.html -share/doc/qt/geomanagement.html -share/doc/qt/geometry.html -share/doc/qt/geometry.png -share/doc/qt/gpl.html -share/doc/qt/graph.g1n -share/doc/qt/grapher-nsplugin-example.html -share/doc/qt/graphics.html -share/doc/qt/gridlayout.png -share/doc/qt/groupbox-m.png -share/doc/qt/groupbox-w.png -share/doc/qt/groups.html -share/doc/qt/guibooks.html -share/doc/qt/headers.html -share/doc/qt/hello-example.html -share/doc/qt/helpsystem.html -share/doc/qt/helpviewer-example.html -share/doc/qt/hierarchy.html -share/doc/qt/how-to-learn-qt.html -share/doc/qt/httpd-example.html -share/doc/qt/i18n-example.html -share/doc/qt/i18n.html -share/doc/qt/iconset.png -share/doc/qt/iconview-example.html -share/doc/qt/iconview-simple_dd-main-cpp.html -share/doc/qt/iconview-simple_dd-main-h.html -share/doc/qt/iconview.html -share/doc/qt/images.html -share/doc/qt/index -share/doc/qt/index.html -share/doc/qt/inputdialogs.png -share/doc/qt/install-win.html -share/doc/qt/install-x11.html -share/doc/qt/installation.html -share/doc/qt/io.html -share/doc/qt/keyfeatures30.html -share/doc/qt/layout-example.html -share/doc/qt/layout.html -share/doc/qt/layout1.png -share/doc/qt/layout2.png -share/doc/qt/license.html -share/doc/qt/licenses.html -share/doc/qt/life-example.html -share/doc/qt/lineedits-example.html -share/doc/qt/linguist-manual-1.html -share/doc/qt/linguist-manual-2.html -share/doc/qt/linguist-manual-3.html -share/doc/qt/linguist-manual-4.html -share/doc/qt/linguist-manual.html -share/doc/qt/linguist.png -share/doc/qt/linguist.xml -share/doc/qt/listbox-example.html -share/doc/qt/listboxcombo-example.html -share/doc/qt/listviews-example.html -share/doc/qt/logo32.png -share/doc/qt/mail-example.html -share/doc/qt/mailinglists.html -share/doc/qt/mainclasses.html -share/doc/qt/mainlyMotif-editor-example.html -share/doc/qt/mainlyQt-editor-example.html -share/doc/qt/mainlyXt-editor-example.html -share/doc/qt/mainwindow-m.png -share/doc/qt/mainwindow-w.png -share/doc/qt/makeqpf.html -share/doc/qt/mdi-example.html -share/doc/qt/menu-example.html -share/doc/qt/menubar.png -share/doc/qt/metaobjects.html -share/doc/qt/misc.html -share/doc/qt/moc.html -share/doc/qt/modules.html -share/doc/qt/movies-example.html -share/doc/qt/multiclip.png -share/doc/qt/multimedia.html -share/doc/qt/network-examples.html -share/doc/qt/network.html -share/doc/qt/networkprotocol-example.html -share/doc/qt/next.png -share/doc/qt/nextunfinished.png -share/doc/qt/nsplugin-examples.html -share/doc/qt/nsplugin.html -share/doc/qt/object.html -share/doc/qt/objectmodel.html -share/doc/qt/objecttrees.html -share/doc/qt/opengl-box-example.html -share/doc/qt/opengl-examples.html -share/doc/qt/opengl-gear-example.html -share/doc/qt/opengl-overlay-example.html -share/doc/qt/opengl-overlay-x11-example.html -share/doc/qt/opengl-pixmap-example.html -share/doc/qt/opengl-sharedbox-example.html -share/doc/qt/opengl-texture-example.html -share/doc/qt/opengl-x11-overlays.html -share/doc/qt/opengl.html -share/doc/qt/organizers.html -share/doc/qt/outliner-example.html -share/doc/qt/overviews-list.html -share/doc/qt/palette.png -share/doc/qt/pen-cap-styles.png -share/doc/qt/pen-join-styles.png -share/doc/qt/pen-styles.png -share/doc/qt/penstyles.png -share/doc/qt/phrasebookdialog.png -share/doc/qt/phrasebookopen.png -share/doc/qt/picture-example.html -share/doc/qt/pictures.html -share/doc/qt/plugins-howto.html -share/doc/qt/plugins.html -share/doc/qt/pnglogo.png -share/doc/qt/popup-example.html -share/doc/qt/porting.html -share/doc/qt/porting2.html -share/doc/qt/prev.png -share/doc/qt/prevunfinished.png -share/doc/qt/primes.html -share/doc/qt/process-example.html -share/doc/qt/progress-example.html -share/doc/qt/progressbar-example.html -share/doc/qt/properties.html -share/doc/qt/propertydocs -share/doc/qt/propertyindex -share/doc/qt/qaccel-h.html -share/doc/qt/qaccel-members.html -share/doc/qt/qaccel.html -share/doc/qt/qaccessible-h.html -share/doc/qt/qaccessible-members.html -share/doc/qt/qaccessible.html -share/doc/qt/qaccessibleinterface-members.html -share/doc/qt/qaccessibleinterface.html -share/doc/qt/qaccessibleobject-members.html -share/doc/qt/qaccessibleobject.html -share/doc/qt/qaction-application-example.html -share/doc/qt/qaction-examples.html -share/doc/qt/qaction-h.html -share/doc/qt/qaction-members.html -share/doc/qt/qaction.html -share/doc/qt/qactiongroup-members.html -share/doc/qt/qactiongroup.html -share/doc/qt/qactiongroup_menu.png -share/doc/qt/qactiongroup_menu_subwidget.png -share/doc/qt/qactiongroup_toolbar.png -share/doc/qt/qactiongroup_toolbar_exclusive_subwidget.png -share/doc/qt/qactiongroup_toolbar_nonexclusive_subwidget.png -share/doc/qt/qapplication-h.html -share/doc/qt/qapplication-members.html -share/doc/qt/qapplication.html -share/doc/qt/qarray.html -share/doc/qt/qasciicache-h.html -share/doc/qt/qasciicache-members.html -share/doc/qt/qasciicache.html -share/doc/qt/qasciicacheiterator-members.html -share/doc/qt/qasciicacheiterator.html -share/doc/qt/qasciidict-h.html -share/doc/qt/qasciidict-members.html -share/doc/qt/qasciidict.html -share/doc/qt/qasciidictiterator-members.html -share/doc/qt/qasciidictiterator.html -share/doc/qt/qasyncimageio-h.html -share/doc/qt/qasyncio-h.html -share/doc/qt/qasyncio-members.html -share/doc/qt/qasyncio.html -share/doc/qt/qbitarray-h.html -share/doc/qt/qbitarray-members.html -share/doc/qt/qbitarray.html -share/doc/qt/qbitmap-h.html -share/doc/qt/qbitmap-members.html -share/doc/qt/qbitmap.html -share/doc/qt/qbitval-members.html -share/doc/qt/qbitval.html -share/doc/qt/qboxlayout-members.html -share/doc/qt/qboxlayout.html -share/doc/qt/qbrush-h.html -share/doc/qt/qbrush-members.html -share/doc/qt/qbrush.html -share/doc/qt/qbttngrp-m.png -share/doc/qt/qbttngrp-w.png -share/doc/qt/qbuffer-h.html -share/doc/qt/qbuffer-members.html -share/doc/qt/qbuffer.html -share/doc/qt/qbutton-h.html -share/doc/qt/qbutton-members.html -share/doc/qt/qbutton.html -share/doc/qt/qbuttongroup-h.html -share/doc/qt/qbuttongroup-h.png -share/doc/qt/qbuttongroup-members.html -share/doc/qt/qbuttongroup-v.png -share/doc/qt/qbuttongroup.html -share/doc/qt/qbytearray-members.html -share/doc/qt/qbytearray.html -share/doc/qt/qcache-h.html -share/doc/qt/qcache-members.html -share/doc/qt/qcache.html -share/doc/qt/qcacheiterator-members.html -share/doc/qt/qcacheiterator.html -share/doc/qt/qcanvas-h.html -share/doc/qt/qcanvas-members.html -share/doc/qt/qcanvas.html -share/doc/qt/qcanvas.png -share/doc/qt/qcanvasellipse-members.html -share/doc/qt/qcanvasellipse.html -share/doc/qt/qcanvasellipse.png -share/doc/qt/qcanvasitem-members.html -share/doc/qt/qcanvasitem.html -share/doc/qt/qcanvasitemlist-members.html -share/doc/qt/qcanvasitemlist.html -share/doc/qt/qcanvasline-members.html -share/doc/qt/qcanvasline.html -share/doc/qt/qcanvaspixmap-members.html -share/doc/qt/qcanvaspixmap.html -share/doc/qt/qcanvaspixmaparray-members.html -share/doc/qt/qcanvaspixmaparray.html -share/doc/qt/qcanvaspolygon-members.html -share/doc/qt/qcanvaspolygon.html -share/doc/qt/qcanvaspolygonalitem-members.html -share/doc/qt/qcanvaspolygonalitem.html -share/doc/qt/qcanvasrectangle-members.html -share/doc/qt/qcanvasrectangle.html -share/doc/qt/qcanvasspline-members.html -share/doc/qt/qcanvasspline.html -share/doc/qt/qcanvassprite-members.html -share/doc/qt/qcanvassprite.html -share/doc/qt/qcanvastext-members.html -share/doc/qt/qcanvastext.html -share/doc/qt/qcanvasview-members.html -share/doc/qt/qcanvasview.html -share/doc/qt/qcdestyle-h.html -share/doc/qt/qcdestyle-members.html -share/doc/qt/qcdestyle.html -share/doc/qt/qchar-members.html -share/doc/qt/qchar.html -share/doc/qt/qcharref-members.html -share/doc/qt/qcharref.html -share/doc/qt/qcheckbox-h.html -share/doc/qt/qcheckbox-m.png -share/doc/qt/qcheckbox-members.html -share/doc/qt/qcheckbox-w.png -share/doc/qt/qcheckbox.html -share/doc/qt/qchecklistitem-members.html -share/doc/qt/qchecklistitem.html -share/doc/qt/qchecktableitem-members.html -share/doc/qt/qchecktableitem.html -share/doc/qt/qchildevent-members.html -share/doc/qt/qchildevent.html -share/doc/qt/qchkbox-m.png -share/doc/qt/qchkbox-w.png -share/doc/qt/qclipboard-h.html -share/doc/qt/qclipboard-members.html -share/doc/qt/qclipboard.html -share/doc/qt/qcloseevent-members.html -share/doc/qt/qcloseevent.html -share/doc/qt/qcollection.html -share/doc/qt/qcolor-h.html -share/doc/qt/qcolor-members.html -share/doc/qt/qcolor.html -share/doc/qt/qcolordialog-h.html -share/doc/qt/qcolordialog-members.html -share/doc/qt/qcolordialog.html -share/doc/qt/qcolordlg-m.png -share/doc/qt/qcolordlg-w.png -share/doc/qt/qcolordrag-members.html -share/doc/qt/qcolordrag.html -share/doc/qt/qcolorgroup-members.html -share/doc/qt/qcolorgroup.html -share/doc/qt/qcombo1-m.png -share/doc/qt/qcombo1-w.png -share/doc/qt/qcombo2-m.png -share/doc/qt/qcombo2-w.png -share/doc/qt/qcombo3-m.png -share/doc/qt/qcombo3-w.png -share/doc/qt/qcombobox-h.html -share/doc/qt/qcombobox-members.html -share/doc/qt/qcombobox.html -share/doc/qt/qcombotableitem-members.html -share/doc/qt/qcombotableitem.html -share/doc/qt/qcommonstyle-h.html -share/doc/qt/qcommonstyle-members.html -share/doc/qt/qcommonstyle.html -share/doc/qt/qconststring-members.html -share/doc/qt/qconststring.html -share/doc/qt/qcontextmenuevent-members.html -share/doc/qt/qcontextmenuevent.html -share/doc/qt/qcopchannel-members.html -share/doc/qt/qcopchannel.html -share/doc/qt/qcopchannel_qws-h.html -share/doc/qt/qcstring-h.html -share/doc/qt/qcstring-members.html -share/doc/qt/qcstring.html -share/doc/qt/qcursor-h.html -share/doc/qt/qcursor-members.html -share/doc/qt/qcursor.html -share/doc/qt/qcustomevent-members.html -share/doc/qt/qcustomevent.html -share/doc/qt/qcustommenuitem-members.html -share/doc/qt/qcustommenuitem.html -share/doc/qt/qd-buttonstoolbuttons3.png -share/doc/qt/qd-chapdialog-previewing2.png -share/doc/qt/qd-chapdialog-signalsandslots.png -share/doc/qt/qd-chapdialog-taborder.png -share/doc/qt/qd-chapdialogs-addingwidgets.png -share/doc/qt/qd-chapdialogs-creatingmulticlipform3.png -share/doc/qt/qd-chapdialogs-creatingnewprojects.png -share/doc/qt/qd-chapdialogs-layoutwidgets-stepone-after.png -share/doc/qt/qd-chapdialogs-objectexplorer.png -share/doc/qt/qd-chapdialogs-propertyeditor.png -share/doc/qt/qd-chapmainwin-actioneditor1.png -share/doc/qt/qd-chapmainwin-actioneditor2.png -share/doc/qt/qd-chapmainwin-actiongroup.png -share/doc/qt/qd-chapmainwin-addtextedit.png -share/doc/qt/qd-chapmainwin-addwidg.png -share/doc/qt/qd-chapmainwin-alignactiongroup.png -share/doc/qt/qd-chapmainwin-connaction.png -share/doc/qt/qd-chapmainwin-connalign1.png -share/doc/qt/qd-chapmainwin-connfontsize.png -share/doc/qt/qd-chapmainwin-deleteaction.png -share/doc/qt/qd-chapmainwin-dragtomenu.png -share/doc/qt/qd-chapmainwin-dropinmenu1.png -share/doc/qt/qd-chapmainwin-mainwinwiz1.png -share/doc/qt/qd-chapmainwin-mainwinwiz2.png -share/doc/qt/qd-chapmainwin-mainwinwiz3.png -share/doc/qt/qd-chapmainwin-namemenu.png -share/doc/qt/qd-chapmainwin-previewing.png -share/doc/qt/qd-chapmainwin-propeditnewact.png -share/doc/qt/qd-chapmainwin-toolbaractiongroup1.png -share/doc/qt/qd-chapmainwin-toolbarhandle.png -share/doc/qt/qd-chapmainwin-toolbarhandle2.png -share/doc/qt/qd-chooseanimage.png -share/doc/qt/qd-chooseapixmap.png -share/doc/qt/qd-chooseimages.png -share/doc/qt/qd-configmainfile.png -share/doc/qt/qd-containertoolbuttons3.png -share/doc/qt/qd-createtemplate.png -share/doc/qt/qd-customwidgettoolbutton.png -share/doc/qt/qd-custwiddeftab.png -share/doc/qt/qd-custwidproptab.png -share/doc/qt/qd-custwidslotstab.png -share/doc/qt/qd-databasetoolbuttons3.png -share/doc/qt/qd-databrowserwzd.png -share/doc/qt/qd-databrowserwzdpage2.png -share/doc/qt/qd-databrowserwzdpage3.png -share/doc/qt/qd-databrowserwzdpage4.png -share/doc/qt/qd-databrowserwzdpage5.png -share/doc/qt/qd-databrowserwzdpage6.png -share/doc/qt/qd-datatablewzd.png -share/doc/qt/qd-datatablewzdpage2.png -share/doc/qt/qd-datatablewzdpage3.png -share/doc/qt/qd-datatablewzdpage4.png -share/doc/qt/qd-datatablewzdpage5.png -share/doc/qt/qd-dataviewwzd.png -share/doc/qt/qd-dataviewwzdpage2.png -share/doc/qt/qd-dataviewwzdpage3.png -share/doc/qt/qd-dataviewwzdpage4.png -share/doc/qt/qd-displaytoolbuttons3.png -share/doc/qt/qd-editclassvariables.png -share/doc/qt/qd-editcustwidsigtab.png -share/doc/qt/qd-editeditconnections.png -share/doc/qt/qd-editformsettings.png -share/doc/qt/qd-editforwarddeclarations.png -share/doc/qt/qd-editiconview.png -share/doc/qt/qd-editincludesindeclaration.png -share/doc/qt/qd-editincludesinimplementation.png -share/doc/qt/qd-editlistbox.png -share/doc/qt/qd-editlistview.png -share/doc/qt/qd-editlistviewcolumns.png -share/doc/qt/qd-editmenu1.png -share/doc/qt/qd-editpalettedialog.png -share/doc/qt/qd-editpreferencesc++.png -share/doc/qt/qd-editpreferencesgeneral.png -share/doc/qt/qd-editslots1.png -share/doc/qt/qd-edittablecolumns.png -share/doc/qt/qd-edittablerows.png -share/doc/qt/qd-edittoolbuttons3.png -share/doc/qt/qd-filemenu1.png -share/doc/qt/qd-filenew2.png -share/doc/qt/qd-fileopen.png -share/doc/qt/qd-fileoverviewwindow.png -share/doc/qt/qd-filesaveasdialog.png -share/doc/qt/qd-filesaveformasdialog.png -share/doc/qt/qd-filesaveformdialog.png -share/doc/qt/qd-filesaveprojectsettingsdialog.png -share/doc/qt/qd-filetoolbuttons3.png -share/doc/qt/qd-finddirectorydialog.png -share/doc/qt/qd-helpmenu.png -share/doc/qt/qd-helptoolbuttons3.png -share/doc/qt/qd-inputtoolbuttons3.png -share/doc/qt/qd-layout2.1-twogroups.png -share/doc/qt/qd-layout2.2-layoutform.png -share/doc/qt/qd-layout3-groupedwidgets.png -share/doc/qt/qd-layout3-rubberband.png -share/doc/qt/qd-layout3.2-addspacer.png -share/doc/qt/qd-layout3.5-layoutform.png -share/doc/qt/qd-layoutmenu1.png -share/doc/qt/qd-layouttoolbuttons3.png -share/doc/qt/qd-mainwinwzd.png -share/doc/qt/qd-mainwinwzdpage2.png -share/doc/qt/qd-objexpwindowwidgettab.png -share/doc/qt/qd-objexpwinsourcetab.png -share/doc/qt/qd-pagetitle.png -share/doc/qt/qd-previewmenu.png -share/doc/qt/qd-projectaddfile.png -share/doc/qt/qd-projectdbaseconnections.png -share/doc/qt/qd-projectimages.png -share/doc/qt/qd-projectmenu.png -share/doc/qt/qd-projectsettingsc++tabdialog.png -share/doc/qt/qd-projectsettingsdialog.png -share/doc/qt/qd-projectsettingsfilestabdialog.png -share/doc/qt/qd-propedsigtab.png -share/doc/qt/qd-propedwinproptab.png -share/doc/qt/qd-searchfindtextdialog.png -share/doc/qt/qd-searchgotoline.png -share/doc/qt/qd-searchmenu.png -share/doc/qt/qd-searchreplacetext.png -share/doc/qt/qd-searchttoolbuttons3.png -share/doc/qt/qd-selectcolordialog.png -share/doc/qt/qd-selectfontdialog.png -share/doc/qt/qd-textdialog.png -share/doc/qt/qd-title.png -share/doc/qt/qd-toolsmenu.png -share/doc/qt/qd-toolstoolbuttons4.png -share/doc/qt/qd-tunepalettedialog.png -share/doc/qt/qd-viewconnections.png -share/doc/qt/qd-viewstoolbuttons5.png -share/doc/qt/qd-windowmenu1.png -share/doc/qt/qdatabrowser-h.html -share/doc/qt/qdatabrowser-members.html -share/doc/qt/qdatabrowser.html -share/doc/qt/qdatapump-members.html -share/doc/qt/qdatapump.html -share/doc/qt/qdatasink-members.html -share/doc/qt/qdatasink.html -share/doc/qt/qdatasource-members.html -share/doc/qt/qdatasource.html -share/doc/qt/qdatastream-h.html -share/doc/qt/qdatastream-members.html -share/doc/qt/qdatastream.html -share/doc/qt/qdatatable-h.html -share/doc/qt/qdatatable-members.html -share/doc/qt/qdatatable.html -share/doc/qt/qdataview-h.html -share/doc/qt/qdataview-members.html -share/doc/qt/qdataview.html -share/doc/qt/qdate-members.html -share/doc/qt/qdate.html -share/doc/qt/qdateedit-members.html -share/doc/qt/qdateedit.html -share/doc/qt/qdatetime-h.html -share/doc/qt/qdatetime-members.html -share/doc/qt/qdatetime.html -share/doc/qt/qdatetimeedit-h.html -share/doc/qt/qdatetimeedit-members.html -share/doc/qt/qdatetimeedit.html -share/doc/qt/qdesktopwidget-h.html -share/doc/qt/qdesktopwidget-members.html -share/doc/qt/qdesktopwidget.html -share/doc/qt/qdesktopwidget.png -share/doc/qt/qdial-h.html -share/doc/qt/qdial-m.png -share/doc/qt/qdial-members.html -share/doc/qt/qdial-w.png -share/doc/qt/qdial.html -share/doc/qt/qdialog-h.html -share/doc/qt/qdialog-members.html -share/doc/qt/qdialog.html -share/doc/qt/qdict-h.html -share/doc/qt/qdict-members.html -share/doc/qt/qdict.html -share/doc/qt/qdictiterator-members.html -share/doc/qt/qdictiterator.html -share/doc/qt/qdir-example.html -share/doc/qt/qdir-h.html -share/doc/qt/qdir-members.html -share/doc/qt/qdir.html -share/doc/qt/qdirectpainter-members.html -share/doc/qt/qdirectpainter.html -share/doc/qt/qdirectpainter_qws-h.html -share/doc/qt/qdns-h.html -share/doc/qt/qdns-members.html -share/doc/qt/qdns.html -share/doc/qt/qdockarea-h.html -share/doc/qt/qdockarea-members.html -share/doc/qt/qdockarea.html -share/doc/qt/qdockwindow-h.html -share/doc/qt/qdockwindow-members.html -share/doc/qt/qdockwindow.html -share/doc/qt/qdockwindow.png -share/doc/qt/qdom-h.html -share/doc/qt/qdomattr-members.html -share/doc/qt/qdomattr.html -share/doc/qt/qdomcdatasection-members.html -share/doc/qt/qdomcdatasection.html -share/doc/qt/qdomcharacterdata-members.html -share/doc/qt/qdomcharacterdata.html -share/doc/qt/qdomcomment-members.html -share/doc/qt/qdomcomment.html -share/doc/qt/qdomdocument-members.html -share/doc/qt/qdomdocument.html -share/doc/qt/qdomdocumentfragment-members.html -share/doc/qt/qdomdocumentfragment.html -share/doc/qt/qdomdocumenttype-members.html -share/doc/qt/qdomdocumenttype.html -share/doc/qt/qdomelement-members.html -share/doc/qt/qdomelement.html -share/doc/qt/qdomentity-members.html -share/doc/qt/qdomentity.html -share/doc/qt/qdomentityreference-members.html -share/doc/qt/qdomentityreference.html -share/doc/qt/qdomimplementation-members.html -share/doc/qt/qdomimplementation.html -share/doc/qt/qdomnamednodemap-members.html -share/doc/qt/qdomnamednodemap.html -share/doc/qt/qdomnode-members.html -share/doc/qt/qdomnode.html -share/doc/qt/qdomnodelist-members.html -share/doc/qt/qdomnodelist.html -share/doc/qt/qdomnotation-members.html -share/doc/qt/qdomnotation.html -share/doc/qt/qdomprocessinginstruction-members.html -share/doc/qt/qdomprocessinginstruction.html -share/doc/qt/qdomtext-members.html -share/doc/qt/qdomtext.html -share/doc/qt/qdoublevalidator-members.html -share/doc/qt/qdoublevalidator.html -share/doc/qt/qdragenterevent-members.html -share/doc/qt/qdragenterevent.html -share/doc/qt/qdragleaveevent-members.html -share/doc/qt/qdragleaveevent.html -share/doc/qt/qdragmoveevent-members.html -share/doc/qt/qdragmoveevent.html -share/doc/qt/qdragobject-h.html -share/doc/qt/qdragobject-members.html -share/doc/qt/qdragobject.html -share/doc/qt/qdrawutil-h.html -share/doc/qt/qdropevent-members.html -share/doc/qt/qdropevent.html -share/doc/qt/qdropsite-h.html -share/doc/qt/qdropsite-members.html -share/doc/qt/qdropsite.html -share/doc/qt/qeditorfactory-h.html -share/doc/qt/qeditorfactory-members.html -share/doc/qt/qeditorfactory.html -share/doc/qt/qembed.html -share/doc/qt/qerrormessage-h.html -share/doc/qt/qerrormessage-members.html -share/doc/qt/qerrormessage.html -share/doc/qt/qerrormessage.png -share/doc/qt/qeucjpcodec-h.html -share/doc/qt/qeucjpcodec-members.html -share/doc/qt/qeucjpcodec.html -share/doc/qt/qeuckrcodec-h.html -share/doc/qt/qeuckrcodec-members.html -share/doc/qt/qeuckrcodec.html -share/doc/qt/qevent-h.html -share/doc/qt/qevent-members.html -share/doc/qt/qevent.html -share/doc/qt/qfd-example.html -share/doc/qt/qfile-h.html -share/doc/qt/qfile-members.html -share/doc/qt/qfile.html -share/doc/qt/qfiledialog-h.html -share/doc/qt/qfiledialog-members.html -share/doc/qt/qfiledialog.html -share/doc/qt/qfiledlg-m.png -share/doc/qt/qfiledlg-w.png -share/doc/qt/qfileiconprovider-members.html -share/doc/qt/qfileiconprovider.html -share/doc/qt/qfileinfo-h.html -share/doc/qt/qfileinfo-members.html -share/doc/qt/qfileinfo.html -share/doc/qt/qfilepreview-members.html -share/doc/qt/qfilepreview.html -share/doc/qt/qfocusdata-h.html -share/doc/qt/qfocusdata-members.html -share/doc/qt/qfocusdata.html -share/doc/qt/qfocusevent-members.html -share/doc/qt/qfocusevent.html -share/doc/qt/qfont-examples.html -share/doc/qt/qfont-h.html -share/doc/qt/qfont-members.html -share/doc/qt/qfont.html -share/doc/qt/qfontdatabase-h.html -share/doc/qt/qfontdatabase-members.html -share/doc/qt/qfontdatabase.html -share/doc/qt/qfontdialog-h.html -share/doc/qt/qfontdialog-members.html -share/doc/qt/qfontdialog.html -share/doc/qt/qfontdlg-m.png -share/doc/qt/qfontdlg-w.png -share/doc/qt/qfontinfo-h.html -share/doc/qt/qfontinfo-members.html -share/doc/qt/qfontinfo.html -share/doc/qt/qfontmanager-members.html -share/doc/qt/qfontmanager.html -share/doc/qt/qfontmanager_qws-h.html -share/doc/qt/qfontmetrics-h.html -share/doc/qt/qfontmetrics-members.html -share/doc/qt/qfontmetrics.html -share/doc/qt/qframe-h.html -share/doc/qt/qframe-members.html -share/doc/qt/qframe.html -share/doc/qt/qftp-h.html -share/doc/qt/qftp-members.html -share/doc/qt/qftp.html -share/doc/qt/qgb18030codec-h.html -share/doc/qt/qgb18030codec-members.html -share/doc/qt/qgb18030codec.html -share/doc/qt/qgbkcodec-members.html -share/doc/qt/qgbkcodec.html -share/doc/qt/qgfx_qws-h.html -share/doc/qt/qgl-h.html -share/doc/qt/qgl-members.html -share/doc/qt/qgl.html -share/doc/qt/qglayoutiterator-members.html -share/doc/qt/qglayoutiterator.html -share/doc/qt/qglcolormap-h.html -share/doc/qt/qglcolormap-members.html -share/doc/qt/qglcolormap.html -share/doc/qt/qglcontext-members.html -share/doc/qt/qglcontext.html -share/doc/qt/qglformat-members.html -share/doc/qt/qglformat.html -share/doc/qt/qglobal-h.html -share/doc/qt/qglwidget-members.html -share/doc/qt/qglwidget.html -share/doc/qt/qgrid-h.html -share/doc/qt/qgrid-m.png -share/doc/qt/qgrid-members.html -share/doc/qt/qgrid-w.png -share/doc/qt/qgrid.html -share/doc/qt/qgrid.png -share/doc/qt/qgridlayout-members.html -share/doc/qt/qgridlayout.html -share/doc/qt/qgridview-h.html -share/doc/qt/qgridview-members.html -share/doc/qt/qgridview.html -share/doc/qt/qgroupbox-h.html -share/doc/qt/qgroupbox-members.html -share/doc/qt/qgroupbox.html -share/doc/qt/qgroupboxes.png -share/doc/qt/qgrpbox-m.png -share/doc/qt/qgrpbox-w.png -share/doc/qt/qguardedptr-h.html -share/doc/qt/qguardedptr-members.html -share/doc/qt/qguardedptr.html -share/doc/qt/qhbox-h.html -share/doc/qt/qhbox-m.png -share/doc/qt/qhbox-members.html -share/doc/qt/qhbox-w.png -share/doc/qt/qhbox.html -share/doc/qt/qhbox.png -share/doc/qt/qhboxlayout-members.html -share/doc/qt/qhboxlayout.html -share/doc/qt/qhboxlayout.png -share/doc/qt/qhbuttongroup-h.html -share/doc/qt/qhbuttongroup-members.html -share/doc/qt/qhbuttongroup.html -share/doc/qt/qheader-h.html -share/doc/qt/qheader-m.png -share/doc/qt/qheader-members.html -share/doc/qt/qheader-w.png -share/doc/qt/qheader.html -share/doc/qt/qhebrewcodec-members.html -share/doc/qt/qhebrewcodec.html -share/doc/qt/qhgroupbox-h.html -share/doc/qt/qhgroupbox-members.html -share/doc/qt/qhgroupbox.html -share/doc/qt/qhideevent-members.html -share/doc/qt/qhideevent.html -share/doc/qt/qhostaddress-h.html -share/doc/qt/qhostaddress-members.html -share/doc/qt/qhostaddress.html -share/doc/qt/qhttp-h.html -share/doc/qt/qhttp-members.html -share/doc/qt/qhttp.html -share/doc/qt/qicondrag-members.html -share/doc/qt/qicondrag.html -share/doc/qt/qicondragitem-members.html -share/doc/qt/qicondragitem.html -share/doc/qt/qiconset-h.html -share/doc/qt/qiconset-members.html -share/doc/qt/qiconset.html -share/doc/qt/qiconview-h.html -share/doc/qt/qiconview-m.png -share/doc/qt/qiconview-members.html -share/doc/qt/qiconview-w.png -share/doc/qt/qiconview.html -share/doc/qt/qiconviewitem-members.html -share/doc/qt/qiconviewitem.html -share/doc/qt/qimage-h.html -share/doc/qt/qimage-members.html -share/doc/qt/qimage.html -share/doc/qt/qimageconsumer-members.html -share/doc/qt/qimageconsumer.html -share/doc/qt/qimagedecoder-members.html -share/doc/qt/qimagedecoder.html -share/doc/qt/qimagedrag-members.html -share/doc/qt/qimagedrag.html -share/doc/qt/qimageformat-members.html -share/doc/qt/qimageformat.html -share/doc/qt/qimageformatplugin-h.html -share/doc/qt/qimageformatplugin-members.html -share/doc/qt/qimageformatplugin.html -share/doc/qt/qimageformattype-members.html -share/doc/qt/qimageformattype.html -share/doc/qt/qimageio-members.html -share/doc/qt/qimageio.html -share/doc/qt/qimevent-members.html -share/doc/qt/qimevent.html -share/doc/qt/qinputdialog-h.html -share/doc/qt/qinputdialog-members.html -share/doc/qt/qinputdialog.html -share/doc/qt/qintcache-h.html -share/doc/qt/qintcache-members.html -share/doc/qt/qintcache.html -share/doc/qt/qintcacheiterator-members.html -share/doc/qt/qintcacheiterator.html -share/doc/qt/qintdict-h.html -share/doc/qt/qintdict-members.html -share/doc/qt/qintdict.html -share/doc/qt/qintdictiterator-members.html -share/doc/qt/qintdictiterator.html -share/doc/qt/qintvalidator-members.html -share/doc/qt/qintvalidator.html -share/doc/qt/qiodevice-h.html -share/doc/qt/qiodevice-members.html -share/doc/qt/qiodevice.html -share/doc/qt/qiodevicesource-members.html -share/doc/qt/qiodevicesource.html -share/doc/qt/qjiscodec-h.html -share/doc/qt/qjiscodec-members.html -share/doc/qt/qjiscodec.html -share/doc/qt/qkeyboard_qws-h.html -share/doc/qt/qkeyevent-members.html -share/doc/qt/qkeyevent.html -share/doc/qt/qkeysequence-h.html -share/doc/qt/qkeysequence-members.html -share/doc/qt/qkeysequence.html -share/doc/qt/qlabel-h.html -share/doc/qt/qlabel-m.png -share/doc/qt/qlabel-members.html -share/doc/qt/qlabel-w.png -share/doc/qt/qlabel.html -share/doc/qt/qlayout-h.html -share/doc/qt/qlayout-members.html -share/doc/qt/qlayout.html -share/doc/qt/qlayoutitem-members.html -share/doc/qt/qlayoutitem.html -share/doc/qt/qlayoutiterator-members.html -share/doc/qt/qlayoutiterator.html -share/doc/qt/qlcdnum-m.png -share/doc/qt/qlcdnum-w.png -share/doc/qt/qlcdnumber-h.html -share/doc/qt/qlcdnumber-members.html -share/doc/qt/qlcdnumber.html -share/doc/qt/qlibrary-h.html -share/doc/qt/qlibrary-members.html -share/doc/qt/qlibrary.html -share/doc/qt/qlined-m.png -share/doc/qt/qlined-w.png -share/doc/qt/qlineedit-h.html -share/doc/qt/qlineedit-members.html -share/doc/qt/qlineedit.html -share/doc/qt/qlist.html -share/doc/qt/qlistbox-h.html -share/doc/qt/qlistbox-m.png -share/doc/qt/qlistbox-members.html -share/doc/qt/qlistbox-w.png -share/doc/qt/qlistbox.html -share/doc/qt/qlistboxitem-members.html -share/doc/qt/qlistboxitem.html -share/doc/qt/qlistboxpixmap-members.html -share/doc/qt/qlistboxpixmap.html -share/doc/qt/qlistboxtext-members.html -share/doc/qt/qlistboxtext.html -share/doc/qt/qlistiterator.html -share/doc/qt/qlistview-h.html -share/doc/qt/qlistview-m.png -share/doc/qt/qlistview-members.html -share/doc/qt/qlistview-w.png -share/doc/qt/qlistview.html -share/doc/qt/qlistviewitem-members.html -share/doc/qt/qlistviewitem.html -share/doc/qt/qlistviewitemiterator-members.html -share/doc/qt/qlistviewitemiterator.html -share/doc/qt/qlistviewitems.png -share/doc/qt/qlocalfs-h.html -share/doc/qt/qlocalfs-members.html -share/doc/qt/qlocalfs.html -share/doc/qt/qlock-members.html -share/doc/qt/qlock.html -share/doc/qt/qlock_qws-h.html -share/doc/qt/qmag-example.html -share/doc/qt/qmainwindow-h.html -share/doc/qt/qmainwindow-m.png -share/doc/qt/qmainwindow-members.html -share/doc/qt/qmainwindow-qdockareas.png -share/doc/qt/qmainwindow-w.png -share/doc/qt/qmainwindow.html -share/doc/qt/qmake-manual-1.html -share/doc/qt/qmake-manual-2.html -share/doc/qt/qmake-manual-3.html -share/doc/qt/qmake-manual-4.html -share/doc/qt/qmake-manual-5.html -share/doc/qt/qmake-manual-6.html -share/doc/qt/qmake-manual-7.html -share/doc/qt/qmake-manual.html -share/doc/qt/qmake.xml -share/doc/qt/qmap-h.html -share/doc/qt/qmap-members.html -share/doc/qt/qmap.html -share/doc/qt/qmapconstiterator-members.html -share/doc/qt/qmapconstiterator.html -share/doc/qt/qmapiterator-members.html -share/doc/qt/qmapiterator.html -share/doc/qt/qmemarray-h.html -share/doc/qt/qmemarray-members.html -share/doc/qt/qmemarray.html -share/doc/qt/qmenubar-h.html -share/doc/qt/qmenubar-m.png -share/doc/qt/qmenubar-members.html -share/doc/qt/qmenubar-w.png -share/doc/qt/qmenubar.html -share/doc/qt/qmenudata-h.html -share/doc/qt/qmenudata-members.html -share/doc/qt/qmenudata.html -share/doc/qt/qmessagebox-crit.png -share/doc/qt/qmessagebox-h.html -share/doc/qt/qmessagebox-info.png -share/doc/qt/qmessagebox-members.html -share/doc/qt/qmessagebox-warn.png -share/doc/qt/qmessagebox.html -share/doc/qt/qmetaobject-h.html -share/doc/qt/qmetaobject-members.html -share/doc/qt/qmetaobject.html -share/doc/qt/qmetaproperty-members.html -share/doc/qt/qmetaproperty.html -share/doc/qt/qmime-h.html -share/doc/qt/qmimesource-members.html -share/doc/qt/qmimesource.html -share/doc/qt/qmimesourcefactory-members.html -share/doc/qt/qmimesourcefactory.html -share/doc/qt/qmlined-m.png -share/doc/qt/qmlined-w.png -share/doc/qt/qmotifplusstyle-h.html -share/doc/qt/qmotifplusstyle-members.html -share/doc/qt/qmotifplusstyle.html -share/doc/qt/qmotifstyle-h.html -share/doc/qt/qmotifstyle-members.html -share/doc/qt/qmotifstyle.html -share/doc/qt/qmouseevent-members.html -share/doc/qt/qmouseevent.html -share/doc/qt/qmoveevent-members.html -share/doc/qt/qmoveevent.html -share/doc/qt/qmovie-h.html -share/doc/qt/qmovie-members.html -share/doc/qt/qmovie.html -share/doc/qt/qmovie.png -share/doc/qt/qmsgbox-m.png -share/doc/qt/qmsgbox-w.png -share/doc/qt/qmultilineedit-h.html -share/doc/qt/qmultilineedit-members.html -share/doc/qt/qmultilineedit.html -share/doc/qt/qmutex-h.html -share/doc/qt/qmutex-members.html -share/doc/qt/qmutex.html -share/doc/qt/qnamespace-h.html -share/doc/qt/qnetwork-h.html -share/doc/qt/qnetworkoperation-members.html -share/doc/qt/qnetworkoperation.html -share/doc/qt/qnetworkprotocol-h.html -share/doc/qt/qnetworkprotocol-members.html -share/doc/qt/qnetworkprotocol.html -share/doc/qt/qnp-h.html -share/doc/qt/qnpinstance-members.html -share/doc/qt/qnpinstance.html -share/doc/qt/qnplugin-members.html -share/doc/qt/qnplugin.html -share/doc/qt/qnpstream-members.html -share/doc/qt/qnpstream.html -share/doc/qt/qnpwidget-members.html -share/doc/qt/qnpwidget.html -share/doc/qt/qobject-h.html -share/doc/qt/qobject-members.html -share/doc/qt/qobject.html -share/doc/qt/qobjectcleanuphandler-h.html -share/doc/qt/qobjectcleanuphandler-members.html -share/doc/qt/qobjectcleanuphandler.html -share/doc/qt/qobjectlist-h.html -share/doc/qt/qobjectlist-members.html -share/doc/qt/qobjectlist.html -share/doc/qt/qobjectlistit-members.html -share/doc/qt/qobjectlistit.html -share/doc/qt/qpaintdevice-h.html -share/doc/qt/qpaintdevice-members.html -share/doc/qt/qpaintdevice.html -share/doc/qt/qpaintdevicemetrics-h.html -share/doc/qt/qpaintdevicemetrics-members.html -share/doc/qt/qpaintdevicemetrics.html -share/doc/qt/qpainter-h.html -share/doc/qt/qpainter-members.html -share/doc/qt/qpainter.html -share/doc/qt/qpaintevent-members.html -share/doc/qt/qpaintevent.html -share/doc/qt/qpair-h.html -share/doc/qt/qpair-members.html -share/doc/qt/qpair.html -share/doc/qt/qpalette-h.html -share/doc/qt/qpalette-members.html -share/doc/qt/qpalette.html -share/doc/qt/qpen-h.html -share/doc/qt/qpen-members.html -share/doc/qt/qpen.html -share/doc/qt/qpicture-h.html -share/doc/qt/qpicture-members.html -share/doc/qt/qpicture.html -share/doc/qt/qpixmap-h.html -share/doc/qt/qpixmap-members.html -share/doc/qt/qpixmap.html -share/doc/qt/qpixmapcache-h.html -share/doc/qt/qpixmapcache-members.html -share/doc/qt/qpixmapcache.html -share/doc/qt/qplatinumstyle-h.html -share/doc/qt/qplatinumstyle-members.html -share/doc/qt/qplatinumstyle.html -share/doc/qt/qpngimagepacker-members.html -share/doc/qt/qpngimagepacker.html -share/doc/qt/qpngio-h.html -share/doc/qt/qpoint-h.html -share/doc/qt/qpoint-members.html -share/doc/qt/qpoint.html -share/doc/qt/qpointarray-h.html -share/doc/qt/qpointarray-members.html -share/doc/qt/qpointarray.html -share/doc/qt/qpopmenu-fancy.png -share/doc/qt/qpopmenu-m.png -share/doc/qt/qpopmenu-w.png -share/doc/qt/qpopupmenu-h.html -share/doc/qt/qpopupmenu-members.html -share/doc/qt/qpopupmenu.html -share/doc/qt/qprintdlg-m.png -share/doc/qt/qprintdlg-w.png -share/doc/qt/qprinter-h.html -share/doc/qt/qprinter-members.html -share/doc/qt/qprinter.html -share/doc/qt/qprocess-examples.html -share/doc/qt/qprocess-h.html -share/doc/qt/qprocess-members.html -share/doc/qt/qprocess.html -share/doc/qt/qprogbar-m.png -share/doc/qt/qprogbar-w.png -share/doc/qt/qprogdlg-m.png -share/doc/qt/qprogdlg-w.png -share/doc/qt/qprogressbar-h.html -share/doc/qt/qprogressbar-members.html -share/doc/qt/qprogressbar.html -share/doc/qt/qprogressdialog-h.html -share/doc/qt/qprogressdialog-members.html -share/doc/qt/qprogressdialog.html -share/doc/qt/qptrcollection-h.html -share/doc/qt/qptrcollection-members.html -share/doc/qt/qptrcollection.html -share/doc/qt/qptrdict-h.html -share/doc/qt/qptrdict-members.html -share/doc/qt/qptrdict.html -share/doc/qt/qptrdictiterator-members.html -share/doc/qt/qptrdictiterator.html -share/doc/qt/qptrlist-h.html -share/doc/qt/qptrlist-members.html -share/doc/qt/qptrlist.html -share/doc/qt/qptrlistiterator-members.html -share/doc/qt/qptrlistiterator.html -share/doc/qt/qptrqueue-h.html -share/doc/qt/qptrqueue-members.html -share/doc/qt/qptrqueue.html -share/doc/qt/qptrstack-h.html -share/doc/qt/qptrstack-members.html -share/doc/qt/qptrstack.html -share/doc/qt/qptrvector-h.html -share/doc/qt/qptrvector-members.html -share/doc/qt/qptrvector.html -share/doc/qt/qpushbt-m.png -share/doc/qt/qpushbt-w.png -share/doc/qt/qpushbutton-h.html -share/doc/qt/qpushbutton-members.html -share/doc/qt/qpushbutton.html -share/doc/qt/qqueue.html -share/doc/qt/qradiobt-m.png -share/doc/qt/qradiobt-w.png -share/doc/qt/qradiobutton-h.html -share/doc/qt/qradiobutton-members.html -share/doc/qt/qradiobutton.html -share/doc/qt/qrangecontrol-h.html -share/doc/qt/qrangecontrol-members.html -share/doc/qt/qrangecontrol.html -share/doc/qt/qrect-h.html -share/doc/qt/qrect-members.html -share/doc/qt/qrect.html -share/doc/qt/qregexp-h.html -share/doc/qt/qregexp-members.html -share/doc/qt/qregexp.html -share/doc/qt/qregexpvalidator-members.html -share/doc/qt/qregexpvalidator.html -share/doc/qt/qregion-h.html -share/doc/qt/qregion-members.html -share/doc/qt/qregion.html -share/doc/qt/qresizeevent-members.html -share/doc/qt/qresizeevent.html -share/doc/qt/qrtlcodec-h.html -share/doc/qt/qscrbar-m.png -share/doc/qt/qscrbar-w.png -share/doc/qt/qscreen-members.html -share/doc/qt/qscreen.html -share/doc/qt/qscrollbar-h.html -share/doc/qt/qscrollbar-members.html -share/doc/qt/qscrollbar.html -share/doc/qt/qscrollview-cl.png -share/doc/qt/qscrollview-h.html -share/doc/qt/qscrollview-m.png -share/doc/qt/qscrollview-members.html -share/doc/qt/qscrollview-vp.png -share/doc/qt/qscrollview-vp2.png -share/doc/qt/qscrollview-w.png -share/doc/qt/qscrollview.html -share/doc/qt/qsemaphore-h.html -share/doc/qt/qsemaphore-members.html -share/doc/qt/qsemaphore.html -share/doc/qt/qserversocket-h.html -share/doc/qt/qserversocket-members.html -share/doc/qt/qserversocket.html -share/doc/qt/qsessionmanager-h.html -share/doc/qt/qsessionmanager-members.html -share/doc/qt/qsessionmanager.html -share/doc/qt/qsettings-h.html -share/doc/qt/qsettings-members.html -share/doc/qt/qsettings.html -share/doc/qt/qsgistyle-h.html -share/doc/qt/qsgistyle-members.html -share/doc/qt/qsgistyle.html -share/doc/qt/qshowevent-members.html -share/doc/qt/qshowevent.html -share/doc/qt/qsignal-h.html -share/doc/qt/qsignal-members.html -share/doc/qt/qsignal.html -share/doc/qt/qsignalmapper-h.html -share/doc/qt/qsignalmapper-members.html -share/doc/qt/qsignalmapper.html -share/doc/qt/qsimplerichtext-h.html -share/doc/qt/qsimplerichtext-members.html -share/doc/qt/qsimplerichtext.html -share/doc/qt/qsize-h.html -share/doc/qt/qsize-members.html -share/doc/qt/qsize.html -share/doc/qt/qsizegrip-h.html -share/doc/qt/qsizegrip-m.png -share/doc/qt/qsizegrip-members.html -share/doc/qt/qsizegrip-w.png -share/doc/qt/qsizegrip.html -share/doc/qt/qsizepolicy-h.html -share/doc/qt/qsizepolicy-members.html -share/doc/qt/qsizepolicy.html -share/doc/qt/qsjiscodec-h.html -share/doc/qt/qsjiscodec-members.html -share/doc/qt/qsjiscodec.html -share/doc/qt/qslider-h.html -share/doc/qt/qslider-m.png -share/doc/qt/qslider-members.html -share/doc/qt/qslider-w.png -share/doc/qt/qslider.html -share/doc/qt/qsocket-h.html -share/doc/qt/qsocket-members.html -share/doc/qt/qsocket.html -share/doc/qt/qsocketdevice-h.html -share/doc/qt/qsocketdevice-members.html -share/doc/qt/qsocketdevice.html -share/doc/qt/qsocketnotifier-h.html -share/doc/qt/qsocketnotifier-members.html -share/doc/qt/qsocketnotifier.html -share/doc/qt/qsortedlist-h.html -share/doc/qt/qsortedlist-members.html -share/doc/qt/qsortedlist.html -share/doc/qt/qsound-h.html -share/doc/qt/qsound-members.html -share/doc/qt/qsound.html -share/doc/qt/qspaceritem-members.html -share/doc/qt/qspaceritem.html -share/doc/qt/qspinbox-h.html -share/doc/qt/qspinbox-m.png -share/doc/qt/qspinbox-members.html -share/doc/qt/qspinbox-w.png -share/doc/qt/qspinbox.html -share/doc/qt/qspinbox2-m.png -share/doc/qt/qspinbox2-w.png -share/doc/qt/qsplitter-h.html -share/doc/qt/qsplitter-m.png -share/doc/qt/qsplitter-members.html -share/doc/qt/qsplitter-w.png -share/doc/qt/qsplitter.html -share/doc/qt/qsql-h.html -share/doc/qt/qsql-members.html -share/doc/qt/qsql.html -share/doc/qt/qsqlcursor-h.html -share/doc/qt/qsqlcursor-members.html -share/doc/qt/qsqlcursor.html -share/doc/qt/qsqldatabase-h.html -share/doc/qt/qsqldatabase-members.html -share/doc/qt/qsqldatabase.html -share/doc/qt/qsqldriver-h.html -share/doc/qt/qsqldriver-members.html -share/doc/qt/qsqldriver.html -share/doc/qt/qsqldriverplugin-h.html -share/doc/qt/qsqldriverplugin-members.html -share/doc/qt/qsqldriverplugin.html -share/doc/qt/qsqleditorfactory-h.html -share/doc/qt/qsqleditorfactory-members.html -share/doc/qt/qsqleditorfactory.html -share/doc/qt/qsqlerror-h.html -share/doc/qt/qsqlerror-members.html -share/doc/qt/qsqlerror.html -share/doc/qt/qsqlfield-h.html -share/doc/qt/qsqlfield-members.html -share/doc/qt/qsqlfield.html -share/doc/qt/qsqlfieldinfo-members.html -share/doc/qt/qsqlfieldinfo.html -share/doc/qt/qsqlform-h.html -share/doc/qt/qsqlform-members.html -share/doc/qt/qsqlform.html -share/doc/qt/qsqlindex-h.html -share/doc/qt/qsqlindex-members.html -share/doc/qt/qsqlindex.html -share/doc/qt/qsqlpropertymap-h.html -share/doc/qt/qsqlpropertymap-members.html -share/doc/qt/qsqlpropertymap.html -share/doc/qt/qsqlquery-h.html -share/doc/qt/qsqlquery-members.html -share/doc/qt/qsqlquery.html -share/doc/qt/qsqlrecord-h.html -share/doc/qt/qsqlrecord-members.html -share/doc/qt/qsqlrecord.html -share/doc/qt/qsqlrecordinfo-members.html -share/doc/qt/qsqlrecordinfo.html -share/doc/qt/qsqlresult-h.html -share/doc/qt/qsqlresult-members.html -share/doc/qt/qsqlresult.html -share/doc/qt/qstack.html -share/doc/qt/qstatusbar-h.html -share/doc/qt/qstatusbar-m.png -share/doc/qt/qstatusbar-members.html -share/doc/qt/qstatusbar-w.png -share/doc/qt/qstatusbar.html -share/doc/qt/qstoreddrag-members.html -share/doc/qt/qstoreddrag.html -share/doc/qt/qstrilist-members.html -share/doc/qt/qstrilist.html -share/doc/qt/qstring-h.html -share/doc/qt/qstring-members.html -share/doc/qt/qstring.html -share/doc/qt/qstringlist-h.html -share/doc/qt/qstringlist-members.html -share/doc/qt/qstringlist.html -share/doc/qt/qstrlist-h.html -share/doc/qt/qstrlist-members.html -share/doc/qt/qstrlist.html -share/doc/qt/qstrlistiterator-members.html -share/doc/qt/qstrlistiterator.html -share/doc/qt/qstyle-h.html -share/doc/qt/qstyle-members.html -share/doc/qt/qstyle.html -share/doc/qt/qstylefactory-h.html -share/doc/qt/qstylefactory-members.html -share/doc/qt/qstylefactory.html -share/doc/qt/qstyleoption-members.html -share/doc/qt/qstyleoption.html -share/doc/qt/qstyleplugin-h.html -share/doc/qt/qstyleplugin-members.html -share/doc/qt/qstyleplugin.html -share/doc/qt/qstylesheet-h.html -share/doc/qt/qstylesheet-members.html -share/doc/qt/qstylesheet.html -share/doc/qt/qstylesheetitem-members.html -share/doc/qt/qstylesheetitem.html -share/doc/qt/qt-colors.png -share/doc/qt/qt-members.html -share/doc/qt/qt-template-lib.html -share/doc/qt/qt.html -share/doc/qt/qt.xml -share/doc/qt/qt30-class-chart.png -share/doc/qt/qtab-members.html -share/doc/qt/qtab.html -share/doc/qt/qtabbar-h.html -share/doc/qt/qtabbar-m.png -share/doc/qt/qtabbar-members.html -share/doc/qt/qtabbar-w.png -share/doc/qt/qtabbar.html -share/doc/qt/qtabdialog-h.html -share/doc/qt/qtabdialog-members.html -share/doc/qt/qtabdialog.html -share/doc/qt/qtabdlg-m.png -share/doc/qt/qtabdlg-w.png -share/doc/qt/qtable-h.html -share/doc/qt/qtable-members.html -share/doc/qt/qtable.html -share/doc/qt/qtable.png -share/doc/qt/qtableitem-members.html -share/doc/qt/qtableitem.html -share/doc/qt/qtableitems.png -share/doc/qt/qtableselection-members.html -share/doc/qt/qtableselection.html -share/doc/qt/qtabletevent-members.html -share/doc/qt/qtabletevent.html -share/doc/qt/qtablevw-m.png -share/doc/qt/qtablevw-w.png -share/doc/qt/qtabwidget-h.html -share/doc/qt/qtabwidget-m.png -share/doc/qt/qtabwidget-members.html -share/doc/qt/qtabwidget-w.png -share/doc/qt/qtabwidget.html -share/doc/qt/qtextbrowser-h.html -share/doc/qt/qtextbrowser-m.png -share/doc/qt/qtextbrowser-members.html -share/doc/qt/qtextbrowser-w.png -share/doc/qt/qtextbrowser.html -share/doc/qt/qtextcodec-h.html -share/doc/qt/qtextcodec-members.html -share/doc/qt/qtextcodec.html -share/doc/qt/qtextcodecplugin-h.html -share/doc/qt/qtextcodecplugin-members.html -share/doc/qt/qtextcodecplugin.html -share/doc/qt/qtextdecoder-members.html -share/doc/qt/qtextdecoder.html -share/doc/qt/qtextdrag-members.html -share/doc/qt/qtextdrag.html -share/doc/qt/qtextedit-h.html -share/doc/qt/qtextedit-members.html -share/doc/qt/qtextedit.html -share/doc/qt/qtextencoder-members.html -share/doc/qt/qtextencoder.html -share/doc/qt/qtextistream-members.html -share/doc/qt/qtextistream.html -share/doc/qt/qtextostream-members.html -share/doc/qt/qtextostream.html -share/doc/qt/qtextstream-h.html -share/doc/qt/qtextstream-members.html -share/doc/qt/qtextstream.html -share/doc/qt/qtextview-h.html -share/doc/qt/qtextview-members.html -share/doc/qt/qtextview.html -share/doc/qt/qthread-h.html -share/doc/qt/qthread-members.html -share/doc/qt/qthread.html -share/doc/qt/qtimage-nsplugin-example.html -share/doc/qt/qtime-members.html -share/doc/qt/qtime.html -share/doc/qt/qtimeedit-members.html -share/doc/qt/qtimeedit.html -share/doc/qt/qtimer-h.html -share/doc/qt/qtimer-members.html -share/doc/qt/qtimer.html -share/doc/qt/qtimerevent-members.html -share/doc/qt/qtimerevent.html -share/doc/qt/qtl-qvaluelist-example.html -share/doc/qt/qtl.html -share/doc/qt/qtlogo.png -share/doc/qt/qtmultilineedit-h.html -share/doc/qt/qtmultilineedit-members.html -share/doc/qt/qtmultilineedit.html -share/doc/qt/qtoolbar-h.html -share/doc/qt/qtoolbar-members.html -share/doc/qt/qtoolbar.html -share/doc/qt/qtoolbutton-h.html -share/doc/qt/qtoolbutton-members.html -share/doc/qt/qtoolbutton.html -share/doc/qt/qtooltip-h.html -share/doc/qt/qtooltip-members.html -share/doc/qt/qtooltip.html -share/doc/qt/qtooltipgroup-members.html -share/doc/qt/qtooltipgroup.html -share/doc/qt/qtranslator-h.html -share/doc/qt/qtranslator-members.html -share/doc/qt/qtranslator.html -share/doc/qt/qtranslatormessage-members.html -share/doc/qt/qtranslatormessage.html -share/doc/qt/qtsciicodec-h.html -share/doc/qt/qtsciicodec-members.html -share/doc/qt/qtsciicodec.html -share/doc/qt/qttableview-h.html -share/doc/qt/qttableview-members.html -share/doc/qt/qttableview.html -share/doc/qt/quridrag-members.html -share/doc/qt/quridrag.html -share/doc/qt/qurl-h.html -share/doc/qt/qurl-members.html -share/doc/qt/qurl.html -share/doc/qt/qurlinfo-h.html -share/doc/qt/qurlinfo-members.html -share/doc/qt/qurlinfo.html -share/doc/qt/qurloperator-h.html -share/doc/qt/qurloperator-members.html -share/doc/qt/qurloperator.html -share/doc/qt/qvalidator-h.html -share/doc/qt/qvalidator-members.html -share/doc/qt/qvalidator.html -share/doc/qt/qvaluelist-h.html -share/doc/qt/qvaluelist-members.html -share/doc/qt/qvaluelist.html -share/doc/qt/qvaluelistconstiterator-members.html -share/doc/qt/qvaluelistconstiterator.html -share/doc/qt/qvaluelistiterator-members.html -share/doc/qt/qvaluelistiterator.html -share/doc/qt/qvaluestack-h.html -share/doc/qt/qvaluestack-members.html -share/doc/qt/qvaluestack.html -share/doc/qt/qvaluevector-h.html -share/doc/qt/qvaluevector-members.html -share/doc/qt/qvaluevector.html -share/doc/qt/qvariant-h.html -share/doc/qt/qvariant-members.html -share/doc/qt/qvariant.html -share/doc/qt/qvbox-h.html -share/doc/qt/qvbox-m.png -share/doc/qt/qvbox-members.html -share/doc/qt/qvbox-w.png -share/doc/qt/qvbox.html -share/doc/qt/qvbox.png -share/doc/qt/qvboxlayout-members.html -share/doc/qt/qvboxlayout.html -share/doc/qt/qvboxlayout.png -share/doc/qt/qvbuttongroup-h.html -share/doc/qt/qvbuttongroup-members.html -share/doc/qt/qvbuttongroup.html -share/doc/qt/qvector.html -share/doc/qt/qvgroupbox-h.html -share/doc/qt/qvgroupbox-members.html -share/doc/qt/qvgroupbox.html -share/doc/qt/qwaitcondition-h.html -share/doc/qt/qwaitcondition-members.html -share/doc/qt/qwaitcondition.html -share/doc/qt/qwerty-example.html -share/doc/qt/qwhatsthis-h.html -share/doc/qt/qwhatsthis-members.html -share/doc/qt/qwhatsthis.html -share/doc/qt/qwheelevent-members.html -share/doc/qt/qwheelevent.html -share/doc/qt/qwidget-h.html -share/doc/qt/qwidget-members.html -share/doc/qt/qwidget.html -share/doc/qt/qwidgetfactory-h.html -share/doc/qt/qwidgetfactory-members.html -share/doc/qt/qwidgetfactory.html -share/doc/qt/qwidgetitem-members.html -share/doc/qt/qwidgetitem.html -share/doc/qt/qwidgetplugin-h.html -share/doc/qt/qwidgetplugin-members.html -share/doc/qt/qwidgetplugin.html -share/doc/qt/qwidgetstack-h.html -share/doc/qt/qwidgetstack-members.html -share/doc/qt/qwidgetstack.html -share/doc/qt/qwindowdefs-h.html -share/doc/qt/qwindowsmime-members.html -share/doc/qt/qwindowsmime.html -share/doc/qt/qwindowsstyle-h.html -share/doc/qt/qwindowsstyle-members.html -share/doc/qt/qwindowsstyle.html -share/doc/qt/qwindowsystem_qws-h.html -share/doc/qt/qwizard-h.html -share/doc/qt/qwizard-members.html -share/doc/qt/qwizard.html -share/doc/qt/qwizard.png -share/doc/qt/qwmatrix-h.html -share/doc/qt/qwmatrix-members.html -share/doc/qt/qwmatrix.html -share/doc/qt/qworkspace-h.html -share/doc/qt/qworkspace-members.html -share/doc/qt/qworkspace.html -share/doc/qt/qws.html -share/doc/qt/qwsdecoration-members.html -share/doc/qt/qwsdecoration.html -share/doc/qt/qwsdecoration_qws-h.html -share/doc/qt/qwskeyboardhandler-members.html -share/doc/qt/qwskeyboardhandler.html -share/doc/qt/qwsmouse_qws-h.html -share/doc/qt/qwsmousehandler-members.html -share/doc/qt/qwsmousehandler.html -share/doc/qt/qwsserver-members.html -share/doc/qt/qwsserver.html -share/doc/qt/qwswindow-members.html -share/doc/qt/qwswindow.html -share/doc/qt/qxml-h.html -share/doc/qt/qxmlattributes-members.html -share/doc/qt/qxmlattributes.html -share/doc/qt/qxmlcontenthandler-members.html -share/doc/qt/qxmlcontenthandler.html -share/doc/qt/qxmldeclhandler-members.html -share/doc/qt/qxmldeclhandler.html -share/doc/qt/qxmldefaulthandler-members.html -share/doc/qt/qxmldefaulthandler.html -share/doc/qt/qxmldtdhandler-members.html -share/doc/qt/qxmldtdhandler.html -share/doc/qt/qxmlentityresolver-members.html -share/doc/qt/qxmlentityresolver.html -share/doc/qt/qxmlerrorhandler-members.html -share/doc/qt/qxmlerrorhandler.html -share/doc/qt/qxmlinputsource-members.html -share/doc/qt/qxmlinputsource.html -share/doc/qt/qxmllexicalhandler-members.html -share/doc/qt/qxmllexicalhandler.html -share/doc/qt/qxmllocator-members.html -share/doc/qt/qxmllocator.html -share/doc/qt/qxmlnamespacesupport-members.html -share/doc/qt/qxmlnamespacesupport.html -share/doc/qt/qxmlparseexception-members.html -share/doc/qt/qxmlparseexception.html -share/doc/qt/qxmlreader-members.html -share/doc/qt/qxmlreader.html -share/doc/qt/qxmlsimplereader-members.html -share/doc/qt/qxmlsimplereader.html -share/doc/qt/qxt-h.html -share/doc/qt/qxtapplication-members.html -share/doc/qt/qxtapplication.html -share/doc/qt/qxtwidget-members.html -share/doc/qt/qxtwidget.html -share/doc/qt/rangecontrols-example.html -share/doc/qt/removed20.html -share/doc/qt/richedit-main.png -share/doc/qt/richtext-example.html -share/doc/qt/rintersect.png -share/doc/qt/rot-example.html -share/doc/qt/rsubtract.png -share/doc/qt/runion.png -share/doc/qt/rxor.png -share/doc/qt/scribble-example.html -share/doc/qt/scripts.html -share/doc/qt/scrollview-example.html -share/doc/qt/session.html -share/doc/qt/session.png -share/doc/qt/shared.html -share/doc/qt/shclass.html -share/doc/qt/showimg-example.html -share/doc/qt/signals-and-slots.png -share/doc/qt/signalsandslots.html -share/doc/qt/simple-application-action.html -share/doc/qt/simple-application-example.html -share/doc/qt/simple-application.html -share/doc/qt/simple-font-demo-example.html -share/doc/qt/simple-qfont-demo-walkthrough.html -share/doc/qt/simple_dd-example.html -share/doc/qt/small-table-example-example.html -share/doc/qt/smooth.png -share/doc/qt/sound-example.html -share/doc/qt/splitter-example.html -share/doc/qt/splitter-views-m.png -share/doc/qt/splitter-views-w.png -share/doc/qt/sql-driver.html -share/doc/qt/sql-examples.html -share/doc/qt/sql-overview-basicbrowsing-main-cpp.html -share/doc/qt/sql-overview-basicbrowsing2-main-cpp.html -share/doc/qt/sql-overview-basicdatamanip-main-cpp.html -share/doc/qt/sql-overview-connect1-main-cpp.html -share/doc/qt/sql-overview-create_connections-main-cpp.html -share/doc/qt/sql-overview-custom1-main-cpp.html -share/doc/qt/sql-overview-custom1-main-h.html -share/doc/qt/sql-overview-del-main-cpp.html -share/doc/qt/sql-overview-extract-main-cpp.html -share/doc/qt/sql-overview-form1-main-cpp.html -share/doc/qt/sql-overview-form2-main-h.html -share/doc/qt/sql-overview-insert-main-cpp.html -share/doc/qt/sql-overview-navigating-main-cpp.html -share/doc/qt/sql-overview-order1-main-cpp.html -share/doc/qt/sql-overview-order2-main-cpp.html -share/doc/qt/sql-overview-retrieve1-main-cpp.html -share/doc/qt/sql-overview-retrieve2-main-cpp.html -share/doc/qt/sql-overview-subclass1-main-cpp.html -share/doc/qt/sql-overview-subclass2-main-cpp.html -share/doc/qt/sql-overview-subclass2-main-h.html -share/doc/qt/sql-overview-subclass3-main-cpp.html -share/doc/qt/sql-overview-subclass3-main-h.html -share/doc/qt/sql-overview-subclass4-main-cpp.html -share/doc/qt/sql-overview-subclass4-main-h.html -share/doc/qt/sql-overview-subclass5-main-cpp.html -share/doc/qt/sql-overview-subclass5-main-h.html -share/doc/qt/sql-overview-table1-main-cpp.html -share/doc/qt/sql-overview-table2-main-cpp.html -share/doc/qt/sql-overview-table3-main-cpp.html -share/doc/qt/sql-overview-table3-main-h.html -share/doc/qt/sql-overview-table4-main-cpp.html -share/doc/qt/sql-overview-table4-main-h.html -share/doc/qt/sql-overview-update-main-cpp.html -share/doc/qt/sql.html -share/doc/qt/sqltable-example.html -share/doc/qt/statistics-example.html -share/doc/qt/step-by-step-examples.html -share/doc/qt/t1.png -share/doc/qt/t10-cannon-cpp.html -share/doc/qt/t10-cannon-h.html -share/doc/qt/t10-lcdrange-cpp.html -share/doc/qt/t10-lcdrange-h.html -share/doc/qt/t10-main-cpp.html -share/doc/qt/t10.png -share/doc/qt/t11-cannon-cpp.html -share/doc/qt/t11-cannon-h.html -share/doc/qt/t11-lcdrange-cpp.html -share/doc/qt/t11-lcdrange-h.html -share/doc/qt/t11-main-cpp.html -share/doc/qt/t11.png -share/doc/qt/t12-cannon-cpp.html -share/doc/qt/t12-cannon-h.html -share/doc/qt/t12-lcdrange-cpp.html -share/doc/qt/t12-lcdrange-h.html -share/doc/qt/t12-main-cpp.html -share/doc/qt/t12.png -share/doc/qt/t13-cannon-cpp.html -share/doc/qt/t13-cannon-h.html -share/doc/qt/t13-gamebrd-cpp.html -share/doc/qt/t13-gamebrd-h.html -share/doc/qt/t13-lcdrange-cpp.html -share/doc/qt/t13-lcdrange-h.html -share/doc/qt/t13-main-cpp.html -share/doc/qt/t13.png -share/doc/qt/t14-cannon-cpp.html -share/doc/qt/t14-cannon-h.html -share/doc/qt/t14-gamebrd-cpp.html -share/doc/qt/t14-gamebrd-h.html -share/doc/qt/t14-lcdrange-cpp.html -share/doc/qt/t14-lcdrange-h.html -share/doc/qt/t14-main-cpp.html -share/doc/qt/t14.png -share/doc/qt/t2.png -share/doc/qt/t3.png -share/doc/qt/t4.png -share/doc/qt/t5.png -share/doc/qt/t6.png -share/doc/qt/t7-lcdrange-cpp.html -share/doc/qt/t7-lcdrange-h.html -share/doc/qt/t7-main-cpp.html -share/doc/qt/t7.png -share/doc/qt/t8-cannon-cpp.html -share/doc/qt/t8-cannon-h.html -share/doc/qt/t8-lcdrange-cpp.html -share/doc/qt/t8-lcdrange-h.html -share/doc/qt/t8-main-cpp.html -share/doc/qt/t8.png -share/doc/qt/t9-cannon-cpp.html -share/doc/qt/t9-cannon-h.html -share/doc/qt/t9-lcdrange-cpp.html -share/doc/qt/t9-lcdrange-h.html -share/doc/qt/t9-main-cpp.html -share/doc/qt/t9.png -share/doc/qt/t9_1.png -share/doc/qt/t9_2.png -share/doc/qt/tabdialog-example.html -share/doc/qt/table-bigtable-main-cpp.html -share/doc/qt/table-examples.html -share/doc/qt/table-small-table-demo-main-cpp.html -share/doc/qt/table-statistics-statistics-cpp.html -share/doc/qt/table.html -share/doc/qt/tablet-example.html -share/doc/qt/tagreader-example.html -share/doc/qt/tagreader-with-features-example.html -share/doc/qt/templates.html -share/doc/qt/test.png -share/doc/qt/tetrix-example.html -share/doc/qt/text.html -share/doc/qt/textedit-example.html -share/doc/qt/themes-example.html -share/doc/qt/thread.html -share/doc/qt/threads.html -share/doc/qt/tictac-example.html -share/doc/qt/time.html -share/doc/qt/timers.html -share/doc/qt/titleindex -share/doc/qt/toggleaction-example.html -share/doc/qt/toolbar.png -share/doc/qt/tools-list.html -share/doc/qt/tools.html -share/doc/qt/tooltip-example.html -share/doc/qt/trivial-nsplugin-example.html -share/doc/qt/troll.html -share/doc/qt/tt1_en.png -share/doc/qt/tt1_la.png -share/doc/qt/tt2_en.png -share/doc/qt/tt2_fr.png -share/doc/qt/tt2_nl.png -share/doc/qt/tt3_10_en.png -share/doc/qt/tt3_10_pt_bad.png -share/doc/qt/tt3_10_pt_good.png -share/doc/qt/tt3_11_about_pt.png -share/doc/qt/tt3_11_en.png -share/doc/qt/tt3_11_pt.png -share/doc/qt/tutorial.html -share/doc/qt/tutorial.png -share/doc/qt/tutorial1-01.html -share/doc/qt/tutorial1-02.html -share/doc/qt/tutorial1-03.html -share/doc/qt/tutorial1-04.html -share/doc/qt/tutorial1-05.html -share/doc/qt/tutorial1-06.html -share/doc/qt/tutorial1-07.html -share/doc/qt/tutorial1-08.html -share/doc/qt/tutorial1-09.html -share/doc/qt/tutorial1-10.html -share/doc/qt/tutorial1-11.html -share/doc/qt/tutorial1-12.html -share/doc/qt/tutorial1-13.html -share/doc/qt/tutorial1-14.html -share/doc/qt/tutorial2-01.html -share/doc/qt/tutorial2-02.html -share/doc/qt/tutorial2-03.html -share/doc/qt/tutorial2-04.html -share/doc/qt/tutorial2-05.html -share/doc/qt/tutorial2-06.html -share/doc/qt/tutorial2-07.html -share/doc/qt/tutorial2-08.html -share/doc/qt/tutorial2-09.html -share/doc/qt/tutorial2-10.html -share/doc/qt/tutorial2-11.html -share/doc/qt/tutorial2.html -share/doc/qt/uic.html -share/doc/qt/unicode.html -share/doc/qt/unsmooth.png -share/doc/qt/validateaccelerators.png -share/doc/qt/validatephrases.png -share/doc/qt/validatepunctuation.png -share/doc/qt/whatsthis -share/doc/qt/whatsthis.png -share/doc/qt/widgets-example.html -share/doc/qt/winsystem.html -share/doc/qt/wizard-example.html -share/doc/qt/wizard-wizard-cpp.html -share/doc/qt/wizard-wizard-h.html -share/doc/qt/workspace.html -share/doc/qt/xform-example.html -share/doc/qt/xml-examples.html -share/doc/qt/xml-sax-features-walkthrough.html -share/doc/qt/xml-sax-walkthrough.html -share/doc/qt/xml-tools.html -share/doc/qt/xml.html -share/doc/qt/xt-motif-examples.html -share/doc/qt/xt.html -share/doc/qt/y2k.html -templates/Configuration_Dialog.ui -templates/Dialog_with_Buttons_(Bottom).ui -templates/Dialog_with_Buttons_(Right).ui -templates/Tab_Dialog.ui -@dirrm templates -@dirrm share/doc/qt -@dirrm plugins/designer -@dirrm plugins -@dirrm mkspecs/win32-watcom -@dirrm mkspecs/win32-visage -@dirrm mkspecs/win32-msvc -@dirrm mkspecs/win32-icc -@dirrm mkspecs/win32-g++ -@dirrm mkspecs/win32-borland -@dirrm mkspecs/unixware7-g++ -@dirrm mkspecs/unixware7-cc -@dirrm mkspecs/unixware-g++ -@dirrm mkspecs/ultrix-g++ -@dirrm mkspecs/tru64-g++ -@dirrm mkspecs/tru64-cxx -@dirrm mkspecs/sunos-g++ -@dirrm mkspecs/solaris-kcc -@dirrm mkspecs/solaris-g++-64 -@dirrm mkspecs/solaris-g++ -@dirrm mkspecs/solaris-cc -@dirrm mkspecs/solaris-64 -@dirrm mkspecs/sco-g++ -@dirrm mkspecs/sco-cc -@dirrm mkspecs/reliant-cds -@dirrm mkspecs/reliant-64 -@dirrm mkspecs/qnx-g++ -@dirrm mkspecs/openunix-g++ -@dirrm mkspecs/openunix-cc -@dirrm mkspecs/openbsd-g++ -@dirrm mkspecs/netbsd-g++ -@dirrm mkspecs/macx-pbuilder -@dirrm mkspecs/macx-mwerks -@dirrm mkspecs/macx-g++ -@dirrm mkspecs/mac9-mwerks -@dirrm mkspecs/linux-pgcc -@dirrm mkspecs/linux-kcc -@dirrm mkspecs/linux-icc -@dirrm mkspecs/linux-g++ -@dirrm mkspecs/linux-cxx -@dirrm mkspecs/irix-o32 -@dirrm mkspecs/irix-n32 -@dirrm mkspecs/irix-g++ -@dirrm mkspecs/irix-64 -@dirrm mkspecs/hurd-g++ -@dirrm mkspecs/hpux-o64 -@dirrm mkspecs/hpux-n64 -@dirrm mkspecs/hpux-g++ -@dirrm mkspecs/hpux-cc -@dirrm mkspecs/hpux-acc -@dirrm mkspecs/freebsd-g++ -@dirrm mkspecs/dgux-g++ -@dirrm mkspecs/default -@dirrm mkspecs/darwin-g++ -@dirrm mkspecs/bsdi-g++ -@dirrm mkspecs/aix-xlc -@dirrm mkspecs/aix-g++ -@dirrm mkspecs/aix-64 -@dirrm mkspecs -@dirrm include/private diff --git a/x11-toolkits/qt32/Makefile b/x11-toolkits/qt32/Makefile deleted file mode 100644 index e3591223ae1f..000000000000 --- a/x11-toolkits/qt32/Makefile +++ /dev/null @@ -1,119 +0,0 @@ -# New ports collection makefile for: qt-copy -# Date created: 2 November 2001 -# Whom: will@cvs.kde.org -# -# $FreeBSD$ -# - -PORTNAME?= qt -PORTVERSION?= 3.0.5 -PORTREVISION?= 5 -CATEGORIES?= x11-toolkits -MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \ - ftp://ftp.chg.ru/pub/X11/qt/source/ -DISTNAME= qt-x11-free-${PORTVERSION} -DIST_SUBDIR= KDE - -MAINTAINER?= kde@FreeBSD.org - -LIB_DEPENDS= mng.1:${PORTSDIR}/graphics/libmng \ - png.5:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg - -QT_PREFIX?= ${PREFIX} -USE_BZIP2= yes -USE_GMAKE= yes -USE_REINPLACE= yes -REINPLACE_ARGS= -i "" -USE_X_PREFIX= yes -NO_FILTER_SHLIBS= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= -prefix ${QT_PREFIX} \ - -shared -qt-gif -system-zlib \ - -no-g++-exceptions -thread -no-stl \ - -qt-imgfmt-png \ - -qt-imgfmt-jpeg \ - -qt-imgfmt-mng \ - -system-libpng -system-libjpeg -system-libmng \ - -no-nas-sound -sm \ - -docdir ${QT_PREFIX}/share/doc/qt \ - -I${LOCALBASE}/include -L${LOCALBASE}/lib - -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+=-debug -.endif # defined(WITH_DEBUG) - -# backward compatibility -.if defined(WITH_OPENGL) -.undef WITHOUT_OPENFL -.endif # defined(WITH_OPENGL) - -.if !defined(WITHOUT_OPENGL) -USE_MESA= yes -PLIST_SUB+= OPENGL="" -.else # WITHOUT_OPENGL -PLIST_SUB+= OPENGL="@comment " -CONFIGURE_ARGS+=-disable-opengl -.endif # WITHOUT_OPENGL - -CONFIGURE_ENV= ${ECHO} yes | QTDIR="${WRKSRC}" \ - CFLAGS="${CXXFLAGS}" -MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib -ALL_TARGET= symlinks sub-src sub-tools - -.include <bsd.port.pre.mk> - -.if ${MACHINE_ARCH} == "alpha" -CFLAGS+= -O0 -.endif # ${MACHINE_ARCH} == "alpha" - -.if ${XFREE86_VERSION} < 4 -BROKEN= "The QT 3.x port does not support any XFree86 < 4.x" -.endif # ${XFREE86_VERSION} < 4 - -pre-fetch: -.if exists(${X11BASE}/include/qt2/qapp.h) - @${ECHO} - @${ECHO} " NOTICE" - @${ECHO} - @${ECHO} "You have QT2 headers installed! Installing this port" - @${ECHO} "will result in conflicts between QT3 and QT2!" - @${FALSE} -.endif - -# Remove unneeded dirs (speedup) and netscape files (build barfs). -post-patch: - @${FIND} ${WRKSRC} -name CVS | ${XARGS} ${RM} -fr - @${RM} -fr ${WRKSRC}/examples ${WRKSRC}/tutorial - @cd ${WRKSRC}/include; \ - ${RM} -f jri.h jri_md.h jritypes.h npapi.h npupp.h - @cd ${WRKSRC}/extensions/nsplugin/src; \ - ${RM} -f jri.h jri_md.h jritypes.h npapi.h npupp.h \ - npunix.c npwin.cpp - ${REINPLACE_CMD} -e 's,-O2,${CXXFLAGS},' \ - ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf - @${REINPLACE_CMD} -e 's,gcc,${CC},' \ - ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf - @${REINPLACE_CMD} -e 's,g++,${CXX},' \ - ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf - @${REINPLACE_CMD} -e 's,release,release thread,' \ - ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf - -post-build: - cd ${WRKSRC}/tools/makeqpf/; ${SETENV} ${MAKE_ENV} ${MAKE} - cd ${WRKSRC}/tools/mergetr/; ${SETENV} ${MAKE_ENV} ${MAKE} - cd ${WRKSRC}/tools/msg2qm/; ${SETENV} ${MAKE_ENV} ${MAKE} - cd ${WRKSRC}/tools/qembed/; ${SETENV} ${MAKE_ENV} ${MAKE} - cd ${WRKSRC}/tools/qvfb/; ${SETENV} ${MAKE_ENV} ${MAKE} - -# Work around qmake generated dependencies -pre-install: - @${INSTALL_DATA} ${WRKSRC}/lib/*.prl ${PREFIX}/lib - ${INSTALL_PROGRAM} ${WRKSRC}/tools/makeqpf/makeqpf ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/tools/mergetr/mergetr ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/tools/msg2qm/msg2qm ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/tools/qembed/qembed ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/tools/qvfb/qvfb ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/bin/findtr ${PREFIX}/bin - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/qt32/distinfo b/x11-toolkits/qt32/distinfo deleted file mode 100644 index 248d4037be28..000000000000 --- a/x11-toolkits/qt32/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (KDE/qt-x11-free-3.0.5.tar.bz2) = 3c937bf8f39a29af0a17b2a2b156790e diff --git a/x11-toolkits/qt32/files/patch-qmake b/x11-toolkits/qt32/files/patch-qmake deleted file mode 100644 index 0a5359d9de4e..000000000000 --- a/x11-toolkits/qt32/files/patch-qmake +++ /dev/null @@ -1,7 +0,0 @@ ---- qmake/GNUmakefile.in Fri Apr 12 06:20:21 2002 -+++ qmake/GNUmakefile.in Fri Jul 19 12:44:25 2002 -@@ -13,3 +13,3 @@ - --CFLAGS=@QMAKE_CFLAGS@ -I. -Igenerators -Igenerators/unix -Igenerators/win32 -Igenerators/mac \ -+CFLAGS+=@QMAKE_CFLAGS@ -I. -Igenerators -Igenerators/unix -Igenerators/win32 -Igenerators/mac \ - -I@OUT_QTDIR@/include -I@REL_QTDIR@/include -I@OUT_QTDIR@/src/tools \ diff --git a/x11-toolkits/qt32/pkg-comment b/x11-toolkits/qt32/pkg-comment deleted file mode 100644 index 0e56180e5c92..000000000000 --- a/x11-toolkits/qt32/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A C++ X GUI toolkit diff --git a/x11-toolkits/qt32/pkg-descr b/x11-toolkits/qt32/pkg-descr deleted file mode 100644 index 6715a948ad81..000000000000 --- a/x11-toolkits/qt32/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Qt is a toolkit for building a GUI for X in C++. The main -documentation is in share/doc/qt and is also available on -the web. - -WWW: http://doc.trolltech.com/ diff --git a/x11-toolkits/qt32/pkg-plist b/x11-toolkits/qt32/pkg-plist deleted file mode 100644 index 91d670dc8efc..000000000000 --- a/x11-toolkits/qt32/pkg-plist +++ /dev/null @@ -1,2363 +0,0 @@ -bin/assistant -bin/designer -bin/findtr -bin/linguist -bin/lrelease -bin/lupdate -bin/makeqpf -bin/mergetr -bin/msg2qm -bin/moc -bin/qembed -bin/qm2ts -bin/qmake -bin/qtconfig -bin/qvfb -bin/uic -include/private/qapplication_p.h -include/private/qcolor_p.h -include/private/qcom_p.h -include/private/qcomlibrary_p.h -include/private/qcomplextext_p.h -include/private/qcomponentfactory_p.h -include/private/qcriticalsection_p.h -include/private/qdir_p.h -include/private/qeffects_p.h -include/private/qfiledefs_p.h -include/private/qfontcodecs_p.h -include/private/qfontdata_p.h -include/private/qgpluginmanager_p.h -include/private/qimageformatinterface_p.h -include/private/qinputcontext_p.h -include/private/qinternal_p.h -include/private/qlayoutengine_p.h -include/private/qlibrary_p.h -include/private/qmutex_p.h -include/private/qpainter_p.h -include/private/qpluginmanager_p.h -include/private/qpsprinter_p.h -include/private/qrichtext_p.h -include/private/qsharedmemory_p.h -include/private/qsqldriverinterface_p.h -include/private/qsqlmanager_p.h -include/private/qstyleinterface_p.h -include/private/qsvgdevice_p.h -include/private/qtextcodecinterface_p.h -include/private/qtitlebar_p.h -include/private/qucom_p.h -include/private/qucomextra_p.h -include/private/qwidget_p.h -include/private/qwidgetinterface_p.h -include/private/qwidgetresizehandler_p.h -include/q1xcompatibility.h -include/qabstractlayout.h -include/qaccel.h -include/qaccessible.h -include/qaction.h -include/qapp.h -include/qapplication.h -include/qarray.h -include/qasciicache.h -include/qasciidict.h -include/qasyncimageio.h -include/qasyncio.h -include/qbig5codec.h -include/qbitarray.h -include/qbitarry.h -include/qbitmap.h -include/qbrush.h -include/qbttngrp.h -include/qbuffer.h -include/qbutton.h -include/qbuttongroup.h -include/qcache.h -include/qcanvas.h -include/qcdestyle.h -include/qcheckbox.h -include/qchkbox.h -include/qcleanuphandler.h -include/qclipboard.h -include/qclipbrd.h -include/qcollect.h -include/qcollection.h -include/qcolor.h -include/qcolordialog.h -include/qcombo.h -include/qcombobox.h -include/qcommonstyle.h -include/qcompactstyle.h -include/qconfig-dist.h -include/qconfig-large.h -include/qconfig-medium.h -include/qconfig-minimal.h -include/qconfig-small.h -include/qconfig.h -include/qconnect.h -include/qconnection.h -include/qcstring.h -include/qcursor.h -include/qdatabrowser.h -include/qdatastream.h -include/qdatatable.h -include/qdataview.h -include/qdatetime.h -include/qdatetimeedit.h -include/qdatetm.h -include/qdesktopwidget.h -include/qdial.h -include/qdialog.h -include/qdict.h -include/qdir.h -include/qdns.h -include/qdockarea.h -include/qdockwindow.h -include/qdom.h -include/qdragobject.h -include/qdrawutil.h -include/qdrawutl.h -include/qdropsite.h -include/qdstream.h -include/qeditorfactory.h -include/qerrormessage.h -include/qeucjpcodec.h -include/qeuckrcodec.h -include/qevent.h -include/qfeatures.h -include/qfile.h -include/qfiledef.h -include/qfiledialog.h -include/qfiledlg.h -include/qfileinf.h -include/qfileinfo.h -include/qfocusdata.h -include/qfont.h -include/qfontdatabase.h -include/qfontdialog.h -include/qfontdta.h -include/qfontinf.h -include/qfontinfo.h -include/qfontmet.h -include/qfontmetrics.h -include/qframe.h -include/qftp.h -include/qgarray.h -include/qgb18030codec.h -include/qgbkcodec.h -include/qgcache.h -include/qgdict.h -include/qgeneric.h -include/qgif.h -include/qgl.h -include/qglcolormap.h -include/qglist.h -include/qglobal.h -include/qgplugin.h -include/qgrid.h -include/qgridview.h -include/qgroupbox.h -include/qgrpbox.h -include/qguardedptr.h -include/qgvector.h -include/qhbox.h -include/qhbuttongroup.h -include/qheader.h -include/qhgroupbox.h -include/qhostaddress.h -include/qhttp.h -include/qiconset.h -include/qiconview.h -include/qimage.h -include/qimageformatplugin.h -include/qinputdialog.h -include/qintcach.h -include/qintcache.h -include/qintdict.h -include/qinterlacestyle.h -include/qiodev.h -include/qiodevice.h -include/qjiscodec.h -include/qjpegio.h -include/qjpunicode.h -include/qkeycode.h -include/qkeysequence.h -include/qlabel.h -include/qlayout.h -include/qlcdnum.h -include/qlcdnumber.h -include/qlibrary.h -include/qlined.h -include/qlineedit.h -include/qlist.h -include/qlistbox.h -include/qlistview.h -include/qlocalfs.h -include/qmainwindow.h -include/qmap.h -include/qmemarray.h -include/qmenubar.h -include/qmenudata.h -include/qmenudta.h -include/qmessagebox.h -include/qmetaobj.h -include/qmetaobject.h -include/qmime.h -include/qmlined.h -include/qmngio.h -include/qmodules.h -include/qmotifplusstyle.h -include/qmotifstyle.h -include/qmovie.h -include/qmsgbox.h -include/qmultilinedit.h -include/qmultilineedit.h -include/qmutex.h -include/qnamespace.h -include/qnetwork.h -include/qnetworkprotocol.h -include/qnp.h -include/qobjcoll.h -include/qobjdefs.h -include/qobject.h -include/qobjectcleanuphandler.h -include/qobjectdefs.h -include/qobjectdict.h -include/qobjectlist.h -include/qpaintd.h -include/qpaintdc.h -include/qpaintdevice.h -include/qpaintdevicedefs.h -include/qpaintdevicemetrics.h -include/qpainter.h -include/qpair.h -include/qpalette.h -include/qpdevmet.h -include/qpen.h -include/qpicture.h -include/qpixmap.h -include/qpixmapcache.h -include/qplatinumstyle.h -include/qpmcache.h -include/qpngio.h -include/qpntarry.h -include/qpoint.h -include/qpointarray.h -include/qpolygonscanner.h -include/qpopmenu.h -include/qpopupmenu.h -include/qprintdialog.h -include/qprinter.h -include/qprndlg.h -include/qprocess.h -include/qprogbar.h -include/qprogdlg.h -include/qprogressbar.h -include/qprogressdialog.h -include/qpsprn.h -include/qptrcollection.h -include/qptrdict.h -include/qptrlist.h -include/qptrqueue.h -include/qptrstack.h -include/qptrvector.h -include/qpushbt.h -include/qpushbutton.h -include/qqueue.h -include/qradiobt.h -include/qradiobutton.h -include/qrangecontrol.h -include/qrangect.h -include/qrect.h -include/qregexp.h -include/qregion.h -include/qrtlcodec.h -include/qscrbar.h -include/qscrollbar.h -include/qscrollview.h -include/qsemaphore.h -include/qsemimodal.h -include/qserversocket.h -include/qsession.h -include/qsessionmanager.h -include/qsettings.h -include/qsgistyle.h -include/qshared.h -include/qsignal.h -include/qsignalmapper.h -include/qsignalslotimp.h -include/qsimplerichtext.h -include/qsize.h -include/qsizegrip.h -include/qsizepolicy.h -include/qsjiscodec.h -include/qslider.h -include/qsocket.h -include/qsocketdevice.h -include/qsocketnotifier.h -include/qsocknot.h -include/qsortedlist.h -include/qsound.h -include/qspinbox.h -include/qsplitter.h -include/qsql.h -include/qsqlcursor.h -include/qsqldatabase.h -include/qsqldriver.h -include/qsqldriverplugin.h -include/qsqleditorfactory.h -include/qsqlerror.h -include/qsqlfield.h -include/qsqlform.h -include/qsqlindex.h -include/qsqlpropertymap.h -include/qsqlquery.h -include/qsqlrecord.h -include/qsqlresult.h -include/qstack.h -include/qstatusbar.h -include/qstring.h -include/qstringlist.h -include/qstrlist.h -include/qstrvec.h -include/qstyle.h -include/qstylefactory.h -include/qstyleplugin.h -include/qstylesheet.h -include/qt.h -include/qt_x11.h -include/qtabbar.h -include/qtabdialog.h -include/qtabdlg.h -include/qtable.h -include/qtabwidget.h -include/qtextbrowser.h -include/qtextcodec.h -include/qtextcodecfactory.h -include/qtextcodecplugin.h -include/qtextedit.h -include/qtextstream.h -include/qtextview.h -include/qthread.h -include/qtimer.h -include/qtl.h -include/qtmultilineedit.h -include/qtoolbar.h -include/qtoolbutton.h -include/qtooltip.h -include/qtranslator.h -include/qtsciicodec.h -include/qtstream.h -include/qttableview.h -include/qurl.h -include/qurlinfo.h -include/qurloperator.h -include/qutfcodec.h -include/quuid.h -include/qvalidator.h -include/qvaluelist.h -include/qvaluestack.h -include/qvaluevector.h -include/qvariant.h -include/qvbox.h -include/qvbuttongroup.h -include/qvector.h -include/qvfbhdr.h -include/qvgroupbox.h -include/qwaitcondition.h -include/qwhatsthis.h -include/qwidcoll.h -include/qwidget.h -include/qwidgetfactory.h -include/qwidgetintdict.h -include/qwidgetlist.h -include/qwidgetplugin.h -include/qwidgetstack.h -include/qwindefs.h -include/qwindow.h -include/qwindowdefs.h -include/qwindowsstyle.h -include/qwizard.h -include/qwmatrix.h -include/qworkspace.h -include/qxml.h -include/qxt.h -lib/libeditor.prl -lib/libeditor.so -lib/libeditor.so.1 -lib/libeditor.so.1.0 -lib/libeditor.so.1.0.0 -lib/libqnp.prl -lib/libqt-mt.prl -lib/libqt-mt.so -lib/libqt-mt.so.3 -lib/libqt-mt.so.3.0 -lib/libqt-mt.so.3.0.5 -lib/libqui.prl -lib/libqui.so -lib/libqui.so.1 -lib/libqui.so.1.0 -lib/libqui.so.1.0.0 -lib/libqxt.prl -mkspecs/aix-64/qmake.conf -mkspecs/aix-64/qplatformdefs.h -mkspecs/aix-g++/qmake.conf -mkspecs/aix-g++/qplatformdefs.h -mkspecs/aix-xlc/qmake.conf -mkspecs/aix-xlc/qplatformdefs.h -mkspecs/bsdi-g++/qmake.conf -mkspecs/bsdi-g++/qplatformdefs.h -mkspecs/darwin-g++/qmake.conf -mkspecs/darwin-g++/qplatformdefs.h -mkspecs/default/qmake.conf -mkspecs/default/qplatformdefs.h -mkspecs/dgux-g++/qmake.conf -mkspecs/dgux-g++/qplatformdefs.h -mkspecs/freebsd-g++/qmake.conf -mkspecs/freebsd-g++/qplatformdefs.h -mkspecs/hpux-acc/qmake.conf -mkspecs/hpux-acc/qplatformdefs.h -mkspecs/hpux-cc/qmake.conf -mkspecs/hpux-cc/qplatformdefs.h -mkspecs/hpux-g++/qmake.conf -mkspecs/hpux-g++/qplatformdefs.h -mkspecs/hpux-n64/qmake.conf -mkspecs/hpux-n64/qplatformdefs.h -mkspecs/hpux-o64/qmake.conf -mkspecs/hpux-o64/qplatformdefs.h -mkspecs/hurd-g++/qmake.conf -mkspecs/hurd-g++/qplatformdefs.h -mkspecs/irix-64/qmake.conf -mkspecs/irix-64/qplatformdefs.h -mkspecs/irix-g++/qmake.conf -mkspecs/irix-g++/qplatformdefs.h -mkspecs/irix-n32/qmake.conf -mkspecs/irix-n32/qplatformdefs.h -mkspecs/irix-o32/qmake.conf -mkspecs/irix-o32/qplatformdefs.h -mkspecs/linux-cxx/qmake.conf -mkspecs/linux-cxx/qplatformdefs.h -mkspecs/linux-g++/qmake.conf -mkspecs/linux-g++/qplatformdefs.h -mkspecs/linux-icc/qmake.conf -mkspecs/linux-icc/qplatformdefs.h -mkspecs/linux-kcc/qmake.conf -mkspecs/linux-kcc/qplatformdefs.h -mkspecs/linux-pgcc/qmake.conf -mkspecs/linux-pgcc/qplatformdefs.h -mkspecs/mac9-mwerks/mwerksapp.xml -mkspecs/mac9-mwerks/mwerkslib.xml -mkspecs/mac9-mwerks/qmake.conf -mkspecs/mac9-mwerks/qplatformdefs.h -mkspecs/macx-g++/Info.plist.app -mkspecs/macx-g++/qmake.conf -mkspecs/macx-g++/qplatformdefs.h -mkspecs/macx-mwerks/mwerkstmpl.xml -mkspecs/macx-mwerks/qmake.conf -mkspecs/macx-mwerks/qplatformdefs.h -mkspecs/macx-pbuilder/Info.plist.app -mkspecs/macx-pbuilder/qmake.conf -mkspecs/macx-pbuilder/qplatformdefs.h -mkspecs/netbsd-g++/qmake.conf -mkspecs/netbsd-g++/qplatformdefs.h -mkspecs/openbsd-g++/qmake.conf -mkspecs/openbsd-g++/qplatformdefs.h -mkspecs/openunix-cc/qmake.conf -mkspecs/openunix-cc/qplatformdefs.h -mkspecs/openunix-g++/qmake.conf -mkspecs/openunix-g++/qplatformdefs.h -mkspecs/qnx-g++/qmake.conf -mkspecs/qnx-g++/qplatformdefs.h -mkspecs/reliant-64/qmake.conf -mkspecs/reliant-64/qplatformdefs.h -mkspecs/reliant-cds/qmake.conf -mkspecs/reliant-cds/qplatformdefs.h -mkspecs/sco-cc/qmake.conf -mkspecs/sco-cc/qplatformdefs.h -mkspecs/sco-g++/qmake.conf -mkspecs/sco-g++/qplatformdefs.h -mkspecs/solaris-64/qmake.conf -mkspecs/solaris-64/qplatformdefs.h -mkspecs/solaris-cc/qmake.conf -mkspecs/solaris-cc/qplatformdefs.h -mkspecs/solaris-g++-64/qmake.conf -mkspecs/solaris-g++-64/qplatformdefs.h -mkspecs/solaris-g++/qmake.conf -mkspecs/solaris-g++/qplatformdefs.h -mkspecs/solaris-kcc/qmake.conf -mkspecs/solaris-kcc/qplatformdefs.h -mkspecs/sunos-g++/qmake.conf -mkspecs/tru64-cxx/qmake.conf -mkspecs/tru64-cxx/qplatformdefs.h -mkspecs/tru64-g++/qmake.conf -mkspecs/tru64-g++/qplatformdefs.h -mkspecs/ultrix-g++/qmake.conf -mkspecs/unixware-g++/qmake.conf -mkspecs/unixware7-cc/qmake.conf -mkspecs/unixware7-cc/qplatformdefs.h -mkspecs/unixware7-g++/qmake.conf -mkspecs/unixware7-g++/qplatformdefs.h -mkspecs/win32-borland/qmake.conf -mkspecs/win32-borland/qplatformdefs.h -mkspecs/win32-g++/qmake.conf -mkspecs/win32-icc/qmake.conf -mkspecs/win32-icc/qplatformdefs.h -mkspecs/win32-icc/win32app.dsp -mkspecs/win32-icc/win32dll.dsp -mkspecs/win32-icc/win32lib.dsp -mkspecs/win32-msvc/qmake.conf -mkspecs/win32-msvc/qplatformdefs.h -mkspecs/win32-msvc/win32app.dsp -mkspecs/win32-msvc/win32dll.dsp -mkspecs/win32-msvc/win32lib.dsp -mkspecs/win32-visage/qmake.conf -mkspecs/win32-watcom/qmake.conf -plugins/designer/libcppeditor.so -plugins/designer/libdlgplugin.so -plugins/designer/librcplugin.so -plugins/designer/libwizards.so -share/doc/qt/aboutqt.html -share/doc/qt/abstract-connections.png -share/doc/qt/abstractwidgets.html -share/doc/qt/accelerators.html -share/doc/qt/aclock-example.html -share/doc/qt/actiongroup-example.html -share/doc/qt/actiongroup.html -share/doc/qt/addressbook-example.html -share/doc/qt/advanced.html -share/doc/qt/annotated.html -share/doc/qt/appearance.html -share/doc/qt/appicon.html -share/doc/qt/application.html -share/doc/qt/assistant-1.html -share/doc/qt/assistant-2.html -share/doc/qt/assistant-3.html -share/doc/qt/assistant-4.html -share/doc/qt/assistant.html -share/doc/qt/assistant.xml -share/doc/qt/basic.html -share/doc/qt/bearings.png -share/doc/qt/biff-example.html -share/doc/qt/bigtable-example.html -share/doc/qt/book-dialog.png -share/doc/qt/book-main.png -share/doc/qt/brush-styles.png -share/doc/qt/bughowto.html -share/doc/qt/buttongroup-m.png -share/doc/qt/buttongroup-w.png -share/doc/qt/buttongroups-example.html -share/doc/qt/buyhowto.html -share/doc/qt/callbacks.png -share/doc/qt/canvas-chart-example.html -share/doc/qt/canvas-example.html -share/doc/qt/canvas.html -share/doc/qt/chart-forms.png -share/doc/qt/chart-main.png -share/doc/qt/chart-main2.png -share/doc/qt/chart-options.png -share/doc/qt/chart-setdata.png -share/doc/qt/checklists-example.html -share/doc/qt/classchart.html -share/doc/qt/classes.html -share/doc/qt/clientserver-example.html -share/doc/qt/collection.html -share/doc/qt/commonproblems.html -share/doc/qt/concrete-connections.png -share/doc/qt/coordsys.html -share/doc/qt/coordsys.png -share/doc/qt/credits.html -share/doc/qt/cursor-example.html -share/doc/qt/cursors.png -share/doc/qt/customlayout-example.html -share/doc/qt/customlayout.html -share/doc/qt/customstyles.html -share/doc/qt/database-connections.png -share/doc/qt/database.html -share/doc/qt/datastreamformat.html -share/doc/qt/datetimewidgets.png -share/doc/qt/dclock-example.html -share/doc/qt/debug.html -share/doc/qt/demo-example.html -share/doc/qt/designer-manual-1.html -share/doc/qt/designer-manual-10.html -share/doc/qt/designer-manual-11.html -share/doc/qt/designer-manual-12.html -share/doc/qt/designer-manual-13.html -share/doc/qt/designer-manual-14.html -share/doc/qt/designer-manual-15.html -share/doc/qt/designer-manual-2.html -share/doc/qt/designer-manual-3.html -share/doc/qt/designer-manual-4.html -share/doc/qt/designer-manual-5.html -share/doc/qt/designer-manual-6.html -share/doc/qt/designer-manual-7.html -share/doc/qt/designer-manual-8.html -share/doc/qt/designer-manual-9.html -share/doc/qt/designer-manual.html -share/doc/qt/designer.png -share/doc/qt/designer.xml -share/doc/qt/designer1.jpg -share/doc/qt/designer2.jpg -share/doc/qt/designer3.jpg -share/doc/qt/desktop-example.html -share/doc/qt/dialogs.html -share/doc/qt/dirview-example.html -share/doc/qt/dnd.html -share/doc/qt/doc.png -share/doc/qt/doneandnext.png -share/doc/qt/draganddrop.html -share/doc/qt/dragdrop-example.html -share/doc/qt/drawdemo-example.html -share/doc/qt/drawlines-example.html -share/doc/qt/edit-dbtable-dialog.png -share/doc/qt/editcopy.png -share/doc/qt/editcut.png -share/doc/qt/editfind.png -share/doc/qt/editions.html -share/doc/qt/editpaste.png -share/doc/qt/editredo.png -share/doc/qt/editundo.png -share/doc/qt/emb-accel.html -share/doc/qt/emb-casestudy.html -share/doc/qt/emb-charinput.html -share/doc/qt/emb-classes.html -share/doc/qt/emb-envvars.html -share/doc/qt/emb-features.html -share/doc/qt/emb-fonts.html -share/doc/qt/emb-framebuffer-howto.html -share/doc/qt/emb-install.html -share/doc/qt/emb-performance.html -share/doc/qt/emb-pointer.html -share/doc/qt/emb-porting.html -share/doc/qt/emb-qvfb.html -share/doc/qt/emb-running.html -share/doc/qt/emb-vnc.html -share/doc/qt/embedporting.html -share/doc/qt/environment.html -share/doc/qt/events.html -share/doc/qt/eventsandfilters.html -share/doc/qt/examples-chart-canvastext-h.html -share/doc/qt/examples-chart-canvasview-cpp.html -share/doc/qt/examples-chart-canvasview-h.html -share/doc/qt/examples-chart-chart-pro.html -share/doc/qt/examples-chart-chartform-cpp.html -share/doc/qt/examples-chart-chartform-h.html -share/doc/qt/examples-chart-chartform_canvas-cpp.html -share/doc/qt/examples-chart-chartform_files-cpp.html -share/doc/qt/examples-chart-element-cpp.html -share/doc/qt/examples-chart-element-h.html -share/doc/qt/examples-chart-main-cpp.html -share/doc/qt/examples-chart-optionsform-cpp.html -share/doc/qt/examples-chart-optionsform-h.html -share/doc/qt/examples-chart-setdataform-cpp.html -share/doc/qt/examples-chart-setdataform-h.html -share/doc/qt/examples.html -share/doc/qt/face.jpg -share/doc/qt/filechooser.png -share/doc/qt/fileiconview-example.html -share/doc/qt/fileopen.png -share/doc/qt/fileprint.png -share/doc/qt/filesave.png -share/doc/qt/finddialog.png -share/doc/qt/focus.html -share/doc/qt/forever-example.html -share/doc/qt/frames.png -share/doc/qt/ftpclient-example.html -share/doc/qt/functions.html -share/doc/qt/geomanagement.html -share/doc/qt/geometry.html -share/doc/qt/geometry.png -share/doc/qt/gpl.html -share/doc/qt/graph.g1n -share/doc/qt/grapher-nsplugin-example.html -share/doc/qt/graphics.html -share/doc/qt/gridlayout.png -share/doc/qt/groupbox-m.png -share/doc/qt/groupbox-w.png -share/doc/qt/groups.html -share/doc/qt/guibooks.html -share/doc/qt/headers.html -share/doc/qt/hello-example.html -share/doc/qt/helpsystem.html -share/doc/qt/helpviewer-example.html -share/doc/qt/hierarchy.html -share/doc/qt/how-to-learn-qt.html -share/doc/qt/httpd-example.html -share/doc/qt/i18n-example.html -share/doc/qt/i18n.html -share/doc/qt/iconset.png -share/doc/qt/iconview-example.html -share/doc/qt/iconview-simple_dd-main-cpp.html -share/doc/qt/iconview-simple_dd-main-h.html -share/doc/qt/iconview.html -share/doc/qt/images.html -share/doc/qt/index -share/doc/qt/index.html -share/doc/qt/inputdialogs.png -share/doc/qt/install-win.html -share/doc/qt/install-x11.html -share/doc/qt/installation.html -share/doc/qt/io.html -share/doc/qt/keyfeatures30.html -share/doc/qt/layout-example.html -share/doc/qt/layout.html -share/doc/qt/layout1.png -share/doc/qt/layout2.png -share/doc/qt/license.html -share/doc/qt/licenses.html -share/doc/qt/life-example.html -share/doc/qt/lineedits-example.html -share/doc/qt/linguist-manual-1.html -share/doc/qt/linguist-manual-2.html -share/doc/qt/linguist-manual-3.html -share/doc/qt/linguist-manual-4.html -share/doc/qt/linguist-manual.html -share/doc/qt/linguist.png -share/doc/qt/linguist.xml -share/doc/qt/listbox-example.html -share/doc/qt/listboxcombo-example.html -share/doc/qt/listviews-example.html -share/doc/qt/logo32.png -share/doc/qt/mail-example.html -share/doc/qt/mailinglists.html -share/doc/qt/mainclasses.html -share/doc/qt/mainlyMotif-editor-example.html -share/doc/qt/mainlyQt-editor-example.html -share/doc/qt/mainlyXt-editor-example.html -share/doc/qt/mainwindow-m.png -share/doc/qt/mainwindow-w.png -share/doc/qt/makeqpf.html -share/doc/qt/mdi-example.html -share/doc/qt/menu-example.html -share/doc/qt/menubar.png -share/doc/qt/metaobjects.html -share/doc/qt/misc.html -share/doc/qt/moc.html -share/doc/qt/modules.html -share/doc/qt/movies-example.html -share/doc/qt/multiclip.png -share/doc/qt/multimedia.html -share/doc/qt/network-examples.html -share/doc/qt/network.html -share/doc/qt/networkprotocol-example.html -share/doc/qt/next.png -share/doc/qt/nextunfinished.png -share/doc/qt/nsplugin-examples.html -share/doc/qt/nsplugin.html -share/doc/qt/object.html -share/doc/qt/objectmodel.html -share/doc/qt/objecttrees.html -share/doc/qt/opengl-box-example.html -share/doc/qt/opengl-examples.html -share/doc/qt/opengl-gear-example.html -share/doc/qt/opengl-overlay-example.html -share/doc/qt/opengl-overlay-x11-example.html -share/doc/qt/opengl-pixmap-example.html -share/doc/qt/opengl-sharedbox-example.html -share/doc/qt/opengl-texture-example.html -share/doc/qt/opengl-x11-overlays.html -share/doc/qt/opengl.html -share/doc/qt/organizers.html -share/doc/qt/outliner-example.html -share/doc/qt/overviews-list.html -share/doc/qt/palette.png -share/doc/qt/pen-cap-styles.png -share/doc/qt/pen-join-styles.png -share/doc/qt/pen-styles.png -share/doc/qt/penstyles.png -share/doc/qt/phrasebookdialog.png -share/doc/qt/phrasebookopen.png -share/doc/qt/picture-example.html -share/doc/qt/pictures.html -share/doc/qt/plugins-howto.html -share/doc/qt/plugins.html -share/doc/qt/pnglogo.png -share/doc/qt/popup-example.html -share/doc/qt/porting.html -share/doc/qt/porting2.html -share/doc/qt/prev.png -share/doc/qt/prevunfinished.png -share/doc/qt/primes.html -share/doc/qt/process-example.html -share/doc/qt/progress-example.html -share/doc/qt/progressbar-example.html -share/doc/qt/properties.html -share/doc/qt/propertydocs -share/doc/qt/propertyindex -share/doc/qt/qaccel-h.html -share/doc/qt/qaccel-members.html -share/doc/qt/qaccel.html -share/doc/qt/qaccessible-h.html -share/doc/qt/qaccessible-members.html -share/doc/qt/qaccessible.html -share/doc/qt/qaccessibleinterface-members.html -share/doc/qt/qaccessibleinterface.html -share/doc/qt/qaccessibleobject-members.html -share/doc/qt/qaccessibleobject.html -share/doc/qt/qaction-application-example.html -share/doc/qt/qaction-examples.html -share/doc/qt/qaction-h.html -share/doc/qt/qaction-members.html -share/doc/qt/qaction.html -share/doc/qt/qactiongroup-members.html -share/doc/qt/qactiongroup.html -share/doc/qt/qactiongroup_menu.png -share/doc/qt/qactiongroup_menu_subwidget.png -share/doc/qt/qactiongroup_toolbar.png -share/doc/qt/qactiongroup_toolbar_exclusive_subwidget.png -share/doc/qt/qactiongroup_toolbar_nonexclusive_subwidget.png -share/doc/qt/qapplication-h.html -share/doc/qt/qapplication-members.html -share/doc/qt/qapplication.html -share/doc/qt/qarray.html -share/doc/qt/qasciicache-h.html -share/doc/qt/qasciicache-members.html -share/doc/qt/qasciicache.html -share/doc/qt/qasciicacheiterator-members.html -share/doc/qt/qasciicacheiterator.html -share/doc/qt/qasciidict-h.html -share/doc/qt/qasciidict-members.html -share/doc/qt/qasciidict.html -share/doc/qt/qasciidictiterator-members.html -share/doc/qt/qasciidictiterator.html -share/doc/qt/qasyncimageio-h.html -share/doc/qt/qasyncio-h.html -share/doc/qt/qasyncio-members.html -share/doc/qt/qasyncio.html -share/doc/qt/qbitarray-h.html -share/doc/qt/qbitarray-members.html -share/doc/qt/qbitarray.html -share/doc/qt/qbitmap-h.html -share/doc/qt/qbitmap-members.html -share/doc/qt/qbitmap.html -share/doc/qt/qbitval-members.html -share/doc/qt/qbitval.html -share/doc/qt/qboxlayout-members.html -share/doc/qt/qboxlayout.html -share/doc/qt/qbrush-h.html -share/doc/qt/qbrush-members.html -share/doc/qt/qbrush.html -share/doc/qt/qbttngrp-m.png -share/doc/qt/qbttngrp-w.png -share/doc/qt/qbuffer-h.html -share/doc/qt/qbuffer-members.html -share/doc/qt/qbuffer.html -share/doc/qt/qbutton-h.html -share/doc/qt/qbutton-members.html -share/doc/qt/qbutton.html -share/doc/qt/qbuttongroup-h.html -share/doc/qt/qbuttongroup-h.png -share/doc/qt/qbuttongroup-members.html -share/doc/qt/qbuttongroup-v.png -share/doc/qt/qbuttongroup.html -share/doc/qt/qbytearray-members.html -share/doc/qt/qbytearray.html -share/doc/qt/qcache-h.html -share/doc/qt/qcache-members.html -share/doc/qt/qcache.html -share/doc/qt/qcacheiterator-members.html -share/doc/qt/qcacheiterator.html -share/doc/qt/qcanvas-h.html -share/doc/qt/qcanvas-members.html -share/doc/qt/qcanvas.html -share/doc/qt/qcanvas.png -share/doc/qt/qcanvasellipse-members.html -share/doc/qt/qcanvasellipse.html -share/doc/qt/qcanvasellipse.png -share/doc/qt/qcanvasitem-members.html -share/doc/qt/qcanvasitem.html -share/doc/qt/qcanvasitemlist-members.html -share/doc/qt/qcanvasitemlist.html -share/doc/qt/qcanvasline-members.html -share/doc/qt/qcanvasline.html -share/doc/qt/qcanvaspixmap-members.html -share/doc/qt/qcanvaspixmap.html -share/doc/qt/qcanvaspixmaparray-members.html -share/doc/qt/qcanvaspixmaparray.html -share/doc/qt/qcanvaspolygon-members.html -share/doc/qt/qcanvaspolygon.html -share/doc/qt/qcanvaspolygonalitem-members.html -share/doc/qt/qcanvaspolygonalitem.html -share/doc/qt/qcanvasrectangle-members.html -share/doc/qt/qcanvasrectangle.html -share/doc/qt/qcanvasspline-members.html -share/doc/qt/qcanvasspline.html -share/doc/qt/qcanvassprite-members.html -share/doc/qt/qcanvassprite.html -share/doc/qt/qcanvastext-members.html -share/doc/qt/qcanvastext.html -share/doc/qt/qcanvasview-members.html -share/doc/qt/qcanvasview.html -share/doc/qt/qcdestyle-h.html -share/doc/qt/qcdestyle-members.html -share/doc/qt/qcdestyle.html -share/doc/qt/qchar-members.html -share/doc/qt/qchar.html -share/doc/qt/qcharref-members.html -share/doc/qt/qcharref.html -share/doc/qt/qcheckbox-h.html -share/doc/qt/qcheckbox-m.png -share/doc/qt/qcheckbox-members.html -share/doc/qt/qcheckbox-w.png -share/doc/qt/qcheckbox.html -share/doc/qt/qchecklistitem-members.html -share/doc/qt/qchecklistitem.html -share/doc/qt/qchecktableitem-members.html -share/doc/qt/qchecktableitem.html -share/doc/qt/qchildevent-members.html -share/doc/qt/qchildevent.html -share/doc/qt/qchkbox-m.png -share/doc/qt/qchkbox-w.png -share/doc/qt/qclipboard-h.html -share/doc/qt/qclipboard-members.html -share/doc/qt/qclipboard.html -share/doc/qt/qcloseevent-members.html -share/doc/qt/qcloseevent.html -share/doc/qt/qcollection.html -share/doc/qt/qcolor-h.html -share/doc/qt/qcolor-members.html -share/doc/qt/qcolor.html -share/doc/qt/qcolordialog-h.html -share/doc/qt/qcolordialog-members.html -share/doc/qt/qcolordialog.html -share/doc/qt/qcolordlg-m.png -share/doc/qt/qcolordlg-w.png -share/doc/qt/qcolordrag-members.html -share/doc/qt/qcolordrag.html -share/doc/qt/qcolorgroup-members.html -share/doc/qt/qcolorgroup.html -share/doc/qt/qcombo1-m.png -share/doc/qt/qcombo1-w.png -share/doc/qt/qcombo2-m.png -share/doc/qt/qcombo2-w.png -share/doc/qt/qcombo3-m.png -share/doc/qt/qcombo3-w.png -share/doc/qt/qcombobox-h.html -share/doc/qt/qcombobox-members.html -share/doc/qt/qcombobox.html -share/doc/qt/qcombotableitem-members.html -share/doc/qt/qcombotableitem.html -share/doc/qt/qcommonstyle-h.html -share/doc/qt/qcommonstyle-members.html -share/doc/qt/qcommonstyle.html -share/doc/qt/qconststring-members.html -share/doc/qt/qconststring.html -share/doc/qt/qcontextmenuevent-members.html -share/doc/qt/qcontextmenuevent.html -share/doc/qt/qcopchannel-members.html -share/doc/qt/qcopchannel.html -share/doc/qt/qcopchannel_qws-h.html -share/doc/qt/qcstring-h.html -share/doc/qt/qcstring-members.html -share/doc/qt/qcstring.html -share/doc/qt/qcursor-h.html -share/doc/qt/qcursor-members.html -share/doc/qt/qcursor.html -share/doc/qt/qcustomevent-members.html -share/doc/qt/qcustomevent.html -share/doc/qt/qcustommenuitem-members.html -share/doc/qt/qcustommenuitem.html -share/doc/qt/qd-buttonstoolbuttons3.png -share/doc/qt/qd-chapdialog-previewing2.png -share/doc/qt/qd-chapdialog-signalsandslots.png -share/doc/qt/qd-chapdialog-taborder.png -share/doc/qt/qd-chapdialogs-addingwidgets.png -share/doc/qt/qd-chapdialogs-creatingmulticlipform3.png -share/doc/qt/qd-chapdialogs-creatingnewprojects.png -share/doc/qt/qd-chapdialogs-layoutwidgets-stepone-after.png -share/doc/qt/qd-chapdialogs-objectexplorer.png -share/doc/qt/qd-chapdialogs-propertyeditor.png -share/doc/qt/qd-chapmainwin-actioneditor1.png -share/doc/qt/qd-chapmainwin-actioneditor2.png -share/doc/qt/qd-chapmainwin-actiongroup.png -share/doc/qt/qd-chapmainwin-addtextedit.png -share/doc/qt/qd-chapmainwin-addwidg.png -share/doc/qt/qd-chapmainwin-alignactiongroup.png -share/doc/qt/qd-chapmainwin-connaction.png -share/doc/qt/qd-chapmainwin-connalign1.png -share/doc/qt/qd-chapmainwin-connfontsize.png -share/doc/qt/qd-chapmainwin-deleteaction.png -share/doc/qt/qd-chapmainwin-dragtomenu.png -share/doc/qt/qd-chapmainwin-dropinmenu1.png -share/doc/qt/qd-chapmainwin-mainwinwiz1.png -share/doc/qt/qd-chapmainwin-mainwinwiz2.png -share/doc/qt/qd-chapmainwin-mainwinwiz3.png -share/doc/qt/qd-chapmainwin-namemenu.png -share/doc/qt/qd-chapmainwin-previewing.png -share/doc/qt/qd-chapmainwin-propeditnewact.png -share/doc/qt/qd-chapmainwin-toolbaractiongroup1.png -share/doc/qt/qd-chapmainwin-toolbarhandle.png -share/doc/qt/qd-chapmainwin-toolbarhandle2.png -share/doc/qt/qd-chooseanimage.png -share/doc/qt/qd-chooseapixmap.png -share/doc/qt/qd-chooseimages.png -share/doc/qt/qd-configmainfile.png -share/doc/qt/qd-containertoolbuttons3.png -share/doc/qt/qd-createtemplate.png -share/doc/qt/qd-customwidgettoolbutton.png -share/doc/qt/qd-custwiddeftab.png -share/doc/qt/qd-custwidproptab.png -share/doc/qt/qd-custwidslotstab.png -share/doc/qt/qd-databasetoolbuttons3.png -share/doc/qt/qd-databrowserwzd.png -share/doc/qt/qd-databrowserwzdpage2.png -share/doc/qt/qd-databrowserwzdpage3.png -share/doc/qt/qd-databrowserwzdpage4.png -share/doc/qt/qd-databrowserwzdpage5.png -share/doc/qt/qd-databrowserwzdpage6.png -share/doc/qt/qd-datatablewzd.png -share/doc/qt/qd-datatablewzdpage2.png -share/doc/qt/qd-datatablewzdpage3.png -share/doc/qt/qd-datatablewzdpage4.png -share/doc/qt/qd-datatablewzdpage5.png -share/doc/qt/qd-dataviewwzd.png -share/doc/qt/qd-dataviewwzdpage2.png -share/doc/qt/qd-dataviewwzdpage3.png -share/doc/qt/qd-dataviewwzdpage4.png -share/doc/qt/qd-displaytoolbuttons3.png -share/doc/qt/qd-editclassvariables.png -share/doc/qt/qd-editcustwidsigtab.png -share/doc/qt/qd-editeditconnections.png -share/doc/qt/qd-editformsettings.png -share/doc/qt/qd-editforwarddeclarations.png -share/doc/qt/qd-editiconview.png -share/doc/qt/qd-editincludesindeclaration.png -share/doc/qt/qd-editincludesinimplementation.png -share/doc/qt/qd-editlistbox.png -share/doc/qt/qd-editlistview.png -share/doc/qt/qd-editlistviewcolumns.png -share/doc/qt/qd-editmenu1.png -share/doc/qt/qd-editpalettedialog.png -share/doc/qt/qd-editpreferencesc++.png -share/doc/qt/qd-editpreferencesgeneral.png -share/doc/qt/qd-editslots1.png -share/doc/qt/qd-edittablecolumns.png -share/doc/qt/qd-edittablerows.png -share/doc/qt/qd-edittoolbuttons3.png -share/doc/qt/qd-filemenu1.png -share/doc/qt/qd-filenew2.png -share/doc/qt/qd-fileopen.png -share/doc/qt/qd-fileoverviewwindow.png -share/doc/qt/qd-filesaveasdialog.png -share/doc/qt/qd-filesaveformasdialog.png -share/doc/qt/qd-filesaveformdialog.png -share/doc/qt/qd-filesaveprojectsettingsdialog.png -share/doc/qt/qd-filetoolbuttons3.png -share/doc/qt/qd-finddirectorydialog.png -share/doc/qt/qd-helpmenu.png -share/doc/qt/qd-helptoolbuttons3.png -share/doc/qt/qd-inputtoolbuttons3.png -share/doc/qt/qd-layout2.1-twogroups.png -share/doc/qt/qd-layout2.2-layoutform.png -share/doc/qt/qd-layout3-groupedwidgets.png -share/doc/qt/qd-layout3-rubberband.png -share/doc/qt/qd-layout3.2-addspacer.png -share/doc/qt/qd-layout3.5-layoutform.png -share/doc/qt/qd-layoutmenu1.png -share/doc/qt/qd-layouttoolbuttons3.png -share/doc/qt/qd-mainwinwzd.png -share/doc/qt/qd-mainwinwzdpage2.png -share/doc/qt/qd-objexpwindowwidgettab.png -share/doc/qt/qd-objexpwinsourcetab.png -share/doc/qt/qd-pagetitle.png -share/doc/qt/qd-previewmenu.png -share/doc/qt/qd-projectaddfile.png -share/doc/qt/qd-projectdbaseconnections.png -share/doc/qt/qd-projectimages.png -share/doc/qt/qd-projectmenu.png -share/doc/qt/qd-projectsettingsc++tabdialog.png -share/doc/qt/qd-projectsettingsdialog.png -share/doc/qt/qd-projectsettingsfilestabdialog.png -share/doc/qt/qd-propedsigtab.png -share/doc/qt/qd-propedwinproptab.png -share/doc/qt/qd-searchfindtextdialog.png -share/doc/qt/qd-searchgotoline.png -share/doc/qt/qd-searchmenu.png -share/doc/qt/qd-searchreplacetext.png -share/doc/qt/qd-searchttoolbuttons3.png -share/doc/qt/qd-selectcolordialog.png -share/doc/qt/qd-selectfontdialog.png -share/doc/qt/qd-textdialog.png -share/doc/qt/qd-title.png -share/doc/qt/qd-toolsmenu.png -share/doc/qt/qd-toolstoolbuttons4.png -share/doc/qt/qd-tunepalettedialog.png -share/doc/qt/qd-viewconnections.png -share/doc/qt/qd-viewstoolbuttons5.png -share/doc/qt/qd-windowmenu1.png -share/doc/qt/qdatabrowser-h.html -share/doc/qt/qdatabrowser-members.html -share/doc/qt/qdatabrowser.html -share/doc/qt/qdatapump-members.html -share/doc/qt/qdatapump.html -share/doc/qt/qdatasink-members.html -share/doc/qt/qdatasink.html -share/doc/qt/qdatasource-members.html -share/doc/qt/qdatasource.html -share/doc/qt/qdatastream-h.html -share/doc/qt/qdatastream-members.html -share/doc/qt/qdatastream.html -share/doc/qt/qdatatable-h.html -share/doc/qt/qdatatable-members.html -share/doc/qt/qdatatable.html -share/doc/qt/qdataview-h.html -share/doc/qt/qdataview-members.html -share/doc/qt/qdataview.html -share/doc/qt/qdate-members.html -share/doc/qt/qdate.html -share/doc/qt/qdateedit-members.html -share/doc/qt/qdateedit.html -share/doc/qt/qdatetime-h.html -share/doc/qt/qdatetime-members.html -share/doc/qt/qdatetime.html -share/doc/qt/qdatetimeedit-h.html -share/doc/qt/qdatetimeedit-members.html -share/doc/qt/qdatetimeedit.html -share/doc/qt/qdesktopwidget-h.html -share/doc/qt/qdesktopwidget-members.html -share/doc/qt/qdesktopwidget.html -share/doc/qt/qdesktopwidget.png -share/doc/qt/qdial-h.html -share/doc/qt/qdial-m.png -share/doc/qt/qdial-members.html -share/doc/qt/qdial-w.png -share/doc/qt/qdial.html -share/doc/qt/qdialog-h.html -share/doc/qt/qdialog-members.html -share/doc/qt/qdialog.html -share/doc/qt/qdict-h.html -share/doc/qt/qdict-members.html -share/doc/qt/qdict.html -share/doc/qt/qdictiterator-members.html -share/doc/qt/qdictiterator.html -share/doc/qt/qdir-example.html -share/doc/qt/qdir-h.html -share/doc/qt/qdir-members.html -share/doc/qt/qdir.html -share/doc/qt/qdirectpainter-members.html -share/doc/qt/qdirectpainter.html -share/doc/qt/qdirectpainter_qws-h.html -share/doc/qt/qdns-h.html -share/doc/qt/qdns-members.html -share/doc/qt/qdns.html -share/doc/qt/qdockarea-h.html -share/doc/qt/qdockarea-members.html -share/doc/qt/qdockarea.html -share/doc/qt/qdockwindow-h.html -share/doc/qt/qdockwindow-members.html -share/doc/qt/qdockwindow.html -share/doc/qt/qdockwindow.png -share/doc/qt/qdom-h.html -share/doc/qt/qdomattr-members.html -share/doc/qt/qdomattr.html -share/doc/qt/qdomcdatasection-members.html -share/doc/qt/qdomcdatasection.html -share/doc/qt/qdomcharacterdata-members.html -share/doc/qt/qdomcharacterdata.html -share/doc/qt/qdomcomment-members.html -share/doc/qt/qdomcomment.html -share/doc/qt/qdomdocument-members.html -share/doc/qt/qdomdocument.html -share/doc/qt/qdomdocumentfragment-members.html -share/doc/qt/qdomdocumentfragment.html -share/doc/qt/qdomdocumenttype-members.html -share/doc/qt/qdomdocumenttype.html -share/doc/qt/qdomelement-members.html -share/doc/qt/qdomelement.html -share/doc/qt/qdomentity-members.html -share/doc/qt/qdomentity.html -share/doc/qt/qdomentityreference-members.html -share/doc/qt/qdomentityreference.html -share/doc/qt/qdomimplementation-members.html -share/doc/qt/qdomimplementation.html -share/doc/qt/qdomnamednodemap-members.html -share/doc/qt/qdomnamednodemap.html -share/doc/qt/qdomnode-members.html -share/doc/qt/qdomnode.html -share/doc/qt/qdomnodelist-members.html -share/doc/qt/qdomnodelist.html -share/doc/qt/qdomnotation-members.html -share/doc/qt/qdomnotation.html -share/doc/qt/qdomprocessinginstruction-members.html -share/doc/qt/qdomprocessinginstruction.html -share/doc/qt/qdomtext-members.html -share/doc/qt/qdomtext.html -share/doc/qt/qdoublevalidator-members.html -share/doc/qt/qdoublevalidator.html -share/doc/qt/qdragenterevent-members.html -share/doc/qt/qdragenterevent.html -share/doc/qt/qdragleaveevent-members.html -share/doc/qt/qdragleaveevent.html -share/doc/qt/qdragmoveevent-members.html -share/doc/qt/qdragmoveevent.html -share/doc/qt/qdragobject-h.html -share/doc/qt/qdragobject-members.html -share/doc/qt/qdragobject.html -share/doc/qt/qdrawutil-h.html -share/doc/qt/qdropevent-members.html -share/doc/qt/qdropevent.html -share/doc/qt/qdropsite-h.html -share/doc/qt/qdropsite-members.html -share/doc/qt/qdropsite.html -share/doc/qt/qeditorfactory-h.html -share/doc/qt/qeditorfactory-members.html -share/doc/qt/qeditorfactory.html -share/doc/qt/qembed.html -share/doc/qt/qerrormessage-h.html -share/doc/qt/qerrormessage-members.html -share/doc/qt/qerrormessage.html -share/doc/qt/qerrormessage.png -share/doc/qt/qeucjpcodec-h.html -share/doc/qt/qeucjpcodec-members.html -share/doc/qt/qeucjpcodec.html -share/doc/qt/qeuckrcodec-h.html -share/doc/qt/qeuckrcodec-members.html -share/doc/qt/qeuckrcodec.html -share/doc/qt/qevent-h.html -share/doc/qt/qevent-members.html -share/doc/qt/qevent.html -share/doc/qt/qfd-example.html -share/doc/qt/qfile-h.html -share/doc/qt/qfile-members.html -share/doc/qt/qfile.html -share/doc/qt/qfiledialog-h.html -share/doc/qt/qfiledialog-members.html -share/doc/qt/qfiledialog.html -share/doc/qt/qfiledlg-m.png -share/doc/qt/qfiledlg-w.png -share/doc/qt/qfileiconprovider-members.html -share/doc/qt/qfileiconprovider.html -share/doc/qt/qfileinfo-h.html -share/doc/qt/qfileinfo-members.html -share/doc/qt/qfileinfo.html -share/doc/qt/qfilepreview-members.html -share/doc/qt/qfilepreview.html -share/doc/qt/qfocusdata-h.html -share/doc/qt/qfocusdata-members.html -share/doc/qt/qfocusdata.html -share/doc/qt/qfocusevent-members.html -share/doc/qt/qfocusevent.html -share/doc/qt/qfont-examples.html -share/doc/qt/qfont-h.html -share/doc/qt/qfont-members.html -share/doc/qt/qfont.html -share/doc/qt/qfontdatabase-h.html -share/doc/qt/qfontdatabase-members.html -share/doc/qt/qfontdatabase.html -share/doc/qt/qfontdialog-h.html -share/doc/qt/qfontdialog-members.html -share/doc/qt/qfontdialog.html -share/doc/qt/qfontdlg-m.png -share/doc/qt/qfontdlg-w.png -share/doc/qt/qfontinfo-h.html -share/doc/qt/qfontinfo-members.html -share/doc/qt/qfontinfo.html -share/doc/qt/qfontmanager-members.html -share/doc/qt/qfontmanager.html -share/doc/qt/qfontmanager_qws-h.html -share/doc/qt/qfontmetrics-h.html -share/doc/qt/qfontmetrics-members.html -share/doc/qt/qfontmetrics.html -share/doc/qt/qframe-h.html -share/doc/qt/qframe-members.html -share/doc/qt/qframe.html -share/doc/qt/qftp-h.html -share/doc/qt/qftp-members.html -share/doc/qt/qftp.html -share/doc/qt/qgb18030codec-h.html -share/doc/qt/qgb18030codec-members.html -share/doc/qt/qgb18030codec.html -share/doc/qt/qgbkcodec-members.html -share/doc/qt/qgbkcodec.html -share/doc/qt/qgfx_qws-h.html -share/doc/qt/qgl-h.html -share/doc/qt/qgl-members.html -share/doc/qt/qgl.html -share/doc/qt/qglayoutiterator-members.html -share/doc/qt/qglayoutiterator.html -share/doc/qt/qglcolormap-h.html -share/doc/qt/qglcolormap-members.html -share/doc/qt/qglcolormap.html -share/doc/qt/qglcontext-members.html -share/doc/qt/qglcontext.html -share/doc/qt/qglformat-members.html -share/doc/qt/qglformat.html -share/doc/qt/qglobal-h.html -share/doc/qt/qglwidget-members.html -share/doc/qt/qglwidget.html -share/doc/qt/qgrid-h.html -share/doc/qt/qgrid-m.png -share/doc/qt/qgrid-members.html -share/doc/qt/qgrid-w.png -share/doc/qt/qgrid.html -share/doc/qt/qgrid.png -share/doc/qt/qgridlayout-members.html -share/doc/qt/qgridlayout.html -share/doc/qt/qgridview-h.html -share/doc/qt/qgridview-members.html -share/doc/qt/qgridview.html -share/doc/qt/qgroupbox-h.html -share/doc/qt/qgroupbox-members.html -share/doc/qt/qgroupbox.html -share/doc/qt/qgroupboxes.png -share/doc/qt/qgrpbox-m.png -share/doc/qt/qgrpbox-w.png -share/doc/qt/qguardedptr-h.html -share/doc/qt/qguardedptr-members.html -share/doc/qt/qguardedptr.html -share/doc/qt/qhbox-h.html -share/doc/qt/qhbox-m.png -share/doc/qt/qhbox-members.html -share/doc/qt/qhbox-w.png -share/doc/qt/qhbox.html -share/doc/qt/qhbox.png -share/doc/qt/qhboxlayout-members.html -share/doc/qt/qhboxlayout.html -share/doc/qt/qhboxlayout.png -share/doc/qt/qhbuttongroup-h.html -share/doc/qt/qhbuttongroup-members.html -share/doc/qt/qhbuttongroup.html -share/doc/qt/qheader-h.html -share/doc/qt/qheader-m.png -share/doc/qt/qheader-members.html -share/doc/qt/qheader-w.png -share/doc/qt/qheader.html -share/doc/qt/qhebrewcodec-members.html -share/doc/qt/qhebrewcodec.html -share/doc/qt/qhgroupbox-h.html -share/doc/qt/qhgroupbox-members.html -share/doc/qt/qhgroupbox.html -share/doc/qt/qhideevent-members.html -share/doc/qt/qhideevent.html -share/doc/qt/qhostaddress-h.html -share/doc/qt/qhostaddress-members.html -share/doc/qt/qhostaddress.html -share/doc/qt/qhttp-h.html -share/doc/qt/qhttp-members.html -share/doc/qt/qhttp.html -share/doc/qt/qicondrag-members.html -share/doc/qt/qicondrag.html -share/doc/qt/qicondragitem-members.html -share/doc/qt/qicondragitem.html -share/doc/qt/qiconset-h.html -share/doc/qt/qiconset-members.html -share/doc/qt/qiconset.html -share/doc/qt/qiconview-h.html -share/doc/qt/qiconview-m.png -share/doc/qt/qiconview-members.html -share/doc/qt/qiconview-w.png -share/doc/qt/qiconview.html -share/doc/qt/qiconviewitem-members.html -share/doc/qt/qiconviewitem.html -share/doc/qt/qimage-h.html -share/doc/qt/qimage-members.html -share/doc/qt/qimage.html -share/doc/qt/qimageconsumer-members.html -share/doc/qt/qimageconsumer.html -share/doc/qt/qimagedecoder-members.html -share/doc/qt/qimagedecoder.html -share/doc/qt/qimagedrag-members.html -share/doc/qt/qimagedrag.html -share/doc/qt/qimageformat-members.html -share/doc/qt/qimageformat.html -share/doc/qt/qimageformatplugin-h.html -share/doc/qt/qimageformatplugin-members.html -share/doc/qt/qimageformatplugin.html -share/doc/qt/qimageformattype-members.html -share/doc/qt/qimageformattype.html -share/doc/qt/qimageio-members.html -share/doc/qt/qimageio.html -share/doc/qt/qimevent-members.html -share/doc/qt/qimevent.html -share/doc/qt/qinputdialog-h.html -share/doc/qt/qinputdialog-members.html -share/doc/qt/qinputdialog.html -share/doc/qt/qintcache-h.html -share/doc/qt/qintcache-members.html -share/doc/qt/qintcache.html -share/doc/qt/qintcacheiterator-members.html -share/doc/qt/qintcacheiterator.html -share/doc/qt/qintdict-h.html -share/doc/qt/qintdict-members.html -share/doc/qt/qintdict.html -share/doc/qt/qintdictiterator-members.html -share/doc/qt/qintdictiterator.html -share/doc/qt/qintvalidator-members.html -share/doc/qt/qintvalidator.html -share/doc/qt/qiodevice-h.html -share/doc/qt/qiodevice-members.html -share/doc/qt/qiodevice.html -share/doc/qt/qiodevicesource-members.html -share/doc/qt/qiodevicesource.html -share/doc/qt/qjiscodec-h.html -share/doc/qt/qjiscodec-members.html -share/doc/qt/qjiscodec.html -share/doc/qt/qkeyboard_qws-h.html -share/doc/qt/qkeyevent-members.html -share/doc/qt/qkeyevent.html -share/doc/qt/qkeysequence-h.html -share/doc/qt/qkeysequence-members.html -share/doc/qt/qkeysequence.html -share/doc/qt/qlabel-h.html -share/doc/qt/qlabel-m.png -share/doc/qt/qlabel-members.html -share/doc/qt/qlabel-w.png -share/doc/qt/qlabel.html -share/doc/qt/qlayout-h.html -share/doc/qt/qlayout-members.html -share/doc/qt/qlayout.html -share/doc/qt/qlayoutitem-members.html -share/doc/qt/qlayoutitem.html -share/doc/qt/qlayoutiterator-members.html -share/doc/qt/qlayoutiterator.html -share/doc/qt/qlcdnum-m.png -share/doc/qt/qlcdnum-w.png -share/doc/qt/qlcdnumber-h.html -share/doc/qt/qlcdnumber-members.html -share/doc/qt/qlcdnumber.html -share/doc/qt/qlibrary-h.html -share/doc/qt/qlibrary-members.html -share/doc/qt/qlibrary.html -share/doc/qt/qlined-m.png -share/doc/qt/qlined-w.png -share/doc/qt/qlineedit-h.html -share/doc/qt/qlineedit-members.html -share/doc/qt/qlineedit.html -share/doc/qt/qlist.html -share/doc/qt/qlistbox-h.html -share/doc/qt/qlistbox-m.png -share/doc/qt/qlistbox-members.html -share/doc/qt/qlistbox-w.png -share/doc/qt/qlistbox.html -share/doc/qt/qlistboxitem-members.html -share/doc/qt/qlistboxitem.html -share/doc/qt/qlistboxpixmap-members.html -share/doc/qt/qlistboxpixmap.html -share/doc/qt/qlistboxtext-members.html -share/doc/qt/qlistboxtext.html -share/doc/qt/qlistiterator.html -share/doc/qt/qlistview-h.html -share/doc/qt/qlistview-m.png -share/doc/qt/qlistview-members.html -share/doc/qt/qlistview-w.png -share/doc/qt/qlistview.html -share/doc/qt/qlistviewitem-members.html -share/doc/qt/qlistviewitem.html -share/doc/qt/qlistviewitemiterator-members.html -share/doc/qt/qlistviewitemiterator.html -share/doc/qt/qlistviewitems.png -share/doc/qt/qlocalfs-h.html -share/doc/qt/qlocalfs-members.html -share/doc/qt/qlocalfs.html -share/doc/qt/qlock-members.html -share/doc/qt/qlock.html -share/doc/qt/qlock_qws-h.html -share/doc/qt/qmag-example.html -share/doc/qt/qmainwindow-h.html -share/doc/qt/qmainwindow-m.png -share/doc/qt/qmainwindow-members.html -share/doc/qt/qmainwindow-qdockareas.png -share/doc/qt/qmainwindow-w.png -share/doc/qt/qmainwindow.html -share/doc/qt/qmake-manual-1.html -share/doc/qt/qmake-manual-2.html -share/doc/qt/qmake-manual-3.html -share/doc/qt/qmake-manual-4.html -share/doc/qt/qmake-manual-5.html -share/doc/qt/qmake-manual-6.html -share/doc/qt/qmake-manual-7.html -share/doc/qt/qmake-manual.html -share/doc/qt/qmake.xml -share/doc/qt/qmap-h.html -share/doc/qt/qmap-members.html -share/doc/qt/qmap.html -share/doc/qt/qmapconstiterator-members.html -share/doc/qt/qmapconstiterator.html -share/doc/qt/qmapiterator-members.html -share/doc/qt/qmapiterator.html -share/doc/qt/qmemarray-h.html -share/doc/qt/qmemarray-members.html -share/doc/qt/qmemarray.html -share/doc/qt/qmenubar-h.html -share/doc/qt/qmenubar-m.png -share/doc/qt/qmenubar-members.html -share/doc/qt/qmenubar-w.png -share/doc/qt/qmenubar.html -share/doc/qt/qmenudata-h.html -share/doc/qt/qmenudata-members.html -share/doc/qt/qmenudata.html -share/doc/qt/qmessagebox-crit.png -share/doc/qt/qmessagebox-h.html -share/doc/qt/qmessagebox-info.png -share/doc/qt/qmessagebox-members.html -share/doc/qt/qmessagebox-warn.png -share/doc/qt/qmessagebox.html -share/doc/qt/qmetaobject-h.html -share/doc/qt/qmetaobject-members.html -share/doc/qt/qmetaobject.html -share/doc/qt/qmetaproperty-members.html -share/doc/qt/qmetaproperty.html -share/doc/qt/qmime-h.html -share/doc/qt/qmimesource-members.html -share/doc/qt/qmimesource.html -share/doc/qt/qmimesourcefactory-members.html -share/doc/qt/qmimesourcefactory.html -share/doc/qt/qmlined-m.png -share/doc/qt/qmlined-w.png -share/doc/qt/qmotifplusstyle-h.html -share/doc/qt/qmotifplusstyle-members.html -share/doc/qt/qmotifplusstyle.html -share/doc/qt/qmotifstyle-h.html -share/doc/qt/qmotifstyle-members.html -share/doc/qt/qmotifstyle.html -share/doc/qt/qmouseevent-members.html -share/doc/qt/qmouseevent.html -share/doc/qt/qmoveevent-members.html -share/doc/qt/qmoveevent.html -share/doc/qt/qmovie-h.html -share/doc/qt/qmovie-members.html -share/doc/qt/qmovie.html -share/doc/qt/qmovie.png -share/doc/qt/qmsgbox-m.png -share/doc/qt/qmsgbox-w.png -share/doc/qt/qmultilineedit-h.html -share/doc/qt/qmultilineedit-members.html -share/doc/qt/qmultilineedit.html -share/doc/qt/qmutex-h.html -share/doc/qt/qmutex-members.html -share/doc/qt/qmutex.html -share/doc/qt/qnamespace-h.html -share/doc/qt/qnetwork-h.html -share/doc/qt/qnetworkoperation-members.html -share/doc/qt/qnetworkoperation.html -share/doc/qt/qnetworkprotocol-h.html -share/doc/qt/qnetworkprotocol-members.html -share/doc/qt/qnetworkprotocol.html -share/doc/qt/qnp-h.html -share/doc/qt/qnpinstance-members.html -share/doc/qt/qnpinstance.html -share/doc/qt/qnplugin-members.html -share/doc/qt/qnplugin.html -share/doc/qt/qnpstream-members.html -share/doc/qt/qnpstream.html -share/doc/qt/qnpwidget-members.html -share/doc/qt/qnpwidget.html -share/doc/qt/qobject-h.html -share/doc/qt/qobject-members.html -share/doc/qt/qobject.html -share/doc/qt/qobjectcleanuphandler-h.html -share/doc/qt/qobjectcleanuphandler-members.html -share/doc/qt/qobjectcleanuphandler.html -share/doc/qt/qobjectlist-h.html -share/doc/qt/qobjectlist-members.html -share/doc/qt/qobjectlist.html -share/doc/qt/qobjectlistit-members.html -share/doc/qt/qobjectlistit.html -share/doc/qt/qpaintdevice-h.html -share/doc/qt/qpaintdevice-members.html -share/doc/qt/qpaintdevice.html -share/doc/qt/qpaintdevicemetrics-h.html -share/doc/qt/qpaintdevicemetrics-members.html -share/doc/qt/qpaintdevicemetrics.html -share/doc/qt/qpainter-h.html -share/doc/qt/qpainter-members.html -share/doc/qt/qpainter.html -share/doc/qt/qpaintevent-members.html -share/doc/qt/qpaintevent.html -share/doc/qt/qpair-h.html -share/doc/qt/qpair-members.html -share/doc/qt/qpair.html -share/doc/qt/qpalette-h.html -share/doc/qt/qpalette-members.html -share/doc/qt/qpalette.html -share/doc/qt/qpen-h.html -share/doc/qt/qpen-members.html -share/doc/qt/qpen.html -share/doc/qt/qpicture-h.html -share/doc/qt/qpicture-members.html -share/doc/qt/qpicture.html -share/doc/qt/qpixmap-h.html -share/doc/qt/qpixmap-members.html -share/doc/qt/qpixmap.html -share/doc/qt/qpixmapcache-h.html -share/doc/qt/qpixmapcache-members.html -share/doc/qt/qpixmapcache.html -share/doc/qt/qplatinumstyle-h.html -share/doc/qt/qplatinumstyle-members.html -share/doc/qt/qplatinumstyle.html -share/doc/qt/qpngimagepacker-members.html -share/doc/qt/qpngimagepacker.html -share/doc/qt/qpngio-h.html -share/doc/qt/qpoint-h.html -share/doc/qt/qpoint-members.html -share/doc/qt/qpoint.html -share/doc/qt/qpointarray-h.html -share/doc/qt/qpointarray-members.html -share/doc/qt/qpointarray.html -share/doc/qt/qpopmenu-fancy.png -share/doc/qt/qpopmenu-m.png -share/doc/qt/qpopmenu-w.png -share/doc/qt/qpopupmenu-h.html -share/doc/qt/qpopupmenu-members.html -share/doc/qt/qpopupmenu.html -share/doc/qt/qprintdlg-m.png -share/doc/qt/qprintdlg-w.png -share/doc/qt/qprinter-h.html -share/doc/qt/qprinter-members.html -share/doc/qt/qprinter.html -share/doc/qt/qprocess-examples.html -share/doc/qt/qprocess-h.html -share/doc/qt/qprocess-members.html -share/doc/qt/qprocess.html -share/doc/qt/qprogbar-m.png -share/doc/qt/qprogbar-w.png -share/doc/qt/qprogdlg-m.png -share/doc/qt/qprogdlg-w.png -share/doc/qt/qprogressbar-h.html -share/doc/qt/qprogressbar-members.html -share/doc/qt/qprogressbar.html -share/doc/qt/qprogressdialog-h.html -share/doc/qt/qprogressdialog-members.html -share/doc/qt/qprogressdialog.html -share/doc/qt/qptrcollection-h.html -share/doc/qt/qptrcollection-members.html -share/doc/qt/qptrcollection.html -share/doc/qt/qptrdict-h.html -share/doc/qt/qptrdict-members.html -share/doc/qt/qptrdict.html -share/doc/qt/qptrdictiterator-members.html -share/doc/qt/qptrdictiterator.html -share/doc/qt/qptrlist-h.html -share/doc/qt/qptrlist-members.html -share/doc/qt/qptrlist.html -share/doc/qt/qptrlistiterator-members.html -share/doc/qt/qptrlistiterator.html -share/doc/qt/qptrqueue-h.html -share/doc/qt/qptrqueue-members.html -share/doc/qt/qptrqueue.html -share/doc/qt/qptrstack-h.html -share/doc/qt/qptrstack-members.html -share/doc/qt/qptrstack.html -share/doc/qt/qptrvector-h.html -share/doc/qt/qptrvector-members.html -share/doc/qt/qptrvector.html -share/doc/qt/qpushbt-m.png -share/doc/qt/qpushbt-w.png -share/doc/qt/qpushbutton-h.html -share/doc/qt/qpushbutton-members.html -share/doc/qt/qpushbutton.html -share/doc/qt/qqueue.html -share/doc/qt/qradiobt-m.png -share/doc/qt/qradiobt-w.png -share/doc/qt/qradiobutton-h.html -share/doc/qt/qradiobutton-members.html -share/doc/qt/qradiobutton.html -share/doc/qt/qrangecontrol-h.html -share/doc/qt/qrangecontrol-members.html -share/doc/qt/qrangecontrol.html -share/doc/qt/qrect-h.html -share/doc/qt/qrect-members.html -share/doc/qt/qrect.html -share/doc/qt/qregexp-h.html -share/doc/qt/qregexp-members.html -share/doc/qt/qregexp.html -share/doc/qt/qregexpvalidator-members.html -share/doc/qt/qregexpvalidator.html -share/doc/qt/qregion-h.html -share/doc/qt/qregion-members.html -share/doc/qt/qregion.html -share/doc/qt/qresizeevent-members.html -share/doc/qt/qresizeevent.html -share/doc/qt/qrtlcodec-h.html -share/doc/qt/qscrbar-m.png -share/doc/qt/qscrbar-w.png -share/doc/qt/qscreen-members.html -share/doc/qt/qscreen.html -share/doc/qt/qscrollbar-h.html -share/doc/qt/qscrollbar-members.html -share/doc/qt/qscrollbar.html -share/doc/qt/qscrollview-cl.png -share/doc/qt/qscrollview-h.html -share/doc/qt/qscrollview-m.png -share/doc/qt/qscrollview-members.html -share/doc/qt/qscrollview-vp.png -share/doc/qt/qscrollview-vp2.png -share/doc/qt/qscrollview-w.png -share/doc/qt/qscrollview.html -share/doc/qt/qsemaphore-h.html -share/doc/qt/qsemaphore-members.html -share/doc/qt/qsemaphore.html -share/doc/qt/qserversocket-h.html -share/doc/qt/qserversocket-members.html -share/doc/qt/qserversocket.html -share/doc/qt/qsessionmanager-h.html -share/doc/qt/qsessionmanager-members.html -share/doc/qt/qsessionmanager.html -share/doc/qt/qsettings-h.html -share/doc/qt/qsettings-members.html -share/doc/qt/qsettings.html -share/doc/qt/qsgistyle-h.html -share/doc/qt/qsgistyle-members.html -share/doc/qt/qsgistyle.html -share/doc/qt/qshowevent-members.html -share/doc/qt/qshowevent.html -share/doc/qt/qsignal-h.html -share/doc/qt/qsignal-members.html -share/doc/qt/qsignal.html -share/doc/qt/qsignalmapper-h.html -share/doc/qt/qsignalmapper-members.html -share/doc/qt/qsignalmapper.html -share/doc/qt/qsimplerichtext-h.html -share/doc/qt/qsimplerichtext-members.html -share/doc/qt/qsimplerichtext.html -share/doc/qt/qsize-h.html -share/doc/qt/qsize-members.html -share/doc/qt/qsize.html -share/doc/qt/qsizegrip-h.html -share/doc/qt/qsizegrip-m.png -share/doc/qt/qsizegrip-members.html -share/doc/qt/qsizegrip-w.png -share/doc/qt/qsizegrip.html -share/doc/qt/qsizepolicy-h.html -share/doc/qt/qsizepolicy-members.html -share/doc/qt/qsizepolicy.html -share/doc/qt/qsjiscodec-h.html -share/doc/qt/qsjiscodec-members.html -share/doc/qt/qsjiscodec.html -share/doc/qt/qslider-h.html -share/doc/qt/qslider-m.png -share/doc/qt/qslider-members.html -share/doc/qt/qslider-w.png -share/doc/qt/qslider.html -share/doc/qt/qsocket-h.html -share/doc/qt/qsocket-members.html -share/doc/qt/qsocket.html -share/doc/qt/qsocketdevice-h.html -share/doc/qt/qsocketdevice-members.html -share/doc/qt/qsocketdevice.html -share/doc/qt/qsocketnotifier-h.html -share/doc/qt/qsocketnotifier-members.html -share/doc/qt/qsocketnotifier.html -share/doc/qt/qsortedlist-h.html -share/doc/qt/qsortedlist-members.html -share/doc/qt/qsortedlist.html -share/doc/qt/qsound-h.html -share/doc/qt/qsound-members.html -share/doc/qt/qsound.html -share/doc/qt/qspaceritem-members.html -share/doc/qt/qspaceritem.html -share/doc/qt/qspinbox-h.html -share/doc/qt/qspinbox-m.png -share/doc/qt/qspinbox-members.html -share/doc/qt/qspinbox-w.png -share/doc/qt/qspinbox.html -share/doc/qt/qspinbox2-m.png -share/doc/qt/qspinbox2-w.png -share/doc/qt/qsplitter-h.html -share/doc/qt/qsplitter-m.png -share/doc/qt/qsplitter-members.html -share/doc/qt/qsplitter-w.png -share/doc/qt/qsplitter.html -share/doc/qt/qsql-h.html -share/doc/qt/qsql-members.html -share/doc/qt/qsql.html -share/doc/qt/qsqlcursor-h.html -share/doc/qt/qsqlcursor-members.html -share/doc/qt/qsqlcursor.html -share/doc/qt/qsqldatabase-h.html -share/doc/qt/qsqldatabase-members.html -share/doc/qt/qsqldatabase.html -share/doc/qt/qsqldriver-h.html -share/doc/qt/qsqldriver-members.html -share/doc/qt/qsqldriver.html -share/doc/qt/qsqldriverplugin-h.html -share/doc/qt/qsqldriverplugin-members.html -share/doc/qt/qsqldriverplugin.html -share/doc/qt/qsqleditorfactory-h.html -share/doc/qt/qsqleditorfactory-members.html -share/doc/qt/qsqleditorfactory.html -share/doc/qt/qsqlerror-h.html -share/doc/qt/qsqlerror-members.html -share/doc/qt/qsqlerror.html -share/doc/qt/qsqlfield-h.html -share/doc/qt/qsqlfield-members.html -share/doc/qt/qsqlfield.html -share/doc/qt/qsqlfieldinfo-members.html -share/doc/qt/qsqlfieldinfo.html -share/doc/qt/qsqlform-h.html -share/doc/qt/qsqlform-members.html -share/doc/qt/qsqlform.html -share/doc/qt/qsqlindex-h.html -share/doc/qt/qsqlindex-members.html -share/doc/qt/qsqlindex.html -share/doc/qt/qsqlpropertymap-h.html -share/doc/qt/qsqlpropertymap-members.html -share/doc/qt/qsqlpropertymap.html -share/doc/qt/qsqlquery-h.html -share/doc/qt/qsqlquery-members.html -share/doc/qt/qsqlquery.html -share/doc/qt/qsqlrecord-h.html -share/doc/qt/qsqlrecord-members.html -share/doc/qt/qsqlrecord.html -share/doc/qt/qsqlrecordinfo-members.html -share/doc/qt/qsqlrecordinfo.html -share/doc/qt/qsqlresult-h.html -share/doc/qt/qsqlresult-members.html -share/doc/qt/qsqlresult.html -share/doc/qt/qstack.html -share/doc/qt/qstatusbar-h.html -share/doc/qt/qstatusbar-m.png -share/doc/qt/qstatusbar-members.html -share/doc/qt/qstatusbar-w.png -share/doc/qt/qstatusbar.html -share/doc/qt/qstoreddrag-members.html -share/doc/qt/qstoreddrag.html -share/doc/qt/qstrilist-members.html -share/doc/qt/qstrilist.html -share/doc/qt/qstring-h.html -share/doc/qt/qstring-members.html -share/doc/qt/qstring.html -share/doc/qt/qstringlist-h.html -share/doc/qt/qstringlist-members.html -share/doc/qt/qstringlist.html -share/doc/qt/qstrlist-h.html -share/doc/qt/qstrlist-members.html -share/doc/qt/qstrlist.html -share/doc/qt/qstrlistiterator-members.html -share/doc/qt/qstrlistiterator.html -share/doc/qt/qstyle-h.html -share/doc/qt/qstyle-members.html -share/doc/qt/qstyle.html -share/doc/qt/qstylefactory-h.html -share/doc/qt/qstylefactory-members.html -share/doc/qt/qstylefactory.html -share/doc/qt/qstyleoption-members.html -share/doc/qt/qstyleoption.html -share/doc/qt/qstyleplugin-h.html -share/doc/qt/qstyleplugin-members.html -share/doc/qt/qstyleplugin.html -share/doc/qt/qstylesheet-h.html -share/doc/qt/qstylesheet-members.html -share/doc/qt/qstylesheet.html -share/doc/qt/qstylesheetitem-members.html -share/doc/qt/qstylesheetitem.html -share/doc/qt/qt-colors.png -share/doc/qt/qt-members.html -share/doc/qt/qt-template-lib.html -share/doc/qt/qt.html -share/doc/qt/qt.xml -share/doc/qt/qt30-class-chart.png -share/doc/qt/qtab-members.html -share/doc/qt/qtab.html -share/doc/qt/qtabbar-h.html -share/doc/qt/qtabbar-m.png -share/doc/qt/qtabbar-members.html -share/doc/qt/qtabbar-w.png -share/doc/qt/qtabbar.html -share/doc/qt/qtabdialog-h.html -share/doc/qt/qtabdialog-members.html -share/doc/qt/qtabdialog.html -share/doc/qt/qtabdlg-m.png -share/doc/qt/qtabdlg-w.png -share/doc/qt/qtable-h.html -share/doc/qt/qtable-members.html -share/doc/qt/qtable.html -share/doc/qt/qtable.png -share/doc/qt/qtableitem-members.html -share/doc/qt/qtableitem.html -share/doc/qt/qtableitems.png -share/doc/qt/qtableselection-members.html -share/doc/qt/qtableselection.html -share/doc/qt/qtabletevent-members.html -share/doc/qt/qtabletevent.html -share/doc/qt/qtablevw-m.png -share/doc/qt/qtablevw-w.png -share/doc/qt/qtabwidget-h.html -share/doc/qt/qtabwidget-m.png -share/doc/qt/qtabwidget-members.html -share/doc/qt/qtabwidget-w.png -share/doc/qt/qtabwidget.html -share/doc/qt/qtextbrowser-h.html -share/doc/qt/qtextbrowser-m.png -share/doc/qt/qtextbrowser-members.html -share/doc/qt/qtextbrowser-w.png -share/doc/qt/qtextbrowser.html -share/doc/qt/qtextcodec-h.html -share/doc/qt/qtextcodec-members.html -share/doc/qt/qtextcodec.html -share/doc/qt/qtextcodecplugin-h.html -share/doc/qt/qtextcodecplugin-members.html -share/doc/qt/qtextcodecplugin.html -share/doc/qt/qtextdecoder-members.html -share/doc/qt/qtextdecoder.html -share/doc/qt/qtextdrag-members.html -share/doc/qt/qtextdrag.html -share/doc/qt/qtextedit-h.html -share/doc/qt/qtextedit-members.html -share/doc/qt/qtextedit.html -share/doc/qt/qtextencoder-members.html -share/doc/qt/qtextencoder.html -share/doc/qt/qtextistream-members.html -share/doc/qt/qtextistream.html -share/doc/qt/qtextostream-members.html -share/doc/qt/qtextostream.html -share/doc/qt/qtextstream-h.html -share/doc/qt/qtextstream-members.html -share/doc/qt/qtextstream.html -share/doc/qt/qtextview-h.html -share/doc/qt/qtextview-members.html -share/doc/qt/qtextview.html -share/doc/qt/qthread-h.html -share/doc/qt/qthread-members.html -share/doc/qt/qthread.html -share/doc/qt/qtimage-nsplugin-example.html -share/doc/qt/qtime-members.html -share/doc/qt/qtime.html -share/doc/qt/qtimeedit-members.html -share/doc/qt/qtimeedit.html -share/doc/qt/qtimer-h.html -share/doc/qt/qtimer-members.html -share/doc/qt/qtimer.html -share/doc/qt/qtimerevent-members.html -share/doc/qt/qtimerevent.html -share/doc/qt/qtl-qvaluelist-example.html -share/doc/qt/qtl.html -share/doc/qt/qtlogo.png -share/doc/qt/qtmultilineedit-h.html -share/doc/qt/qtmultilineedit-members.html -share/doc/qt/qtmultilineedit.html -share/doc/qt/qtoolbar-h.html -share/doc/qt/qtoolbar-members.html -share/doc/qt/qtoolbar.html -share/doc/qt/qtoolbutton-h.html -share/doc/qt/qtoolbutton-members.html -share/doc/qt/qtoolbutton.html -share/doc/qt/qtooltip-h.html -share/doc/qt/qtooltip-members.html -share/doc/qt/qtooltip.html -share/doc/qt/qtooltipgroup-members.html -share/doc/qt/qtooltipgroup.html -share/doc/qt/qtranslator-h.html -share/doc/qt/qtranslator-members.html -share/doc/qt/qtranslator.html -share/doc/qt/qtranslatormessage-members.html -share/doc/qt/qtranslatormessage.html -share/doc/qt/qtsciicodec-h.html -share/doc/qt/qtsciicodec-members.html -share/doc/qt/qtsciicodec.html -share/doc/qt/qttableview-h.html -share/doc/qt/qttableview-members.html -share/doc/qt/qttableview.html -share/doc/qt/quridrag-members.html -share/doc/qt/quridrag.html -share/doc/qt/qurl-h.html -share/doc/qt/qurl-members.html -share/doc/qt/qurl.html -share/doc/qt/qurlinfo-h.html -share/doc/qt/qurlinfo-members.html -share/doc/qt/qurlinfo.html -share/doc/qt/qurloperator-h.html -share/doc/qt/qurloperator-members.html -share/doc/qt/qurloperator.html -share/doc/qt/qvalidator-h.html -share/doc/qt/qvalidator-members.html -share/doc/qt/qvalidator.html -share/doc/qt/qvaluelist-h.html -share/doc/qt/qvaluelist-members.html -share/doc/qt/qvaluelist.html -share/doc/qt/qvaluelistconstiterator-members.html -share/doc/qt/qvaluelistconstiterator.html -share/doc/qt/qvaluelistiterator-members.html -share/doc/qt/qvaluelistiterator.html -share/doc/qt/qvaluestack-h.html -share/doc/qt/qvaluestack-members.html -share/doc/qt/qvaluestack.html -share/doc/qt/qvaluevector-h.html -share/doc/qt/qvaluevector-members.html -share/doc/qt/qvaluevector.html -share/doc/qt/qvariant-h.html -share/doc/qt/qvariant-members.html -share/doc/qt/qvariant.html -share/doc/qt/qvbox-h.html -share/doc/qt/qvbox-m.png -share/doc/qt/qvbox-members.html -share/doc/qt/qvbox-w.png -share/doc/qt/qvbox.html -share/doc/qt/qvbox.png -share/doc/qt/qvboxlayout-members.html -share/doc/qt/qvboxlayout.html -share/doc/qt/qvboxlayout.png -share/doc/qt/qvbuttongroup-h.html -share/doc/qt/qvbuttongroup-members.html -share/doc/qt/qvbuttongroup.html -share/doc/qt/qvector.html -share/doc/qt/qvgroupbox-h.html -share/doc/qt/qvgroupbox-members.html -share/doc/qt/qvgroupbox.html -share/doc/qt/qwaitcondition-h.html -share/doc/qt/qwaitcondition-members.html -share/doc/qt/qwaitcondition.html -share/doc/qt/qwerty-example.html -share/doc/qt/qwhatsthis-h.html -share/doc/qt/qwhatsthis-members.html -share/doc/qt/qwhatsthis.html -share/doc/qt/qwheelevent-members.html -share/doc/qt/qwheelevent.html -share/doc/qt/qwidget-h.html -share/doc/qt/qwidget-members.html -share/doc/qt/qwidget.html -share/doc/qt/qwidgetfactory-h.html -share/doc/qt/qwidgetfactory-members.html -share/doc/qt/qwidgetfactory.html -share/doc/qt/qwidgetitem-members.html -share/doc/qt/qwidgetitem.html -share/doc/qt/qwidgetplugin-h.html -share/doc/qt/qwidgetplugin-members.html -share/doc/qt/qwidgetplugin.html -share/doc/qt/qwidgetstack-h.html -share/doc/qt/qwidgetstack-members.html -share/doc/qt/qwidgetstack.html -share/doc/qt/qwindowdefs-h.html -share/doc/qt/qwindowsmime-members.html -share/doc/qt/qwindowsmime.html -share/doc/qt/qwindowsstyle-h.html -share/doc/qt/qwindowsstyle-members.html -share/doc/qt/qwindowsstyle.html -share/doc/qt/qwindowsystem_qws-h.html -share/doc/qt/qwizard-h.html -share/doc/qt/qwizard-members.html -share/doc/qt/qwizard.html -share/doc/qt/qwizard.png -share/doc/qt/qwmatrix-h.html -share/doc/qt/qwmatrix-members.html -share/doc/qt/qwmatrix.html -share/doc/qt/qworkspace-h.html -share/doc/qt/qworkspace-members.html -share/doc/qt/qworkspace.html -share/doc/qt/qws.html -share/doc/qt/qwsdecoration-members.html -share/doc/qt/qwsdecoration.html -share/doc/qt/qwsdecoration_qws-h.html -share/doc/qt/qwskeyboardhandler-members.html -share/doc/qt/qwskeyboardhandler.html -share/doc/qt/qwsmouse_qws-h.html -share/doc/qt/qwsmousehandler-members.html -share/doc/qt/qwsmousehandler.html -share/doc/qt/qwsserver-members.html -share/doc/qt/qwsserver.html -share/doc/qt/qwswindow-members.html -share/doc/qt/qwswindow.html -share/doc/qt/qxml-h.html -share/doc/qt/qxmlattributes-members.html -share/doc/qt/qxmlattributes.html -share/doc/qt/qxmlcontenthandler-members.html -share/doc/qt/qxmlcontenthandler.html -share/doc/qt/qxmldeclhandler-members.html -share/doc/qt/qxmldeclhandler.html -share/doc/qt/qxmldefaulthandler-members.html -share/doc/qt/qxmldefaulthandler.html -share/doc/qt/qxmldtdhandler-members.html -share/doc/qt/qxmldtdhandler.html -share/doc/qt/qxmlentityresolver-members.html -share/doc/qt/qxmlentityresolver.html -share/doc/qt/qxmlerrorhandler-members.html -share/doc/qt/qxmlerrorhandler.html -share/doc/qt/qxmlinputsource-members.html -share/doc/qt/qxmlinputsource.html -share/doc/qt/qxmllexicalhandler-members.html -share/doc/qt/qxmllexicalhandler.html -share/doc/qt/qxmllocator-members.html -share/doc/qt/qxmllocator.html -share/doc/qt/qxmlnamespacesupport-members.html -share/doc/qt/qxmlnamespacesupport.html -share/doc/qt/qxmlparseexception-members.html -share/doc/qt/qxmlparseexception.html -share/doc/qt/qxmlreader-members.html -share/doc/qt/qxmlreader.html -share/doc/qt/qxmlsimplereader-members.html -share/doc/qt/qxmlsimplereader.html -share/doc/qt/qxt-h.html -share/doc/qt/qxtapplication-members.html -share/doc/qt/qxtapplication.html -share/doc/qt/qxtwidget-members.html -share/doc/qt/qxtwidget.html -share/doc/qt/rangecontrols-example.html -share/doc/qt/removed20.html -share/doc/qt/richedit-main.png -share/doc/qt/richtext-example.html -share/doc/qt/rintersect.png -share/doc/qt/rot-example.html -share/doc/qt/rsubtract.png -share/doc/qt/runion.png -share/doc/qt/rxor.png -share/doc/qt/scribble-example.html -share/doc/qt/scripts.html -share/doc/qt/scrollview-example.html -share/doc/qt/session.html -share/doc/qt/session.png -share/doc/qt/shared.html -share/doc/qt/shclass.html -share/doc/qt/showimg-example.html -share/doc/qt/signals-and-slots.png -share/doc/qt/signalsandslots.html -share/doc/qt/simple-application-action.html -share/doc/qt/simple-application-example.html -share/doc/qt/simple-application.html -share/doc/qt/simple-font-demo-example.html -share/doc/qt/simple-qfont-demo-walkthrough.html -share/doc/qt/simple_dd-example.html -share/doc/qt/small-table-example-example.html -share/doc/qt/smooth.png -share/doc/qt/sound-example.html -share/doc/qt/splitter-example.html -share/doc/qt/splitter-views-m.png -share/doc/qt/splitter-views-w.png -share/doc/qt/sql-driver.html -share/doc/qt/sql-examples.html -share/doc/qt/sql-overview-basicbrowsing-main-cpp.html -share/doc/qt/sql-overview-basicbrowsing2-main-cpp.html -share/doc/qt/sql-overview-basicdatamanip-main-cpp.html -share/doc/qt/sql-overview-connect1-main-cpp.html -share/doc/qt/sql-overview-create_connections-main-cpp.html -share/doc/qt/sql-overview-custom1-main-cpp.html -share/doc/qt/sql-overview-custom1-main-h.html -share/doc/qt/sql-overview-del-main-cpp.html -share/doc/qt/sql-overview-extract-main-cpp.html -share/doc/qt/sql-overview-form1-main-cpp.html -share/doc/qt/sql-overview-form2-main-h.html -share/doc/qt/sql-overview-insert-main-cpp.html -share/doc/qt/sql-overview-navigating-main-cpp.html -share/doc/qt/sql-overview-order1-main-cpp.html -share/doc/qt/sql-overview-order2-main-cpp.html -share/doc/qt/sql-overview-retrieve1-main-cpp.html -share/doc/qt/sql-overview-retrieve2-main-cpp.html -share/doc/qt/sql-overview-subclass1-main-cpp.html -share/doc/qt/sql-overview-subclass2-main-cpp.html -share/doc/qt/sql-overview-subclass2-main-h.html -share/doc/qt/sql-overview-subclass3-main-cpp.html -share/doc/qt/sql-overview-subclass3-main-h.html -share/doc/qt/sql-overview-subclass4-main-cpp.html -share/doc/qt/sql-overview-subclass4-main-h.html -share/doc/qt/sql-overview-subclass5-main-cpp.html -share/doc/qt/sql-overview-subclass5-main-h.html -share/doc/qt/sql-overview-table1-main-cpp.html -share/doc/qt/sql-overview-table2-main-cpp.html -share/doc/qt/sql-overview-table3-main-cpp.html -share/doc/qt/sql-overview-table3-main-h.html -share/doc/qt/sql-overview-table4-main-cpp.html -share/doc/qt/sql-overview-table4-main-h.html -share/doc/qt/sql-overview-update-main-cpp.html -share/doc/qt/sql.html -share/doc/qt/sqltable-example.html -share/doc/qt/statistics-example.html -share/doc/qt/step-by-step-examples.html -share/doc/qt/t1.png -share/doc/qt/t10-cannon-cpp.html -share/doc/qt/t10-cannon-h.html -share/doc/qt/t10-lcdrange-cpp.html -share/doc/qt/t10-lcdrange-h.html -share/doc/qt/t10-main-cpp.html -share/doc/qt/t10.png -share/doc/qt/t11-cannon-cpp.html -share/doc/qt/t11-cannon-h.html -share/doc/qt/t11-lcdrange-cpp.html -share/doc/qt/t11-lcdrange-h.html -share/doc/qt/t11-main-cpp.html -share/doc/qt/t11.png -share/doc/qt/t12-cannon-cpp.html -share/doc/qt/t12-cannon-h.html -share/doc/qt/t12-lcdrange-cpp.html -share/doc/qt/t12-lcdrange-h.html -share/doc/qt/t12-main-cpp.html -share/doc/qt/t12.png -share/doc/qt/t13-cannon-cpp.html -share/doc/qt/t13-cannon-h.html -share/doc/qt/t13-gamebrd-cpp.html -share/doc/qt/t13-gamebrd-h.html -share/doc/qt/t13-lcdrange-cpp.html -share/doc/qt/t13-lcdrange-h.html -share/doc/qt/t13-main-cpp.html -share/doc/qt/t13.png -share/doc/qt/t14-cannon-cpp.html -share/doc/qt/t14-cannon-h.html -share/doc/qt/t14-gamebrd-cpp.html -share/doc/qt/t14-gamebrd-h.html -share/doc/qt/t14-lcdrange-cpp.html -share/doc/qt/t14-lcdrange-h.html -share/doc/qt/t14-main-cpp.html -share/doc/qt/t14.png -share/doc/qt/t2.png -share/doc/qt/t3.png -share/doc/qt/t4.png -share/doc/qt/t5.png -share/doc/qt/t6.png -share/doc/qt/t7-lcdrange-cpp.html -share/doc/qt/t7-lcdrange-h.html -share/doc/qt/t7-main-cpp.html -share/doc/qt/t7.png -share/doc/qt/t8-cannon-cpp.html -share/doc/qt/t8-cannon-h.html -share/doc/qt/t8-lcdrange-cpp.html -share/doc/qt/t8-lcdrange-h.html -share/doc/qt/t8-main-cpp.html -share/doc/qt/t8.png -share/doc/qt/t9-cannon-cpp.html -share/doc/qt/t9-cannon-h.html -share/doc/qt/t9-lcdrange-cpp.html -share/doc/qt/t9-lcdrange-h.html -share/doc/qt/t9-main-cpp.html -share/doc/qt/t9.png -share/doc/qt/t9_1.png -share/doc/qt/t9_2.png -share/doc/qt/tabdialog-example.html -share/doc/qt/table-bigtable-main-cpp.html -share/doc/qt/table-examples.html -share/doc/qt/table-small-table-demo-main-cpp.html -share/doc/qt/table-statistics-statistics-cpp.html -share/doc/qt/table.html -share/doc/qt/tablet-example.html -share/doc/qt/tagreader-example.html -share/doc/qt/tagreader-with-features-example.html -share/doc/qt/templates.html -share/doc/qt/test.png -share/doc/qt/tetrix-example.html -share/doc/qt/text.html -share/doc/qt/textedit-example.html -share/doc/qt/themes-example.html -share/doc/qt/thread.html -share/doc/qt/threads.html -share/doc/qt/tictac-example.html -share/doc/qt/time.html -share/doc/qt/timers.html -share/doc/qt/titleindex -share/doc/qt/toggleaction-example.html -share/doc/qt/toolbar.png -share/doc/qt/tools-list.html -share/doc/qt/tools.html -share/doc/qt/tooltip-example.html -share/doc/qt/trivial-nsplugin-example.html -share/doc/qt/troll.html -share/doc/qt/tt1_en.png -share/doc/qt/tt1_la.png -share/doc/qt/tt2_en.png -share/doc/qt/tt2_fr.png -share/doc/qt/tt2_nl.png -share/doc/qt/tt3_10_en.png -share/doc/qt/tt3_10_pt_bad.png -share/doc/qt/tt3_10_pt_good.png -share/doc/qt/tt3_11_about_pt.png -share/doc/qt/tt3_11_en.png -share/doc/qt/tt3_11_pt.png -share/doc/qt/tutorial.html -share/doc/qt/tutorial.png -share/doc/qt/tutorial1-01.html -share/doc/qt/tutorial1-02.html -share/doc/qt/tutorial1-03.html -share/doc/qt/tutorial1-04.html -share/doc/qt/tutorial1-05.html -share/doc/qt/tutorial1-06.html -share/doc/qt/tutorial1-07.html -share/doc/qt/tutorial1-08.html -share/doc/qt/tutorial1-09.html -share/doc/qt/tutorial1-10.html -share/doc/qt/tutorial1-11.html -share/doc/qt/tutorial1-12.html -share/doc/qt/tutorial1-13.html -share/doc/qt/tutorial1-14.html -share/doc/qt/tutorial2-01.html -share/doc/qt/tutorial2-02.html -share/doc/qt/tutorial2-03.html -share/doc/qt/tutorial2-04.html -share/doc/qt/tutorial2-05.html -share/doc/qt/tutorial2-06.html -share/doc/qt/tutorial2-07.html -share/doc/qt/tutorial2-08.html -share/doc/qt/tutorial2-09.html -share/doc/qt/tutorial2-10.html -share/doc/qt/tutorial2-11.html -share/doc/qt/tutorial2.html -share/doc/qt/uic.html -share/doc/qt/unicode.html -share/doc/qt/unsmooth.png -share/doc/qt/validateaccelerators.png -share/doc/qt/validatephrases.png -share/doc/qt/validatepunctuation.png -share/doc/qt/whatsthis -share/doc/qt/whatsthis.png -share/doc/qt/widgets-example.html -share/doc/qt/winsystem.html -share/doc/qt/wizard-example.html -share/doc/qt/wizard-wizard-cpp.html -share/doc/qt/wizard-wizard-h.html -share/doc/qt/workspace.html -share/doc/qt/xform-example.html -share/doc/qt/xml-examples.html -share/doc/qt/xml-sax-features-walkthrough.html -share/doc/qt/xml-sax-walkthrough.html -share/doc/qt/xml-tools.html -share/doc/qt/xml.html -share/doc/qt/xt-motif-examples.html -share/doc/qt/xt.html -share/doc/qt/y2k.html -templates/Configuration_Dialog.ui -templates/Dialog_with_Buttons_(Bottom).ui -templates/Dialog_with_Buttons_(Right).ui -templates/Tab_Dialog.ui -@dirrm templates -@dirrm share/doc/qt -@dirrm plugins/designer -@dirrm plugins -@dirrm mkspecs/win32-watcom -@dirrm mkspecs/win32-visage -@dirrm mkspecs/win32-msvc -@dirrm mkspecs/win32-icc -@dirrm mkspecs/win32-g++ -@dirrm mkspecs/win32-borland -@dirrm mkspecs/unixware7-g++ -@dirrm mkspecs/unixware7-cc -@dirrm mkspecs/unixware-g++ -@dirrm mkspecs/ultrix-g++ -@dirrm mkspecs/tru64-g++ -@dirrm mkspecs/tru64-cxx -@dirrm mkspecs/sunos-g++ -@dirrm mkspecs/solaris-kcc -@dirrm mkspecs/solaris-g++-64 -@dirrm mkspecs/solaris-g++ -@dirrm mkspecs/solaris-cc -@dirrm mkspecs/solaris-64 -@dirrm mkspecs/sco-g++ -@dirrm mkspecs/sco-cc -@dirrm mkspecs/reliant-cds -@dirrm mkspecs/reliant-64 -@dirrm mkspecs/qnx-g++ -@dirrm mkspecs/openunix-g++ -@dirrm mkspecs/openunix-cc -@dirrm mkspecs/openbsd-g++ -@dirrm mkspecs/netbsd-g++ -@dirrm mkspecs/macx-pbuilder -@dirrm mkspecs/macx-mwerks -@dirrm mkspecs/macx-g++ -@dirrm mkspecs/mac9-mwerks -@dirrm mkspecs/linux-pgcc -@dirrm mkspecs/linux-kcc -@dirrm mkspecs/linux-icc -@dirrm mkspecs/linux-g++ -@dirrm mkspecs/linux-cxx -@dirrm mkspecs/irix-o32 -@dirrm mkspecs/irix-n32 -@dirrm mkspecs/irix-g++ -@dirrm mkspecs/irix-64 -@dirrm mkspecs/hurd-g++ -@dirrm mkspecs/hpux-o64 -@dirrm mkspecs/hpux-n64 -@dirrm mkspecs/hpux-g++ -@dirrm mkspecs/hpux-cc -@dirrm mkspecs/hpux-acc -@dirrm mkspecs/freebsd-g++ -@dirrm mkspecs/dgux-g++ -@dirrm mkspecs/default -@dirrm mkspecs/darwin-g++ -@dirrm mkspecs/bsdi-g++ -@dirrm mkspecs/aix-xlc -@dirrm mkspecs/aix-g++ -@dirrm mkspecs/aix-64 -@dirrm mkspecs -@dirrm include/private diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile deleted file mode 100644 index e3591223ae1f..000000000000 --- a/x11-toolkits/qt33/Makefile +++ /dev/null @@ -1,119 +0,0 @@ -# New ports collection makefile for: qt-copy -# Date created: 2 November 2001 -# Whom: will@cvs.kde.org -# -# $FreeBSD$ -# - -PORTNAME?= qt -PORTVERSION?= 3.0.5 -PORTREVISION?= 5 -CATEGORIES?= x11-toolkits -MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \ - ftp://ftp.chg.ru/pub/X11/qt/source/ -DISTNAME= qt-x11-free-${PORTVERSION} -DIST_SUBDIR= KDE - -MAINTAINER?= kde@FreeBSD.org - -LIB_DEPENDS= mng.1:${PORTSDIR}/graphics/libmng \ - png.5:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg - -QT_PREFIX?= ${PREFIX} -USE_BZIP2= yes -USE_GMAKE= yes -USE_REINPLACE= yes -REINPLACE_ARGS= -i "" -USE_X_PREFIX= yes -NO_FILTER_SHLIBS= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= -prefix ${QT_PREFIX} \ - -shared -qt-gif -system-zlib \ - -no-g++-exceptions -thread -no-stl \ - -qt-imgfmt-png \ - -qt-imgfmt-jpeg \ - -qt-imgfmt-mng \ - -system-libpng -system-libjpeg -system-libmng \ - -no-nas-sound -sm \ - -docdir ${QT_PREFIX}/share/doc/qt \ - -I${LOCALBASE}/include -L${LOCALBASE}/lib - -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+=-debug -.endif # defined(WITH_DEBUG) - -# backward compatibility -.if defined(WITH_OPENGL) -.undef WITHOUT_OPENFL -.endif # defined(WITH_OPENGL) - -.if !defined(WITHOUT_OPENGL) -USE_MESA= yes -PLIST_SUB+= OPENGL="" -.else # WITHOUT_OPENGL -PLIST_SUB+= OPENGL="@comment " -CONFIGURE_ARGS+=-disable-opengl -.endif # WITHOUT_OPENGL - -CONFIGURE_ENV= ${ECHO} yes | QTDIR="${WRKSRC}" \ - CFLAGS="${CXXFLAGS}" -MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib -ALL_TARGET= symlinks sub-src sub-tools - -.include <bsd.port.pre.mk> - -.if ${MACHINE_ARCH} == "alpha" -CFLAGS+= -O0 -.endif # ${MACHINE_ARCH} == "alpha" - -.if ${XFREE86_VERSION} < 4 -BROKEN= "The QT 3.x port does not support any XFree86 < 4.x" -.endif # ${XFREE86_VERSION} < 4 - -pre-fetch: -.if exists(${X11BASE}/include/qt2/qapp.h) - @${ECHO} - @${ECHO} " NOTICE" - @${ECHO} - @${ECHO} "You have QT2 headers installed! Installing this port" - @${ECHO} "will result in conflicts between QT3 and QT2!" - @${FALSE} -.endif - -# Remove unneeded dirs (speedup) and netscape files (build barfs). -post-patch: - @${FIND} ${WRKSRC} -name CVS | ${XARGS} ${RM} -fr - @${RM} -fr ${WRKSRC}/examples ${WRKSRC}/tutorial - @cd ${WRKSRC}/include; \ - ${RM} -f jri.h jri_md.h jritypes.h npapi.h npupp.h - @cd ${WRKSRC}/extensions/nsplugin/src; \ - ${RM} -f jri.h jri_md.h jritypes.h npapi.h npupp.h \ - npunix.c npwin.cpp - ${REINPLACE_CMD} -e 's,-O2,${CXXFLAGS},' \ - ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf - @${REINPLACE_CMD} -e 's,gcc,${CC},' \ - ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf - @${REINPLACE_CMD} -e 's,g++,${CXX},' \ - ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf - @${REINPLACE_CMD} -e 's,release,release thread,' \ - ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf - -post-build: - cd ${WRKSRC}/tools/makeqpf/; ${SETENV} ${MAKE_ENV} ${MAKE} - cd ${WRKSRC}/tools/mergetr/; ${SETENV} ${MAKE_ENV} ${MAKE} - cd ${WRKSRC}/tools/msg2qm/; ${SETENV} ${MAKE_ENV} ${MAKE} - cd ${WRKSRC}/tools/qembed/; ${SETENV} ${MAKE_ENV} ${MAKE} - cd ${WRKSRC}/tools/qvfb/; ${SETENV} ${MAKE_ENV} ${MAKE} - -# Work around qmake generated dependencies -pre-install: - @${INSTALL_DATA} ${WRKSRC}/lib/*.prl ${PREFIX}/lib - ${INSTALL_PROGRAM} ${WRKSRC}/tools/makeqpf/makeqpf ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/tools/mergetr/mergetr ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/tools/msg2qm/msg2qm ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/tools/qembed/qembed ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/tools/qvfb/qvfb ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/bin/findtr ${PREFIX}/bin - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/qt33/distinfo b/x11-toolkits/qt33/distinfo deleted file mode 100644 index 248d4037be28..000000000000 --- a/x11-toolkits/qt33/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (KDE/qt-x11-free-3.0.5.tar.bz2) = 3c937bf8f39a29af0a17b2a2b156790e diff --git a/x11-toolkits/qt33/files/patch-qmake b/x11-toolkits/qt33/files/patch-qmake deleted file mode 100644 index 0a5359d9de4e..000000000000 --- a/x11-toolkits/qt33/files/patch-qmake +++ /dev/null @@ -1,7 +0,0 @@ ---- qmake/GNUmakefile.in Fri Apr 12 06:20:21 2002 -+++ qmake/GNUmakefile.in Fri Jul 19 12:44:25 2002 -@@ -13,3 +13,3 @@ - --CFLAGS=@QMAKE_CFLAGS@ -I. -Igenerators -Igenerators/unix -Igenerators/win32 -Igenerators/mac \ -+CFLAGS+=@QMAKE_CFLAGS@ -I. -Igenerators -Igenerators/unix -Igenerators/win32 -Igenerators/mac \ - -I@OUT_QTDIR@/include -I@REL_QTDIR@/include -I@OUT_QTDIR@/src/tools \ diff --git a/x11-toolkits/qt33/pkg-comment b/x11-toolkits/qt33/pkg-comment deleted file mode 100644 index 0e56180e5c92..000000000000 --- a/x11-toolkits/qt33/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A C++ X GUI toolkit diff --git a/x11-toolkits/qt33/pkg-descr b/x11-toolkits/qt33/pkg-descr deleted file mode 100644 index 6715a948ad81..000000000000 --- a/x11-toolkits/qt33/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Qt is a toolkit for building a GUI for X in C++. The main -documentation is in share/doc/qt and is also available on -the web. - -WWW: http://doc.trolltech.com/ diff --git a/x11-toolkits/qt33/pkg-plist b/x11-toolkits/qt33/pkg-plist deleted file mode 100644 index 91d670dc8efc..000000000000 --- a/x11-toolkits/qt33/pkg-plist +++ /dev/null @@ -1,2363 +0,0 @@ -bin/assistant -bin/designer -bin/findtr -bin/linguist -bin/lrelease -bin/lupdate -bin/makeqpf -bin/mergetr -bin/msg2qm -bin/moc -bin/qembed -bin/qm2ts -bin/qmake -bin/qtconfig -bin/qvfb -bin/uic -include/private/qapplication_p.h -include/private/qcolor_p.h -include/private/qcom_p.h -include/private/qcomlibrary_p.h -include/private/qcomplextext_p.h -include/private/qcomponentfactory_p.h -include/private/qcriticalsection_p.h -include/private/qdir_p.h -include/private/qeffects_p.h -include/private/qfiledefs_p.h -include/private/qfontcodecs_p.h -include/private/qfontdata_p.h -include/private/qgpluginmanager_p.h -include/private/qimageformatinterface_p.h -include/private/qinputcontext_p.h -include/private/qinternal_p.h -include/private/qlayoutengine_p.h -include/private/qlibrary_p.h -include/private/qmutex_p.h -include/private/qpainter_p.h -include/private/qpluginmanager_p.h -include/private/qpsprinter_p.h -include/private/qrichtext_p.h -include/private/qsharedmemory_p.h -include/private/qsqldriverinterface_p.h -include/private/qsqlmanager_p.h -include/private/qstyleinterface_p.h -include/private/qsvgdevice_p.h -include/private/qtextcodecinterface_p.h -include/private/qtitlebar_p.h -include/private/qucom_p.h -include/private/qucomextra_p.h -include/private/qwidget_p.h -include/private/qwidgetinterface_p.h -include/private/qwidgetresizehandler_p.h -include/q1xcompatibility.h -include/qabstractlayout.h -include/qaccel.h -include/qaccessible.h -include/qaction.h -include/qapp.h -include/qapplication.h -include/qarray.h -include/qasciicache.h -include/qasciidict.h -include/qasyncimageio.h -include/qasyncio.h -include/qbig5codec.h -include/qbitarray.h -include/qbitarry.h -include/qbitmap.h -include/qbrush.h -include/qbttngrp.h -include/qbuffer.h -include/qbutton.h -include/qbuttongroup.h -include/qcache.h -include/qcanvas.h -include/qcdestyle.h -include/qcheckbox.h -include/qchkbox.h -include/qcleanuphandler.h -include/qclipboard.h -include/qclipbrd.h -include/qcollect.h -include/qcollection.h -include/qcolor.h -include/qcolordialog.h -include/qcombo.h -include/qcombobox.h -include/qcommonstyle.h -include/qcompactstyle.h -include/qconfig-dist.h -include/qconfig-large.h -include/qconfig-medium.h -include/qconfig-minimal.h -include/qconfig-small.h -include/qconfig.h -include/qconnect.h -include/qconnection.h -include/qcstring.h -include/qcursor.h -include/qdatabrowser.h -include/qdatastream.h -include/qdatatable.h -include/qdataview.h -include/qdatetime.h -include/qdatetimeedit.h -include/qdatetm.h -include/qdesktopwidget.h -include/qdial.h -include/qdialog.h -include/qdict.h -include/qdir.h -include/qdns.h -include/qdockarea.h -include/qdockwindow.h -include/qdom.h -include/qdragobject.h -include/qdrawutil.h -include/qdrawutl.h -include/qdropsite.h -include/qdstream.h -include/qeditorfactory.h -include/qerrormessage.h -include/qeucjpcodec.h -include/qeuckrcodec.h -include/qevent.h -include/qfeatures.h -include/qfile.h -include/qfiledef.h -include/qfiledialog.h -include/qfiledlg.h -include/qfileinf.h -include/qfileinfo.h -include/qfocusdata.h -include/qfont.h -include/qfontdatabase.h -include/qfontdialog.h -include/qfontdta.h -include/qfontinf.h -include/qfontinfo.h -include/qfontmet.h -include/qfontmetrics.h -include/qframe.h -include/qftp.h -include/qgarray.h -include/qgb18030codec.h -include/qgbkcodec.h -include/qgcache.h -include/qgdict.h -include/qgeneric.h -include/qgif.h -include/qgl.h -include/qglcolormap.h -include/qglist.h -include/qglobal.h -include/qgplugin.h -include/qgrid.h -include/qgridview.h -include/qgroupbox.h -include/qgrpbox.h -include/qguardedptr.h -include/qgvector.h -include/qhbox.h -include/qhbuttongroup.h -include/qheader.h -include/qhgroupbox.h -include/qhostaddress.h -include/qhttp.h -include/qiconset.h -include/qiconview.h -include/qimage.h -include/qimageformatplugin.h -include/qinputdialog.h -include/qintcach.h -include/qintcache.h -include/qintdict.h -include/qinterlacestyle.h -include/qiodev.h -include/qiodevice.h -include/qjiscodec.h -include/qjpegio.h -include/qjpunicode.h -include/qkeycode.h -include/qkeysequence.h -include/qlabel.h -include/qlayout.h -include/qlcdnum.h -include/qlcdnumber.h -include/qlibrary.h -include/qlined.h -include/qlineedit.h -include/qlist.h -include/qlistbox.h -include/qlistview.h -include/qlocalfs.h -include/qmainwindow.h -include/qmap.h -include/qmemarray.h -include/qmenubar.h -include/qmenudata.h -include/qmenudta.h -include/qmessagebox.h -include/qmetaobj.h -include/qmetaobject.h -include/qmime.h -include/qmlined.h -include/qmngio.h -include/qmodules.h -include/qmotifplusstyle.h -include/qmotifstyle.h -include/qmovie.h -include/qmsgbox.h -include/qmultilinedit.h -include/qmultilineedit.h -include/qmutex.h -include/qnamespace.h -include/qnetwork.h -include/qnetworkprotocol.h -include/qnp.h -include/qobjcoll.h -include/qobjdefs.h -include/qobject.h -include/qobjectcleanuphandler.h -include/qobjectdefs.h -include/qobjectdict.h -include/qobjectlist.h -include/qpaintd.h -include/qpaintdc.h -include/qpaintdevice.h -include/qpaintdevicedefs.h -include/qpaintdevicemetrics.h -include/qpainter.h -include/qpair.h -include/qpalette.h -include/qpdevmet.h -include/qpen.h -include/qpicture.h -include/qpixmap.h -include/qpixmapcache.h -include/qplatinumstyle.h -include/qpmcache.h -include/qpngio.h -include/qpntarry.h -include/qpoint.h -include/qpointarray.h -include/qpolygonscanner.h -include/qpopmenu.h -include/qpopupmenu.h -include/qprintdialog.h -include/qprinter.h -include/qprndlg.h -include/qprocess.h -include/qprogbar.h -include/qprogdlg.h -include/qprogressbar.h -include/qprogressdialog.h -include/qpsprn.h -include/qptrcollection.h -include/qptrdict.h -include/qptrlist.h -include/qptrqueue.h -include/qptrstack.h -include/qptrvector.h -include/qpushbt.h -include/qpushbutton.h -include/qqueue.h -include/qradiobt.h -include/qradiobutton.h -include/qrangecontrol.h -include/qrangect.h -include/qrect.h -include/qregexp.h -include/qregion.h -include/qrtlcodec.h -include/qscrbar.h -include/qscrollbar.h -include/qscrollview.h -include/qsemaphore.h -include/qsemimodal.h -include/qserversocket.h -include/qsession.h -include/qsessionmanager.h -include/qsettings.h -include/qsgistyle.h -include/qshared.h -include/qsignal.h -include/qsignalmapper.h -include/qsignalslotimp.h -include/qsimplerichtext.h -include/qsize.h -include/qsizegrip.h -include/qsizepolicy.h -include/qsjiscodec.h -include/qslider.h -include/qsocket.h -include/qsocketdevice.h -include/qsocketnotifier.h -include/qsocknot.h -include/qsortedlist.h -include/qsound.h -include/qspinbox.h -include/qsplitter.h -include/qsql.h -include/qsqlcursor.h -include/qsqldatabase.h -include/qsqldriver.h -include/qsqldriverplugin.h -include/qsqleditorfactory.h -include/qsqlerror.h -include/qsqlfield.h -include/qsqlform.h -include/qsqlindex.h -include/qsqlpropertymap.h -include/qsqlquery.h -include/qsqlrecord.h -include/qsqlresult.h -include/qstack.h -include/qstatusbar.h -include/qstring.h -include/qstringlist.h -include/qstrlist.h -include/qstrvec.h -include/qstyle.h -include/qstylefactory.h -include/qstyleplugin.h -include/qstylesheet.h -include/qt.h -include/qt_x11.h -include/qtabbar.h -include/qtabdialog.h -include/qtabdlg.h -include/qtable.h -include/qtabwidget.h -include/qtextbrowser.h -include/qtextcodec.h -include/qtextcodecfactory.h -include/qtextcodecplugin.h -include/qtextedit.h -include/qtextstream.h -include/qtextview.h -include/qthread.h -include/qtimer.h -include/qtl.h -include/qtmultilineedit.h -include/qtoolbar.h -include/qtoolbutton.h -include/qtooltip.h -include/qtranslator.h -include/qtsciicodec.h -include/qtstream.h -include/qttableview.h -include/qurl.h -include/qurlinfo.h -include/qurloperator.h -include/qutfcodec.h -include/quuid.h -include/qvalidator.h -include/qvaluelist.h -include/qvaluestack.h -include/qvaluevector.h -include/qvariant.h -include/qvbox.h -include/qvbuttongroup.h -include/qvector.h -include/qvfbhdr.h -include/qvgroupbox.h -include/qwaitcondition.h -include/qwhatsthis.h -include/qwidcoll.h -include/qwidget.h -include/qwidgetfactory.h -include/qwidgetintdict.h -include/qwidgetlist.h -include/qwidgetplugin.h -include/qwidgetstack.h -include/qwindefs.h -include/qwindow.h -include/qwindowdefs.h -include/qwindowsstyle.h -include/qwizard.h -include/qwmatrix.h -include/qworkspace.h -include/qxml.h -include/qxt.h -lib/libeditor.prl -lib/libeditor.so -lib/libeditor.so.1 -lib/libeditor.so.1.0 -lib/libeditor.so.1.0.0 -lib/libqnp.prl -lib/libqt-mt.prl -lib/libqt-mt.so -lib/libqt-mt.so.3 -lib/libqt-mt.so.3.0 -lib/libqt-mt.so.3.0.5 -lib/libqui.prl -lib/libqui.so -lib/libqui.so.1 -lib/libqui.so.1.0 -lib/libqui.so.1.0.0 -lib/libqxt.prl -mkspecs/aix-64/qmake.conf -mkspecs/aix-64/qplatformdefs.h -mkspecs/aix-g++/qmake.conf -mkspecs/aix-g++/qplatformdefs.h -mkspecs/aix-xlc/qmake.conf -mkspecs/aix-xlc/qplatformdefs.h -mkspecs/bsdi-g++/qmake.conf -mkspecs/bsdi-g++/qplatformdefs.h -mkspecs/darwin-g++/qmake.conf -mkspecs/darwin-g++/qplatformdefs.h -mkspecs/default/qmake.conf -mkspecs/default/qplatformdefs.h -mkspecs/dgux-g++/qmake.conf -mkspecs/dgux-g++/qplatformdefs.h -mkspecs/freebsd-g++/qmake.conf -mkspecs/freebsd-g++/qplatformdefs.h -mkspecs/hpux-acc/qmake.conf -mkspecs/hpux-acc/qplatformdefs.h -mkspecs/hpux-cc/qmake.conf -mkspecs/hpux-cc/qplatformdefs.h -mkspecs/hpux-g++/qmake.conf -mkspecs/hpux-g++/qplatformdefs.h -mkspecs/hpux-n64/qmake.conf -mkspecs/hpux-n64/qplatformdefs.h -mkspecs/hpux-o64/qmake.conf -mkspecs/hpux-o64/qplatformdefs.h -mkspecs/hurd-g++/qmake.conf -mkspecs/hurd-g++/qplatformdefs.h -mkspecs/irix-64/qmake.conf -mkspecs/irix-64/qplatformdefs.h -mkspecs/irix-g++/qmake.conf -mkspecs/irix-g++/qplatformdefs.h -mkspecs/irix-n32/qmake.conf -mkspecs/irix-n32/qplatformdefs.h -mkspecs/irix-o32/qmake.conf -mkspecs/irix-o32/qplatformdefs.h -mkspecs/linux-cxx/qmake.conf -mkspecs/linux-cxx/qplatformdefs.h -mkspecs/linux-g++/qmake.conf -mkspecs/linux-g++/qplatformdefs.h -mkspecs/linux-icc/qmake.conf -mkspecs/linux-icc/qplatformdefs.h -mkspecs/linux-kcc/qmake.conf -mkspecs/linux-kcc/qplatformdefs.h -mkspecs/linux-pgcc/qmake.conf -mkspecs/linux-pgcc/qplatformdefs.h -mkspecs/mac9-mwerks/mwerksapp.xml -mkspecs/mac9-mwerks/mwerkslib.xml -mkspecs/mac9-mwerks/qmake.conf -mkspecs/mac9-mwerks/qplatformdefs.h -mkspecs/macx-g++/Info.plist.app -mkspecs/macx-g++/qmake.conf -mkspecs/macx-g++/qplatformdefs.h -mkspecs/macx-mwerks/mwerkstmpl.xml -mkspecs/macx-mwerks/qmake.conf -mkspecs/macx-mwerks/qplatformdefs.h -mkspecs/macx-pbuilder/Info.plist.app -mkspecs/macx-pbuilder/qmake.conf -mkspecs/macx-pbuilder/qplatformdefs.h -mkspecs/netbsd-g++/qmake.conf -mkspecs/netbsd-g++/qplatformdefs.h -mkspecs/openbsd-g++/qmake.conf -mkspecs/openbsd-g++/qplatformdefs.h -mkspecs/openunix-cc/qmake.conf -mkspecs/openunix-cc/qplatformdefs.h -mkspecs/openunix-g++/qmake.conf -mkspecs/openunix-g++/qplatformdefs.h -mkspecs/qnx-g++/qmake.conf -mkspecs/qnx-g++/qplatformdefs.h -mkspecs/reliant-64/qmake.conf -mkspecs/reliant-64/qplatformdefs.h -mkspecs/reliant-cds/qmake.conf -mkspecs/reliant-cds/qplatformdefs.h -mkspecs/sco-cc/qmake.conf -mkspecs/sco-cc/qplatformdefs.h -mkspecs/sco-g++/qmake.conf -mkspecs/sco-g++/qplatformdefs.h -mkspecs/solaris-64/qmake.conf -mkspecs/solaris-64/qplatformdefs.h -mkspecs/solaris-cc/qmake.conf -mkspecs/solaris-cc/qplatformdefs.h -mkspecs/solaris-g++-64/qmake.conf -mkspecs/solaris-g++-64/qplatformdefs.h -mkspecs/solaris-g++/qmake.conf -mkspecs/solaris-g++/qplatformdefs.h -mkspecs/solaris-kcc/qmake.conf -mkspecs/solaris-kcc/qplatformdefs.h -mkspecs/sunos-g++/qmake.conf -mkspecs/tru64-cxx/qmake.conf -mkspecs/tru64-cxx/qplatformdefs.h -mkspecs/tru64-g++/qmake.conf -mkspecs/tru64-g++/qplatformdefs.h -mkspecs/ultrix-g++/qmake.conf -mkspecs/unixware-g++/qmake.conf -mkspecs/unixware7-cc/qmake.conf -mkspecs/unixware7-cc/qplatformdefs.h -mkspecs/unixware7-g++/qmake.conf -mkspecs/unixware7-g++/qplatformdefs.h -mkspecs/win32-borland/qmake.conf -mkspecs/win32-borland/qplatformdefs.h -mkspecs/win32-g++/qmake.conf -mkspecs/win32-icc/qmake.conf -mkspecs/win32-icc/qplatformdefs.h -mkspecs/win32-icc/win32app.dsp -mkspecs/win32-icc/win32dll.dsp -mkspecs/win32-icc/win32lib.dsp -mkspecs/win32-msvc/qmake.conf -mkspecs/win32-msvc/qplatformdefs.h -mkspecs/win32-msvc/win32app.dsp -mkspecs/win32-msvc/win32dll.dsp -mkspecs/win32-msvc/win32lib.dsp -mkspecs/win32-visage/qmake.conf -mkspecs/win32-watcom/qmake.conf -plugins/designer/libcppeditor.so -plugins/designer/libdlgplugin.so -plugins/designer/librcplugin.so -plugins/designer/libwizards.so -share/doc/qt/aboutqt.html -share/doc/qt/abstract-connections.png -share/doc/qt/abstractwidgets.html -share/doc/qt/accelerators.html -share/doc/qt/aclock-example.html -share/doc/qt/actiongroup-example.html -share/doc/qt/actiongroup.html -share/doc/qt/addressbook-example.html -share/doc/qt/advanced.html -share/doc/qt/annotated.html -share/doc/qt/appearance.html -share/doc/qt/appicon.html -share/doc/qt/application.html -share/doc/qt/assistant-1.html -share/doc/qt/assistant-2.html -share/doc/qt/assistant-3.html -share/doc/qt/assistant-4.html -share/doc/qt/assistant.html -share/doc/qt/assistant.xml -share/doc/qt/basic.html -share/doc/qt/bearings.png -share/doc/qt/biff-example.html -share/doc/qt/bigtable-example.html -share/doc/qt/book-dialog.png -share/doc/qt/book-main.png -share/doc/qt/brush-styles.png -share/doc/qt/bughowto.html -share/doc/qt/buttongroup-m.png -share/doc/qt/buttongroup-w.png -share/doc/qt/buttongroups-example.html -share/doc/qt/buyhowto.html -share/doc/qt/callbacks.png -share/doc/qt/canvas-chart-example.html -share/doc/qt/canvas-example.html -share/doc/qt/canvas.html -share/doc/qt/chart-forms.png -share/doc/qt/chart-main.png -share/doc/qt/chart-main2.png -share/doc/qt/chart-options.png -share/doc/qt/chart-setdata.png -share/doc/qt/checklists-example.html -share/doc/qt/classchart.html -share/doc/qt/classes.html -share/doc/qt/clientserver-example.html -share/doc/qt/collection.html -share/doc/qt/commonproblems.html -share/doc/qt/concrete-connections.png -share/doc/qt/coordsys.html -share/doc/qt/coordsys.png -share/doc/qt/credits.html -share/doc/qt/cursor-example.html -share/doc/qt/cursors.png -share/doc/qt/customlayout-example.html -share/doc/qt/customlayout.html -share/doc/qt/customstyles.html -share/doc/qt/database-connections.png -share/doc/qt/database.html -share/doc/qt/datastreamformat.html -share/doc/qt/datetimewidgets.png -share/doc/qt/dclock-example.html -share/doc/qt/debug.html -share/doc/qt/demo-example.html -share/doc/qt/designer-manual-1.html -share/doc/qt/designer-manual-10.html -share/doc/qt/designer-manual-11.html -share/doc/qt/designer-manual-12.html -share/doc/qt/designer-manual-13.html -share/doc/qt/designer-manual-14.html -share/doc/qt/designer-manual-15.html -share/doc/qt/designer-manual-2.html -share/doc/qt/designer-manual-3.html -share/doc/qt/designer-manual-4.html -share/doc/qt/designer-manual-5.html -share/doc/qt/designer-manual-6.html -share/doc/qt/designer-manual-7.html -share/doc/qt/designer-manual-8.html -share/doc/qt/designer-manual-9.html -share/doc/qt/designer-manual.html -share/doc/qt/designer.png -share/doc/qt/designer.xml -share/doc/qt/designer1.jpg -share/doc/qt/designer2.jpg -share/doc/qt/designer3.jpg -share/doc/qt/desktop-example.html -share/doc/qt/dialogs.html -share/doc/qt/dirview-example.html -share/doc/qt/dnd.html -share/doc/qt/doc.png -share/doc/qt/doneandnext.png -share/doc/qt/draganddrop.html -share/doc/qt/dragdrop-example.html -share/doc/qt/drawdemo-example.html -share/doc/qt/drawlines-example.html -share/doc/qt/edit-dbtable-dialog.png -share/doc/qt/editcopy.png -share/doc/qt/editcut.png -share/doc/qt/editfind.png -share/doc/qt/editions.html -share/doc/qt/editpaste.png -share/doc/qt/editredo.png -share/doc/qt/editundo.png -share/doc/qt/emb-accel.html -share/doc/qt/emb-casestudy.html -share/doc/qt/emb-charinput.html -share/doc/qt/emb-classes.html -share/doc/qt/emb-envvars.html -share/doc/qt/emb-features.html -share/doc/qt/emb-fonts.html -share/doc/qt/emb-framebuffer-howto.html -share/doc/qt/emb-install.html -share/doc/qt/emb-performance.html -share/doc/qt/emb-pointer.html -share/doc/qt/emb-porting.html -share/doc/qt/emb-qvfb.html -share/doc/qt/emb-running.html -share/doc/qt/emb-vnc.html -share/doc/qt/embedporting.html -share/doc/qt/environment.html -share/doc/qt/events.html -share/doc/qt/eventsandfilters.html -share/doc/qt/examples-chart-canvastext-h.html -share/doc/qt/examples-chart-canvasview-cpp.html -share/doc/qt/examples-chart-canvasview-h.html -share/doc/qt/examples-chart-chart-pro.html -share/doc/qt/examples-chart-chartform-cpp.html -share/doc/qt/examples-chart-chartform-h.html -share/doc/qt/examples-chart-chartform_canvas-cpp.html -share/doc/qt/examples-chart-chartform_files-cpp.html -share/doc/qt/examples-chart-element-cpp.html -share/doc/qt/examples-chart-element-h.html -share/doc/qt/examples-chart-main-cpp.html -share/doc/qt/examples-chart-optionsform-cpp.html -share/doc/qt/examples-chart-optionsform-h.html -share/doc/qt/examples-chart-setdataform-cpp.html -share/doc/qt/examples-chart-setdataform-h.html -share/doc/qt/examples.html -share/doc/qt/face.jpg -share/doc/qt/filechooser.png -share/doc/qt/fileiconview-example.html -share/doc/qt/fileopen.png -share/doc/qt/fileprint.png -share/doc/qt/filesave.png -share/doc/qt/finddialog.png -share/doc/qt/focus.html -share/doc/qt/forever-example.html -share/doc/qt/frames.png -share/doc/qt/ftpclient-example.html -share/doc/qt/functions.html -share/doc/qt/geomanagement.html -share/doc/qt/geometry.html -share/doc/qt/geometry.png -share/doc/qt/gpl.html -share/doc/qt/graph.g1n -share/doc/qt/grapher-nsplugin-example.html -share/doc/qt/graphics.html -share/doc/qt/gridlayout.png -share/doc/qt/groupbox-m.png -share/doc/qt/groupbox-w.png -share/doc/qt/groups.html -share/doc/qt/guibooks.html -share/doc/qt/headers.html -share/doc/qt/hello-example.html -share/doc/qt/helpsystem.html -share/doc/qt/helpviewer-example.html -share/doc/qt/hierarchy.html -share/doc/qt/how-to-learn-qt.html -share/doc/qt/httpd-example.html -share/doc/qt/i18n-example.html -share/doc/qt/i18n.html -share/doc/qt/iconset.png -share/doc/qt/iconview-example.html -share/doc/qt/iconview-simple_dd-main-cpp.html -share/doc/qt/iconview-simple_dd-main-h.html -share/doc/qt/iconview.html -share/doc/qt/images.html -share/doc/qt/index -share/doc/qt/index.html -share/doc/qt/inputdialogs.png -share/doc/qt/install-win.html -share/doc/qt/install-x11.html -share/doc/qt/installation.html -share/doc/qt/io.html -share/doc/qt/keyfeatures30.html -share/doc/qt/layout-example.html -share/doc/qt/layout.html -share/doc/qt/layout1.png -share/doc/qt/layout2.png -share/doc/qt/license.html -share/doc/qt/licenses.html -share/doc/qt/life-example.html -share/doc/qt/lineedits-example.html -share/doc/qt/linguist-manual-1.html -share/doc/qt/linguist-manual-2.html -share/doc/qt/linguist-manual-3.html -share/doc/qt/linguist-manual-4.html -share/doc/qt/linguist-manual.html -share/doc/qt/linguist.png -share/doc/qt/linguist.xml -share/doc/qt/listbox-example.html -share/doc/qt/listboxcombo-example.html -share/doc/qt/listviews-example.html -share/doc/qt/logo32.png -share/doc/qt/mail-example.html -share/doc/qt/mailinglists.html -share/doc/qt/mainclasses.html -share/doc/qt/mainlyMotif-editor-example.html -share/doc/qt/mainlyQt-editor-example.html -share/doc/qt/mainlyXt-editor-example.html -share/doc/qt/mainwindow-m.png -share/doc/qt/mainwindow-w.png -share/doc/qt/makeqpf.html -share/doc/qt/mdi-example.html -share/doc/qt/menu-example.html -share/doc/qt/menubar.png -share/doc/qt/metaobjects.html -share/doc/qt/misc.html -share/doc/qt/moc.html -share/doc/qt/modules.html -share/doc/qt/movies-example.html -share/doc/qt/multiclip.png -share/doc/qt/multimedia.html -share/doc/qt/network-examples.html -share/doc/qt/network.html -share/doc/qt/networkprotocol-example.html -share/doc/qt/next.png -share/doc/qt/nextunfinished.png -share/doc/qt/nsplugin-examples.html -share/doc/qt/nsplugin.html -share/doc/qt/object.html -share/doc/qt/objectmodel.html -share/doc/qt/objecttrees.html -share/doc/qt/opengl-box-example.html -share/doc/qt/opengl-examples.html -share/doc/qt/opengl-gear-example.html -share/doc/qt/opengl-overlay-example.html -share/doc/qt/opengl-overlay-x11-example.html -share/doc/qt/opengl-pixmap-example.html -share/doc/qt/opengl-sharedbox-example.html -share/doc/qt/opengl-texture-example.html -share/doc/qt/opengl-x11-overlays.html -share/doc/qt/opengl.html -share/doc/qt/organizers.html -share/doc/qt/outliner-example.html -share/doc/qt/overviews-list.html -share/doc/qt/palette.png -share/doc/qt/pen-cap-styles.png -share/doc/qt/pen-join-styles.png -share/doc/qt/pen-styles.png -share/doc/qt/penstyles.png -share/doc/qt/phrasebookdialog.png -share/doc/qt/phrasebookopen.png -share/doc/qt/picture-example.html -share/doc/qt/pictures.html -share/doc/qt/plugins-howto.html -share/doc/qt/plugins.html -share/doc/qt/pnglogo.png -share/doc/qt/popup-example.html -share/doc/qt/porting.html -share/doc/qt/porting2.html -share/doc/qt/prev.png -share/doc/qt/prevunfinished.png -share/doc/qt/primes.html -share/doc/qt/process-example.html -share/doc/qt/progress-example.html -share/doc/qt/progressbar-example.html -share/doc/qt/properties.html -share/doc/qt/propertydocs -share/doc/qt/propertyindex -share/doc/qt/qaccel-h.html -share/doc/qt/qaccel-members.html -share/doc/qt/qaccel.html -share/doc/qt/qaccessible-h.html -share/doc/qt/qaccessible-members.html -share/doc/qt/qaccessible.html -share/doc/qt/qaccessibleinterface-members.html -share/doc/qt/qaccessibleinterface.html -share/doc/qt/qaccessibleobject-members.html -share/doc/qt/qaccessibleobject.html -share/doc/qt/qaction-application-example.html -share/doc/qt/qaction-examples.html -share/doc/qt/qaction-h.html -share/doc/qt/qaction-members.html -share/doc/qt/qaction.html -share/doc/qt/qactiongroup-members.html -share/doc/qt/qactiongroup.html -share/doc/qt/qactiongroup_menu.png -share/doc/qt/qactiongroup_menu_subwidget.png -share/doc/qt/qactiongroup_toolbar.png -share/doc/qt/qactiongroup_toolbar_exclusive_subwidget.png -share/doc/qt/qactiongroup_toolbar_nonexclusive_subwidget.png -share/doc/qt/qapplication-h.html -share/doc/qt/qapplication-members.html -share/doc/qt/qapplication.html -share/doc/qt/qarray.html -share/doc/qt/qasciicache-h.html -share/doc/qt/qasciicache-members.html -share/doc/qt/qasciicache.html -share/doc/qt/qasciicacheiterator-members.html -share/doc/qt/qasciicacheiterator.html -share/doc/qt/qasciidict-h.html -share/doc/qt/qasciidict-members.html -share/doc/qt/qasciidict.html -share/doc/qt/qasciidictiterator-members.html -share/doc/qt/qasciidictiterator.html -share/doc/qt/qasyncimageio-h.html -share/doc/qt/qasyncio-h.html -share/doc/qt/qasyncio-members.html -share/doc/qt/qasyncio.html -share/doc/qt/qbitarray-h.html -share/doc/qt/qbitarray-members.html -share/doc/qt/qbitarray.html -share/doc/qt/qbitmap-h.html -share/doc/qt/qbitmap-members.html -share/doc/qt/qbitmap.html -share/doc/qt/qbitval-members.html -share/doc/qt/qbitval.html -share/doc/qt/qboxlayout-members.html -share/doc/qt/qboxlayout.html -share/doc/qt/qbrush-h.html -share/doc/qt/qbrush-members.html -share/doc/qt/qbrush.html -share/doc/qt/qbttngrp-m.png -share/doc/qt/qbttngrp-w.png -share/doc/qt/qbuffer-h.html -share/doc/qt/qbuffer-members.html -share/doc/qt/qbuffer.html -share/doc/qt/qbutton-h.html -share/doc/qt/qbutton-members.html -share/doc/qt/qbutton.html -share/doc/qt/qbuttongroup-h.html -share/doc/qt/qbuttongroup-h.png -share/doc/qt/qbuttongroup-members.html -share/doc/qt/qbuttongroup-v.png -share/doc/qt/qbuttongroup.html -share/doc/qt/qbytearray-members.html -share/doc/qt/qbytearray.html -share/doc/qt/qcache-h.html -share/doc/qt/qcache-members.html -share/doc/qt/qcache.html -share/doc/qt/qcacheiterator-members.html -share/doc/qt/qcacheiterator.html -share/doc/qt/qcanvas-h.html -share/doc/qt/qcanvas-members.html -share/doc/qt/qcanvas.html -share/doc/qt/qcanvas.png -share/doc/qt/qcanvasellipse-members.html -share/doc/qt/qcanvasellipse.html -share/doc/qt/qcanvasellipse.png -share/doc/qt/qcanvasitem-members.html -share/doc/qt/qcanvasitem.html -share/doc/qt/qcanvasitemlist-members.html -share/doc/qt/qcanvasitemlist.html -share/doc/qt/qcanvasline-members.html -share/doc/qt/qcanvasline.html -share/doc/qt/qcanvaspixmap-members.html -share/doc/qt/qcanvaspixmap.html -share/doc/qt/qcanvaspixmaparray-members.html -share/doc/qt/qcanvaspixmaparray.html -share/doc/qt/qcanvaspolygon-members.html -share/doc/qt/qcanvaspolygon.html -share/doc/qt/qcanvaspolygonalitem-members.html -share/doc/qt/qcanvaspolygonalitem.html -share/doc/qt/qcanvasrectangle-members.html -share/doc/qt/qcanvasrectangle.html -share/doc/qt/qcanvasspline-members.html -share/doc/qt/qcanvasspline.html -share/doc/qt/qcanvassprite-members.html -share/doc/qt/qcanvassprite.html -share/doc/qt/qcanvastext-members.html -share/doc/qt/qcanvastext.html -share/doc/qt/qcanvasview-members.html -share/doc/qt/qcanvasview.html -share/doc/qt/qcdestyle-h.html -share/doc/qt/qcdestyle-members.html -share/doc/qt/qcdestyle.html -share/doc/qt/qchar-members.html -share/doc/qt/qchar.html -share/doc/qt/qcharref-members.html -share/doc/qt/qcharref.html -share/doc/qt/qcheckbox-h.html -share/doc/qt/qcheckbox-m.png -share/doc/qt/qcheckbox-members.html -share/doc/qt/qcheckbox-w.png -share/doc/qt/qcheckbox.html -share/doc/qt/qchecklistitem-members.html -share/doc/qt/qchecklistitem.html -share/doc/qt/qchecktableitem-members.html -share/doc/qt/qchecktableitem.html -share/doc/qt/qchildevent-members.html -share/doc/qt/qchildevent.html -share/doc/qt/qchkbox-m.png -share/doc/qt/qchkbox-w.png -share/doc/qt/qclipboard-h.html -share/doc/qt/qclipboard-members.html -share/doc/qt/qclipboard.html -share/doc/qt/qcloseevent-members.html -share/doc/qt/qcloseevent.html -share/doc/qt/qcollection.html -share/doc/qt/qcolor-h.html -share/doc/qt/qcolor-members.html -share/doc/qt/qcolor.html -share/doc/qt/qcolordialog-h.html -share/doc/qt/qcolordialog-members.html -share/doc/qt/qcolordialog.html -share/doc/qt/qcolordlg-m.png -share/doc/qt/qcolordlg-w.png -share/doc/qt/qcolordrag-members.html -share/doc/qt/qcolordrag.html -share/doc/qt/qcolorgroup-members.html -share/doc/qt/qcolorgroup.html -share/doc/qt/qcombo1-m.png -share/doc/qt/qcombo1-w.png -share/doc/qt/qcombo2-m.png -share/doc/qt/qcombo2-w.png -share/doc/qt/qcombo3-m.png -share/doc/qt/qcombo3-w.png -share/doc/qt/qcombobox-h.html -share/doc/qt/qcombobox-members.html -share/doc/qt/qcombobox.html -share/doc/qt/qcombotableitem-members.html -share/doc/qt/qcombotableitem.html -share/doc/qt/qcommonstyle-h.html -share/doc/qt/qcommonstyle-members.html -share/doc/qt/qcommonstyle.html -share/doc/qt/qconststring-members.html -share/doc/qt/qconststring.html -share/doc/qt/qcontextmenuevent-members.html -share/doc/qt/qcontextmenuevent.html -share/doc/qt/qcopchannel-members.html -share/doc/qt/qcopchannel.html -share/doc/qt/qcopchannel_qws-h.html -share/doc/qt/qcstring-h.html -share/doc/qt/qcstring-members.html -share/doc/qt/qcstring.html -share/doc/qt/qcursor-h.html -share/doc/qt/qcursor-members.html -share/doc/qt/qcursor.html -share/doc/qt/qcustomevent-members.html -share/doc/qt/qcustomevent.html -share/doc/qt/qcustommenuitem-members.html -share/doc/qt/qcustommenuitem.html -share/doc/qt/qd-buttonstoolbuttons3.png -share/doc/qt/qd-chapdialog-previewing2.png -share/doc/qt/qd-chapdialog-signalsandslots.png -share/doc/qt/qd-chapdialog-taborder.png -share/doc/qt/qd-chapdialogs-addingwidgets.png -share/doc/qt/qd-chapdialogs-creatingmulticlipform3.png -share/doc/qt/qd-chapdialogs-creatingnewprojects.png -share/doc/qt/qd-chapdialogs-layoutwidgets-stepone-after.png -share/doc/qt/qd-chapdialogs-objectexplorer.png -share/doc/qt/qd-chapdialogs-propertyeditor.png -share/doc/qt/qd-chapmainwin-actioneditor1.png -share/doc/qt/qd-chapmainwin-actioneditor2.png -share/doc/qt/qd-chapmainwin-actiongroup.png -share/doc/qt/qd-chapmainwin-addtextedit.png -share/doc/qt/qd-chapmainwin-addwidg.png -share/doc/qt/qd-chapmainwin-alignactiongroup.png -share/doc/qt/qd-chapmainwin-connaction.png -share/doc/qt/qd-chapmainwin-connalign1.png -share/doc/qt/qd-chapmainwin-connfontsize.png -share/doc/qt/qd-chapmainwin-deleteaction.png -share/doc/qt/qd-chapmainwin-dragtomenu.png -share/doc/qt/qd-chapmainwin-dropinmenu1.png -share/doc/qt/qd-chapmainwin-mainwinwiz1.png -share/doc/qt/qd-chapmainwin-mainwinwiz2.png -share/doc/qt/qd-chapmainwin-mainwinwiz3.png -share/doc/qt/qd-chapmainwin-namemenu.png -share/doc/qt/qd-chapmainwin-previewing.png -share/doc/qt/qd-chapmainwin-propeditnewact.png -share/doc/qt/qd-chapmainwin-toolbaractiongroup1.png -share/doc/qt/qd-chapmainwin-toolbarhandle.png -share/doc/qt/qd-chapmainwin-toolbarhandle2.png -share/doc/qt/qd-chooseanimage.png -share/doc/qt/qd-chooseapixmap.png -share/doc/qt/qd-chooseimages.png -share/doc/qt/qd-configmainfile.png -share/doc/qt/qd-containertoolbuttons3.png -share/doc/qt/qd-createtemplate.png -share/doc/qt/qd-customwidgettoolbutton.png -share/doc/qt/qd-custwiddeftab.png -share/doc/qt/qd-custwidproptab.png -share/doc/qt/qd-custwidslotstab.png -share/doc/qt/qd-databasetoolbuttons3.png -share/doc/qt/qd-databrowserwzd.png -share/doc/qt/qd-databrowserwzdpage2.png -share/doc/qt/qd-databrowserwzdpage3.png -share/doc/qt/qd-databrowserwzdpage4.png -share/doc/qt/qd-databrowserwzdpage5.png -share/doc/qt/qd-databrowserwzdpage6.png -share/doc/qt/qd-datatablewzd.png -share/doc/qt/qd-datatablewzdpage2.png -share/doc/qt/qd-datatablewzdpage3.png -share/doc/qt/qd-datatablewzdpage4.png -share/doc/qt/qd-datatablewzdpage5.png -share/doc/qt/qd-dataviewwzd.png -share/doc/qt/qd-dataviewwzdpage2.png -share/doc/qt/qd-dataviewwzdpage3.png -share/doc/qt/qd-dataviewwzdpage4.png -share/doc/qt/qd-displaytoolbuttons3.png -share/doc/qt/qd-editclassvariables.png -share/doc/qt/qd-editcustwidsigtab.png -share/doc/qt/qd-editeditconnections.png -share/doc/qt/qd-editformsettings.png -share/doc/qt/qd-editforwarddeclarations.png -share/doc/qt/qd-editiconview.png -share/doc/qt/qd-editincludesindeclaration.png -share/doc/qt/qd-editincludesinimplementation.png -share/doc/qt/qd-editlistbox.png -share/doc/qt/qd-editlistview.png -share/doc/qt/qd-editlistviewcolumns.png -share/doc/qt/qd-editmenu1.png -share/doc/qt/qd-editpalettedialog.png -share/doc/qt/qd-editpreferencesc++.png -share/doc/qt/qd-editpreferencesgeneral.png -share/doc/qt/qd-editslots1.png -share/doc/qt/qd-edittablecolumns.png -share/doc/qt/qd-edittablerows.png -share/doc/qt/qd-edittoolbuttons3.png -share/doc/qt/qd-filemenu1.png -share/doc/qt/qd-filenew2.png -share/doc/qt/qd-fileopen.png -share/doc/qt/qd-fileoverviewwindow.png -share/doc/qt/qd-filesaveasdialog.png -share/doc/qt/qd-filesaveformasdialog.png -share/doc/qt/qd-filesaveformdialog.png -share/doc/qt/qd-filesaveprojectsettingsdialog.png -share/doc/qt/qd-filetoolbuttons3.png -share/doc/qt/qd-finddirectorydialog.png -share/doc/qt/qd-helpmenu.png -share/doc/qt/qd-helptoolbuttons3.png -share/doc/qt/qd-inputtoolbuttons3.png -share/doc/qt/qd-layout2.1-twogroups.png -share/doc/qt/qd-layout2.2-layoutform.png -share/doc/qt/qd-layout3-groupedwidgets.png -share/doc/qt/qd-layout3-rubberband.png -share/doc/qt/qd-layout3.2-addspacer.png -share/doc/qt/qd-layout3.5-layoutform.png -share/doc/qt/qd-layoutmenu1.png -share/doc/qt/qd-layouttoolbuttons3.png -share/doc/qt/qd-mainwinwzd.png -share/doc/qt/qd-mainwinwzdpage2.png -share/doc/qt/qd-objexpwindowwidgettab.png -share/doc/qt/qd-objexpwinsourcetab.png -share/doc/qt/qd-pagetitle.png -share/doc/qt/qd-previewmenu.png -share/doc/qt/qd-projectaddfile.png -share/doc/qt/qd-projectdbaseconnections.png -share/doc/qt/qd-projectimages.png -share/doc/qt/qd-projectmenu.png -share/doc/qt/qd-projectsettingsc++tabdialog.png -share/doc/qt/qd-projectsettingsdialog.png -share/doc/qt/qd-projectsettingsfilestabdialog.png -share/doc/qt/qd-propedsigtab.png -share/doc/qt/qd-propedwinproptab.png -share/doc/qt/qd-searchfindtextdialog.png -share/doc/qt/qd-searchgotoline.png -share/doc/qt/qd-searchmenu.png -share/doc/qt/qd-searchreplacetext.png -share/doc/qt/qd-searchttoolbuttons3.png -share/doc/qt/qd-selectcolordialog.png -share/doc/qt/qd-selectfontdialog.png -share/doc/qt/qd-textdialog.png -share/doc/qt/qd-title.png -share/doc/qt/qd-toolsmenu.png -share/doc/qt/qd-toolstoolbuttons4.png -share/doc/qt/qd-tunepalettedialog.png -share/doc/qt/qd-viewconnections.png -share/doc/qt/qd-viewstoolbuttons5.png -share/doc/qt/qd-windowmenu1.png -share/doc/qt/qdatabrowser-h.html -share/doc/qt/qdatabrowser-members.html -share/doc/qt/qdatabrowser.html -share/doc/qt/qdatapump-members.html -share/doc/qt/qdatapump.html -share/doc/qt/qdatasink-members.html -share/doc/qt/qdatasink.html -share/doc/qt/qdatasource-members.html -share/doc/qt/qdatasource.html -share/doc/qt/qdatastream-h.html -share/doc/qt/qdatastream-members.html -share/doc/qt/qdatastream.html -share/doc/qt/qdatatable-h.html -share/doc/qt/qdatatable-members.html -share/doc/qt/qdatatable.html -share/doc/qt/qdataview-h.html -share/doc/qt/qdataview-members.html -share/doc/qt/qdataview.html -share/doc/qt/qdate-members.html -share/doc/qt/qdate.html -share/doc/qt/qdateedit-members.html -share/doc/qt/qdateedit.html -share/doc/qt/qdatetime-h.html -share/doc/qt/qdatetime-members.html -share/doc/qt/qdatetime.html -share/doc/qt/qdatetimeedit-h.html -share/doc/qt/qdatetimeedit-members.html -share/doc/qt/qdatetimeedit.html -share/doc/qt/qdesktopwidget-h.html -share/doc/qt/qdesktopwidget-members.html -share/doc/qt/qdesktopwidget.html -share/doc/qt/qdesktopwidget.png -share/doc/qt/qdial-h.html -share/doc/qt/qdial-m.png -share/doc/qt/qdial-members.html -share/doc/qt/qdial-w.png -share/doc/qt/qdial.html -share/doc/qt/qdialog-h.html -share/doc/qt/qdialog-members.html -share/doc/qt/qdialog.html -share/doc/qt/qdict-h.html -share/doc/qt/qdict-members.html -share/doc/qt/qdict.html -share/doc/qt/qdictiterator-members.html -share/doc/qt/qdictiterator.html -share/doc/qt/qdir-example.html -share/doc/qt/qdir-h.html -share/doc/qt/qdir-members.html -share/doc/qt/qdir.html -share/doc/qt/qdirectpainter-members.html -share/doc/qt/qdirectpainter.html -share/doc/qt/qdirectpainter_qws-h.html -share/doc/qt/qdns-h.html -share/doc/qt/qdns-members.html -share/doc/qt/qdns.html -share/doc/qt/qdockarea-h.html -share/doc/qt/qdockarea-members.html -share/doc/qt/qdockarea.html -share/doc/qt/qdockwindow-h.html -share/doc/qt/qdockwindow-members.html -share/doc/qt/qdockwindow.html -share/doc/qt/qdockwindow.png -share/doc/qt/qdom-h.html -share/doc/qt/qdomattr-members.html -share/doc/qt/qdomattr.html -share/doc/qt/qdomcdatasection-members.html -share/doc/qt/qdomcdatasection.html -share/doc/qt/qdomcharacterdata-members.html -share/doc/qt/qdomcharacterdata.html -share/doc/qt/qdomcomment-members.html -share/doc/qt/qdomcomment.html -share/doc/qt/qdomdocument-members.html -share/doc/qt/qdomdocument.html -share/doc/qt/qdomdocumentfragment-members.html -share/doc/qt/qdomdocumentfragment.html -share/doc/qt/qdomdocumenttype-members.html -share/doc/qt/qdomdocumenttype.html -share/doc/qt/qdomelement-members.html -share/doc/qt/qdomelement.html -share/doc/qt/qdomentity-members.html -share/doc/qt/qdomentity.html -share/doc/qt/qdomentityreference-members.html -share/doc/qt/qdomentityreference.html -share/doc/qt/qdomimplementation-members.html -share/doc/qt/qdomimplementation.html -share/doc/qt/qdomnamednodemap-members.html -share/doc/qt/qdomnamednodemap.html -share/doc/qt/qdomnode-members.html -share/doc/qt/qdomnode.html -share/doc/qt/qdomnodelist-members.html -share/doc/qt/qdomnodelist.html -share/doc/qt/qdomnotation-members.html -share/doc/qt/qdomnotation.html -share/doc/qt/qdomprocessinginstruction-members.html -share/doc/qt/qdomprocessinginstruction.html -share/doc/qt/qdomtext-members.html -share/doc/qt/qdomtext.html -share/doc/qt/qdoublevalidator-members.html -share/doc/qt/qdoublevalidator.html -share/doc/qt/qdragenterevent-members.html -share/doc/qt/qdragenterevent.html -share/doc/qt/qdragleaveevent-members.html -share/doc/qt/qdragleaveevent.html -share/doc/qt/qdragmoveevent-members.html -share/doc/qt/qdragmoveevent.html -share/doc/qt/qdragobject-h.html -share/doc/qt/qdragobject-members.html -share/doc/qt/qdragobject.html -share/doc/qt/qdrawutil-h.html -share/doc/qt/qdropevent-members.html -share/doc/qt/qdropevent.html -share/doc/qt/qdropsite-h.html -share/doc/qt/qdropsite-members.html -share/doc/qt/qdropsite.html -share/doc/qt/qeditorfactory-h.html -share/doc/qt/qeditorfactory-members.html -share/doc/qt/qeditorfactory.html -share/doc/qt/qembed.html -share/doc/qt/qerrormessage-h.html -share/doc/qt/qerrormessage-members.html -share/doc/qt/qerrormessage.html -share/doc/qt/qerrormessage.png -share/doc/qt/qeucjpcodec-h.html -share/doc/qt/qeucjpcodec-members.html -share/doc/qt/qeucjpcodec.html -share/doc/qt/qeuckrcodec-h.html -share/doc/qt/qeuckrcodec-members.html -share/doc/qt/qeuckrcodec.html -share/doc/qt/qevent-h.html -share/doc/qt/qevent-members.html -share/doc/qt/qevent.html -share/doc/qt/qfd-example.html -share/doc/qt/qfile-h.html -share/doc/qt/qfile-members.html -share/doc/qt/qfile.html -share/doc/qt/qfiledialog-h.html -share/doc/qt/qfiledialog-members.html -share/doc/qt/qfiledialog.html -share/doc/qt/qfiledlg-m.png -share/doc/qt/qfiledlg-w.png -share/doc/qt/qfileiconprovider-members.html -share/doc/qt/qfileiconprovider.html -share/doc/qt/qfileinfo-h.html -share/doc/qt/qfileinfo-members.html -share/doc/qt/qfileinfo.html -share/doc/qt/qfilepreview-members.html -share/doc/qt/qfilepreview.html -share/doc/qt/qfocusdata-h.html -share/doc/qt/qfocusdata-members.html -share/doc/qt/qfocusdata.html -share/doc/qt/qfocusevent-members.html -share/doc/qt/qfocusevent.html -share/doc/qt/qfont-examples.html -share/doc/qt/qfont-h.html -share/doc/qt/qfont-members.html -share/doc/qt/qfont.html -share/doc/qt/qfontdatabase-h.html -share/doc/qt/qfontdatabase-members.html -share/doc/qt/qfontdatabase.html -share/doc/qt/qfontdialog-h.html -share/doc/qt/qfontdialog-members.html -share/doc/qt/qfontdialog.html -share/doc/qt/qfontdlg-m.png -share/doc/qt/qfontdlg-w.png -share/doc/qt/qfontinfo-h.html -share/doc/qt/qfontinfo-members.html -share/doc/qt/qfontinfo.html -share/doc/qt/qfontmanager-members.html -share/doc/qt/qfontmanager.html -share/doc/qt/qfontmanager_qws-h.html -share/doc/qt/qfontmetrics-h.html -share/doc/qt/qfontmetrics-members.html -share/doc/qt/qfontmetrics.html -share/doc/qt/qframe-h.html -share/doc/qt/qframe-members.html -share/doc/qt/qframe.html -share/doc/qt/qftp-h.html -share/doc/qt/qftp-members.html -share/doc/qt/qftp.html -share/doc/qt/qgb18030codec-h.html -share/doc/qt/qgb18030codec-members.html -share/doc/qt/qgb18030codec.html -share/doc/qt/qgbkcodec-members.html -share/doc/qt/qgbkcodec.html -share/doc/qt/qgfx_qws-h.html -share/doc/qt/qgl-h.html -share/doc/qt/qgl-members.html -share/doc/qt/qgl.html -share/doc/qt/qglayoutiterator-members.html -share/doc/qt/qglayoutiterator.html -share/doc/qt/qglcolormap-h.html -share/doc/qt/qglcolormap-members.html -share/doc/qt/qglcolormap.html -share/doc/qt/qglcontext-members.html -share/doc/qt/qglcontext.html -share/doc/qt/qglformat-members.html -share/doc/qt/qglformat.html -share/doc/qt/qglobal-h.html -share/doc/qt/qglwidget-members.html -share/doc/qt/qglwidget.html -share/doc/qt/qgrid-h.html -share/doc/qt/qgrid-m.png -share/doc/qt/qgrid-members.html -share/doc/qt/qgrid-w.png -share/doc/qt/qgrid.html -share/doc/qt/qgrid.png -share/doc/qt/qgridlayout-members.html -share/doc/qt/qgridlayout.html -share/doc/qt/qgridview-h.html -share/doc/qt/qgridview-members.html -share/doc/qt/qgridview.html -share/doc/qt/qgroupbox-h.html -share/doc/qt/qgroupbox-members.html -share/doc/qt/qgroupbox.html -share/doc/qt/qgroupboxes.png -share/doc/qt/qgrpbox-m.png -share/doc/qt/qgrpbox-w.png -share/doc/qt/qguardedptr-h.html -share/doc/qt/qguardedptr-members.html -share/doc/qt/qguardedptr.html -share/doc/qt/qhbox-h.html -share/doc/qt/qhbox-m.png -share/doc/qt/qhbox-members.html -share/doc/qt/qhbox-w.png -share/doc/qt/qhbox.html -share/doc/qt/qhbox.png -share/doc/qt/qhboxlayout-members.html -share/doc/qt/qhboxlayout.html -share/doc/qt/qhboxlayout.png -share/doc/qt/qhbuttongroup-h.html -share/doc/qt/qhbuttongroup-members.html -share/doc/qt/qhbuttongroup.html -share/doc/qt/qheader-h.html -share/doc/qt/qheader-m.png -share/doc/qt/qheader-members.html -share/doc/qt/qheader-w.png -share/doc/qt/qheader.html -share/doc/qt/qhebrewcodec-members.html -share/doc/qt/qhebrewcodec.html -share/doc/qt/qhgroupbox-h.html -share/doc/qt/qhgroupbox-members.html -share/doc/qt/qhgroupbox.html -share/doc/qt/qhideevent-members.html -share/doc/qt/qhideevent.html -share/doc/qt/qhostaddress-h.html -share/doc/qt/qhostaddress-members.html -share/doc/qt/qhostaddress.html -share/doc/qt/qhttp-h.html -share/doc/qt/qhttp-members.html -share/doc/qt/qhttp.html -share/doc/qt/qicondrag-members.html -share/doc/qt/qicondrag.html -share/doc/qt/qicondragitem-members.html -share/doc/qt/qicondragitem.html -share/doc/qt/qiconset-h.html -share/doc/qt/qiconset-members.html -share/doc/qt/qiconset.html -share/doc/qt/qiconview-h.html -share/doc/qt/qiconview-m.png -share/doc/qt/qiconview-members.html -share/doc/qt/qiconview-w.png -share/doc/qt/qiconview.html -share/doc/qt/qiconviewitem-members.html -share/doc/qt/qiconviewitem.html -share/doc/qt/qimage-h.html -share/doc/qt/qimage-members.html -share/doc/qt/qimage.html -share/doc/qt/qimageconsumer-members.html -share/doc/qt/qimageconsumer.html -share/doc/qt/qimagedecoder-members.html -share/doc/qt/qimagedecoder.html -share/doc/qt/qimagedrag-members.html -share/doc/qt/qimagedrag.html -share/doc/qt/qimageformat-members.html -share/doc/qt/qimageformat.html -share/doc/qt/qimageformatplugin-h.html -share/doc/qt/qimageformatplugin-members.html -share/doc/qt/qimageformatplugin.html -share/doc/qt/qimageformattype-members.html -share/doc/qt/qimageformattype.html -share/doc/qt/qimageio-members.html -share/doc/qt/qimageio.html -share/doc/qt/qimevent-members.html -share/doc/qt/qimevent.html -share/doc/qt/qinputdialog-h.html -share/doc/qt/qinputdialog-members.html -share/doc/qt/qinputdialog.html -share/doc/qt/qintcache-h.html -share/doc/qt/qintcache-members.html -share/doc/qt/qintcache.html -share/doc/qt/qintcacheiterator-members.html -share/doc/qt/qintcacheiterator.html -share/doc/qt/qintdict-h.html -share/doc/qt/qintdict-members.html -share/doc/qt/qintdict.html -share/doc/qt/qintdictiterator-members.html -share/doc/qt/qintdictiterator.html -share/doc/qt/qintvalidator-members.html -share/doc/qt/qintvalidator.html -share/doc/qt/qiodevice-h.html -share/doc/qt/qiodevice-members.html -share/doc/qt/qiodevice.html -share/doc/qt/qiodevicesource-members.html -share/doc/qt/qiodevicesource.html -share/doc/qt/qjiscodec-h.html -share/doc/qt/qjiscodec-members.html -share/doc/qt/qjiscodec.html -share/doc/qt/qkeyboard_qws-h.html -share/doc/qt/qkeyevent-members.html -share/doc/qt/qkeyevent.html -share/doc/qt/qkeysequence-h.html -share/doc/qt/qkeysequence-members.html -share/doc/qt/qkeysequence.html -share/doc/qt/qlabel-h.html -share/doc/qt/qlabel-m.png -share/doc/qt/qlabel-members.html -share/doc/qt/qlabel-w.png -share/doc/qt/qlabel.html -share/doc/qt/qlayout-h.html -share/doc/qt/qlayout-members.html -share/doc/qt/qlayout.html -share/doc/qt/qlayoutitem-members.html -share/doc/qt/qlayoutitem.html -share/doc/qt/qlayoutiterator-members.html -share/doc/qt/qlayoutiterator.html -share/doc/qt/qlcdnum-m.png -share/doc/qt/qlcdnum-w.png -share/doc/qt/qlcdnumber-h.html -share/doc/qt/qlcdnumber-members.html -share/doc/qt/qlcdnumber.html -share/doc/qt/qlibrary-h.html -share/doc/qt/qlibrary-members.html -share/doc/qt/qlibrary.html -share/doc/qt/qlined-m.png -share/doc/qt/qlined-w.png -share/doc/qt/qlineedit-h.html -share/doc/qt/qlineedit-members.html -share/doc/qt/qlineedit.html -share/doc/qt/qlist.html -share/doc/qt/qlistbox-h.html -share/doc/qt/qlistbox-m.png -share/doc/qt/qlistbox-members.html -share/doc/qt/qlistbox-w.png -share/doc/qt/qlistbox.html -share/doc/qt/qlistboxitem-members.html -share/doc/qt/qlistboxitem.html -share/doc/qt/qlistboxpixmap-members.html -share/doc/qt/qlistboxpixmap.html -share/doc/qt/qlistboxtext-members.html -share/doc/qt/qlistboxtext.html -share/doc/qt/qlistiterator.html -share/doc/qt/qlistview-h.html -share/doc/qt/qlistview-m.png -share/doc/qt/qlistview-members.html -share/doc/qt/qlistview-w.png -share/doc/qt/qlistview.html -share/doc/qt/qlistviewitem-members.html -share/doc/qt/qlistviewitem.html -share/doc/qt/qlistviewitemiterator-members.html -share/doc/qt/qlistviewitemiterator.html -share/doc/qt/qlistviewitems.png -share/doc/qt/qlocalfs-h.html -share/doc/qt/qlocalfs-members.html -share/doc/qt/qlocalfs.html -share/doc/qt/qlock-members.html -share/doc/qt/qlock.html -share/doc/qt/qlock_qws-h.html -share/doc/qt/qmag-example.html -share/doc/qt/qmainwindow-h.html -share/doc/qt/qmainwindow-m.png -share/doc/qt/qmainwindow-members.html -share/doc/qt/qmainwindow-qdockareas.png -share/doc/qt/qmainwindow-w.png -share/doc/qt/qmainwindow.html -share/doc/qt/qmake-manual-1.html -share/doc/qt/qmake-manual-2.html -share/doc/qt/qmake-manual-3.html -share/doc/qt/qmake-manual-4.html -share/doc/qt/qmake-manual-5.html -share/doc/qt/qmake-manual-6.html -share/doc/qt/qmake-manual-7.html -share/doc/qt/qmake-manual.html -share/doc/qt/qmake.xml -share/doc/qt/qmap-h.html -share/doc/qt/qmap-members.html -share/doc/qt/qmap.html -share/doc/qt/qmapconstiterator-members.html -share/doc/qt/qmapconstiterator.html -share/doc/qt/qmapiterator-members.html -share/doc/qt/qmapiterator.html -share/doc/qt/qmemarray-h.html -share/doc/qt/qmemarray-members.html -share/doc/qt/qmemarray.html -share/doc/qt/qmenubar-h.html -share/doc/qt/qmenubar-m.png -share/doc/qt/qmenubar-members.html -share/doc/qt/qmenubar-w.png -share/doc/qt/qmenubar.html -share/doc/qt/qmenudata-h.html -share/doc/qt/qmenudata-members.html -share/doc/qt/qmenudata.html -share/doc/qt/qmessagebox-crit.png -share/doc/qt/qmessagebox-h.html -share/doc/qt/qmessagebox-info.png -share/doc/qt/qmessagebox-members.html -share/doc/qt/qmessagebox-warn.png -share/doc/qt/qmessagebox.html -share/doc/qt/qmetaobject-h.html -share/doc/qt/qmetaobject-members.html -share/doc/qt/qmetaobject.html -share/doc/qt/qmetaproperty-members.html -share/doc/qt/qmetaproperty.html -share/doc/qt/qmime-h.html -share/doc/qt/qmimesource-members.html -share/doc/qt/qmimesource.html -share/doc/qt/qmimesourcefactory-members.html -share/doc/qt/qmimesourcefactory.html -share/doc/qt/qmlined-m.png -share/doc/qt/qmlined-w.png -share/doc/qt/qmotifplusstyle-h.html -share/doc/qt/qmotifplusstyle-members.html -share/doc/qt/qmotifplusstyle.html -share/doc/qt/qmotifstyle-h.html -share/doc/qt/qmotifstyle-members.html -share/doc/qt/qmotifstyle.html -share/doc/qt/qmouseevent-members.html -share/doc/qt/qmouseevent.html -share/doc/qt/qmoveevent-members.html -share/doc/qt/qmoveevent.html -share/doc/qt/qmovie-h.html -share/doc/qt/qmovie-members.html -share/doc/qt/qmovie.html -share/doc/qt/qmovie.png -share/doc/qt/qmsgbox-m.png -share/doc/qt/qmsgbox-w.png -share/doc/qt/qmultilineedit-h.html -share/doc/qt/qmultilineedit-members.html -share/doc/qt/qmultilineedit.html -share/doc/qt/qmutex-h.html -share/doc/qt/qmutex-members.html -share/doc/qt/qmutex.html -share/doc/qt/qnamespace-h.html -share/doc/qt/qnetwork-h.html -share/doc/qt/qnetworkoperation-members.html -share/doc/qt/qnetworkoperation.html -share/doc/qt/qnetworkprotocol-h.html -share/doc/qt/qnetworkprotocol-members.html -share/doc/qt/qnetworkprotocol.html -share/doc/qt/qnp-h.html -share/doc/qt/qnpinstance-members.html -share/doc/qt/qnpinstance.html -share/doc/qt/qnplugin-members.html -share/doc/qt/qnplugin.html -share/doc/qt/qnpstream-members.html -share/doc/qt/qnpstream.html -share/doc/qt/qnpwidget-members.html -share/doc/qt/qnpwidget.html -share/doc/qt/qobject-h.html -share/doc/qt/qobject-members.html -share/doc/qt/qobject.html -share/doc/qt/qobjectcleanuphandler-h.html -share/doc/qt/qobjectcleanuphandler-members.html -share/doc/qt/qobjectcleanuphandler.html -share/doc/qt/qobjectlist-h.html -share/doc/qt/qobjectlist-members.html -share/doc/qt/qobjectlist.html -share/doc/qt/qobjectlistit-members.html -share/doc/qt/qobjectlistit.html -share/doc/qt/qpaintdevice-h.html -share/doc/qt/qpaintdevice-members.html -share/doc/qt/qpaintdevice.html -share/doc/qt/qpaintdevicemetrics-h.html -share/doc/qt/qpaintdevicemetrics-members.html -share/doc/qt/qpaintdevicemetrics.html -share/doc/qt/qpainter-h.html -share/doc/qt/qpainter-members.html -share/doc/qt/qpainter.html -share/doc/qt/qpaintevent-members.html -share/doc/qt/qpaintevent.html -share/doc/qt/qpair-h.html -share/doc/qt/qpair-members.html -share/doc/qt/qpair.html -share/doc/qt/qpalette-h.html -share/doc/qt/qpalette-members.html -share/doc/qt/qpalette.html -share/doc/qt/qpen-h.html -share/doc/qt/qpen-members.html -share/doc/qt/qpen.html -share/doc/qt/qpicture-h.html -share/doc/qt/qpicture-members.html -share/doc/qt/qpicture.html -share/doc/qt/qpixmap-h.html -share/doc/qt/qpixmap-members.html -share/doc/qt/qpixmap.html -share/doc/qt/qpixmapcache-h.html -share/doc/qt/qpixmapcache-members.html -share/doc/qt/qpixmapcache.html -share/doc/qt/qplatinumstyle-h.html -share/doc/qt/qplatinumstyle-members.html -share/doc/qt/qplatinumstyle.html -share/doc/qt/qpngimagepacker-members.html -share/doc/qt/qpngimagepacker.html -share/doc/qt/qpngio-h.html -share/doc/qt/qpoint-h.html -share/doc/qt/qpoint-members.html -share/doc/qt/qpoint.html -share/doc/qt/qpointarray-h.html -share/doc/qt/qpointarray-members.html -share/doc/qt/qpointarray.html -share/doc/qt/qpopmenu-fancy.png -share/doc/qt/qpopmenu-m.png -share/doc/qt/qpopmenu-w.png -share/doc/qt/qpopupmenu-h.html -share/doc/qt/qpopupmenu-members.html -share/doc/qt/qpopupmenu.html -share/doc/qt/qprintdlg-m.png -share/doc/qt/qprintdlg-w.png -share/doc/qt/qprinter-h.html -share/doc/qt/qprinter-members.html -share/doc/qt/qprinter.html -share/doc/qt/qprocess-examples.html -share/doc/qt/qprocess-h.html -share/doc/qt/qprocess-members.html -share/doc/qt/qprocess.html -share/doc/qt/qprogbar-m.png -share/doc/qt/qprogbar-w.png -share/doc/qt/qprogdlg-m.png -share/doc/qt/qprogdlg-w.png -share/doc/qt/qprogressbar-h.html -share/doc/qt/qprogressbar-members.html -share/doc/qt/qprogressbar.html -share/doc/qt/qprogressdialog-h.html -share/doc/qt/qprogressdialog-members.html -share/doc/qt/qprogressdialog.html -share/doc/qt/qptrcollection-h.html -share/doc/qt/qptrcollection-members.html -share/doc/qt/qptrcollection.html -share/doc/qt/qptrdict-h.html -share/doc/qt/qptrdict-members.html -share/doc/qt/qptrdict.html -share/doc/qt/qptrdictiterator-members.html -share/doc/qt/qptrdictiterator.html -share/doc/qt/qptrlist-h.html -share/doc/qt/qptrlist-members.html -share/doc/qt/qptrlist.html -share/doc/qt/qptrlistiterator-members.html -share/doc/qt/qptrlistiterator.html -share/doc/qt/qptrqueue-h.html -share/doc/qt/qptrqueue-members.html -share/doc/qt/qptrqueue.html -share/doc/qt/qptrstack-h.html -share/doc/qt/qptrstack-members.html -share/doc/qt/qptrstack.html -share/doc/qt/qptrvector-h.html -share/doc/qt/qptrvector-members.html -share/doc/qt/qptrvector.html -share/doc/qt/qpushbt-m.png -share/doc/qt/qpushbt-w.png -share/doc/qt/qpushbutton-h.html -share/doc/qt/qpushbutton-members.html -share/doc/qt/qpushbutton.html -share/doc/qt/qqueue.html -share/doc/qt/qradiobt-m.png -share/doc/qt/qradiobt-w.png -share/doc/qt/qradiobutton-h.html -share/doc/qt/qradiobutton-members.html -share/doc/qt/qradiobutton.html -share/doc/qt/qrangecontrol-h.html -share/doc/qt/qrangecontrol-members.html -share/doc/qt/qrangecontrol.html -share/doc/qt/qrect-h.html -share/doc/qt/qrect-members.html -share/doc/qt/qrect.html -share/doc/qt/qregexp-h.html -share/doc/qt/qregexp-members.html -share/doc/qt/qregexp.html -share/doc/qt/qregexpvalidator-members.html -share/doc/qt/qregexpvalidator.html -share/doc/qt/qregion-h.html -share/doc/qt/qregion-members.html -share/doc/qt/qregion.html -share/doc/qt/qresizeevent-members.html -share/doc/qt/qresizeevent.html -share/doc/qt/qrtlcodec-h.html -share/doc/qt/qscrbar-m.png -share/doc/qt/qscrbar-w.png -share/doc/qt/qscreen-members.html -share/doc/qt/qscreen.html -share/doc/qt/qscrollbar-h.html -share/doc/qt/qscrollbar-members.html -share/doc/qt/qscrollbar.html -share/doc/qt/qscrollview-cl.png -share/doc/qt/qscrollview-h.html -share/doc/qt/qscrollview-m.png -share/doc/qt/qscrollview-members.html -share/doc/qt/qscrollview-vp.png -share/doc/qt/qscrollview-vp2.png -share/doc/qt/qscrollview-w.png -share/doc/qt/qscrollview.html -share/doc/qt/qsemaphore-h.html -share/doc/qt/qsemaphore-members.html -share/doc/qt/qsemaphore.html -share/doc/qt/qserversocket-h.html -share/doc/qt/qserversocket-members.html -share/doc/qt/qserversocket.html -share/doc/qt/qsessionmanager-h.html -share/doc/qt/qsessionmanager-members.html -share/doc/qt/qsessionmanager.html -share/doc/qt/qsettings-h.html -share/doc/qt/qsettings-members.html -share/doc/qt/qsettings.html -share/doc/qt/qsgistyle-h.html -share/doc/qt/qsgistyle-members.html -share/doc/qt/qsgistyle.html -share/doc/qt/qshowevent-members.html -share/doc/qt/qshowevent.html -share/doc/qt/qsignal-h.html -share/doc/qt/qsignal-members.html -share/doc/qt/qsignal.html -share/doc/qt/qsignalmapper-h.html -share/doc/qt/qsignalmapper-members.html -share/doc/qt/qsignalmapper.html -share/doc/qt/qsimplerichtext-h.html -share/doc/qt/qsimplerichtext-members.html -share/doc/qt/qsimplerichtext.html -share/doc/qt/qsize-h.html -share/doc/qt/qsize-members.html -share/doc/qt/qsize.html -share/doc/qt/qsizegrip-h.html -share/doc/qt/qsizegrip-m.png -share/doc/qt/qsizegrip-members.html -share/doc/qt/qsizegrip-w.png -share/doc/qt/qsizegrip.html -share/doc/qt/qsizepolicy-h.html -share/doc/qt/qsizepolicy-members.html -share/doc/qt/qsizepolicy.html -share/doc/qt/qsjiscodec-h.html -share/doc/qt/qsjiscodec-members.html -share/doc/qt/qsjiscodec.html -share/doc/qt/qslider-h.html -share/doc/qt/qslider-m.png -share/doc/qt/qslider-members.html -share/doc/qt/qslider-w.png -share/doc/qt/qslider.html -share/doc/qt/qsocket-h.html -share/doc/qt/qsocket-members.html -share/doc/qt/qsocket.html -share/doc/qt/qsocketdevice-h.html -share/doc/qt/qsocketdevice-members.html -share/doc/qt/qsocketdevice.html -share/doc/qt/qsocketnotifier-h.html -share/doc/qt/qsocketnotifier-members.html -share/doc/qt/qsocketnotifier.html -share/doc/qt/qsortedlist-h.html -share/doc/qt/qsortedlist-members.html -share/doc/qt/qsortedlist.html -share/doc/qt/qsound-h.html -share/doc/qt/qsound-members.html -share/doc/qt/qsound.html -share/doc/qt/qspaceritem-members.html -share/doc/qt/qspaceritem.html -share/doc/qt/qspinbox-h.html -share/doc/qt/qspinbox-m.png -share/doc/qt/qspinbox-members.html -share/doc/qt/qspinbox-w.png -share/doc/qt/qspinbox.html -share/doc/qt/qspinbox2-m.png -share/doc/qt/qspinbox2-w.png -share/doc/qt/qsplitter-h.html -share/doc/qt/qsplitter-m.png -share/doc/qt/qsplitter-members.html -share/doc/qt/qsplitter-w.png -share/doc/qt/qsplitter.html -share/doc/qt/qsql-h.html -share/doc/qt/qsql-members.html -share/doc/qt/qsql.html -share/doc/qt/qsqlcursor-h.html -share/doc/qt/qsqlcursor-members.html -share/doc/qt/qsqlcursor.html -share/doc/qt/qsqldatabase-h.html -share/doc/qt/qsqldatabase-members.html -share/doc/qt/qsqldatabase.html -share/doc/qt/qsqldriver-h.html -share/doc/qt/qsqldriver-members.html -share/doc/qt/qsqldriver.html -share/doc/qt/qsqldriverplugin-h.html -share/doc/qt/qsqldriverplugin-members.html -share/doc/qt/qsqldriverplugin.html -share/doc/qt/qsqleditorfactory-h.html -share/doc/qt/qsqleditorfactory-members.html -share/doc/qt/qsqleditorfactory.html -share/doc/qt/qsqlerror-h.html -share/doc/qt/qsqlerror-members.html -share/doc/qt/qsqlerror.html -share/doc/qt/qsqlfield-h.html -share/doc/qt/qsqlfield-members.html -share/doc/qt/qsqlfield.html -share/doc/qt/qsqlfieldinfo-members.html -share/doc/qt/qsqlfieldinfo.html -share/doc/qt/qsqlform-h.html -share/doc/qt/qsqlform-members.html -share/doc/qt/qsqlform.html -share/doc/qt/qsqlindex-h.html -share/doc/qt/qsqlindex-members.html -share/doc/qt/qsqlindex.html -share/doc/qt/qsqlpropertymap-h.html -share/doc/qt/qsqlpropertymap-members.html -share/doc/qt/qsqlpropertymap.html -share/doc/qt/qsqlquery-h.html -share/doc/qt/qsqlquery-members.html -share/doc/qt/qsqlquery.html -share/doc/qt/qsqlrecord-h.html -share/doc/qt/qsqlrecord-members.html -share/doc/qt/qsqlrecord.html -share/doc/qt/qsqlrecordinfo-members.html -share/doc/qt/qsqlrecordinfo.html -share/doc/qt/qsqlresult-h.html -share/doc/qt/qsqlresult-members.html -share/doc/qt/qsqlresult.html -share/doc/qt/qstack.html -share/doc/qt/qstatusbar-h.html -share/doc/qt/qstatusbar-m.png -share/doc/qt/qstatusbar-members.html -share/doc/qt/qstatusbar-w.png -share/doc/qt/qstatusbar.html -share/doc/qt/qstoreddrag-members.html -share/doc/qt/qstoreddrag.html -share/doc/qt/qstrilist-members.html -share/doc/qt/qstrilist.html -share/doc/qt/qstring-h.html -share/doc/qt/qstring-members.html -share/doc/qt/qstring.html -share/doc/qt/qstringlist-h.html -share/doc/qt/qstringlist-members.html -share/doc/qt/qstringlist.html -share/doc/qt/qstrlist-h.html -share/doc/qt/qstrlist-members.html -share/doc/qt/qstrlist.html -share/doc/qt/qstrlistiterator-members.html -share/doc/qt/qstrlistiterator.html -share/doc/qt/qstyle-h.html -share/doc/qt/qstyle-members.html -share/doc/qt/qstyle.html -share/doc/qt/qstylefactory-h.html -share/doc/qt/qstylefactory-members.html -share/doc/qt/qstylefactory.html -share/doc/qt/qstyleoption-members.html -share/doc/qt/qstyleoption.html -share/doc/qt/qstyleplugin-h.html -share/doc/qt/qstyleplugin-members.html -share/doc/qt/qstyleplugin.html -share/doc/qt/qstylesheet-h.html -share/doc/qt/qstylesheet-members.html -share/doc/qt/qstylesheet.html -share/doc/qt/qstylesheetitem-members.html -share/doc/qt/qstylesheetitem.html -share/doc/qt/qt-colors.png -share/doc/qt/qt-members.html -share/doc/qt/qt-template-lib.html -share/doc/qt/qt.html -share/doc/qt/qt.xml -share/doc/qt/qt30-class-chart.png -share/doc/qt/qtab-members.html -share/doc/qt/qtab.html -share/doc/qt/qtabbar-h.html -share/doc/qt/qtabbar-m.png -share/doc/qt/qtabbar-members.html -share/doc/qt/qtabbar-w.png -share/doc/qt/qtabbar.html -share/doc/qt/qtabdialog-h.html -share/doc/qt/qtabdialog-members.html -share/doc/qt/qtabdialog.html -share/doc/qt/qtabdlg-m.png -share/doc/qt/qtabdlg-w.png -share/doc/qt/qtable-h.html -share/doc/qt/qtable-members.html -share/doc/qt/qtable.html -share/doc/qt/qtable.png -share/doc/qt/qtableitem-members.html -share/doc/qt/qtableitem.html -share/doc/qt/qtableitems.png -share/doc/qt/qtableselection-members.html -share/doc/qt/qtableselection.html -share/doc/qt/qtabletevent-members.html -share/doc/qt/qtabletevent.html -share/doc/qt/qtablevw-m.png -share/doc/qt/qtablevw-w.png -share/doc/qt/qtabwidget-h.html -share/doc/qt/qtabwidget-m.png -share/doc/qt/qtabwidget-members.html -share/doc/qt/qtabwidget-w.png -share/doc/qt/qtabwidget.html -share/doc/qt/qtextbrowser-h.html -share/doc/qt/qtextbrowser-m.png -share/doc/qt/qtextbrowser-members.html -share/doc/qt/qtextbrowser-w.png -share/doc/qt/qtextbrowser.html -share/doc/qt/qtextcodec-h.html -share/doc/qt/qtextcodec-members.html -share/doc/qt/qtextcodec.html -share/doc/qt/qtextcodecplugin-h.html -share/doc/qt/qtextcodecplugin-members.html -share/doc/qt/qtextcodecplugin.html -share/doc/qt/qtextdecoder-members.html -share/doc/qt/qtextdecoder.html -share/doc/qt/qtextdrag-members.html -share/doc/qt/qtextdrag.html -share/doc/qt/qtextedit-h.html -share/doc/qt/qtextedit-members.html -share/doc/qt/qtextedit.html -share/doc/qt/qtextencoder-members.html -share/doc/qt/qtextencoder.html -share/doc/qt/qtextistream-members.html -share/doc/qt/qtextistream.html -share/doc/qt/qtextostream-members.html -share/doc/qt/qtextostream.html -share/doc/qt/qtextstream-h.html -share/doc/qt/qtextstream-members.html -share/doc/qt/qtextstream.html -share/doc/qt/qtextview-h.html -share/doc/qt/qtextview-members.html -share/doc/qt/qtextview.html -share/doc/qt/qthread-h.html -share/doc/qt/qthread-members.html -share/doc/qt/qthread.html -share/doc/qt/qtimage-nsplugin-example.html -share/doc/qt/qtime-members.html -share/doc/qt/qtime.html -share/doc/qt/qtimeedit-members.html -share/doc/qt/qtimeedit.html -share/doc/qt/qtimer-h.html -share/doc/qt/qtimer-members.html -share/doc/qt/qtimer.html -share/doc/qt/qtimerevent-members.html -share/doc/qt/qtimerevent.html -share/doc/qt/qtl-qvaluelist-example.html -share/doc/qt/qtl.html -share/doc/qt/qtlogo.png -share/doc/qt/qtmultilineedit-h.html -share/doc/qt/qtmultilineedit-members.html -share/doc/qt/qtmultilineedit.html -share/doc/qt/qtoolbar-h.html -share/doc/qt/qtoolbar-members.html -share/doc/qt/qtoolbar.html -share/doc/qt/qtoolbutton-h.html -share/doc/qt/qtoolbutton-members.html -share/doc/qt/qtoolbutton.html -share/doc/qt/qtooltip-h.html -share/doc/qt/qtooltip-members.html -share/doc/qt/qtooltip.html -share/doc/qt/qtooltipgroup-members.html -share/doc/qt/qtooltipgroup.html -share/doc/qt/qtranslator-h.html -share/doc/qt/qtranslator-members.html -share/doc/qt/qtranslator.html -share/doc/qt/qtranslatormessage-members.html -share/doc/qt/qtranslatormessage.html -share/doc/qt/qtsciicodec-h.html -share/doc/qt/qtsciicodec-members.html -share/doc/qt/qtsciicodec.html -share/doc/qt/qttableview-h.html -share/doc/qt/qttableview-members.html -share/doc/qt/qttableview.html -share/doc/qt/quridrag-members.html -share/doc/qt/quridrag.html -share/doc/qt/qurl-h.html -share/doc/qt/qurl-members.html -share/doc/qt/qurl.html -share/doc/qt/qurlinfo-h.html -share/doc/qt/qurlinfo-members.html -share/doc/qt/qurlinfo.html -share/doc/qt/qurloperator-h.html -share/doc/qt/qurloperator-members.html -share/doc/qt/qurloperator.html -share/doc/qt/qvalidator-h.html -share/doc/qt/qvalidator-members.html -share/doc/qt/qvalidator.html -share/doc/qt/qvaluelist-h.html -share/doc/qt/qvaluelist-members.html -share/doc/qt/qvaluelist.html -share/doc/qt/qvaluelistconstiterator-members.html -share/doc/qt/qvaluelistconstiterator.html -share/doc/qt/qvaluelistiterator-members.html -share/doc/qt/qvaluelistiterator.html -share/doc/qt/qvaluestack-h.html -share/doc/qt/qvaluestack-members.html -share/doc/qt/qvaluestack.html -share/doc/qt/qvaluevector-h.html -share/doc/qt/qvaluevector-members.html -share/doc/qt/qvaluevector.html -share/doc/qt/qvariant-h.html -share/doc/qt/qvariant-members.html -share/doc/qt/qvariant.html -share/doc/qt/qvbox-h.html -share/doc/qt/qvbox-m.png -share/doc/qt/qvbox-members.html -share/doc/qt/qvbox-w.png -share/doc/qt/qvbox.html -share/doc/qt/qvbox.png -share/doc/qt/qvboxlayout-members.html -share/doc/qt/qvboxlayout.html -share/doc/qt/qvboxlayout.png -share/doc/qt/qvbuttongroup-h.html -share/doc/qt/qvbuttongroup-members.html -share/doc/qt/qvbuttongroup.html -share/doc/qt/qvector.html -share/doc/qt/qvgroupbox-h.html -share/doc/qt/qvgroupbox-members.html -share/doc/qt/qvgroupbox.html -share/doc/qt/qwaitcondition-h.html -share/doc/qt/qwaitcondition-members.html -share/doc/qt/qwaitcondition.html -share/doc/qt/qwerty-example.html -share/doc/qt/qwhatsthis-h.html -share/doc/qt/qwhatsthis-members.html -share/doc/qt/qwhatsthis.html -share/doc/qt/qwheelevent-members.html -share/doc/qt/qwheelevent.html -share/doc/qt/qwidget-h.html -share/doc/qt/qwidget-members.html -share/doc/qt/qwidget.html -share/doc/qt/qwidgetfactory-h.html -share/doc/qt/qwidgetfactory-members.html -share/doc/qt/qwidgetfactory.html -share/doc/qt/qwidgetitem-members.html -share/doc/qt/qwidgetitem.html -share/doc/qt/qwidgetplugin-h.html -share/doc/qt/qwidgetplugin-members.html -share/doc/qt/qwidgetplugin.html -share/doc/qt/qwidgetstack-h.html -share/doc/qt/qwidgetstack-members.html -share/doc/qt/qwidgetstack.html -share/doc/qt/qwindowdefs-h.html -share/doc/qt/qwindowsmime-members.html -share/doc/qt/qwindowsmime.html -share/doc/qt/qwindowsstyle-h.html -share/doc/qt/qwindowsstyle-members.html -share/doc/qt/qwindowsstyle.html -share/doc/qt/qwindowsystem_qws-h.html -share/doc/qt/qwizard-h.html -share/doc/qt/qwizard-members.html -share/doc/qt/qwizard.html -share/doc/qt/qwizard.png -share/doc/qt/qwmatrix-h.html -share/doc/qt/qwmatrix-members.html -share/doc/qt/qwmatrix.html -share/doc/qt/qworkspace-h.html -share/doc/qt/qworkspace-members.html -share/doc/qt/qworkspace.html -share/doc/qt/qws.html -share/doc/qt/qwsdecoration-members.html -share/doc/qt/qwsdecoration.html -share/doc/qt/qwsdecoration_qws-h.html -share/doc/qt/qwskeyboardhandler-members.html -share/doc/qt/qwskeyboardhandler.html -share/doc/qt/qwsmouse_qws-h.html -share/doc/qt/qwsmousehandler-members.html -share/doc/qt/qwsmousehandler.html -share/doc/qt/qwsserver-members.html -share/doc/qt/qwsserver.html -share/doc/qt/qwswindow-members.html -share/doc/qt/qwswindow.html -share/doc/qt/qxml-h.html -share/doc/qt/qxmlattributes-members.html -share/doc/qt/qxmlattributes.html -share/doc/qt/qxmlcontenthandler-members.html -share/doc/qt/qxmlcontenthandler.html -share/doc/qt/qxmldeclhandler-members.html -share/doc/qt/qxmldeclhandler.html -share/doc/qt/qxmldefaulthandler-members.html -share/doc/qt/qxmldefaulthandler.html -share/doc/qt/qxmldtdhandler-members.html -share/doc/qt/qxmldtdhandler.html -share/doc/qt/qxmlentityresolver-members.html -share/doc/qt/qxmlentityresolver.html -share/doc/qt/qxmlerrorhandler-members.html -share/doc/qt/qxmlerrorhandler.html -share/doc/qt/qxmlinputsource-members.html -share/doc/qt/qxmlinputsource.html -share/doc/qt/qxmllexicalhandler-members.html -share/doc/qt/qxmllexicalhandler.html -share/doc/qt/qxmllocator-members.html -share/doc/qt/qxmllocator.html -share/doc/qt/qxmlnamespacesupport-members.html -share/doc/qt/qxmlnamespacesupport.html -share/doc/qt/qxmlparseexception-members.html -share/doc/qt/qxmlparseexception.html -share/doc/qt/qxmlreader-members.html -share/doc/qt/qxmlreader.html -share/doc/qt/qxmlsimplereader-members.html -share/doc/qt/qxmlsimplereader.html -share/doc/qt/qxt-h.html -share/doc/qt/qxtapplication-members.html -share/doc/qt/qxtapplication.html -share/doc/qt/qxtwidget-members.html -share/doc/qt/qxtwidget.html -share/doc/qt/rangecontrols-example.html -share/doc/qt/removed20.html -share/doc/qt/richedit-main.png -share/doc/qt/richtext-example.html -share/doc/qt/rintersect.png -share/doc/qt/rot-example.html -share/doc/qt/rsubtract.png -share/doc/qt/runion.png -share/doc/qt/rxor.png -share/doc/qt/scribble-example.html -share/doc/qt/scripts.html -share/doc/qt/scrollview-example.html -share/doc/qt/session.html -share/doc/qt/session.png -share/doc/qt/shared.html -share/doc/qt/shclass.html -share/doc/qt/showimg-example.html -share/doc/qt/signals-and-slots.png -share/doc/qt/signalsandslots.html -share/doc/qt/simple-application-action.html -share/doc/qt/simple-application-example.html -share/doc/qt/simple-application.html -share/doc/qt/simple-font-demo-example.html -share/doc/qt/simple-qfont-demo-walkthrough.html -share/doc/qt/simple_dd-example.html -share/doc/qt/small-table-example-example.html -share/doc/qt/smooth.png -share/doc/qt/sound-example.html -share/doc/qt/splitter-example.html -share/doc/qt/splitter-views-m.png -share/doc/qt/splitter-views-w.png -share/doc/qt/sql-driver.html -share/doc/qt/sql-examples.html -share/doc/qt/sql-overview-basicbrowsing-main-cpp.html -share/doc/qt/sql-overview-basicbrowsing2-main-cpp.html -share/doc/qt/sql-overview-basicdatamanip-main-cpp.html -share/doc/qt/sql-overview-connect1-main-cpp.html -share/doc/qt/sql-overview-create_connections-main-cpp.html -share/doc/qt/sql-overview-custom1-main-cpp.html -share/doc/qt/sql-overview-custom1-main-h.html -share/doc/qt/sql-overview-del-main-cpp.html -share/doc/qt/sql-overview-extract-main-cpp.html -share/doc/qt/sql-overview-form1-main-cpp.html -share/doc/qt/sql-overview-form2-main-h.html -share/doc/qt/sql-overview-insert-main-cpp.html -share/doc/qt/sql-overview-navigating-main-cpp.html -share/doc/qt/sql-overview-order1-main-cpp.html -share/doc/qt/sql-overview-order2-main-cpp.html -share/doc/qt/sql-overview-retrieve1-main-cpp.html -share/doc/qt/sql-overview-retrieve2-main-cpp.html -share/doc/qt/sql-overview-subclass1-main-cpp.html -share/doc/qt/sql-overview-subclass2-main-cpp.html -share/doc/qt/sql-overview-subclass2-main-h.html -share/doc/qt/sql-overview-subclass3-main-cpp.html -share/doc/qt/sql-overview-subclass3-main-h.html -share/doc/qt/sql-overview-subclass4-main-cpp.html -share/doc/qt/sql-overview-subclass4-main-h.html -share/doc/qt/sql-overview-subclass5-main-cpp.html -share/doc/qt/sql-overview-subclass5-main-h.html -share/doc/qt/sql-overview-table1-main-cpp.html -share/doc/qt/sql-overview-table2-main-cpp.html -share/doc/qt/sql-overview-table3-main-cpp.html -share/doc/qt/sql-overview-table3-main-h.html -share/doc/qt/sql-overview-table4-main-cpp.html -share/doc/qt/sql-overview-table4-main-h.html -share/doc/qt/sql-overview-update-main-cpp.html -share/doc/qt/sql.html -share/doc/qt/sqltable-example.html -share/doc/qt/statistics-example.html -share/doc/qt/step-by-step-examples.html -share/doc/qt/t1.png -share/doc/qt/t10-cannon-cpp.html -share/doc/qt/t10-cannon-h.html -share/doc/qt/t10-lcdrange-cpp.html -share/doc/qt/t10-lcdrange-h.html -share/doc/qt/t10-main-cpp.html -share/doc/qt/t10.png -share/doc/qt/t11-cannon-cpp.html -share/doc/qt/t11-cannon-h.html -share/doc/qt/t11-lcdrange-cpp.html -share/doc/qt/t11-lcdrange-h.html -share/doc/qt/t11-main-cpp.html -share/doc/qt/t11.png -share/doc/qt/t12-cannon-cpp.html -share/doc/qt/t12-cannon-h.html -share/doc/qt/t12-lcdrange-cpp.html -share/doc/qt/t12-lcdrange-h.html -share/doc/qt/t12-main-cpp.html -share/doc/qt/t12.png -share/doc/qt/t13-cannon-cpp.html -share/doc/qt/t13-cannon-h.html -share/doc/qt/t13-gamebrd-cpp.html -share/doc/qt/t13-gamebrd-h.html -share/doc/qt/t13-lcdrange-cpp.html -share/doc/qt/t13-lcdrange-h.html -share/doc/qt/t13-main-cpp.html -share/doc/qt/t13.png -share/doc/qt/t14-cannon-cpp.html -share/doc/qt/t14-cannon-h.html -share/doc/qt/t14-gamebrd-cpp.html -share/doc/qt/t14-gamebrd-h.html -share/doc/qt/t14-lcdrange-cpp.html -share/doc/qt/t14-lcdrange-h.html -share/doc/qt/t14-main-cpp.html -share/doc/qt/t14.png -share/doc/qt/t2.png -share/doc/qt/t3.png -share/doc/qt/t4.png -share/doc/qt/t5.png -share/doc/qt/t6.png -share/doc/qt/t7-lcdrange-cpp.html -share/doc/qt/t7-lcdrange-h.html -share/doc/qt/t7-main-cpp.html -share/doc/qt/t7.png -share/doc/qt/t8-cannon-cpp.html -share/doc/qt/t8-cannon-h.html -share/doc/qt/t8-lcdrange-cpp.html -share/doc/qt/t8-lcdrange-h.html -share/doc/qt/t8-main-cpp.html -share/doc/qt/t8.png -share/doc/qt/t9-cannon-cpp.html -share/doc/qt/t9-cannon-h.html -share/doc/qt/t9-lcdrange-cpp.html -share/doc/qt/t9-lcdrange-h.html -share/doc/qt/t9-main-cpp.html -share/doc/qt/t9.png -share/doc/qt/t9_1.png -share/doc/qt/t9_2.png -share/doc/qt/tabdialog-example.html -share/doc/qt/table-bigtable-main-cpp.html -share/doc/qt/table-examples.html -share/doc/qt/table-small-table-demo-main-cpp.html -share/doc/qt/table-statistics-statistics-cpp.html -share/doc/qt/table.html -share/doc/qt/tablet-example.html -share/doc/qt/tagreader-example.html -share/doc/qt/tagreader-with-features-example.html -share/doc/qt/templates.html -share/doc/qt/test.png -share/doc/qt/tetrix-example.html -share/doc/qt/text.html -share/doc/qt/textedit-example.html -share/doc/qt/themes-example.html -share/doc/qt/thread.html -share/doc/qt/threads.html -share/doc/qt/tictac-example.html -share/doc/qt/time.html -share/doc/qt/timers.html -share/doc/qt/titleindex -share/doc/qt/toggleaction-example.html -share/doc/qt/toolbar.png -share/doc/qt/tools-list.html -share/doc/qt/tools.html -share/doc/qt/tooltip-example.html -share/doc/qt/trivial-nsplugin-example.html -share/doc/qt/troll.html -share/doc/qt/tt1_en.png -share/doc/qt/tt1_la.png -share/doc/qt/tt2_en.png -share/doc/qt/tt2_fr.png -share/doc/qt/tt2_nl.png -share/doc/qt/tt3_10_en.png -share/doc/qt/tt3_10_pt_bad.png -share/doc/qt/tt3_10_pt_good.png -share/doc/qt/tt3_11_about_pt.png -share/doc/qt/tt3_11_en.png -share/doc/qt/tt3_11_pt.png -share/doc/qt/tutorial.html -share/doc/qt/tutorial.png -share/doc/qt/tutorial1-01.html -share/doc/qt/tutorial1-02.html -share/doc/qt/tutorial1-03.html -share/doc/qt/tutorial1-04.html -share/doc/qt/tutorial1-05.html -share/doc/qt/tutorial1-06.html -share/doc/qt/tutorial1-07.html -share/doc/qt/tutorial1-08.html -share/doc/qt/tutorial1-09.html -share/doc/qt/tutorial1-10.html -share/doc/qt/tutorial1-11.html -share/doc/qt/tutorial1-12.html -share/doc/qt/tutorial1-13.html -share/doc/qt/tutorial1-14.html -share/doc/qt/tutorial2-01.html -share/doc/qt/tutorial2-02.html -share/doc/qt/tutorial2-03.html -share/doc/qt/tutorial2-04.html -share/doc/qt/tutorial2-05.html -share/doc/qt/tutorial2-06.html -share/doc/qt/tutorial2-07.html -share/doc/qt/tutorial2-08.html -share/doc/qt/tutorial2-09.html -share/doc/qt/tutorial2-10.html -share/doc/qt/tutorial2-11.html -share/doc/qt/tutorial2.html -share/doc/qt/uic.html -share/doc/qt/unicode.html -share/doc/qt/unsmooth.png -share/doc/qt/validateaccelerators.png -share/doc/qt/validatephrases.png -share/doc/qt/validatepunctuation.png -share/doc/qt/whatsthis -share/doc/qt/whatsthis.png -share/doc/qt/widgets-example.html -share/doc/qt/winsystem.html -share/doc/qt/wizard-example.html -share/doc/qt/wizard-wizard-cpp.html -share/doc/qt/wizard-wizard-h.html -share/doc/qt/workspace.html -share/doc/qt/xform-example.html -share/doc/qt/xml-examples.html -share/doc/qt/xml-sax-features-walkthrough.html -share/doc/qt/xml-sax-walkthrough.html -share/doc/qt/xml-tools.html -share/doc/qt/xml.html -share/doc/qt/xt-motif-examples.html -share/doc/qt/xt.html -share/doc/qt/y2k.html -templates/Configuration_Dialog.ui -templates/Dialog_with_Buttons_(Bottom).ui -templates/Dialog_with_Buttons_(Right).ui -templates/Tab_Dialog.ui -@dirrm templates -@dirrm share/doc/qt -@dirrm plugins/designer -@dirrm plugins -@dirrm mkspecs/win32-watcom -@dirrm mkspecs/win32-visage -@dirrm mkspecs/win32-msvc -@dirrm mkspecs/win32-icc -@dirrm mkspecs/win32-g++ -@dirrm mkspecs/win32-borland -@dirrm mkspecs/unixware7-g++ -@dirrm mkspecs/unixware7-cc -@dirrm mkspecs/unixware-g++ -@dirrm mkspecs/ultrix-g++ -@dirrm mkspecs/tru64-g++ -@dirrm mkspecs/tru64-cxx -@dirrm mkspecs/sunos-g++ -@dirrm mkspecs/solaris-kcc -@dirrm mkspecs/solaris-g++-64 -@dirrm mkspecs/solaris-g++ -@dirrm mkspecs/solaris-cc -@dirrm mkspecs/solaris-64 -@dirrm mkspecs/sco-g++ -@dirrm mkspecs/sco-cc -@dirrm mkspecs/reliant-cds -@dirrm mkspecs/reliant-64 -@dirrm mkspecs/qnx-g++ -@dirrm mkspecs/openunix-g++ -@dirrm mkspecs/openunix-cc -@dirrm mkspecs/openbsd-g++ -@dirrm mkspecs/netbsd-g++ -@dirrm mkspecs/macx-pbuilder -@dirrm mkspecs/macx-mwerks -@dirrm mkspecs/macx-g++ -@dirrm mkspecs/mac9-mwerks -@dirrm mkspecs/linux-pgcc -@dirrm mkspecs/linux-kcc -@dirrm mkspecs/linux-icc -@dirrm mkspecs/linux-g++ -@dirrm mkspecs/linux-cxx -@dirrm mkspecs/irix-o32 -@dirrm mkspecs/irix-n32 -@dirrm mkspecs/irix-g++ -@dirrm mkspecs/irix-64 -@dirrm mkspecs/hurd-g++ -@dirrm mkspecs/hpux-o64 -@dirrm mkspecs/hpux-n64 -@dirrm mkspecs/hpux-g++ -@dirrm mkspecs/hpux-cc -@dirrm mkspecs/hpux-acc -@dirrm mkspecs/freebsd-g++ -@dirrm mkspecs/dgux-g++ -@dirrm mkspecs/default -@dirrm mkspecs/darwin-g++ -@dirrm mkspecs/bsdi-g++ -@dirrm mkspecs/aix-xlc -@dirrm mkspecs/aix-g++ -@dirrm mkspecs/aix-64 -@dirrm mkspecs -@dirrm include/private diff --git a/x11-toolkits/qwt4/Makefile b/x11-toolkits/qwt4/Makefile deleted file mode 100644 index a2003d6ad153..000000000000 --- a/x11-toolkits/qwt4/Makefile +++ /dev/null @@ -1,68 +0,0 @@ -# New ports collection makefile for: Qwt -# Date created: 02 March 2002 -# Whom: Bob Bomar <bob@fly.homeunix.org> -# -# $FreeBSD$ -# - -PORTNAME= qwt -PORTVERSION= 0.4.0 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR=qwt - -MAINTAINER= bob@fly.homeunix.org - -USE_QT_VER= 2 - -MAKE_ENV= CXXFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib" \ - INCPATH="-I${X11BASE}/include/qt2" \ - LIBS="-L${X11BASE}/lib" \ - QTDIR="${X11BASE}" \ - MOC=${MOC} - -MAN3= Qwt.3 \ - QwtArrowButton.3 \ - QwtAutoScale.3 \ - QwtColorFilter.3 \ - QwtCounter.3 \ - QwtCurve.3 \ - QwtDblRange.3 \ - QwtDiMap.3 \ - QwtFltrDim.3 \ - QwtFltrGray.3 \ - QwtFltrInv.3 \ - QwtGrid.3 \ - QwtKnob.3 \ - QwtLegend.3 \ - QwtLegendItem.3 \ - QwtMarker.3 \ - QwtPixFrame.3 \ - QwtPlot.3 \ - QwtScale.3 \ - QwtScaleDiv.3 \ - QwtScaleDraw.3 \ - QwtScaleIf.3 \ - QwtSlider.3 \ - QwtSliderBase.3 \ - QwtSpline.3 \ - QwtSymbol.3 \ - QwtThermo.3 \ - QwtWheel.3 \ - bug.3 \ - changes.3 \ - install.3 \ - qwt_math.h.3 \ - screenshots.3 - -pre-build: - ${LN} -fs ${WRKSRC}/makefiles/freebsd-g++ ${WRKSRC}/Makefile - -do-install: - ${INSTALL_DATA} ${WRKSRC}/libqwt.so.0.4.0 ${PREFIX}/lib - ${LN} -fs libqwt.so.0.4.0 ${PREFIX}/lib/libqwt.so - ${MKDIR} ${PREFIX}/include/qwt - ${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/include/qwt - ${INSTALL_MAN} ${WRKSRC}/doc/man/man3/* ${PREFIX}/man/man3 - -.include <bsd.port.mk> diff --git a/x11-toolkits/qwt4/distinfo b/x11-toolkits/qwt4/distinfo deleted file mode 100644 index 5cbd9b71447d..000000000000 --- a/x11-toolkits/qwt4/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (qwt-0.4.0.tar.gz) = 3ca757793fa02ab691a7bfbbe531b1d8 diff --git a/x11-toolkits/qwt4/files/patch-makefiles::freebsd-g++ b/x11-toolkits/qwt4/files/patch-makefiles::freebsd-g++ deleted file mode 100644 index 663f3cc167c6..000000000000 --- a/x11-toolkits/qwt4/files/patch-makefiles::freebsd-g++ +++ /dev/null @@ -1,27 +0,0 @@ ---- makefiles/freebsd-g++.orig Mon Oct 22 12:38:06 2001 -+++ makefiles/freebsd-g++ Tue Mar 12 17:40:28 2002 -@@ -7,17 +7,17 @@ - - ####### Compiler, tools and options - --CC = gcc --CXX = g++ --CFLAGS = -pipe -O2 -fPIC -DNO_DEBUG --CXXFLAGS= -pipe -O2 -fPIC -DNO_DEBUG --INCPATH = -I/usr/local/include -I$(QTDIR)/include -+CC ?= gcc -+CXX ?= g++ -+CFLAGS ?= -pipe -O2 -fPIC -DNO_DEBUG -+CXXFLAGS?= -pipe -O2 -fPIC -DNO_DEBUG -+INCPATH ?= -I/usr/local/include -I$(QTDIR)/include - LINK = g++ - LFLAGS = -shared --LIBS = $(SUBLIBS) -L/usr/local/lib -L$(QTDIR)/lib -L/usr/X11R6/lib -lqt -lXext -lX11 -lm -+LIBS = $(SUBLIBS) -L/usr/local/lib -L$(QTDIR)/lib -L/usr/X11R6/lib -lqt2 -lXext -lX11 -lm - AR = ar cqs - RANLIB = --MOC = $(QTDIR)/bin/moc -+MOC ?= $(QTDIR)/bin/moc - UIC = $(QTDIR)/bin/uic - - TAR = tar -cf diff --git a/x11-toolkits/qwt4/pkg-comment b/x11-toolkits/qwt4/pkg-comment deleted file mode 100644 index b350a01e5d79..000000000000 --- a/x11-toolkits/qwt4/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Qwt widget library for technical purposes diff --git a/x11-toolkits/qwt4/pkg-descr b/x11-toolkits/qwt4/pkg-descr deleted file mode 100644 index 1b06bc84898a..000000000000 --- a/x11-toolkits/qwt4/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Qwt is an extension to the Qt GUI library from Troll Tech AS. The Qwt library -contains widgets and componets which are primarily useful for technical and -scientifical purposes. It includes a 2-D plotting widget, different kinds of -sliders and much more. - -- Bob Bomar -<bob@fly.homeunix.org> diff --git a/x11-toolkits/qwt4/pkg-plist b/x11-toolkits/qwt4/pkg-plist deleted file mode 100644 index 3381384d194d..000000000000 --- a/x11-toolkits/qwt4/pkg-plist +++ /dev/null @@ -1,33 +0,0 @@ -include/qwt/qwt.h -include/qwt/qwt_arrbtn.h -include/qwt/qwt_autoscl.h -include/qwt/qwt_clrfltr.h -include/qwt/qwt_counter.h -include/qwt/qwt_curve.h -include/qwt/qwt_dimap.h -include/qwt/qwt_drange.h -include/qwt/qwt_grid.h -include/qwt/qwt_knob.h -include/qwt/qwt_legend.h -include/qwt/qwt_marker.h -include/qwt/qwt_math.h -include/qwt/qwt_pixframe.h -include/qwt/qwt_plot.h -include/qwt/qwt_plot_classes.h -include/qwt/qwt_plot_dict.h -include/qwt/qwt_plot_item.h -include/qwt/qwt_plot_pixframe.h -include/qwt/qwt_rect.h -include/qwt/qwt_scale.h -include/qwt/qwt_scldiv.h -include/qwt/qwt_scldraw.h -include/qwt/qwt_sclif.h -include/qwt/qwt_sldbase.h -include/qwt/qwt_slider.h -include/qwt/qwt_spline.h -include/qwt/qwt_symbol.h -include/qwt/qwt_thermo.h -include/qwt/qwt_wheel.h -lib/libqwt.so -lib/libqwt.so.0.4.0 -@dirrm include/qwt diff --git a/x11-toolkits/ruby-fox-devel/Makefile b/x11-toolkits/ruby-fox-devel/Makefile deleted file mode 100644 index 470f8bbf4a9c..000000000000 --- a/x11-toolkits/ruby-fox-devel/Makefile +++ /dev/null @@ -1,60 +0,0 @@ -# New ports collection makefile for: FXRuby -# Date created: 24 February 2001 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= fox -PORTVERSION= ${FXRUBY_PORTVERSION} -CATEGORIES= x11-toolkits ruby -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= fxruby -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ${FXRUBY_DISTNAME} -DIST_SUBDIR= ruby - -MAINTAINER= knu@FreeBSD.org - -#BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 -LIB_DEPENDS= FOX.1:${PORTSDIR}/x11-toolkits/fox \ - png.5:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg - -FOX_VERSION= 1.0.3 -#FXRUBY_REVISION= -.if defined(FXRUBY_REVISION) && !empty(FXRUBY_REVISION) -FXRUBY_PORTVERSION= ${FOX_VERSION}.${FXRUBY_REVISION} -FXRUBY_DISTNAME= FXRuby-${FOX_VERSION}-${FXRUBY_REVISION} -.else -FXRUBY_PORTVERSION= ${FOX_VERSION} -FXRUBY_DISTNAME= FXRuby-${FOX_VERSION} -.endif - -USE_RUBY= yes -USE_RUBY_SETUP= yes -RUBY_SETUP= install.rb - -USE_XLIB= yes -USE_MESA= yes - -DOCS_EN= ANNOUNCE ChangeLog README \ - index.html doc - -post-patch: - ${RUBY} -i -p \ - -e 'gsub %r:/usr/local\b:, "${LOCALBASE}"' \ - -e 'gsub %r:/usr/X11R6\b:, "${X11BASE}"' \ - ${WRKSRC}/ext/fox/extconf.rb - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR} - ${CP} -R ${WRKSRC}/examples/* ${RUBY_MODEXAMPLESDIR}/ - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS_EN} - ${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.endif - -.include <bsd.port.mk> diff --git a/x11-toolkits/ruby-fox-devel/distinfo b/x11-toolkits/ruby-fox-devel/distinfo deleted file mode 100644 index 7c4816044662..000000000000 --- a/x11-toolkits/ruby-fox-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ruby/FXRuby-1.0.3.tar.gz) = 8d1931e236402793b8f3b035d72c4c2d diff --git a/x11-toolkits/ruby-fox-devel/files/patch-FXRuby.cpp b/x11-toolkits/ruby-fox-devel/files/patch-FXRuby.cpp deleted file mode 100644 index ce9f72b7b72e..000000000000 --- a/x11-toolkits/ruby-fox-devel/files/patch-FXRuby.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- ext/fox/FXRuby.cpp.orig Thu Mar 21 02:49:53 2002 -+++ ext/fox/FXRuby.cpp Tue Nov 26 03:44:37 2002 -@@ -761,8 +761,8 @@ - VALUE retval; - if(FXRbCatchExceptions){ - #if RUBY_VERSION_CODE < 170 -- retval=rb_rescue2((VALUE(*)()) handle_body, (VALUE) &hArgs, -- (VALUE(*)()) handle_rescue, Qnil, -+ retval=rb_rescue2((VALUE(*)(...)) handle_body, (VALUE) &hArgs, -+ (VALUE(*)(...)) handle_rescue, Qnil, - rb_eStandardError, rb_eNameError, 0); - #else - retval=rb_rescue2((VALUE(*)(ANYARGS)) handle_body, (VALUE) &hArgs, diff --git a/x11-toolkits/ruby-fox-devel/pkg-comment b/x11-toolkits/ruby-fox-devel/pkg-comment deleted file mode 100644 index 8f0a6c257b09..000000000000 --- a/x11-toolkits/ruby-fox-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Ruby extension module to use FOX, aka FXRuby diff --git a/x11-toolkits/ruby-fox-devel/pkg-descr b/x11-toolkits/ruby-fox-devel/pkg-descr deleted file mode 100644 index 53388260077d..000000000000 --- a/x11-toolkits/ruby-fox-devel/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -FXRuby is a Ruby extension module that provides an interface to the -FOX GUI library. - -Author: Lyle Johnson <ljohnson@resgen.com> -WWW: http://fxruby.sourceforge.net/ diff --git a/x11-toolkits/ruby-fox-devel/pkg-plist b/x11-toolkits/ruby-fox-devel/pkg-plist deleted file mode 100644 index 90d0078448bc..000000000000 --- a/x11-toolkits/ruby-fox-devel/pkg-plist +++ /dev/null @@ -1,149 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/fox.so -%%RUBY_SITELIBDIR%%/fox/aliases.rb -%%RUBY_SITELIBDIR%%/fox/core.rb -%%RUBY_SITELIBDIR%%/fox/colors.rb -%%RUBY_SITELIBDIR%%/fox/glshapes.rb -%%RUBY_SITELIBDIR%%/fox/iterators.rb -%%RUBY_SITELIBDIR%%/fox/keys.rb -%%RUBY_SITELIBDIR%%/fox/overloads.rb -%%RUBY_SITELIBDIR%%/fox/responder.rb -%%RUBY_SITELIBDIR%%/fox/responder2.rb -%%RUBY_SITELIBDIR%%/fox/undolist.rb -@dirrm %%RUBY_SITELIBDIR%%/fox -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/README -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/babelfish.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/browser.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/button.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/datatarget.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dialog.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dilbert.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dirlist.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/examples.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/examples.xml -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/foursplit.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/gltest.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/glviewer.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/groupbox.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/header.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/hello.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/hello2.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/iRAA.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/AngryGuyInBunnySuit.ico -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/FatBot.ico -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/FlippedySwitch.ico -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/LeGoon.ico -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/Net.ico -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/RedMacOS.ico -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/SawBlade.ico -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/backview.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/big_gif.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/bigfolder.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/bigpenguin.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/bottomview.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/camera.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/colorpal.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/copy.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/cut.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/delimit.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/filenew.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/fileopen.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/filesave.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/filesaveas.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/fonts.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/fox.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/foxicon.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/frontview.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/hello2.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/help_gif.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/indent.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/kill.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/leftview.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/light.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/minidoc.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/minifolder.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/minifolderopen.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/newfolder.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/nolight.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/palette.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/parallel.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/paste.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/pattern.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/penguin.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/perspective.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/printicon.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/prop.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/redo_gif.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/rightview.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/saveas.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/shutter1.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/shutter2.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/small_gif.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/smoothlight.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/tbuplevel.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/topview.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/undo_gif.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/winapp.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/zoom.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/image.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/imageviewer.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/inputs.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/mditest.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/raabrowser.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/scintilla-test.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/scintilla_wrapper.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/scribble-orig.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/scribble.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/shutter.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/splitter.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/tabbook.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/table.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/textedit/commands.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/textedit/helpwindow.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/textedit/prefdialog.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/textedit/textedit.rb -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/icons -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/textedit -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ANNOUNCE -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/book.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/build.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/changes.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/differences.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/events.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/examples.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/goals.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/babelfish.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/browser.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/button.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/datatarget.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/dialog.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/dilbert.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/dirlist.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/foursplit.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/gltest.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/glviewer.gif -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/groupbox.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/header.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/hello.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/hello2.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/image.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/imageviewer.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/mditest.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/raabrowser.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/scribble.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/shutter.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/splitter.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/tabbook.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/table.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/library.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/opengl.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/scintilla.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/todo.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/tutorial1.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/tutorial1.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/index.html -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc/images -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% diff --git a/x11-toolkits/ruby-fox10/Makefile b/x11-toolkits/ruby-fox10/Makefile deleted file mode 100644 index 470f8bbf4a9c..000000000000 --- a/x11-toolkits/ruby-fox10/Makefile +++ /dev/null @@ -1,60 +0,0 @@ -# New ports collection makefile for: FXRuby -# Date created: 24 February 2001 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= fox -PORTVERSION= ${FXRUBY_PORTVERSION} -CATEGORIES= x11-toolkits ruby -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= fxruby -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ${FXRUBY_DISTNAME} -DIST_SUBDIR= ruby - -MAINTAINER= knu@FreeBSD.org - -#BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 -LIB_DEPENDS= FOX.1:${PORTSDIR}/x11-toolkits/fox \ - png.5:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg - -FOX_VERSION= 1.0.3 -#FXRUBY_REVISION= -.if defined(FXRUBY_REVISION) && !empty(FXRUBY_REVISION) -FXRUBY_PORTVERSION= ${FOX_VERSION}.${FXRUBY_REVISION} -FXRUBY_DISTNAME= FXRuby-${FOX_VERSION}-${FXRUBY_REVISION} -.else -FXRUBY_PORTVERSION= ${FOX_VERSION} -FXRUBY_DISTNAME= FXRuby-${FOX_VERSION} -.endif - -USE_RUBY= yes -USE_RUBY_SETUP= yes -RUBY_SETUP= install.rb - -USE_XLIB= yes -USE_MESA= yes - -DOCS_EN= ANNOUNCE ChangeLog README \ - index.html doc - -post-patch: - ${RUBY} -i -p \ - -e 'gsub %r:/usr/local\b:, "${LOCALBASE}"' \ - -e 'gsub %r:/usr/X11R6\b:, "${X11BASE}"' \ - ${WRKSRC}/ext/fox/extconf.rb - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR} - ${CP} -R ${WRKSRC}/examples/* ${RUBY_MODEXAMPLESDIR}/ - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS_EN} - ${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.endif - -.include <bsd.port.mk> diff --git a/x11-toolkits/ruby-fox10/distinfo b/x11-toolkits/ruby-fox10/distinfo deleted file mode 100644 index 7c4816044662..000000000000 --- a/x11-toolkits/ruby-fox10/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ruby/FXRuby-1.0.3.tar.gz) = 8d1931e236402793b8f3b035d72c4c2d diff --git a/x11-toolkits/ruby-fox10/files/patch-FXRuby.cpp b/x11-toolkits/ruby-fox10/files/patch-FXRuby.cpp deleted file mode 100644 index ce9f72b7b72e..000000000000 --- a/x11-toolkits/ruby-fox10/files/patch-FXRuby.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- ext/fox/FXRuby.cpp.orig Thu Mar 21 02:49:53 2002 -+++ ext/fox/FXRuby.cpp Tue Nov 26 03:44:37 2002 -@@ -761,8 +761,8 @@ - VALUE retval; - if(FXRbCatchExceptions){ - #if RUBY_VERSION_CODE < 170 -- retval=rb_rescue2((VALUE(*)()) handle_body, (VALUE) &hArgs, -- (VALUE(*)()) handle_rescue, Qnil, -+ retval=rb_rescue2((VALUE(*)(...)) handle_body, (VALUE) &hArgs, -+ (VALUE(*)(...)) handle_rescue, Qnil, - rb_eStandardError, rb_eNameError, 0); - #else - retval=rb_rescue2((VALUE(*)(ANYARGS)) handle_body, (VALUE) &hArgs, diff --git a/x11-toolkits/ruby-fox10/pkg-comment b/x11-toolkits/ruby-fox10/pkg-comment deleted file mode 100644 index 8f0a6c257b09..000000000000 --- a/x11-toolkits/ruby-fox10/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Ruby extension module to use FOX, aka FXRuby diff --git a/x11-toolkits/ruby-fox10/pkg-descr b/x11-toolkits/ruby-fox10/pkg-descr deleted file mode 100644 index 53388260077d..000000000000 --- a/x11-toolkits/ruby-fox10/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -FXRuby is a Ruby extension module that provides an interface to the -FOX GUI library. - -Author: Lyle Johnson <ljohnson@resgen.com> -WWW: http://fxruby.sourceforge.net/ diff --git a/x11-toolkits/ruby-fox10/pkg-plist b/x11-toolkits/ruby-fox10/pkg-plist deleted file mode 100644 index 90d0078448bc..000000000000 --- a/x11-toolkits/ruby-fox10/pkg-plist +++ /dev/null @@ -1,149 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/fox.so -%%RUBY_SITELIBDIR%%/fox/aliases.rb -%%RUBY_SITELIBDIR%%/fox/core.rb -%%RUBY_SITELIBDIR%%/fox/colors.rb -%%RUBY_SITELIBDIR%%/fox/glshapes.rb -%%RUBY_SITELIBDIR%%/fox/iterators.rb -%%RUBY_SITELIBDIR%%/fox/keys.rb -%%RUBY_SITELIBDIR%%/fox/overloads.rb -%%RUBY_SITELIBDIR%%/fox/responder.rb -%%RUBY_SITELIBDIR%%/fox/responder2.rb -%%RUBY_SITELIBDIR%%/fox/undolist.rb -@dirrm %%RUBY_SITELIBDIR%%/fox -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/README -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/babelfish.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/browser.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/button.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/datatarget.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dialog.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dilbert.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dirlist.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/examples.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/examples.xml -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/foursplit.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/gltest.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/glviewer.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/groupbox.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/header.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/hello.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/hello2.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/iRAA.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/AngryGuyInBunnySuit.ico -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/FatBot.ico -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/FlippedySwitch.ico -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/LeGoon.ico -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/Net.ico -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/RedMacOS.ico -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/SawBlade.ico -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/backview.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/big_gif.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/bigfolder.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/bigpenguin.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/bottomview.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/camera.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/colorpal.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/copy.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/cut.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/delimit.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/filenew.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/fileopen.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/filesave.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/filesaveas.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/fonts.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/fox.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/foxicon.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/frontview.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/hello2.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/help_gif.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/indent.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/kill.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/leftview.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/light.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/minidoc.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/minifolder.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/minifolderopen.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/newfolder.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/nolight.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/palette.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/parallel.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/paste.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/pattern.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/penguin.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/perspective.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/printicon.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/prop.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/redo_gif.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/rightview.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/saveas.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/shutter1.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/shutter2.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/small_gif.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/smoothlight.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/tbuplevel.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/topview.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/undo_gif.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/winapp.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/zoom.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/image.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/imageviewer.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/inputs.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/mditest.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/raabrowser.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/scintilla-test.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/scintilla_wrapper.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/scribble-orig.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/scribble.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/shutter.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/splitter.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/tabbook.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/table.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/textedit/commands.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/textedit/helpwindow.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/textedit/prefdialog.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/textedit/textedit.rb -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/icons -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/textedit -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ANNOUNCE -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/book.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/build.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/changes.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/differences.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/events.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/examples.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/goals.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/babelfish.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/browser.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/button.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/datatarget.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/dialog.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/dilbert.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/dirlist.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/foursplit.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/gltest.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/glviewer.gif -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/groupbox.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/header.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/hello.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/hello2.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/image.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/imageviewer.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/mditest.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/raabrowser.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/scribble.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/shutter.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/splitter.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/tabbook.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/table.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/library.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/opengl.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/scintilla.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/todo.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/tutorial1.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/tutorial1.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/index.html -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc/images -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% diff --git a/x11-toolkits/ruby-fox12/Makefile b/x11-toolkits/ruby-fox12/Makefile deleted file mode 100644 index 470f8bbf4a9c..000000000000 --- a/x11-toolkits/ruby-fox12/Makefile +++ /dev/null @@ -1,60 +0,0 @@ -# New ports collection makefile for: FXRuby -# Date created: 24 February 2001 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= fox -PORTVERSION= ${FXRUBY_PORTVERSION} -CATEGORIES= x11-toolkits ruby -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= fxruby -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ${FXRUBY_DISTNAME} -DIST_SUBDIR= ruby - -MAINTAINER= knu@FreeBSD.org - -#BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 -LIB_DEPENDS= FOX.1:${PORTSDIR}/x11-toolkits/fox \ - png.5:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg - -FOX_VERSION= 1.0.3 -#FXRUBY_REVISION= -.if defined(FXRUBY_REVISION) && !empty(FXRUBY_REVISION) -FXRUBY_PORTVERSION= ${FOX_VERSION}.${FXRUBY_REVISION} -FXRUBY_DISTNAME= FXRuby-${FOX_VERSION}-${FXRUBY_REVISION} -.else -FXRUBY_PORTVERSION= ${FOX_VERSION} -FXRUBY_DISTNAME= FXRuby-${FOX_VERSION} -.endif - -USE_RUBY= yes -USE_RUBY_SETUP= yes -RUBY_SETUP= install.rb - -USE_XLIB= yes -USE_MESA= yes - -DOCS_EN= ANNOUNCE ChangeLog README \ - index.html doc - -post-patch: - ${RUBY} -i -p \ - -e 'gsub %r:/usr/local\b:, "${LOCALBASE}"' \ - -e 'gsub %r:/usr/X11R6\b:, "${X11BASE}"' \ - ${WRKSRC}/ext/fox/extconf.rb - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR} - ${CP} -R ${WRKSRC}/examples/* ${RUBY_MODEXAMPLESDIR}/ - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS_EN} - ${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.endif - -.include <bsd.port.mk> diff --git a/x11-toolkits/ruby-fox12/distinfo b/x11-toolkits/ruby-fox12/distinfo deleted file mode 100644 index 7c4816044662..000000000000 --- a/x11-toolkits/ruby-fox12/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ruby/FXRuby-1.0.3.tar.gz) = 8d1931e236402793b8f3b035d72c4c2d diff --git a/x11-toolkits/ruby-fox12/files/patch-FXRuby.cpp b/x11-toolkits/ruby-fox12/files/patch-FXRuby.cpp deleted file mode 100644 index ce9f72b7b72e..000000000000 --- a/x11-toolkits/ruby-fox12/files/patch-FXRuby.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- ext/fox/FXRuby.cpp.orig Thu Mar 21 02:49:53 2002 -+++ ext/fox/FXRuby.cpp Tue Nov 26 03:44:37 2002 -@@ -761,8 +761,8 @@ - VALUE retval; - if(FXRbCatchExceptions){ - #if RUBY_VERSION_CODE < 170 -- retval=rb_rescue2((VALUE(*)()) handle_body, (VALUE) &hArgs, -- (VALUE(*)()) handle_rescue, Qnil, -+ retval=rb_rescue2((VALUE(*)(...)) handle_body, (VALUE) &hArgs, -+ (VALUE(*)(...)) handle_rescue, Qnil, - rb_eStandardError, rb_eNameError, 0); - #else - retval=rb_rescue2((VALUE(*)(ANYARGS)) handle_body, (VALUE) &hArgs, diff --git a/x11-toolkits/ruby-fox12/pkg-comment b/x11-toolkits/ruby-fox12/pkg-comment deleted file mode 100644 index 8f0a6c257b09..000000000000 --- a/x11-toolkits/ruby-fox12/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Ruby extension module to use FOX, aka FXRuby diff --git a/x11-toolkits/ruby-fox12/pkg-descr b/x11-toolkits/ruby-fox12/pkg-descr deleted file mode 100644 index 53388260077d..000000000000 --- a/x11-toolkits/ruby-fox12/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -FXRuby is a Ruby extension module that provides an interface to the -FOX GUI library. - -Author: Lyle Johnson <ljohnson@resgen.com> -WWW: http://fxruby.sourceforge.net/ diff --git a/x11-toolkits/ruby-fox12/pkg-plist b/x11-toolkits/ruby-fox12/pkg-plist deleted file mode 100644 index 90d0078448bc..000000000000 --- a/x11-toolkits/ruby-fox12/pkg-plist +++ /dev/null @@ -1,149 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/fox.so -%%RUBY_SITELIBDIR%%/fox/aliases.rb -%%RUBY_SITELIBDIR%%/fox/core.rb -%%RUBY_SITELIBDIR%%/fox/colors.rb -%%RUBY_SITELIBDIR%%/fox/glshapes.rb -%%RUBY_SITELIBDIR%%/fox/iterators.rb -%%RUBY_SITELIBDIR%%/fox/keys.rb -%%RUBY_SITELIBDIR%%/fox/overloads.rb -%%RUBY_SITELIBDIR%%/fox/responder.rb -%%RUBY_SITELIBDIR%%/fox/responder2.rb -%%RUBY_SITELIBDIR%%/fox/undolist.rb -@dirrm %%RUBY_SITELIBDIR%%/fox -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/README -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/babelfish.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/browser.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/button.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/datatarget.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dialog.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dilbert.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dirlist.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/examples.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/examples.xml -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/foursplit.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/gltest.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/glviewer.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/groupbox.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/header.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/hello.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/hello2.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/iRAA.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/AngryGuyInBunnySuit.ico -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/FatBot.ico -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/FlippedySwitch.ico -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/LeGoon.ico -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/Net.ico -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/RedMacOS.ico -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/SawBlade.ico -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/backview.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/big_gif.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/bigfolder.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/bigpenguin.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/bottomview.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/camera.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/colorpal.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/copy.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/cut.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/delimit.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/filenew.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/fileopen.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/filesave.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/filesaveas.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/fonts.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/fox.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/foxicon.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/frontview.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/hello2.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/help_gif.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/indent.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/kill.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/leftview.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/light.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/minidoc.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/minifolder.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/minifolderopen.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/newfolder.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/nolight.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/palette.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/parallel.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/paste.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/pattern.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/penguin.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/perspective.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/printicon.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/prop.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/redo_gif.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/rightview.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/saveas.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/shutter1.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/shutter2.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/small_gif.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/smoothlight.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/tbuplevel.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/topview.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/undo_gif.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/winapp.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/zoom.gif -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/image.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/imageviewer.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/inputs.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/mditest.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/raabrowser.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/scintilla-test.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/scintilla_wrapper.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/scribble-orig.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/scribble.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/shutter.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/splitter.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/tabbook.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/table.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/textedit/commands.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/textedit/helpwindow.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/textedit/prefdialog.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/textedit/textedit.rb -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/icons -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/textedit -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ANNOUNCE -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/book.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/build.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/changes.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/differences.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/events.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/examples.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/goals.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/babelfish.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/browser.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/button.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/datatarget.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/dialog.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/dilbert.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/dirlist.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/foursplit.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/gltest.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/glviewer.gif -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/groupbox.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/header.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/hello.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/hello2.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/image.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/imageviewer.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/mditest.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/raabrowser.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/scribble.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/shutter.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/splitter.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/tabbook.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/table.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/library.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/opengl.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/scintilla.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/todo.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/tutorial1.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/tutorial1.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/index.html -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc/images -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% diff --git a/x11-toolkits/wxgtk24/Makefile b/x11-toolkits/wxgtk24/Makefile deleted file mode 100644 index b1f06f2d13c1..000000000000 --- a/x11-toolkits/wxgtk24/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: wxGTK -# Date created: September 18, 1999 -# Whom: nectar@FreeBSD.ORG -# -# $FreeBSD$ -# - -PORTNAME= wxgtk -PORTVERSION= 2.2.9 -PORTEPOCH= 1 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= wxwindows -DISTNAME= wxGTK-${PORTVERSION} - -MAINTAINER= sobomax@FreeBSD.org - -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_MESA= yes -USE_GMAKE= yes -USE_GNOMENG= yes -USE_GNOME= gtk12 -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --with-libpng=sys \ - --with-libjpeg=sys \ - --with-libtiff=sys \ - --with-zlib=sys \ - --with-opengl -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} \ - -I${WRKSRC}/include \ - -I${LOCALBASE}/include \ - -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib \ - -L${X11BASE}/lib -lm" - -pre-patch: - @${PERL} -pi -e 's|-l\$$THREADS_LIB|${PTHREAD_LIBS}|g ; \ - s|-l\$$THREADS_LINK|${PTHREAD_LIBS}|g' \ - ${WRKSRC}/configure - -post-install: - @${RM} -rf ${PREFIX}/include/wx/motif - @${RM} -rf ${PREFIX}/include/wx/msw - -.include <bsd.port.mk> diff --git a/x11-toolkits/wxgtk24/distinfo b/x11-toolkits/wxgtk24/distinfo deleted file mode 100644 index a934a397ee54..000000000000 --- a/x11-toolkits/wxgtk24/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (wxGTK-2.2.9.tar.bz2) = f9bf738050fca93e33a65081b1c55905 diff --git a/x11-toolkits/wxgtk24/files/patch-aa b/x11-toolkits/wxgtk24/files/patch-aa deleted file mode 100644 index e2a94922c390..000000000000 --- a/x11-toolkits/wxgtk24/files/patch-aa +++ /dev/null @@ -1,65 +0,0 @@ - -$FreeBSD$ - ---- configure.in.orig Fri Jan 4 17:47:57 2002 -+++ configure.in Mon Sep 9 13:59:17 2002 -@@ -2206,14 +2206,12 @@ - WX_LIBRARY_NAME_STATIC_GL="lib${WX_LIBRARY_GL}.a" - - dnl the name of the shared library --WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}" --WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}" -+WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.so.2" -+WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY}_gl.so.2" - - dnl the name of the links to the shared library --WX_LIBRARY_LINK1="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}" --WX_LIBRARY_LINK2="lib${WX_LIBRARY}.${SO_SUFFIX}" --WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}" --WX_LIBRARY_LINK2_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}" -+WX_LIBRARY_LINK1="lib${WX_LIBRARY}.so" -+WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY}_gl.so" - - - dnl --- the marker for quick search, leave it here: SHARED_LIB_SETUP --- -@@ -2994,24 +3000,6 @@ - fi - fi - -- --CXXFLAGS=`echo "${CXXFLAGS}" | sed "s/\-O.//g" ` --CFLAGS=`echo "${CFLAGS}" | sed "s/\-O.//g" ` --if test "$wxUSE_OPTIMISE" = "no" ; then -- OPTIMISE= --else -- if test "$GCC" = yes ; then -- OPTIMISE="-O2" -- case "${host}" in -- i586-*-*|i686-*-* ) -- OPTIMISE="${OPTIMISE} " -- ;; -- esac -- else -- OPTIMISE="-O" -- fi --fi -- - dnl --------------------------------------------------------------------------- - dnl the library may be built without GUI classes at all - dnl --------------------------------------------------------------------------- -@@ -3960,7 +3948,6 @@ - AC_SUBST(WX_LIBRARY_NAME_SHARED) - AC_SUBST(WX_TARGET_LIBRARY) - AC_SUBST(WX_LIBRARY_LINK1) --AC_SUBST(WX_LIBRARY_LINK2) - AC_SUBST(PROGRAM_EXT) - - dnl global gl options -@@ -3968,7 +3955,6 @@ - AC_SUBST(WX_LIBRARY_NAME_SHARED_GL) - AC_SUBST(WX_TARGET_LIBRARY_GL) - AC_SUBST(WX_LIBRARY_LINK1_GL) --AC_SUBST(WX_LIBRARY_LINK2_GL) - - dnl are we supposed to create the links? - AC_SUBST(WX_ALL) diff --git a/x11-toolkits/wxgtk24/files/patch-ac b/x11-toolkits/wxgtk24/files/patch-ac deleted file mode 100644 index 299113130bd8..000000000000 --- a/x11-toolkits/wxgtk24/files/patch-ac +++ /dev/null @@ -1,89 +0,0 @@ - -$FreeBSD$ - ---- Makefile.in.orig Fri Jan 4 17:47:57 2002 -+++ Makefile.in Mon Sep 9 15:55:57 2002 -@@ -342,17 +342,13 @@ - - $(build_libdir)/@WX_LIBRARY_LINK1@: $(build_libdir)/@WX_LIBRARY_NAME_SHARED@ - @$(RM) $(build_libdir)/@WX_LIBRARY_LINK1@ -- @$(RM) $(build_libdir)/@WX_LIBRARY_LINK2@ - cd $(build_libdir) \ -- && $(LN_S) @WX_TARGET_LIBRARY@ @WX_LIBRARY_LINK1@ \ -- && $(LN_S) @WX_TARGET_LIBRARY@ @WX_LIBRARY_LINK2@ -+ && $(LN_S) @WX_TARGET_LIBRARY@ @WX_LIBRARY_LINK1@ - - $(build_libdir)/@WX_LIBRARY_LINK1_GL@: $(build_libdir)/@WX_LIBRARY_NAME_SHARED_GL@ - @$(RM) $(build_libdir)/@WX_LIBRARY_LINK1_GL@ -- @$(RM) $(build_libdir)/@WX_LIBRARY_LINK2_GL@ - cd $(build_libdir) \ -- && $(LN_S) @WX_TARGET_LIBRARY_GL@ @WX_LIBRARY_LINK1_GL@ \ -- && $(LN_S) @WX_TARGET_LIBRARY_GL@ @WX_LIBRARY_LINK2_GL@ -+ && $(LN_S) @WX_TARGET_LIBRARY_GL@ @WX_LIBRARY_LINK1_GL@ - - $(OBJECTS): $(WXDIR)/include/wx/defs.h $(WXDIR)/include/wx/object.h - -@@ -382,17 +378,13 @@ - - CREATE_INSTALLED_LINKS: preinstall - $(RM) $(libdir)/@WX_LIBRARY_LINK1@ -- $(RM) $(libdir)/@WX_LIBRARY_LINK2@ - cd $(libdir) \ -- && $(LN_S) @WX_LIBRARY_NAME_SHARED@ @WX_LIBRARY_LINK1@ \ -- && $(LN_S) @WX_LIBRARY_NAME_SHARED@ @WX_LIBRARY_LINK2@ -+ && $(LN_S) @WX_LIBRARY_NAME_SHARED@ @WX_LIBRARY_LINK1@ - - CREATE_INSTALLED_LINKS_GL: preinstall_gl - $(RM) $(libdir)/@WX_LIBRARY_LINK1_GL@ -- $(RM) $(libdir)/@WX_LIBRARY_LINK2_GL@ - cd $(libdir) \ -- && $(LN_S) @WX_LIBRARY_NAME_SHARED_GL@ @WX_LIBRARY_LINK1_GL@ \ -- && $(LN_S) @WX_LIBRARY_NAME_SHARED_GL@ @WX_LIBRARY_LINK2_GL@ -+ && $(LN_S) @WX_LIBRARY_NAME_SHARED_GL@ @WX_LIBRARY_LINK1_GL@ - - afminstall: preinstall - $(INSTALL) -d $(datadir) -@@ -404,7 +396,7 @@ - - # this is the real install target: copies the library, wx-config and the - # headers to the installation directory --preinstall: $(top_builddir)/lib/@WX_TARGET_LIBRARY@ $(top_builddir)/wx@TOOLCHAIN_NAME@-config -+preinstall: - @echo " " - @echo " Installing wxWindows..." - @echo " " -@@ -421,11 +413,8 @@ - @# import livraru name - @if test "@TOOLKIT_DIR@" = "msw" -a "@WX_LIBRARY_NAME_STATIC@" != "@WX_TARGET_LIBRARY@"; then $(INSTALL_PROGRAM) $(top_builddir)/lib/@WX_LIBRARY_NAME_STATIC@ $(libdir)/@WX_LIBRARY_NAME_STATIC@; fi - -- $(INSTALL) -d $(libdir)/wx -- $(INSTALL) -d $(libdir)/wx/include -- $(INSTALL) -d $(libdir)/wx/include/@TOOLCHAIN_NAME@ -- $(INSTALL) -d $(libdir)/wx/include/@TOOLCHAIN_NAME@/wx -- $(INSTALL_DATA) $(top_builddir)/lib/wx/include/@TOOLCHAIN_NAME@/wx/setup.h $(libdir)/wx/include/@TOOLCHAIN_NAME@/wx/setup.h -+ $(INSTALL) -d $(prefix)/include/wx -+ $(INSTALL_DATA) $(top_builddir)/lib/wx/include/@TOOLCHAIN_NAME@/wx/setup.h $(prefix)/include/wx/setup.h - - $(INSTALL) -d $(includedir)/wx - @# FIXME: This will erroneously install a wx/base dir for wxBase.. -@@ -449,7 +438,7 @@ - echo "$(INSTALL_DATA) $(top_srcdir)/locale/$$p.mo $(localedir)/$$p/LC_MESSAGES/wxstd.mo"; \ - done - --preinstall_gl: $(top_builddir)/lib/@WX_TARGET_LIBRARY_GL@ -+preinstall_gl: - @echo " " - @echo " Installing wxWindows OpenGl add-on..." - @echo " " -@@ -476,11 +465,9 @@ - @echo " Removing library..." - @$(RM) $(libdir)/@WX_TARGET_LIBRARY@ - @$(RM) $(libdir)/@WX_LIBRARY_LINK1@ -- @$(RM) $(libdir)/@WX_LIBRARY_LINK2@ - @echo " Removing GL library..." - @$(RM) $(libdir)/@WX_TARGET_LIBRARY_GL@ - @$(RM) $(libdir)/@WX_LIBRARY_LINK1_GL@ -- @$(RM) $(libdir)/@WX_LIBRARY_LINK2_GL@ - @echo " Removing helper files..." - @$(RM) $(libdir)/wx/include/@TOOLCHAIN_NAME@/wx/setup.h - @$(RM) $(bindir)/wx-config diff --git a/x11-toolkits/wxgtk24/files/patch-configure b/x11-toolkits/wxgtk24/files/patch-configure deleted file mode 100644 index 9f94e418fd5b..000000000000 --- a/x11-toolkits/wxgtk24/files/patch-configure +++ /dev/null @@ -1,80 +0,0 @@ - -$FreeBSD$ - ---- configure.orig Mon Sep 9 14:00:36 2002 -+++ configure Mon Sep 9 14:20:43 2002 -@@ -7993,14 +7993,14 @@ - TOOLKIT=GTK - GUIDIST=GTK_DIST - -- echo $ac_n "checking for gdk_im_open in -lgdk""... $ac_c" 1>&6 --echo "configure:7998: checking for gdk_im_open in -lgdk" >&5 -+ echo $ac_n "checking for gdk_im_open in -lgdk12""... $ac_c" 1>&6 -+echo "configure:7998: checking for gdk_im_open in -lgdk12" >&5 - ac_lib_var=`echo gdk'_'gdk_im_open | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lgdk $LIBS" -+LIBS="-lgdk12 $LIBS" - cat > conftest.$ac_ext <<EOF - #line 8006 "configure" - #include "confdefs.h" -@@ -9395,13 +9395,11 @@ - WX_LIBRARY_NAME_STATIC="lib${WX_LIBRARY}.a" - WX_LIBRARY_NAME_STATIC_GL="lib${WX_LIBRARY_GL}.a" - --WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}" --WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}" -+WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.so.2" -+WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY}_gl.so.2" - --WX_LIBRARY_LINK1="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}" --WX_LIBRARY_LINK2="lib${WX_LIBRARY}.${SO_SUFFIX}" --WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}" --WX_LIBRARY_LINK2_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}" -+WX_LIBRARY_LINK1="lib${WX_LIBRARY}.so" -+WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY}_gl.so" - - - -@@ -12796,24 +12802,6 @@ - fi - - --CXXFLAGS=`echo "${CXXFLAGS}" | sed "s/\-O.//g" ` --CFLAGS=`echo "${CFLAGS}" | sed "s/\-O.//g" ` --if test "$wxUSE_OPTIMISE" = "no" ; then -- OPTIMISE= --else -- if test "$GCC" = yes ; then -- OPTIMISE="-O2" -- case "${host}" in -- i586-*-*|i686-*-* ) -- OPTIMISE="${OPTIMISE} " -- ;; -- esac -- else -- OPTIMISE="-O" -- fi --fi -- -- - if test "$wxUSE_GUI" = "yes"; then - cat >> confdefs.h <<\EOF - #define wxUSE_GUI 1 -@@ -14995,13 +14983,11 @@ - s%@WX_LIBRARY_NAME_SHARED@%$WX_LIBRARY_NAME_SHARED%g - s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g - s%@WX_LIBRARY_LINK1@%$WX_LIBRARY_LINK1%g --s%@WX_LIBRARY_LINK2@%$WX_LIBRARY_LINK2%g - s%@PROGRAM_EXT@%$PROGRAM_EXT%g - s%@WX_LIBRARY_NAME_STATIC_GL@%$WX_LIBRARY_NAME_STATIC_GL%g - s%@WX_LIBRARY_NAME_SHARED_GL@%$WX_LIBRARY_NAME_SHARED_GL%g - s%@WX_TARGET_LIBRARY_GL@%$WX_TARGET_LIBRARY_GL%g - s%@WX_LIBRARY_LINK1_GL@%$WX_LIBRARY_LINK1_GL%g --s%@WX_LIBRARY_LINK2_GL@%$WX_LIBRARY_LINK2_GL%g - s%@WX_ALL@%$WX_ALL%g - s%@WX_ALL_INSTALLED@%$WX_ALL_INSTALLED%g - s%@SHARED_LD@%$SHARED_LD%g diff --git a/x11-toolkits/wxgtk24/files/patch-include::wx::gtk::menu.h b/x11-toolkits/wxgtk24/files/patch-include::wx::gtk::menu.h deleted file mode 100644 index 94cee68182cb..000000000000 --- a/x11-toolkits/wxgtk24/files/patch-include::wx::gtk::menu.h +++ /dev/null @@ -1,15 +0,0 @@ - -$FreeBSD$ - ---- include/wx/gtk/menu.h 2002/09/09 11:38:53 1.1 -+++ include/wx/gtk/menu.h 2002/09/09 11:39:09 -@@ -85,7 +85,9 @@ - { - Init(); - -+#if wxUSE_MENU_CALLBACK - Callback(func); -+#endif // wxUSE_MENU_CALLBACK - } - - // implementation diff --git a/x11-toolkits/wxgtk24/files/patch-src::common::parser.y b/x11-toolkits/wxgtk24/files/patch-src::common::parser.y deleted file mode 100644 index 6aa71425b018..000000000000 --- a/x11-toolkits/wxgtk24/files/patch-src::common::parser.y +++ /dev/null @@ -1,10 +0,0 @@ ---- src/common/parser.y.orig Fri Jan 4 07:47:57 2002 -+++ src/common/parser.y Sat Dec 14 14:49:19 2002 -@@ -98,6 +98,7 @@ - free($1); } - | arg1 - {$$ = $1; } -+ ; - - arg1 : WORD - {$$ = wxmake_word($1); free($1);} diff --git a/x11-toolkits/wxgtk24/files/patch-src::common::strconv.cpp b/x11-toolkits/wxgtk24/files/patch-src::common::strconv.cpp deleted file mode 100644 index 67d30a0f4980..000000000000 --- a/x11-toolkits/wxgtk24/files/patch-src::common::strconv.cpp +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/common/strconv.cpp 2002/09/09 13:18:00 1.1 -+++ src/common/strconv.cpp 2002/09/09 13:18:10 -@@ -358,7 +358,7 @@ - #if defined(__BORLANDC__) && (__BORLANDC__ > 0x530) - return std::wcslen(psz); - #else -- return ::wcslen(psz); -+ return wcslen(psz); - #endif - } - diff --git a/x11-toolkits/wxgtk24/files/patch-wx-config.in b/x11-toolkits/wxgtk24/files/patch-wx-config.in deleted file mode 100644 index 7a36184a90b8..000000000000 --- a/x11-toolkits/wxgtk24/files/patch-wx-config.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- wx-config.in.orig Fri Jan 4 17:47:57 2002 -+++ wx-config.in Mon Sep 9 14:22:16 2002 -@@ -35,7 +35,7 @@ - then - includes=-I@includedir@ - fi -- includes="-I@libdir@/wx/include/@TOOLCHAIN_NAME@ $includes" -+ includes="-I@prefix@/include/@TOOLCHAIN_NAME@ $includes" - echo $includes @WXDEBUG_DEFINE@ @TOOLCHAIN_DEFS@ @WXCONFIG_INCLUDE@ - } - diff --git a/x11-toolkits/wxgtk24/pkg-comment b/x11-toolkits/wxgtk24/pkg-comment deleted file mode 100644 index 818cecfb652e..000000000000 --- a/x11-toolkits/wxgtk24/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The wxWindows GUI toolkit with GTK+ bindings diff --git a/x11-toolkits/wxgtk24/pkg-descr b/x11-toolkits/wxgtk24/pkg-descr deleted file mode 100644 index 42dcdd8ab390..000000000000 --- a/x11-toolkits/wxgtk24/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A C++ package for platform independent software development. - -WWW: http://wesley.informatik.uni-freiburg.de/~wxxt/ diff --git a/x11-toolkits/wxgtk24/pkg-plist b/x11-toolkits/wxgtk24/pkg-plist deleted file mode 100644 index 3068dc321e73..000000000000 --- a/x11-toolkits/wxgtk24/pkg-plist +++ /dev/null @@ -1,373 +0,0 @@ -bin/wx-config -bin/wxgtk-2.2-config -include/wx/accel.h -include/wx/app.h -include/wx/arrimpl.cpp -include/wx/bitmap.h -include/wx/bmpbuttn.h -include/wx/brush.h -include/wx/buffer.h -include/wx/busyinfo.h -include/wx/button.h -include/wx/calctrl.h -include/wx/caret.h -include/wx/checkbox.h -include/wx/checklst.h -include/wx/choicdlg.h -include/wx/choice.h -include/wx/clipbrd.h -include/wx/cmdline.h -include/wx/cmndata.h -include/wx/colordlg.h -include/wx/colour.h -include/wx/combobox.h -include/wx/confbase.h -include/wx/config.h -include/wx/control.h -include/wx/ctrlsub.h -include/wx/cursor.h -include/wx/dataobj.h -include/wx/date.h -include/wx/datetime.h -include/wx/datetime.inl -include/wx/datstrm.h -include/wx/db.h -include/wx/dbtable.h -include/wx/dc.h -include/wx/dcclient.h -include/wx/dcmemory.h -include/wx/dcprint.h -include/wx/dcps.h -include/wx/dcscreen.h -include/wx/dde.h -include/wx/debug.h -include/wx/defs.h -include/wx/dialog.h -include/wx/dialup.h -include/wx/dir.h -include/wx/dirdlg.h -include/wx/dnd.h -include/wx/docmdi.h -include/wx/docview.h -include/wx/dragimag.h -include/wx/dynarray.h -include/wx/dynlib.h -include/wx/encconv.h -include/wx/event.h -include/wx/expr.h -include/wx/ffile.h -include/wx/file.h -include/wx/fileconf.h -include/wx/filedlg.h -include/wx/filefn.h -include/wx/filesys.h -include/wx/font.h -include/wx/fontdlg.h -include/wx/fontenc.h -include/wx/fontenum.h -include/wx/fontmap.h -include/wx/fontutil.h -include/wx/frame.h -include/wx/fs_inet.h -include/wx/fs_mem.h -include/wx/fs_zip.h -include/wx/gauge.h -include/wx/gdicmn.h -include/wx/gdiobj.h -include/wx/generic/calctrl.h -include/wx/generic/caret.h -include/wx/generic/choicdgg.h -include/wx/generic/colrdlgg.h -include/wx/generic/dcpsg.h -include/wx/generic/dirdlgg.h -include/wx/generic/dragimgg.h -include/wx/generic/filedlgg.h -include/wx/generic/fontdlgg.h -include/wx/generic/grid.h -include/wx/generic/gridg.h -include/wx/generic/helpext.h -include/wx/generic/helphtml.h -include/wx/generic/helpwxht.h -include/wx/generic/helpxlp.h -include/wx/generic/imaglist.h -include/wx/generic/laywin.h -include/wx/generic/listctrl.h -include/wx/generic/msgdlgg.h -include/wx/generic/notebook.h -include/wx/generic/panelg.h -include/wx/generic/plot.h -include/wx/generic/printps.h -include/wx/generic/prntdlgg.h -include/wx/generic/progdlgg.h -include/wx/generic/sashwin.h -include/wx/generic/scrolwin.h -include/wx/generic/splitter.h -include/wx/generic/statusbr.h -include/wx/generic/tabg.h -include/wx/generic/textdlgg.h -include/wx/generic/treectrl.h -include/wx/generic/wizard.h -include/wx/geometry.h -include/wx/gifdecod.h -include/wx/glcanvas.h -include/wx/grid.h -include/wx/gsocket.h -include/wx/gtk/accel.h -include/wx/gtk/app.h -include/wx/gtk/bitmap.h -include/wx/gtk/bmpbuttn.h -include/wx/gtk/brush.h -include/wx/gtk/button.h -include/wx/gtk/checkbox.h -include/wx/gtk/checklst.h -include/wx/gtk/choice.h -include/wx/gtk/clipbrd.h -include/wx/gtk/colour.h -include/wx/gtk/combobox.h -include/wx/gtk/control.h -include/wx/gtk/cursor.h -include/wx/gtk/dataform.h -include/wx/gtk/dataobj.h -include/wx/gtk/dataobj2.h -include/wx/gtk/dc.h -include/wx/gtk/dcclient.h -include/wx/gtk/dcmemory.h -include/wx/gtk/dcscreen.h -include/wx/gtk/dialog.h -include/wx/gtk/dnd.h -include/wx/gtk/filedlg.h -include/wx/gtk/font.h -include/wx/gtk/fontdlg.h -include/wx/gtk/frame.h -include/wx/gtk/gauge.h -include/wx/gtk/gdiobj.h -include/wx/gtk/glcanvas.h -include/wx/gtk/icon.h -include/wx/gtk/joystick.h -include/wx/gtk/listbox.h -include/wx/gtk/mdi.h -include/wx/gtk/menu.h -include/wx/gtk/menuitem.h -include/wx/gtk/minifram.h -include/wx/gtk/notebook.h -include/wx/gtk/palette.h -include/wx/gtk/pen.h -include/wx/gtk/radiobox.h -include/wx/gtk/radiobut.h -include/wx/gtk/region.h -include/wx/gtk/scrolbar.h -include/wx/gtk/settings.h -include/wx/gtk/slider.h -include/wx/gtk/spinbutt.h -include/wx/gtk/spinctrl.h -include/wx/gtk/statbmp.h -include/wx/gtk/statbox.h -include/wx/gtk/statline.h -include/wx/gtk/stattext.h -include/wx/gtk/tbargtk.h -include/wx/gtk/textctrl.h -include/wx/gtk/timer.h -include/wx/gtk/tooltip.h -include/wx/gtk/treectrl.h -include/wx/gtk/wave.h -include/wx/gtk/win_gtk.h -include/wx/gtk/window.h -include/wx/hash.h -include/wx/help.h -include/wx/helpbase.h -include/wx/helphtml.h -include/wx/helpwin.h -include/wx/helpxlp.h -include/wx/html/forcelnk.h -include/wx/html/helpctrl.h -include/wx/html/helpdata.h -include/wx/html/helpfrm.h -include/wx/html/htmlcell.h -include/wx/html/htmldefs.h -include/wx/html/htmlfilt.h -include/wx/html/htmlpars.h -include/wx/html/htmltag.h -include/wx/html/htmlwin.h -include/wx/html/htmprint.h -include/wx/html/m_templ.h -include/wx/html/winpars.h -include/wx/icon.h -include/wx/imagbmp.h -include/wx/image.h -include/wx/imaggif.h -include/wx/imagjpeg.h -include/wx/imaglist.h -include/wx/imagpcx.h -include/wx/imagpng.h -include/wx/imagpnm.h -include/wx/imagtiff.h -include/wx/intl.h -include/wx/ioswrap.h -include/wx/ipcbase.h -include/wx/isql.h -include/wx/isqlext.h -include/wx/joystick.h -include/wx/layout.h -include/wx/laywin.h -include/wx/list.h -include/wx/listbox.h -include/wx/listctrl.h -include/wx/listimpl.cpp -include/wx/log.h -include/wx/longlong.h -include/wx/matrix.h -include/wx/mdi.h -include/wx/memconf.h -include/wx/memory.h -include/wx/menu.h -include/wx/menuitem.h -include/wx/metafile.h -include/wx/mimetype.h -include/wx/minifram.h -include/wx/module.h -include/wx/msgdlg.h -include/wx/mstream.h -include/wx/notebook.h -include/wx/object.h -include/wx/objstrm.h -include/wx/odbc.h -include/wx/ownerdrw.h -include/wx/palette.h -include/wx/panel.h -include/wx/paper.h -include/wx/pen.h -include/wx/plot.h -include/wx/print.h -include/wx/printdlg.h -include/wx/prntbase.h -include/wx/process.h -include/wx/progdlg.h -include/wx/prop.h -include/wx/propform.h -include/wx/proplist.h -include/wx/protocol/file.h -include/wx/protocol/ftp.h -include/wx/protocol/http.h -include/wx/protocol/protocol.h -include/wx/radiobox.h -include/wx/radiobut.h -include/wx/region.h -include/wx/resource.h -include/wx/sashwin.h -include/wx/sckaddr.h -include/wx/sckipc.h -include/wx/sckstrm.h -include/wx/scrolbar.h -include/wx/scrolwin.h -include/wx/serbase.h -include/wx/settings.h -include/wx/setup.h -include/wx/sizer.h -include/wx/slider.h -include/wx/socket.h -include/wx/spinbutt.h -include/wx/spinctrl.h -include/wx/splitter.h -include/wx/statbmp.h -include/wx/statbox.h -include/wx/statline.h -include/wx/stattext.h -include/wx/statusbr.h -include/wx/strconv.h -include/wx/stream.h -include/wx/string.h -include/wx/tab.h -include/wx/tabctrl.h -include/wx/taskbar.h -include/wx/tbarbase.h -include/wx/tbarsmpl.h -include/wx/textctrl.h -include/wx/textdlg.h -include/wx/textfile.h -include/wx/thread.h -include/wx/time.h -include/wx/timer.h -include/wx/tipdlg.h -include/wx/tokenzr.h -include/wx/toolbar.h -include/wx/tooltip.h -include/wx/treectrl.h -include/wx/txtstrm.h -include/wx/types.h -include/wx/unix/execute.h -include/wx/unix/fontutil.h -include/wx/unix/gsockunx.h -include/wx/unix/mimetype.h -include/wx/url.h -include/wx/utils.h -include/wx/valgen.h -include/wx/validate.h -include/wx/valtext.h -include/wx/variant.h -include/wx/version.h -include/wx/wave.h -include/wx/wfstream.h -include/wx/window.h -include/wx/wizard.h -include/wx/wx.h -include/wx/wx_cw.h -include/wx/wx_cw_cm.h -include/wx/wx_cw_d.h -include/wx/wxchar.h -include/wx/wxexpr.h -include/wx/wxhtml.h -include/wx/wxprec.h -include/wx/xpmhand.h -include/wx/zipstrm.h -include/wx/zstream.h -lib/libwx_gtk-2.2.so -lib/libwx_gtk-2.2.so.2 -lib/libwx_gtk-2.2_gl.so -lib/libwx_gtk-2.2_gl.so.2 -share/locale/cs/LC_MESSAGES/wxstd.mo -share/locale/da/LC_MESSAGES/wxstd.mo -share/locale/de/LC_MESSAGES/wxstd.mo -share/locale/es/LC_MESSAGES/wxstd.mo -share/locale/fi/LC_MESSAGES/wxstd.mo -share/locale/fr/LC_MESSAGES/wxstd.mo -share/locale/it/LC_MESSAGES/wxstd.mo -share/locale/nl/LC_MESSAGES/wxstd.mo -share/locale/ru/LC_MESSAGES/wxstd.mo -share/locale/sl/LC_MESSAGES/wxstd.mo -share/locale/sv/LC_MESSAGES/wxstd.mo -share/locale/zh/LC_MESSAGES/wxstd.mo -share/wx/afm/Cour.afm -share/wx/afm/CourBo.afm -share/wx/afm/CourBoO.afm -share/wx/afm/CourO.afm -share/wx/afm/Helv.afm -share/wx/afm/HelvBo.afm -share/wx/afm/HelvBoO.afm -share/wx/afm/HelvO.afm -share/wx/afm/TimesBo.afm -share/wx/afm/TimesBoO.afm -share/wx/afm/TimesO.afm -share/wx/afm/TimesRo.afm -share/wx/afm/Zapf.afm -share/wx/gs_afm/Cour.afm -share/wx/gs_afm/CourBo.afm -share/wx/gs_afm/CourBoO.afm -share/wx/gs_afm/CourO.afm -share/wx/gs_afm/Helv.afm -share/wx/gs_afm/HelvBo.afm -share/wx/gs_afm/HelvBoO.afm -share/wx/gs_afm/HelvO.afm -share/wx/gs_afm/TimesBo.afm -share/wx/gs_afm/TimesBoO.afm -share/wx/gs_afm/TimesO.afm -share/wx/gs_afm/TimesRo.afm -share/wx/gs_afm/Zapf.afm -@dirrm share/wx/gs_afm -@dirrm share/wx/afm -@dirrm share/wx -@dirrm include/wx/unix -@dirrm include/wx/protocol -@dirrm include/wx/html -@dirrm include/wx/gtk -@dirrm include/wx/generic -@dirrm include/wx |