diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-12-12 19:19:02 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-12-12 19:19:02 +0000 |
commit | a0848d727648aa70f6a89c013203f2b82a4e972e (patch) | |
tree | 37ec8e378ec2d731e9ba9c15cd58724325a5637c /x11-toolkits | |
parent | b6deb36621300a80aab2d23031a1a259f9b0ce01 (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_2_0'.release/5.2.0
Notes
Notes:
svn path=/head/; revision=95679
svn path=/tags/RELEASE_5_2_0/; revision=95680; tag=release/5.2.0
Diffstat (limited to 'x11-toolkits')
229 files changed, 5 insertions, 22969 deletions
diff --git a/x11-toolkits/fox10/Makefile b/x11-toolkits/fox10/Makefile deleted file mode 100644 index b1dd473a011f..000000000000 --- a/x11-toolkits/fox10/Makefile +++ /dev/null @@ -1,154 +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.47 -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?= ports@FreeBSD.org -COMMENT= Fast and extensive C++ GUI toolkit - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff - -USE_GL= yes -INSTALLS_SHLIB= yes -USE_REINPLACE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS}" \ - CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS+=--with-opengl=mesa --with-x - -MAN1= reswrap.1 - -## -## Additional Options -## -# -.if defined(WITHOUT_SHM) -CONFIGURE_ARGS+=--with-shm=no -.else -CONFIGURE_ARGS+=--with-shm=yes -.endif -# -.if defined(WITH_CUPS) -CONFIGURE_ARGS+=--enable-cups -.else -CONFIGURE_ARGS+=--disable-cups -.endif -# -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+=--enable-debug -.else -CONFIGURE_ARGS+=--enable-release -.endif -# -.if defined(WITH_FOX_APPLICATIONS) -PLIST_SUB+= APPS="" - -MAN1+= PathFinder.1 adie.1 calculator.1 -.else -PLIST_SUB+= APPS="@comment " -.endif - -SPECFLAGS= -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations -# -.if defined(WITH_OPTIMIZED_CXXFLAGS) -# turn distribution-recommended optimization flags back on -CXXFLAGS+= -Wuninitialized ${SPECFLAGS} -.endif -# -.if defined(WITH_PROFILING) -CONFIGURE_ARGS+=--with-profiling=gprof -.endif -# -.if defined(NOPORTDOCS) -MAKE_ARGS+= DOC= -.else -MAKE_ARGS+= DOC=doc -.endif - -post-patch: -# Remove additional flags - @${REINPLACE_CMD} -E -e \ - 's|${SPECFLAGS}||g' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} -# CXXFLAGS safeness -.if !defined(WITH_OPTIMIZED_CXXFLAGS) - @${REINPLACE_CMD} -E -e \ - 's|-O2|${CXXFLAGS}|g' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} -.else - @${REINPLACE_CMD} -E -e \ - 's|-O2|-O2 ${CXXFLAGS}|g' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} -.endif - @${REINPLACE_CMD} -E -e \ - 's|lMesaGL|lGL|g' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} -# doc prefix safeness - @${REINPLACE_CMD} -E -e \ - 's|^(htmldir).*$$|\1=${DOCSDIR}/html|' \ - ${WRKSRC}/doc/Makefile.in - @${REINPLACE_CMD} -E -e \ - 's|^(artdir).*$$|\1=${DOCSDIR}/html|' \ - ${WRKSRC}/doc/art/Makefile.in - @${REINPLACE_CMD} -E -e \ - 's|^(screenshotsdir).*$$|\1=${DOCSDIR}/html|' \ - ${WRKSRC}/doc/screenshots/Makefile.in -.if !defined(WITH_FOX_APPLICATIONS) - @${REINPLACE_CMD} -E -e \ - 's,^(SUBDIRS.*)adie,\1,; \ - s,^(SUBDIRS.*)pathfinder,\1,; \ - s,^(SUBDIRS.*)calculator,\1,' \ - ${WRKSRC}/Makefile.in -.endif - -pre-everything:: -.if !defined(WITH_OPTIMIZED_CXXFLAGS) - @${ECHO_MSG} - @${ECHO_MSG} 'You can enable additional compilation optimizations' - @${ECHO_MSG} 'by defining WITH_OPTIMIZED_CXXFLAGS' -.endif -.if !defined(WITH_CUPS) - @${ECHO_MSG} - @${ECHO_MSG} 'You can enable CUPS support by defining WITH_CUPS' -.endif -.if !defined(WITH_DEBUG) - @${ECHO_MSG} - @${ECHO_MSG} 'You can build DEBUG support by defining WITH_DEBUG' -.endif -.if !defined(WITH_FOX_APPLICATIONS) - @${ECHO_MSG} - @${ECHO_MSG} 'You can install FOX sample applications by defining WITH_FOX_APPLICATIONS' -.endif -.if !defined(WITH_PROFILING) - @${ECHO_MSG} - @${ECHO_MSG} 'You can build PROFILING support by defining WITH_PROFILING' -.endif -.if !defined(WITHOUT_SHM) - @${ECHO_MSG} - @${ECHO_MSG} 'You can disable Shared Memory support by defining WITHOUT_SHM' -.endif - @${ECHO_MSG} - -.include <bsd.port.pre.mk> - -## -## Port conflict management -## -.if exists(${LOCALBASE}/lib/libFOX-1.1.so) -IGNORE= Conflict: this port is mutually exclusive with x11-toolkits/fox-devel -.endif - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/fox10/distinfo b/x11-toolkits/fox10/distinfo deleted file mode 100644 index 3cbc77398f23..000000000000 --- a/x11-toolkits/fox10/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (fox-1.0.47.tar.gz) = b8d3397ef2f56d4017d9119036e70720 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 c300836e5473..000000000000 --- a/x11-toolkits/fox10/pkg-plist +++ /dev/null @@ -1,268 +0,0 @@ -%%APPS%%bin/PathFinder -%%APPS%%bin/adie -%%APPS%%bin/calculator -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 -include/fox/FXCURCursor.h -include/fox/FXCanvas.h -include/fox/FXCharset.h -include/fox/FXCheckButton.h -include/fox/FXColorBar.h -include/fox/FXColorDialog.h -include/fox/FXColorSelector.h -include/fox/FXColorWell.h -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 -include/fox/FXICOIcon.h -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 -include/fox/FXJPGIcon.h -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 -include/fox/FXPicker.h -include/fox/FXPoint.h -include/fox/FXPopup.h -include/fox/FXPrintDialog.h -include/fox/FXProgressBar.h -include/fox/FXProgressDialog.h -include/fox/FXQuat.h -include/fox/FXRGBIcon.h -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 -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 -include/fox/FXStringDict.h -include/fox/FXSwitcher.h -include/fox/FXTGAIcon.h -include/fox/FXTGAImage.h -include/fox/FXTIFIcon.h -include/fox/FXTIFImage.h -include/fox/FXTabBar.h -include/fox/FXTabBook.h -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 -include/fox/fxver.h -include/fox/xincs.h -lib/libFOX-1.0.so -lib/libFOX-1.0.so.0 -lib/libFOX.a -lib/libFOX.la -lib/libFOX.so -%%PORTDOCS%%%%DOCSDIR%%/html/adie.html -%%PORTDOCS%%%%DOCSDIR%%/html/adie.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/adie_colors.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/adie_del.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/adie_edit.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/adie_font.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/adie_pat.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/app.html -%%PORTDOCS%%%%DOCSDIR%%/html/bigpenguin.png -%%PORTDOCS%%%%DOCSDIR%%/html/calc.html -%%PORTDOCS%%%%DOCSDIR%%/html/colordialog.png -%%PORTDOCS%%%%DOCSDIR%%/html/datatarget.html -%%PORTDOCS%%%%DOCSDIR%%/html/dirdialog.png -%%PORTDOCS%%%%DOCSDIR%%/html/doc.html -%%PORTDOCS%%%%DOCSDIR%%/html/download.html -%%PORTDOCS%%%%DOCSDIR%%/html/draganddrop.html -%%PORTDOCS%%%%DOCSDIR%%/html/faq.html -%%PORTDOCS%%%%DOCSDIR%%/html/filedialog.png -%%PORTDOCS%%%%DOCSDIR%%/html/filefuncs.html -%%PORTDOCS%%%%DOCSDIR%%/html/focus.html -%%PORTDOCS%%%%DOCSDIR%%/html/fontdialog.png -%%PORTDOCS%%%%DOCSDIR%%/html/fonts.html -%%PORTDOCS%%%%DOCSDIR%%/html/foreword.html -%%PORTDOCS%%%%DOCSDIR%%/html/fox.html -%%PORTDOCS%%%%DOCSDIR%%/html/foxcalc.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/foxcalc_prefdialog_01_small.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/foxcalc_prefdialog_02_small.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/foxcalc_prefdialog_03_small.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/foxlogo.png -%%PORTDOCS%%%%DOCSDIR%%/html/foxstart.png -%%PORTDOCS%%%%DOCSDIR%%/html/freespeach.gif -%%PORTDOCS%%%%DOCSDIR%%/html/glview.png -%%PORTDOCS%%%%DOCSDIR%%/html/goals.html -%%PORTDOCS%%%%DOCSDIR%%/html/guiupdate.html -%%PORTDOCS%%%%DOCSDIR%%/html/icons.html -%%PORTDOCS%%%%DOCSDIR%%/html/ill.gif -%%PORTDOCS%%%%DOCSDIR%%/html/ilr.gif -%%PORTDOCS%%%%DOCSDIR%%/html/innernerd.gif -%%PORTDOCS%%%%DOCSDIR%%/html/introduction.html -%%PORTDOCS%%%%DOCSDIR%%/html/iul.gif -%%PORTDOCS%%%%DOCSDIR%%/html/iur.gif -%%PORTDOCS%%%%DOCSDIR%%/html/layout.html -%%PORTDOCS%%%%DOCSDIR%%/html/messages.html -%%PORTDOCS%%%%DOCSDIR%%/html/nerd_inside.gif -%%PORTDOCS%%%%DOCSDIR%%/html/news.html -%%PORTDOCS%%%%DOCSDIR%%/html/oldfox.html -%%PORTDOCS%%%%DOCSDIR%%/html/oll.gif -%%PORTDOCS%%%%DOCSDIR%%/html/olr.gif -%%PORTDOCS%%%%DOCSDIR%%/html/opengl_logo.png -%%PORTDOCS%%%%DOCSDIR%%/html/oul.gif -%%PORTDOCS%%%%DOCSDIR%%/html/oul_grey.gif -%%PORTDOCS%%%%DOCSDIR%%/html/our.gif -%%PORTDOCS%%%%DOCSDIR%%/html/pathfinder.html -%%PORTDOCS%%%%DOCSDIR%%/html/pathfinder.png -%%PORTDOCS%%%%DOCSDIR%%/html/printdialog.png -%%PORTDOCS%%%%DOCSDIR%%/html/progress.png -%%PORTDOCS%%%%DOCSDIR%%/html/projects.html -%%PORTDOCS%%%%DOCSDIR%%/html/registry.html -%%PORTDOCS%%%%DOCSDIR%%/html/replacedialog.png -%%PORTDOCS%%%%DOCSDIR%%/html/rex.html -%%PORTDOCS%%%%DOCSDIR%%/html/screenshots.html -%%PORTDOCS%%%%DOCSDIR%%/html/scribble.png -%%PORTDOCS%%%%DOCSDIR%%/html/searchdialog.png -%%PORTDOCS%%%%DOCSDIR%%/html/serialization.html -%%PORTDOCS%%%%DOCSDIR%%/html/sgitextedit.png -%%PORTDOCS%%%%DOCSDIR%%/html/slingerzbutton1.gif -%%PORTDOCS%%%%DOCSDIR%%/html/styles.css -%%PORTDOCS%%%%DOCSDIR%%/html/table.png -%%PORTDOCS%%%%DOCSDIR%%/html/timers.html -%%PORTDOCS%%%%DOCSDIR%%/html/widgets.html -%%PORTDOCS%%%%DOCSDIR%%/html/win32-libraries.png -%%PORTDOCS%%%%DOCSDIR%%/html/win32-linkoutput.png -%%PORTDOCS%%%%DOCSDIR%%/html/win32-postbuild.png -%%PORTDOCS%%%%DOCSDIR%%/html/win32-preprocessor.png -%%PORTDOCS%%%%DOCSDIR%%/html/win32-project.png -%%PORTDOCS%%%%DOCSDIR%%/html/win32-tooloptions.png -%%PORTDOCS%%%%DOCSDIR%%/html/win32.html -%%PORTDOCS%%%%DOCSDIR%%/html/window.html -%%PORTDOCS%%%%DOCSDIR%%/html/wintextedit.png -%%PORTDOCS%%%%DOCSDIR%%/html/xml.html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm include/fox diff --git a/x11-toolkits/fox14/Makefile b/x11-toolkits/fox14/Makefile deleted file mode 100644 index be4fc4e00622..000000000000 --- a/x11-toolkits/fox14/Makefile +++ /dev/null @@ -1,147 +0,0 @@ -# New ports collection makefile for: fox -# Date created: 23 Feb 2000 -# Whom: Will Andrews <andrews@technologist.com> -# -# $FreeBSD$ -# - -PORTNAME= fox -PORTVERSION= 1.1.41 -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?= ports@FreeBSD.org -COMMENT= Fast and extensive C++ GUI toolkit - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff - -USE_MESA= yes -INSTALLS_SHLIB= yes -USE_REINPLACE= yes -USE_MOTIF= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS}" \ - CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lXm" -CONFIGURE_ARGS+=--with-opengl=mesa --with-x \ - --enable-xthreads - -MAN1= reswrap.1 - -## -## Additional Options -## -# -.if defined(WITHOUT_SHM) -CONFIGURE_ARGS+=--with-shm=no -.else -CONFIGURE_ARGS+=--with-shm=yes -.endif -# -.if defined(WITH_CUPS) -CONFIGURE_ARGS+=--enable-cups -.else -CONFIGURE_ARGS+=--disable-cups -.endif -# -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+=--enable-debug -.else -CONFIGURE_ARGS+=--enable-release -.endif -# -.if defined(WITH_FOX_APPLICATIONS) -PLIST_SUB+= APPS="" - -MAN1+= PathFinder.1 adie.1 calculator.1 -.else -PLIST_SUB+= APPS="@comment " -.endif -# -.if defined(WITH_OPTIMIZED_CXXFLAGS) -# turn distribution-recommended optimization flags back on -CXXFLAGS+= -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations -.endif -# -.if defined(WITH_PROFILING) -CONFIGURE_ARGS+=--with-profiling=gprof -.endif -# -.if defined(NOPORTDOCS) -MAKE_ARGS+= DOC= -.else -MAKE_ARGS+= DOC=doc -.endif - -post-patch: -# CXXFLAGS safeness -.if !defined(WITH_OPTIMIZED_CXXFLAGS) - @${REINPLACE_CMD} -E -e \ - 's|-O2|${CXXFLAGS}|g' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} -.else - @${REINPLACE_CMD} -E -e \ - 's|-O2|-O2 ${CXXFLAGS}|g' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} -.endif -# doc prefix safeness - @${REINPLACE_CMD} -E -e \ - 's|^(htmldir).*$$|\1=${DOCSDIR}/html|' \ - ${WRKSRC}/doc/Makefile.in - @${REINPLACE_CMD} -E -e \ - 's|^(artdir).*$$|\1=${DOCSDIR}/html|' \ - ${WRKSRC}/doc/art/Makefile.in - @${REINPLACE_CMD} -E -e \ - 's|^(screenshotsdir).*$$|\1=${DOCSDIR}/html|' \ - ${WRKSRC}/doc/screenshots/Makefile.in -.if !defined(WITH_FOX_APPLICATIONS) - @${REINPLACE_CMD} -E -e \ - 's,^(SUBDIRS.*)adie,\1,; \ - s,^(SUBDIRS.*)pathfinder,\1,; \ - s,^(SUBDIRS.*)calculator,\1,' \ - ${WRKSRC}/Makefile.in -.endif - -pre-everything:: -.if !defined(WITH_OPTIMIZED_CXXFLAGS) - @${ECHO_MSG} - @${ECHO_MSG} 'You can enable additional compilation optimizations' - @${ECHO_MSG} 'by defining WITH_OPTIMIZED_CXXFLAGS' -.endif -.if !defined(WITH_CUPS) - @${ECHO_MSG} - @${ECHO_MSG} 'You can enable CUPS support by defining WITH_CUPS' -.endif -.if !defined(WITH_DEBUG) - @${ECHO_MSG} - @${ECHO_MSG} 'You can build DEBUG support by defining WITH_DEBUG' -.endif -.if !defined(WITH_FOX_APPLICATIONS) - @${ECHO_MSG} - @${ECHO_MSG} 'You can install FOX sample applications by defining WITH_FOX_APPLICATIONS" -.endif -.if !defined(WITH_PROFILING) - @${ECHO_MSG} - @${ECHO_MSG} 'You can build PROFILING support by defining WITH_PROFILING' -.endif -.if !defined(WITHOUT_SHM) - @${ECHO_MSG} - @${ECHO_MSG} 'You can disable Shared Memory support by defining WITHOUT_SHM' -.endif - @${ECHO_MSG} - -.include <bsd.port.pre.mk> - -## -## Port conflict management -## -.if exists(${LOCALBASE}/lib/libFOX-1.0.so) -IGNORE= Conflict: this port is mutually exclusive with x11-toolkits/fox -.endif - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/fox14/distinfo b/x11-toolkits/fox14/distinfo deleted file mode 100644 index a9bdafad3f0b..000000000000 --- a/x11-toolkits/fox14/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (fox-1.1.41.tar.gz) = fa8e1762201fc867451036462f43512b diff --git a/x11-toolkits/fox14/files/patch-configure b/x11-toolkits/fox14/files/patch-configure deleted file mode 100644 index cd0f6671becd..000000000000 --- a/x11-toolkits/fox14/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Tue Feb 4 18:33:38 2003 -+++ configure Tue Feb 4 18:34:51 2003 -@@ -7498,7 +7498,7 @@ - if test "x$enable_release" = "xyes" ; then - CXXFLAGS="${CXXFLAGS} -O2 -DNDEBUG" - if test "${GXX}" = "yes" ; then --CXXFLAGS="${CXXFLAGS} -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations" -+CXXFLAGS="${CXXFLAGS} -Wuninitialized" - fi - fi - 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 8f30661fc9e4..000000000000 --- a/x11-toolkits/fox14/pkg-plist +++ /dev/null @@ -1,334 +0,0 @@ -%%APPS%%bin/PathFinder -%%APPS%%bin/adie -%%APPS%%bin/calculator -bin/reswrap -include/fox-1.1/FX4Splitter.h -include/fox-1.1/FXAccelTable.h -include/fox-1.1/FXApp.h -include/fox-1.1/FXArray.h -include/fox-1.1/FXArrowButton.h -include/fox-1.1/FXBMPIcon.h -include/fox-1.1/FXBMPImage.h -include/fox-1.1/FXBitmap.h -include/fox-1.1/FXButton.h -include/fox-1.1/FXBZStream.h -include/fox-1.1/FXCURCursor.h -include/fox-1.1/FXCanvas.h -include/fox-1.1/FXCharset.h -include/fox-1.1/FXCheckButton.h -include/fox-1.1/FXColorBar.h -include/fox-1.1/FXColorDialog.h -include/fox-1.1/FXColorSelector.h -include/fox-1.1/FXColorWell.h -include/fox-1.1/FXColorWheel.h -include/fox-1.1/FXComboBox.h -include/fox-1.1/FXComposite.h -include/fox-1.1/FXCursor.h -include/fox-1.1/FXDC.h -include/fox-1.1/FXDCPrint.h -include/fox-1.1/FXDCWindow.h -include/fox-1.1/FXDLL.h -include/fox-1.1/FXDataTarget.h -include/fox-1.1/FXDebugTarget.h -include/fox-1.1/FXDelegator.h -include/fox-1.1/FXDial.h -include/fox-1.1/FXDialogBox.h -include/fox-1.1/FXDict.h -include/fox-1.1/FXDirBox.h -include/fox-1.1/FXDirDialog.h -include/fox-1.1/FXDirList.h -include/fox-1.1/FXDirSelector.h -include/fox-1.1/FXDocument.h -include/fox-1.1/FXDragCorner.h -include/fox-1.1/FXDrawable.h -include/fox-1.1/FXDriveBox.h -include/fox-1.1/FXElement.h -include/fox-1.1/FXException.h -include/fox-1.1/FXFile.h -include/fox-1.1/FXFileDialog.h -include/fox-1.1/FXFileDict.h -include/fox-1.1/FXFileList.h -include/fox-1.1/FXFileSelector.h -include/fox-1.1/FXFileStream.h -include/fox-1.1/FXFoldingList.h -include/fox-1.1/FXFont.h -include/fox-1.1/FXFontDialog.h -include/fox-1.1/FXFontSelector.h -include/fox-1.1/FXFrame.h -include/fox-1.1/FXGIFCursor.h -include/fox-1.1/FXGIFIcon.h -include/fox-1.1/FXGIFImage.h -include/fox-1.1/FXGLCanvas.h -include/fox-1.1/FXGLCone.h -include/fox-1.1/FXGLContext.h -include/fox-1.1/FXGLCube.h -include/fox-1.1/FXGLCylinder.h -include/fox-1.1/FXGLObject.h -include/fox-1.1/FXGLShape.h -include/fox-1.1/FXGLSphere.h -include/fox-1.1/FXGLTriangleMesh.h -include/fox-1.1/FXGLViewer.h -include/fox-1.1/FXGLVisual.h -include/fox-1.1/FXGradientBar.h -include/fox-1.1/FXGroupBox.h -include/fox-1.1/FXGZStream.h -include/fox-1.1/FXHash.h -include/fox-1.1/FXHeader.h -include/fox-1.1/FXHorizontalFrame.h -include/fox-1.1/FXICOIcon.h -include/fox-1.1/FXICOImage.h -include/fox-1.1/FXIcon.h -include/fox-1.1/FXIconList.h -include/fox-1.1/FXId.h -include/fox-1.1/FXImage.h -include/fox-1.1/FXImageFrame.h -include/fox-1.1/FXImageView.h -include/fox-1.1/FXInputDialog.h -include/fox-1.1/FXJPGIcon.h -include/fox-1.1/FXJPGImage.h -include/fox-1.1/FXLabel.h -include/fox-1.1/FXList.h -include/fox-1.1/FXListBox.h -include/fox-1.1/FXMat3d.h -include/fox-1.1/FXMat3f.h -include/fox-1.1/FXMat4d.h -include/fox-1.1/FXMat4f.h -include/fox-1.1/FXMDIButton.h -include/fox-1.1/FXMDIChild.h -include/fox-1.1/FXMDIClient.h -include/fox-1.1/FXMainWindow.h -include/fox-1.1/FXMatrix.h -include/fox-1.1/FXMemoryStream.h -include/fox-1.1/FXMenuBar.h -include/fox-1.1/FXMenuButton.h -include/fox-1.1/FXMenuCaption.h -include/fox-1.1/FXMenuCascade.h -include/fox-1.1/FXMenuCheck.h -include/fox-1.1/FXMenuCommand.h -include/fox-1.1/FXMenuPane.h -include/fox-1.1/FXMenuRadio.h -include/fox-1.1/FXMenuSeparator.h -include/fox-1.1/FXMenuTitle.h -include/fox-1.1/FXMessageBox.h -include/fox-1.1/FXObject.h -include/fox-1.1/FXObjectList.h -include/fox-1.1/FXOptionMenu.h -include/fox-1.1/FXPCXIcon.h -include/fox-1.1/FXPCXImage.h -include/fox-1.1/FXPNGIcon.h -include/fox-1.1/FXPNGImage.h -include/fox-1.1/FXPPMIcon.h -include/fox-1.1/FXPPMImage.h -include/fox-1.1/FXPacker.h -include/fox-1.1/FXPicker.h -include/fox-1.1/FXPoint.h -include/fox-1.1/FXPopup.h -include/fox-1.1/FXPrintDialog.h -include/fox-1.1/FXProgressBar.h -include/fox-1.1/FXProgressDialog.h -include/fox-1.1/FXQuatd.h -include/fox-1.1/FXQuatf.h -include/fox-1.1/FXRGBIcon.h -include/fox-1.1/FXRGBImage.h -include/fox-1.1/FXRadioButton.h -include/fox-1.1/FXRange.h -include/fox-1.1/FXRealSpinner.h -include/fox-1.1/FXRecentFiles.h -include/fox-1.1/FXRectangle.h -include/fox-1.1/FXRegion.h -include/fox-1.1/FXRegistry.h -include/fox-1.1/FXReplaceDialog.h -include/fox-1.1/FXRex.h -include/fox-1.1/FXRootWindow.h -include/fox-1.1/FXRuler.h -include/fox-1.1/FXScrollArea.h -include/fox-1.1/FXScrollBar.h -include/fox-1.1/FXScrollWindow.h -include/fox-1.1/FXSearchDialog.h -include/fox-1.1/FXSeparator.h -include/fox-1.1/FXSettings.h -include/fox-1.1/FXShell.h -include/fox-1.1/FXShutter.h -include/fox-1.1/FXSize.h -include/fox-1.1/FXSlider.h -include/fox-1.1/FXSpinner.h -include/fox-1.1/FXSplitter.h -include/fox-1.1/FXStatusBar.h -include/fox-1.1/FXStatusLine.h -include/fox-1.1/FXStream.h -include/fox-1.1/FXString.h -include/fox-1.1/FXStringDict.h -include/fox-1.1/FXSwitcher.h -include/fox-1.1/FXTGAIcon.h -include/fox-1.1/FXTGAImage.h -include/fox-1.1/FXTIFIcon.h -include/fox-1.1/FXTIFImage.h -include/fox-1.1/FXTabBar.h -include/fox-1.1/FXTabBook.h -include/fox-1.1/FXTabItem.h -include/fox-1.1/FXTable.h -include/fox-1.1/FXText.h -include/fox-1.1/FXTextCodec.h -include/fox-1.1/FXTextField.h -include/fox-1.1/FXToggleButton.h -include/fox-1.1/FXToolBar.h -include/fox-1.1/FXToolBarGrip.h -include/fox-1.1/FXToolBarShell.h -include/fox-1.1/FXToolBarTab.h -include/fox-1.1/FXToolTip.h -include/fox-1.1/FXTopWindow.h -include/fox-1.1/FXTreeList.h -include/fox-1.1/FXTreeListBox.h -include/fox-1.1/FXTriStateButton.h -include/fox-1.1/FXURL.h -include/fox-1.1/FXUTF16Codec.h -include/fox-1.1/FXUTF32Codec.h -include/fox-1.1/FXUTF8Codec.h -include/fox-1.1/FXUndoList.h -include/fox-1.1/FXVec2d.h -include/fox-1.1/FXVec2f.h -include/fox-1.1/FXVec3d.h -include/fox-1.1/FXVec3f.h -include/fox-1.1/FXVec4d.h -include/fox-1.1/FXVec4f.h -include/fox-1.1/FXVerticalFrame.h -include/fox-1.1/FXVisual.h -include/fox-1.1/FXWString.h -include/fox-1.1/FXWindow.h -include/fox-1.1/FXWizard.h -include/fox-1.1/FXXBMIcon.h -include/fox-1.1/FXXBMImage.h -include/fox-1.1/FXXPMIcon.h -include/fox-1.1/FXXPMImage.h -include/fox-1.1/fx.h -include/fox-1.1/fx3d.h -include/fox-1.1/fxdefs.h -include/fox-1.1/fxkeys.h -include/fox-1.1/fxver.h -include/fox-1.1/xincs.h -include/fox-1.1/chart/FXChart.h -lib/libFOX-1.1.a -lib/libFOX-1.1.la -lib/libFOX-1.1.so -lib/libFOX-1.1.so.41 -%%PORTDOCS%%share/doc/fox/html/SbSScreen1.jpg -%%PORTDOCS%%share/doc/fox/html/SbSScreen1_small.jpg -%%PORTDOCS%%share/doc/fox/html/adie.html -%%PORTDOCS%%share/doc/fox/html/adie.jpg -%%PORTDOCS%%share/doc/fox/html/adie_colors.jpg -%%PORTDOCS%%share/doc/fox/html/adie_del.jpg -%%PORTDOCS%%share/doc/fox/html/adie_edit.jpg -%%PORTDOCS%%share/doc/fox/html/adie_font.jpg -%%PORTDOCS%%share/doc/fox/html/adie_lang.jpg -%%PORTDOCS%%share/doc/fox/html/adie_pat.jpg -%%PORTDOCS%%share/doc/fox/html/adie_style.jpg -%%PORTDOCS%%share/doc/fox/html/adie_syntax.jpg -%%PORTDOCS%%share/doc/fox/html/app.html -%%PORTDOCS%%share/doc/fox/html/arithmedrill-screenshot.png -%%PORTDOCS%%share/doc/fox/html/arithmedrill-screenshot_small.png -%%PORTDOCS%%share/doc/fox/html/bigpenguin.png -%%PORTDOCS%%share/doc/fox/html/calc.html -%%PORTDOCS%%share/doc/fox/html/colordialog.png -%%PORTDOCS%%share/doc/fox/html/datatarget.html -%%PORTDOCS%%share/doc/fox/html/dirdialog.png -%%PORTDOCS%%share/doc/fox/html/doc.html -%%PORTDOCS%%share/doc/fox/html/download.html -%%PORTDOCS%%share/doc/fox/html/doxygen.cfg -%%PORTDOCS%%share/doc/fox/html/draganddrop.html -%%PORTDOCS%%share/doc/fox/html/faq.html -%%PORTDOCS%%share/doc/fox/html/fifthplanet.jpg -%%PORTDOCS%%share/doc/fox/html/filedialog.png -%%PORTDOCS%%share/doc/fox/html/filefuncs.html -%%PORTDOCS%%share/doc/fox/html/focus.html -%%PORTDOCS%%share/doc/fox/html/fontdialog.png -%%PORTDOCS%%share/doc/fox/html/fonts.html -%%PORTDOCS%%share/doc/fox/html/footer.html -%%PORTDOCS%%share/doc/fox/html/foreword.html -%%PORTDOCS%%share/doc/fox/html/fox.html -%%PORTDOCS%%share/doc/fox/html/foxcalc.jpg -%%PORTDOCS%%share/doc/fox/html/foxcalc_prefdialog_01_small.jpg -%%PORTDOCS%%share/doc/fox/html/foxcalc_prefdialog_02_small.jpg -%%PORTDOCS%%share/doc/fox/html/foxcalc_prefdialog_03_small.jpg -%%PORTDOCS%%share/doc/fox/html/foxlogo.jpg -%%PORTDOCS%%share/doc/fox/html/foxlogo.png -%%PORTDOCS%%share/doc/fox/html/foxlogo_small.jpg -%%PORTDOCS%%share/doc/fox/html/foxstart.png -%%PORTDOCS%%share/doc/fox/html/freespeach.gif -%%PORTDOCS%%share/doc/fox/html/glview.png -%%PORTDOCS%%share/doc/fox/html/goals.html -%%PORTDOCS%%share/doc/fox/html/goggles.png -%%PORTDOCS%%share/doc/fox/html/guiupdate.html -%%PORTDOCS%%share/doc/fox/html/header.html -%%PORTDOCS%%share/doc/fox/html/home.html -%%PORTDOCS%%share/doc/fox/html/icons.html -%%PORTDOCS%%share/doc/fox/html/ill.gif -%%PORTDOCS%%share/doc/fox/html/ilr.gif -%%PORTDOCS%%share/doc/fox/html/innernerd.gif -%%PORTDOCS%%share/doc/fox/html/introduction.html -%%PORTDOCS%%share/doc/fox/html/iul.gif -%%PORTDOCS%%share/doc/fox/html/iur.gif -%%PORTDOCS%%share/doc/fox/html/layout.html -%%PORTDOCS%%share/doc/fox/html/license.html -%%PORTDOCS%%share/doc/fox/html/line.gif -%%PORTDOCS%%share/doc/fox/html/menu.css -%%PORTDOCS%%share/doc/fox/html/menu.html -%%PORTDOCS%%share/doc/fox/html/messages.html -%%PORTDOCS%%share/doc/fox/html/mouse.gif -%%PORTDOCS%%share/doc/fox/html/nerd_inside.gif -%%PORTDOCS%%share/doc/fox/html/news.html -%%PORTDOCS%%share/doc/fox/html/oldfox.html -%%PORTDOCS%%share/doc/fox/html/oll.gif -%%PORTDOCS%%share/doc/fox/html/olr.gif -%%PORTDOCS%%share/doc/fox/html/opengl_logo.png -%%PORTDOCS%%share/doc/fox/html/oul.gif -%%PORTDOCS%%share/doc/fox/html/oul_grey.gif -%%PORTDOCS%%share/doc/fox/html/our.gif -%%PORTDOCS%%share/doc/fox/html/page.css -%%PORTDOCS%%share/doc/fox/html/pathfinder.html -%%PORTDOCS%%share/doc/fox/html/pathfinder.png -%%PORTDOCS%%share/doc/fox/html/printdialog.png -%%PORTDOCS%%share/doc/fox/html/progress.png -%%PORTDOCS%%share/doc/fox/html/projects.html -%%PORTDOCS%%share/doc/fox/html/references.html -%%PORTDOCS%%share/doc/fox/html/registry.html -%%PORTDOCS%%share/doc/fox/html/replacedialog.png -%%PORTDOCS%%share/doc/fox/html/rex.html -%%PORTDOCS%%share/doc/fox/html/screenshots.html -%%PORTDOCS%%share/doc/fox/html/scribble.png -%%PORTDOCS%%share/doc/fox/html/searchdialog.png -%%PORTDOCS%%share/doc/fox/html/serialization.html -%%PORTDOCS%%share/doc/fox/html/sgitextedit.png -%%PORTDOCS%%share/doc/fox/html/slingerzbutton1.gif -%%PORTDOCS%%share/doc/fox/html/ss1.png -%%PORTDOCS%%share/doc/fox/html/ss1_small.png -%%PORTDOCS%%share/doc/fox/html/ss2.png -%%PORTDOCS%%share/doc/fox/html/ss2_small.png -%%PORTDOCS%%share/doc/fox/html/ss3.png -%%PORTDOCS%%share/doc/fox/html/ss3_small.png -%%PORTDOCS%%share/doc/fox/html/styles.css -%%PORTDOCS%%share/doc/fox/html/table.png -%%PORTDOCS%%share/doc/fox/html/timers.html -%%PORTDOCS%%share/doc/fox/html/top.html -%%PORTDOCS%%share/doc/fox/html/tux.jpg -%%PORTDOCS%%share/doc/fox/html/tux_small.jpg -%%PORTDOCS%%share/doc/fox/html/vorhour1.jpg -%%PORTDOCS%%share/doc/fox/html/vorhour1_small.jpg -%%PORTDOCS%%share/doc/fox/html/vorhour2.jpg -%%PORTDOCS%%share/doc/fox/html/vorhour2_small.jpg -%%PORTDOCS%%share/doc/fox/html/widgets.html -%%PORTDOCS%%share/doc/fox/html/win32-libraries.png -%%PORTDOCS%%share/doc/fox/html/win32-linkoutput.png -%%PORTDOCS%%share/doc/fox/html/win32-postbuild.png -%%PORTDOCS%%share/doc/fox/html/win32-preprocessor.png -%%PORTDOCS%%share/doc/fox/html/win32-project.png -%%PORTDOCS%%share/doc/fox/html/win32-tooloptions.png -%%PORTDOCS%%share/doc/fox/html/win32.html -%%PORTDOCS%%share/doc/fox/html/window.html -%%PORTDOCS%%share/doc/fox/html/wintextedit.png -%%PORTDOCS%%share/doc/fox/html/xfe.png -%%PORTDOCS%%share/doc/fox/html/xfe_small.png -%%PORTDOCS%%share/doc/fox/html/xml.html -%%PORTDOCS%%@dirrm share/doc/fox/html -%%PORTDOCS%%@dirrm share/doc/fox -@dirrm include/fox-1.1/chart -@dirrm include/fox-1.1 diff --git a/x11-toolkits/gtk-sharp-devel/Makefile b/x11-toolkits/gtk-sharp-devel/Makefile deleted file mode 100644 index 358742735671..000000000000 --- a/x11-toolkits/gtk-sharp-devel/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: gtk-sharp -# Date created: 2003-01-01 -# Whom: Juli Mallett -# -# $FreeBSD$ -# - -PORTNAME= gtk-sharp -PORTVERSION= 0.11 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= gtk-sharp - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Gtk+ and GNOME interfaces for the .NET runtime - -BROKEN= "Will not install: cannot find pqeasy.2" - -BUILD_DEPENDS+= mono:${PORTSDIR}/lang/mono -LIB_DEPENDS+= pqeasy.2:${PORTSDIR}/databases/postgresql72 - -# XXX Should conditionalise all the different parts of gtk# maybe. - -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -USE_GMAKE= yes -USE_GNOME= libgda2 libgnomeui libgnomedb -MAKEFILE= makefile - -.include <bsd.port.mk> diff --git a/x11-toolkits/gtk-sharp-devel/distinfo b/x11-toolkits/gtk-sharp-devel/distinfo deleted file mode 100644 index 260437f3f291..000000000000 --- a/x11-toolkits/gtk-sharp-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gtk-sharp-0.11.tar.gz) = c8375382ca7af9fc26f05d17db9df330 diff --git a/x11-toolkits/gtk-sharp-devel/files/patch-configure b/x11-toolkits/gtk-sharp-devel/files/patch-configure deleted file mode 100644 index 110ef9d6a040..000000000000 --- a/x11-toolkits/gtk-sharp-devel/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Wed Jan 1 18:58:20 2003 -+++ configure Wed Jan 1 18:58:45 2003 -@@ -5647,6 +5647,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/gtk-sharp-devel/files/patch-sample_Makefile.in b/x11-toolkits/gtk-sharp-devel/files/patch-sample_Makefile.in deleted file mode 100644 index d393c828bdfb..000000000000 --- a/x11-toolkits/gtk-sharp-devel/files/patch-sample_Makefile.in +++ /dev/null @@ -1,23 +0,0 @@ ---- sample/Makefile.in.orig Sun Jan 26 15:46:02 2003 -+++ sample/Makefile.in Sun Jan 26 15:46:28 2003 -@@ -19,7 +19,6 @@ - $(CSC) /unsafe /out:button.exe /r:../glib/glib-sharp.dll /r:../gtk/gtk-sharp.dll ButtonApp.cs - - linux: gtk-hello-world.exe button.exe subclass.exe menu.exe size.exe scribble.exe treeviewdemo.exe $(GNOME_TARGETS) $(GLADE_TARGETS) --@ENABLE_GNOME_TRUE@ $(MAKE) -C gconf - - gtk-hello-world.exe: HelloWorld.cs - $(MCS) --unsafe -o gtk-hello-world.exe $(local_paths) $(all_assemblies) HelloWorld.cs -@@ -59,11 +58,9 @@ - - clean: - rm -f *.exe --@ENABLE_GNOME_TRUE@ $(MAKE) -C gconf clean - - unix: - @echo "'make unix' is broken for now." - - install: linux --@ENABLE_GNOME_TRUE@ $(MAKE) -C gconf install -- -+ @true diff --git a/x11-toolkits/gtk-sharp-devel/pkg-descr b/x11-toolkits/gtk-sharp-devel/pkg-descr deleted file mode 100644 index 0f050b1bc9dc..000000000000 --- a/x11-toolkits/gtk-sharp-devel/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Gtk# is a port of Gtk+ 2 to the .NET runtime, written in C#. It provides -access to both basic parts of Gtk+ and other parts of the GNOME development -environment. - -WWW: http://gtk-sharp.sf.net/ diff --git a/x11-toolkits/gtk-sharp-devel/pkg-plist b/x11-toolkits/gtk-sharp-devel/pkg-plist deleted file mode 100644 index 51e71524480b..000000000000 --- a/x11-toolkits/gtk-sharp-devel/pkg-plist +++ /dev/null @@ -1,35 +0,0 @@ -bin/gapi.pl -bin/gapi2xml.pl -bin/gapi_codegen.exe -bin/gapi_format_xml -bin/gapi_pp.pl -bin/gconfsharp-schemagen -bin/gconfsharp-schemagen.exe -lib/art-sharp.dll -lib/atk-sharp.dll -lib/gconf-sharp-peditors.dll -lib/gconf-sharp.dll -lib/gda-sharp.dll -lib/gdk-sharp.dll -lib/glade-sharp.dll -lib/glib-sharp.dll -lib/gnome-sharp.dll -lib/gnomedb-sharp.dll -lib/gtk-sharp.dll -lib/libgtksharpglue.so -lib/pango-sharp.dll -share/gapi/art-api.xml -share/gapi/atk-api.xml -share/gapi/gda-api.xml -share/gapi/gdk-api.xml -share/gapi/gdk-symbols.xml -share/gapi/glade-api.xml -share/gapi/gnome-api.xml -share/gapi/gnomedb-api.xml -share/gapi/gst-api.xml -share/gapi/gtk-api.xml -share/gapi/gtk-symbols.xml -share/gapi/pango-api.xml -share/perl5/GAPI/Metadata.pm -@dirrm share/perl5/GAPI -@dirrm share/gapi diff --git a/x11-toolkits/gtk-sharp10/Makefile b/x11-toolkits/gtk-sharp10/Makefile deleted file mode 100644 index 358742735671..000000000000 --- a/x11-toolkits/gtk-sharp10/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: gtk-sharp -# Date created: 2003-01-01 -# Whom: Juli Mallett -# -# $FreeBSD$ -# - -PORTNAME= gtk-sharp -PORTVERSION= 0.11 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= gtk-sharp - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Gtk+ and GNOME interfaces for the .NET runtime - -BROKEN= "Will not install: cannot find pqeasy.2" - -BUILD_DEPENDS+= mono:${PORTSDIR}/lang/mono -LIB_DEPENDS+= pqeasy.2:${PORTSDIR}/databases/postgresql72 - -# XXX Should conditionalise all the different parts of gtk# maybe. - -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -USE_GMAKE= yes -USE_GNOME= libgda2 libgnomeui libgnomedb -MAKEFILE= makefile - -.include <bsd.port.mk> diff --git a/x11-toolkits/gtk-sharp10/distinfo b/x11-toolkits/gtk-sharp10/distinfo deleted file mode 100644 index 260437f3f291..000000000000 --- a/x11-toolkits/gtk-sharp10/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gtk-sharp-0.11.tar.gz) = c8375382ca7af9fc26f05d17db9df330 diff --git a/x11-toolkits/gtk-sharp10/files/patch-configure b/x11-toolkits/gtk-sharp10/files/patch-configure deleted file mode 100644 index 110ef9d6a040..000000000000 --- a/x11-toolkits/gtk-sharp10/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Wed Jan 1 18:58:20 2003 -+++ configure Wed Jan 1 18:58:45 2003 -@@ -5647,6 +5647,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/gtk-sharp10/files/patch-sample_Makefile.in b/x11-toolkits/gtk-sharp10/files/patch-sample_Makefile.in deleted file mode 100644 index d393c828bdfb..000000000000 --- a/x11-toolkits/gtk-sharp10/files/patch-sample_Makefile.in +++ /dev/null @@ -1,23 +0,0 @@ ---- sample/Makefile.in.orig Sun Jan 26 15:46:02 2003 -+++ sample/Makefile.in Sun Jan 26 15:46:28 2003 -@@ -19,7 +19,6 @@ - $(CSC) /unsafe /out:button.exe /r:../glib/glib-sharp.dll /r:../gtk/gtk-sharp.dll ButtonApp.cs - - linux: gtk-hello-world.exe button.exe subclass.exe menu.exe size.exe scribble.exe treeviewdemo.exe $(GNOME_TARGETS) $(GLADE_TARGETS) --@ENABLE_GNOME_TRUE@ $(MAKE) -C gconf - - gtk-hello-world.exe: HelloWorld.cs - $(MCS) --unsafe -o gtk-hello-world.exe $(local_paths) $(all_assemblies) HelloWorld.cs -@@ -59,11 +58,9 @@ - - clean: - rm -f *.exe --@ENABLE_GNOME_TRUE@ $(MAKE) -C gconf clean - - unix: - @echo "'make unix' is broken for now." - - install: linux --@ENABLE_GNOME_TRUE@ $(MAKE) -C gconf install -- -+ @true diff --git a/x11-toolkits/gtk-sharp10/pkg-descr b/x11-toolkits/gtk-sharp10/pkg-descr deleted file mode 100644 index 0f050b1bc9dc..000000000000 --- a/x11-toolkits/gtk-sharp10/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Gtk# is a port of Gtk+ 2 to the .NET runtime, written in C#. It provides -access to both basic parts of Gtk+ and other parts of the GNOME development -environment. - -WWW: http://gtk-sharp.sf.net/ diff --git a/x11-toolkits/gtk-sharp10/pkg-plist b/x11-toolkits/gtk-sharp10/pkg-plist deleted file mode 100644 index 51e71524480b..000000000000 --- a/x11-toolkits/gtk-sharp10/pkg-plist +++ /dev/null @@ -1,35 +0,0 @@ -bin/gapi.pl -bin/gapi2xml.pl -bin/gapi_codegen.exe -bin/gapi_format_xml -bin/gapi_pp.pl -bin/gconfsharp-schemagen -bin/gconfsharp-schemagen.exe -lib/art-sharp.dll -lib/atk-sharp.dll -lib/gconf-sharp-peditors.dll -lib/gconf-sharp.dll -lib/gda-sharp.dll -lib/gdk-sharp.dll -lib/glade-sharp.dll -lib/glib-sharp.dll -lib/gnome-sharp.dll -lib/gnomedb-sharp.dll -lib/gtk-sharp.dll -lib/libgtksharpglue.so -lib/pango-sharp.dll -share/gapi/art-api.xml -share/gapi/atk-api.xml -share/gapi/gda-api.xml -share/gapi/gdk-api.xml -share/gapi/gdk-symbols.xml -share/gapi/glade-api.xml -share/gapi/gnome-api.xml -share/gapi/gnomedb-api.xml -share/gapi/gst-api.xml -share/gapi/gtk-api.xml -share/gapi/gtk-symbols.xml -share/gapi/pango-api.xml -share/perl5/GAPI/Metadata.pm -@dirrm share/perl5/GAPI -@dirrm share/gapi diff --git a/x11-toolkits/gtk-sharp20/Makefile b/x11-toolkits/gtk-sharp20/Makefile deleted file mode 100644 index 358742735671..000000000000 --- a/x11-toolkits/gtk-sharp20/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: gtk-sharp -# Date created: 2003-01-01 -# Whom: Juli Mallett -# -# $FreeBSD$ -# - -PORTNAME= gtk-sharp -PORTVERSION= 0.11 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= gtk-sharp - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Gtk+ and GNOME interfaces for the .NET runtime - -BROKEN= "Will not install: cannot find pqeasy.2" - -BUILD_DEPENDS+= mono:${PORTSDIR}/lang/mono -LIB_DEPENDS+= pqeasy.2:${PORTSDIR}/databases/postgresql72 - -# XXX Should conditionalise all the different parts of gtk# maybe. - -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -USE_GMAKE= yes -USE_GNOME= libgda2 libgnomeui libgnomedb -MAKEFILE= makefile - -.include <bsd.port.mk> diff --git a/x11-toolkits/gtk-sharp20/distinfo b/x11-toolkits/gtk-sharp20/distinfo deleted file mode 100644 index 260437f3f291..000000000000 --- a/x11-toolkits/gtk-sharp20/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gtk-sharp-0.11.tar.gz) = c8375382ca7af9fc26f05d17db9df330 diff --git a/x11-toolkits/gtk-sharp20/files/patch-configure b/x11-toolkits/gtk-sharp20/files/patch-configure deleted file mode 100644 index 110ef9d6a040..000000000000 --- a/x11-toolkits/gtk-sharp20/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Wed Jan 1 18:58:20 2003 -+++ configure Wed Jan 1 18:58:45 2003 -@@ -5647,6 +5647,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/gtk-sharp20/files/patch-sample_Makefile.in b/x11-toolkits/gtk-sharp20/files/patch-sample_Makefile.in deleted file mode 100644 index d393c828bdfb..000000000000 --- a/x11-toolkits/gtk-sharp20/files/patch-sample_Makefile.in +++ /dev/null @@ -1,23 +0,0 @@ ---- sample/Makefile.in.orig Sun Jan 26 15:46:02 2003 -+++ sample/Makefile.in Sun Jan 26 15:46:28 2003 -@@ -19,7 +19,6 @@ - $(CSC) /unsafe /out:button.exe /r:../glib/glib-sharp.dll /r:../gtk/gtk-sharp.dll ButtonApp.cs - - linux: gtk-hello-world.exe button.exe subclass.exe menu.exe size.exe scribble.exe treeviewdemo.exe $(GNOME_TARGETS) $(GLADE_TARGETS) --@ENABLE_GNOME_TRUE@ $(MAKE) -C gconf - - gtk-hello-world.exe: HelloWorld.cs - $(MCS) --unsafe -o gtk-hello-world.exe $(local_paths) $(all_assemblies) HelloWorld.cs -@@ -59,11 +58,9 @@ - - clean: - rm -f *.exe --@ENABLE_GNOME_TRUE@ $(MAKE) -C gconf clean - - unix: - @echo "'make unix' is broken for now." - - install: linux --@ENABLE_GNOME_TRUE@ $(MAKE) -C gconf install -- -+ @true diff --git a/x11-toolkits/gtk-sharp20/pkg-descr b/x11-toolkits/gtk-sharp20/pkg-descr deleted file mode 100644 index 0f050b1bc9dc..000000000000 --- a/x11-toolkits/gtk-sharp20/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Gtk# is a port of Gtk+ 2 to the .NET runtime, written in C#. It provides -access to both basic parts of Gtk+ and other parts of the GNOME development -environment. - -WWW: http://gtk-sharp.sf.net/ diff --git a/x11-toolkits/gtk-sharp20/pkg-plist b/x11-toolkits/gtk-sharp20/pkg-plist deleted file mode 100644 index 51e71524480b..000000000000 --- a/x11-toolkits/gtk-sharp20/pkg-plist +++ /dev/null @@ -1,35 +0,0 @@ -bin/gapi.pl -bin/gapi2xml.pl -bin/gapi_codegen.exe -bin/gapi_format_xml -bin/gapi_pp.pl -bin/gconfsharp-schemagen -bin/gconfsharp-schemagen.exe -lib/art-sharp.dll -lib/atk-sharp.dll -lib/gconf-sharp-peditors.dll -lib/gconf-sharp.dll -lib/gda-sharp.dll -lib/gdk-sharp.dll -lib/glade-sharp.dll -lib/glib-sharp.dll -lib/gnome-sharp.dll -lib/gnomedb-sharp.dll -lib/gtk-sharp.dll -lib/libgtksharpglue.so -lib/pango-sharp.dll -share/gapi/art-api.xml -share/gapi/atk-api.xml -share/gapi/gda-api.xml -share/gapi/gdk-api.xml -share/gapi/gdk-symbols.xml -share/gapi/glade-api.xml -share/gapi/gnome-api.xml -share/gapi/gnomedb-api.xml -share/gapi/gst-api.xml -share/gapi/gtk-api.xml -share/gapi/gtk-symbols.xml -share/gapi/pango-api.xml -share/perl5/GAPI/Metadata.pm -@dirrm share/perl5/GAPI -@dirrm share/gapi diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile deleted file mode 100644 index 7175edd44fb5..000000000000 --- a/x11-toolkits/gtk30/Makefile +++ /dev/null @@ -1,73 +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.2.4 -PORTREVISION= 1 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/2.2,} \ - ftp://ftp.gtk.org/pub/gtk/v2.2/ \ - 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 - -.if defined(WITH_DROPSHADOW) -PATCH_SITES= ${MASTER_SITE_SOURCEFORGE} -PATCH_SITE_SUBDIR= xfce -PATCHFILES= gtk+-menushadow.patch -PATCH_DIST_STRIP= -p1 -.endif - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Gimp Toolkit for X11 GUI (current stable version) - -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff \ - jpeg.9:${PORTSDIR}/graphics/jpeg - -USE_BZIP2= yes -LATEST_LINK= gtk20 -USE_X_PREFIX= yes -USE_XPM= yes -USE_REINPLACE= yes -USE_PERL5= yes -INSTALLS_SHLIB= yes -USE_LIBTOOL= yes -USE_GNOME= gnomehack atk pango -CONFIGURE_ARGS= --enable-static --with-xinput=yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ - -I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" -PLIST_SUB= GTK_VERSION="2.2.0" - -MAN1= gdk-pixbuf-csource.1 - -pre-everything:: -.if !defined(WITH_DROPSHADOW) - @${ECHO_MSG} - @${ECHO_MSG} "If you want to compile with experimental menu dropshadow patch, - @${ECHO_MSG} "hit Ctrl-C right now and use make \"WITH_DROPSHADOW=yes\"" - @${ECHO_MSG} "NOTE: This option is not supported by FreeBSD GNOME Team." - @${ECHO_MSG} "Please, don't bug us if it doesn't work or build broken." - @${ECHO_MSG} -.endif - -post-patch: - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${GREP} -l lgmodule | \ - ${XARGS} ${REINPLACE_CMD} -e 's|-lgmodule|@GMODULE_LIBS@|g' - @${REINPLACE_CMD} -e 's|[{]libdir[}]/locale|{datadir}/locale|g' \ - ${WRKSRC}/configure - -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 5b3dc09b58e1..000000000000 --- a/x11-toolkits/gtk30/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/gtk+-2.2.4.tar.bz2) = 605332199533e73bc6eec481fb4f1671 -MD5 (gnome2/gtk+-menushadow.patch) = 5e02af6c81df2c312c569b40bea129ba 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 f195f07b43c6..000000000000 --- a/x11-toolkits/gtk30/files/patch-ae +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Wed Dec 11 18:31:51 2002 -+++ configure Thu Dec 12 12:07:17 2002 -@@ -7414,6 +7414,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/gtk30/files/patch-ag b/x11-toolkits/gtk30/files/patch-ag deleted file mode 100644 index c4879a292522..000000000000 --- a/x11-toolkits/gtk30/files/patch-ag +++ /dev/null @@ -1,19 +0,0 @@ ---- gtk/Makefile.in.orig Sat May 3 02:43:20 2003 -+++ gtk/Makefile.in Sat May 3 02:46:30 2003 -@@ -175,7 +175,7 @@ - -DG_LOG_DOMAIN=\"Gtk\" \ - -DGTK_LIBDIR=\"$(libdir)\" \ - -DGTK_DATA_PREFIX=\"$(prefix)\" \ -- -DGTK_SYSCONFDIR=\"$(sysconfdir)\" \ -+ -DGTK_SYSCONFDIR=\"$(datadir)/themes/Default/gtk-2.0\" \ - -DGTK_VERSION=\"@GTK_VERSION@\" \ - -DGTK_BINARY_VERSION=\"@GTK_BINARY_VERSION@\" \ - -DGTK_HOST=\"@host@\" \ -@@ -651,6 +651,7 @@ - TEST_DEPS = $(DEPS) gtk.immodules - - LDADDS = @STRIP_BEGIN@ \ -+ $(GLIB_LIBS) \ - $(gtktargetlib) \ - $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la \ - $(top_builddir)/gdk/$(gdktargetlib) \ 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/files/patch-gdk-pixbuf_Makefile.in b/x11-toolkits/gtk30/files/patch-gdk-pixbuf_Makefile.in deleted file mode 100644 index fa3e1270f1b2..000000000000 --- a/x11-toolkits/gtk30/files/patch-gdk-pixbuf_Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- gdk-pixbuf/Makefile.in.orig Sat May 3 02:51:31 2003 -+++ gdk-pixbuf/Makefile.in Sat May 3 02:51:59 2003 -@@ -384,7 +384,9 @@ - - - AM_CPPFLAGS = "-DPIXBUF_LIBDIR=\"$(loaderdir)\"" "-DBUILT_MODULES_DIR=\"$(srcdir)/.libs\"" --LDADDS = libgdk_pixbuf-$(GTK_API_VERSION).la -+LDADDS = \ -+ $(GLIB_LIBS) \ -+ libgdk_pixbuf-$(GTK_API_VERSION).la - - noinst_PROGRAMS = test-gdk-pixbuf - test_gdk_pixbuf_LDADD = $(LDADDS) 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 07e8ff08f981..000000000000 --- a/x11-toolkits/gtk30/pkg-plist +++ /dev/null @@ -1,311 +0,0 @@ -bin/gdk-pixbuf-csource -bin/gtk-query-immodules-2.0 -bin/gdk-pixbuf-query-loaders -etc/gtk-2.0/gdk-pixbuf.loaders -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-animation.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-io.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/gdkdisplay.h -include/gtk-2.0/gdk/gdkdisplaymanager.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/gdkscreen.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-ani.so -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-cedilla.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.200 -lib/libgdk_pixbuf-2.0.a -lib/libgdk_pixbuf-2.0.so -lib/libgdk_pixbuf-2.0.so.200 -lib/libgdk_pixbuf_xlib-2.0.a -lib/libgdk_pixbuf_xlib-2.0.so -lib/libgdk_pixbuf_xlib-2.0.so.200 -lib/libgtk-x11-2.0.a -lib/libgtk-x11-2.0.so -lib/libgtk-x11-2.0.so.200 -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_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/id/LC_MESSAGES/gtk20.mo -share/locale/is/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/mk/LC_MESSAGES/gtk20.mo -share/locale/ml/LC_MESSAGES/gtk20.mo -share/locale/mn/LC_MESSAGES/gtk20.mo -share/locale/ms/LC_MESSAGES/gtk20.mo -share/locale/ne/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/sr/LC_MESSAGES/gtk20.mo -share/locale/sr@Latn/LC_MESSAGES/gtk20.mo -share/locale/sq/LC_MESSAGES/gtk20.mo -share/locale/sv/LC_MESSAGES/gtk20.mo -share/locale/ta/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/yi/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 -@unexec /bin/rmdir %D/share/themes 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 230fecc82773..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 -COMMENT= Gtk binding for Ada - -BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat - -SHLIB_VERSION= ${PORTVERSION:S/1.2.//} - -USE_MESA= yes -USE_X_PREFIX= 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-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 2faa7fb455e6..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/gtkdatabox/download/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Display large amounts of numerical data fast and easy - -USE_X_PREFIX= 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-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 3a275f88e4f3..000000000000 --- a/x11-toolkits/gtkextra2/Makefile +++ /dev/null @@ -1,25 +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} -MASTER_SITE_SUBDIR= scigraphica -DISTNAME= ${PORTNAME:S/gtk/gtk+/}-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A useful widget set complementary to GTK+ - -USE_X_PREFIX= yes -USE_LIBTOOL= 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-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 8879e321eda5..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 -COMMENT= C++ wrapper for gtk, a x11 graphics library - -LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++ -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GMAKE= 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-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 bb307e661916..000000000000 --- a/x11-toolkits/gtkmm20/Makefile +++ /dev/null @@ -1,49 +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.2.8 -PORTREVISION= 1 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_GNOME} \ - ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.2 \ - gtkmm -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= C++ wrapper for Gtk+, Pango, Atk, and Glib - -LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_BZIP2= yes -USE_X_PREFIX= yes -LATEST_LINK= gtkmm2 -USE_GMAKE= yes -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -USE_REINPLACE= yes -USE_GNOME= gnomehack gtk20 -CONFIGURE_ARGS= --enable-static=yes \ - --with-sigc-prefix=${LOCALBASE} - -.if defined(WITH_EXAMPLES) -PLIST_SUB+= EXAMPLES="" -.else -PLIST_SUB+= EXAMPLES="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e '/^SUBDIRS =/s/tests//' \ - ${WRKSRC}/Makefile.in -.if !defined(WITH_EXAMPLES) - @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ - ${WRKSRC}/Makefile.in -.endif - -.include <bsd.port.mk> diff --git a/x11-toolkits/gtkmm20/distinfo b/x11-toolkits/gtkmm20/distinfo deleted file mode 100644 index cf8a1774d78f..000000000000 --- a/x11-toolkits/gtkmm20/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnome2/gtkmm-2.2.8.tar.bz2) = fa9aabae3a84d3aaee53f5ff96a46cdc 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/files/patch-gtk_gtkmm_treeviewcolumn.h b/x11-toolkits/gtkmm20/files/patch-gtk_gtkmm_treeviewcolumn.h deleted file mode 100644 index 0927f4126bbe..000000000000 --- a/x11-toolkits/gtkmm20/files/patch-gtk_gtkmm_treeviewcolumn.h +++ /dev/null @@ -1,20 +0,0 @@ ---- gtk/gtkmm/treeviewcolumn.h.orig Mon Jul 21 14:45:01 2003 -+++ gtk/gtkmm/treeviewcolumn.h Mon Jul 21 14:45:28 2003 -@@ -577,7 +577,7 @@ - void TreeViewColumn::pack_start(const TreeModelColumn<T_ModelColumnType>& column, bool expand) - { - //Generate appropriate Renderer for the column: -- CellRenderer* pCellRenderer = manage( TreeViewColumn_CellRendererGeneration::generate_cellrenderer<T_ModelColumnType>() ); -+ CellRenderer* pCellRenderer = manage( TreeViewColumn_CellRendererGeneration::generate_cellrenderer<T_ModelColumnType>(false) ); - - //Use the renderer: - pack_start(*pCellRenderer, expand); -@@ -588,7 +588,7 @@ - void TreeViewColumn::pack_end(const TreeModelColumn<T_ModelColumnType>& column, bool expand) - { - //Generate appropriate Renderer for the column: -- CellRenderer* pCellRenderer= manage( TreeViewColumn_CellRendererGeneration::generate_cellrenderer<T_ModelColumnType>() ); -+ CellRenderer* pCellRenderer= manage( TreeViewColumn_CellRendererGeneration::generate_cellrenderer<T_ModelColumnType>(false) ); - - //Use the renderer: - pack_end(*pCellRenderer, expand); diff --git a/x11-toolkits/gtkmm20/pkg-descr b/x11-toolkits/gtkmm20/pkg-descr deleted file mode 100644 index 3d8c48095f16..000000000000 --- a/x11-toolkits/gtkmm20/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -C++ wrapper for Gtk+, Pango, Atk, and Glib. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/x11-toolkits/gtkmm20/pkg-plist b/x11-toolkits/gtkmm20/pkg-plist deleted file mode 100644 index b17c07bbe456..000000000000 --- a/x11-toolkits/gtkmm20/pkg-plist +++ /dev/null @@ -1,2395 +0,0 @@ -include/gtkmm-2.0/atkmm.h -include/gtkmm-2.0/atkmm/action.h -include/gtkmm-2.0/atkmm/component.h -include/gtkmm-2.0/atkmm/editabletext.h -include/gtkmm-2.0/atkmm/image.h -include/gtkmm-2.0/atkmm/noopobject.h -include/gtkmm-2.0/atkmm/object.h -include/gtkmm-2.0/atkmm/objectaccessible.h -include/gtkmm-2.0/atkmm/private/action_p.h -include/gtkmm-2.0/atkmm/private/component_p.h -include/gtkmm-2.0/atkmm/private/editabletext_p.h -include/gtkmm-2.0/atkmm/private/image_p.h -include/gtkmm-2.0/atkmm/private/noopobject_p.h -include/gtkmm-2.0/atkmm/private/object_p.h -include/gtkmm-2.0/atkmm/private/objectaccessible_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/selection_p.h -include/gtkmm-2.0/atkmm/private/stateset_p.h -include/gtkmm-2.0/atkmm/private/table_p.h -include/gtkmm-2.0/atkmm/private/text_p.h -include/gtkmm-2.0/atkmm/private/value_p.h -include/gtkmm-2.0/atkmm/relation.h -include/gtkmm-2.0/atkmm/relationset.h -include/gtkmm-2.0/atkmm/selection.h -include/gtkmm-2.0/atkmm/stateset.h -include/gtkmm-2.0/atkmm/table.h -include/gtkmm-2.0/atkmm/text.h -include/gtkmm-2.0/atkmm/value.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/device.h -include/gtkmm-2.0/gdkmm/display.h -include/gtkmm-2.0/gdkmm/displaymanager.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/device_p.h -include/gtkmm-2.0/gdkmm/private/display_p.h -include/gtkmm-2.0/gdkmm/private/displaymanager_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/screen_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/screen.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/markup.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/markup_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/stringutils.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/clipboard_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/selectiondata_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/treemodelsort_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/selectiondata.h -include/gtkmm-2.0/gtkmm/selectiondata_private.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/treemodelsort.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.6 -lib/libgdkmm-2.0.a -lib/libgdkmm-2.0.so -lib/libgdkmm-2.0.so.6 -lib/libglibmm-2.0.a -lib/libglibmm-2.0.so -lib/libglibmm-2.0.so.6 -lib/libgtkmm-2.0.a -lib/libgtkmm-2.0.so -lib/libgtkmm-2.0.so.6 -lib/libgtkmm_generate_extra_defs-2.0.a -lib/libgtkmm_generate_extra_defs-2.0.so -lib/libgtkmm_generate_extra_defs-2.0.so.6 -lib/libpangomm-1.0.a -lib/libpangomm-1.0.so -lib/libpangomm-1.0.so.6 -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/docs/FAQ/html/index.html -share/doc/gtkmm-2.0/docs/images/gtkmm_logo.gif -share/doc/gtkmm-2.0/docs/images/top.gif -share/doc/gtkmm-2.0/docs/index.html -share/doc/gtkmm-2.0/docs/reference/html/accelgroup_8h.html -share/doc/gtkmm-2.0/docs/reference/html/accelkey_8h.html -share/doc/gtkmm-2.0/docs/reference/html/accellabel_8h.html -share/doc/gtkmm-2.0/docs/reference/html/accelmap_8h.html -share/doc/gtkmm-2.0/docs/reference/html/action_8h.html -share/doc/gtkmm-2.0/docs/reference/html/adjustment_8h.html -share/doc/gtkmm-2.0/docs/reference/html/alignment_8h.html -share/doc/gtkmm-2.0/docs/reference/html/annotated.html -share/doc/gtkmm-2.0/docs/reference/html/arrayhandle_8h.html -share/doc/gtkmm-2.0/docs/reference/html/arrow_8h.html -share/doc/gtkmm-2.0/docs/reference/html/aspectframe_8h.html -share/doc/gtkmm-2.0/docs/reference/html/atk_2atkmm_2image_8h.html -share/doc/gtkmm-2.0/docs/reference/html/atk_2atkmm_2object_8h.html -share/doc/gtkmm-2.0/docs/reference/html/atk_2atkmm_2table_8h.html -share/doc/gtkmm-2.0/docs/reference/html/atk_2atkmm_2value_8h.html -share/doc/gtkmm-2.0/docs/reference/html/attributes_8h.html -share/doc/gtkmm-2.0/docs/reference/html/attriter_8h.html -share/doc/gtkmm-2.0/docs/reference/html/attrlist_8h.html -share/doc/gtkmm-2.0/docs/reference/html/base_8h.html -share/doc/gtkmm-2.0/docs/reference/html/bin_8h.html -share/doc/gtkmm-2.0/docs/reference/html/bitmap_8h.html -share/doc/gtkmm-2.0/docs/reference/html/book_2buttons_2button_2buttons_8h-example.html -share/doc/gtkmm-2.0/docs/reference/html/box_8h.html -share/doc/gtkmm-2.0/docs/reference/html/button_8h.html -share/doc/gtkmm-2.0/docs/reference/html/buttonbox_8h.html -share/doc/gtkmm-2.0/docs/reference/html/calendar_8h.html -share/doc/gtkmm-2.0/docs/reference/html/celleditable_8h.html -share/doc/gtkmm-2.0/docs/reference/html/cellrenderer_8h.html -share/doc/gtkmm-2.0/docs/reference/html/cellrendererpixbuf_8h.html -share/doc/gtkmm-2.0/docs/reference/html/cellrenderertext_8h.html -share/doc/gtkmm-2.0/docs/reference/html/cellrenderertoggle_8h.html -share/doc/gtkmm-2.0/docs/reference/html/checkbutton_8h.html -share/doc/gtkmm-2.0/docs/reference/html/checkmenuitem_8h.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Action-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Action.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Action__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Attribute-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Attribute.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Component-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Component.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Component__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1EditableText-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1EditableText.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1EditableText__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Image-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Image.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Image__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1NoOpObject-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1NoOpObject.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1NoOpObject__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Object-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Object.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1ObjectAccessible-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1ObjectAccessible.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1ObjectAccessible__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Object__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Relation-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Relation.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1RelationSet-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1RelationSet.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1RelationSet__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Relation__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Selection-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Selection.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Selection__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1StateSet-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1StateSet.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1StateSet__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Table-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Table.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Table__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Text-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Text.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1TextAttribute-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1TextAttribute.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Text__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Value-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Value.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Value__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGTimeVal.html -share/doc/gtkmm-2.0/docs/reference/html/classGTimeVal__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Bitmap-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Bitmap.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Bitmap__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Color-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Color.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Colormap-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Colormap.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Colormap__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Cursor-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Cursor.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Device-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Device.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Device__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Display-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Display.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1DisplayManager-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1DisplayManager.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1DisplayManager__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Display__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1DragContext-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1DragContext.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1DragContext__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Drawable-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Drawable.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Drawable__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Event-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Event.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1GC-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1GC.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1GC__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Image-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Image.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Image__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Pixbuf-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Pixbuf.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufAnimation-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufAnimation.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufAnimationIter-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufAnimationIter.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufAnimationIter__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufAnimation__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufError-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufError.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufError__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufLoader-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufLoader.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufLoader__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Pixbuf__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Pixmap-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Pixmap.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Pixmap__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Point-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Point.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Rectangle-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Rectangle.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Region-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Region.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1RgbCmap-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1RgbCmap.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Screen-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Screen.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Screen__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Visual-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Visual.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Visual__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Window-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Window.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Window__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ArrayHandle-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ArrayHandle.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Cond-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Cond.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Container__Helpers_1_1ArrayHandleIterator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Container__Helpers_1_1ArrayHandleIterator.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Container__Helpers_1_1ListHandleIterator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Container__Helpers_1_1ListHandleIterator.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Container__Helpers_1_1SListHandleIterator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Container__Helpers_1_1SListHandleIterator.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ConvertError-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ConvertError.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ConvertError__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Date-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Date.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Dir-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Dir.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1DirIterator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1DirIterator.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Dispatcher-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Dispatcher.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Error-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Error.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Error__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Exception-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Exception.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Exception__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1FileError-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1FileError.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1FileError__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1HelperList-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1HelperList.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IConv-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IConv.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOChannel-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOChannel.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOChannelError-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOChannelError.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOChannelError__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOChannel__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOSource-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOSource.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOSource__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IdleSource-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IdleSource.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IdleSource__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Interface-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Interface.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Interface__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ListHandle-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ListHandle.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1MainContext-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1MainContext.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1MainLoop-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1MainLoop.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1MarkupError-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1MarkupError.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1MarkupError__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Markup_1_1AttributeKeyLess-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Markup_1_1AttributeKeyLess.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Markup_1_1ParseContext-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Markup_1_1ParseContext.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Markup_1_1ParseContext__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Markup_1_1Parser-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Markup_1_1Parser.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Markup_1_1Parser__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Module-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Module.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Mutex-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Mutex.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Mutex_1_1Lock-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Mutex_1_1Lock.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Object-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Object.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ObjectBase-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ObjectBase.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ObjectBase__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Object__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PatternSpec-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PatternSpec.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PollFD-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PollFD.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Private-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Private.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Property-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Property.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyBase-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyBase.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyBase__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__Base-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__Base.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__Base__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__ReadOnly-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__ReadOnly__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__WriteOnly-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__WriteOnly.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__WriteOnly__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Property__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Quark-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Quark.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Quark__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1QueryQuark-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1QueryQuark.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1QueryQuark__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RWLock-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RWLock.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RWLock_1_1ReaderLock-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RWLock_1_1ReaderLock.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RWLock_1_1WriterLock-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RWLock_1_1WriterLock.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RWLock__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Rand-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Rand.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RecMutex-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RecMutex.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RecMutex_1_1Lock-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RecMutex_1_1Lock.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RecMutex__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RefPtr-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RefPtr.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SListHandle-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SListHandle.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Sequence-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Sequence.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ShellError-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ShellError.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ShellError__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalIO-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalIO.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalIdle-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalIdle.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy0-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy0.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy0__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy1-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy1.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy1__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy2-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy2.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy2__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy3-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy3.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy3__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy5-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy5.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy5__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy6-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy6.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy6__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyBase-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyBase.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyBase__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyConnectionNode-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyConnectionNode.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyConnectionNode__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyNormal-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyNormal.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyNormal__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyProperty-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyProperty.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyProperty__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalTimeout-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalTimeout.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Source-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Source.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Source__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SpawnError-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SpawnError.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SpawnError__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1StreamIOChannel-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1StreamIOChannel.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1StreamIOChannel__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Thread-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Thread.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ThreadError-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ThreadError.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ThreadError__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ThreadPool-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ThreadPool.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Thread_1_1Exit.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1TimeoutSource-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1TimeoutSource.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1TimeoutSource__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Timer-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Timer.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Boxed-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Boxed.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Boxed__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Enum-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Enum.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Enum__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Flags-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Flags.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Flags__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Object-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Object.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Object__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__String-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__String.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__String__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01T_01_4_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01T_01_4_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01T_01_4_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01const_01T_01_4_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01const_01T_01_4_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01const_01T_01_4_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1ustring_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1ustring_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1ustring_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01T_01_5_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01T_01_5_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01T_01_5_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01bool_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01bool_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01bool_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01char_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01char_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01char_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01const_01T_01_5_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01const_01T_01_5_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01const_01T_01_5_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01double_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01double_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01double_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01float_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01float_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01float_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01int_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01int_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01int_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01long_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01long_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01long_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01long_01long_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01long_01long_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01long_01long_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01std_1_1string_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01std_1_1string_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01std_1_1string_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01char_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01char_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01char_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01int_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01int_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01int_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01long_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01long_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01long_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01long_01long_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01long_01long_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01long_01long_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01void_01_5_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01void_01_5_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01void_01_5_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Boxed-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Boxed.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Boxed__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Enum-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Enum.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Enum__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Flags-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Flags.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Flags__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Pointer-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Pointer.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Pointer__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ustring-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ustring.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ustring__Iterator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ustring__Iterator.html -share/doc/gtkmm-2.0/docs/reference/html/classGtkToolbarChild.html -share/doc/gtkmm-2.0/docs/reference/html/classGtkToolbarChild__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AccelGroup-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AccelGroup.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AccelGroup__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AccelLabel-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AccelLabel.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AccelLabel__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Adjustment-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Adjustment.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Adjustment__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Alignment-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Alignment.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Alignment__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Arrow-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Arrow.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Arrow__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AspectFrame-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AspectFrame.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AspectFrame__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Bin-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Bin.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Bin__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1BoxList-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1BoxList.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1BoxList__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1Child-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1Child.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1Child__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1Element-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1Element.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1Element__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Button-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Button.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ButtonBox-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ButtonBox.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ButtonBox__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Button__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Calendar-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Calendar.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Calendar__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellEditable-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellEditable.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellEditable__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRenderer-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRenderer.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererPixbuf-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererPixbuf.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererPixbuf__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererText-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererText.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererText__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererToggle-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererToggle.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererToggle__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRenderer__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CheckButton-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CheckButton.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CheckButton__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CheckMenuItem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CheckMenuItem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CheckMenuItem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Clipboard-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Clipboard.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Clipboard__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ColorSelection-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ColorSelection.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ColorSelectionDialog-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ColorSelectionDialog.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ColorSelectionDialog__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ColorSelection__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Combo-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Combo.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDown-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDown.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDownItem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDownItem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDownItem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDown__Helpers_1_1ComboDropDownList-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDown__Helpers_1_1ComboDropDownList.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDown__Helpers_1_1ComboDropDownList__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDown__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Combo__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Container-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Container.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Container__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Curve-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Curve.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Curve__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Dialog-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Dialog.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Dialog__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1DrawingArea-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1DrawingArea.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1DrawingArea__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Editable-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Editable.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Editable__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Entry-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Entry.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Entry__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1EventBox-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1EventBox.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1EventBox__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FileSelection-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FileSelection.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FileSelection__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Fixed-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Fixed.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Fixed__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FontSelection-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FontSelection.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FontSelectionDialog-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FontSelectionDialog.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FontSelectionDialog__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FontSelection__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Frame-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Frame.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Frame__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1GammaCurve-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1GammaCurve.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1GammaCurve__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HBox-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HBox.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HBox__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HButtonBox-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HButtonBox.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HButtonBox__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HPaned-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HPaned.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HPaned__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HRuler-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HRuler.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HRuler__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HScale-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HScale.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HScale__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HScrollbar-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HScrollbar.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HScrollbar__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HSeparator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HSeparator.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HSeparator__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HandleBox-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HandleBox.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HandleBox__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconFactory-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconFactory.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconFactory__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconSet-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconSet.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconSize-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconSize.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconSource-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconSource.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Image-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Image.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ImageMenuItem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ImageMenuItem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ImageMenuItem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Image__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1InputDialog-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1InputDialog.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1InputDialog__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Invisible-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Invisible.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Invisible__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Item-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Item.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Item__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Label-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Label.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Label__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Layout-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Layout.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Layout__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ListStore-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ListStore.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ListStore__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Main-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Main.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Main__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuBar-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuBar.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuBar__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuItem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuItem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuItem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuShell-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuShell.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuShell__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1AccelKey-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1AccelKey.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1CheckMenuElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1CheckMenuElem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1CheckMenuElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1Element-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1Element.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1Element__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1ImageMenuElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1ImageMenuElem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1ImageMenuElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1MenuElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1MenuElem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1MenuElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1MenuList-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1MenuList.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1MenuList__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1RadioMenuElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1RadioMenuElem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1RadioMenuElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1SeparatorElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1SeparatorElem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1SeparatorElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1StockMenuElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1StockMenuElem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1StockMenuElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1TearoffMenuElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1TearoffMenuElem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1TearoffMenuElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MessageDialog-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MessageDialog.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MessageDialog__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Misc-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Misc.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Misc__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1Element-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1Element.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1Element__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1Page-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1Page.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1PageIterator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1PageIterator.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1PageIterator__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1PageList-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1PageList.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1Page__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Object-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Object.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Object__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1OptionMenu-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1OptionMenu.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1OptionMenu__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Paned-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Paned.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Paned__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Plug-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Plug.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Plug__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ProgressBar-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ProgressBar.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ProgressBar__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RC-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RC.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RadioButton-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RadioButton.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RadioButton__Helpers_1_1Group-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RadioButton__Helpers_1_1Group.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RadioButton__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RadioMenuItem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RadioMenuItem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RadioMenuItem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Range-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Range.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Range__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RcStyle-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RcStyle.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RcStyle__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Ruler-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Ruler.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Ruler__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Scale-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Scale.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Scale__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Scrollbar-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Scrollbar.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Scrollbar__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ScrolledWindow-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ScrolledWindow.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ScrolledWindow__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SelectionData-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SelectionData.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Separator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Separator.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SeparatorMenuItem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SeparatorMenuItem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SeparatorMenuItem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Separator__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Settings-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Settings.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Settings__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SizeGroup-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SizeGroup.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SizeGroup__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Socket-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Socket.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Socket__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SpinButton-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SpinButton.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SpinButton__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Statusbar-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Statusbar.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Statusbar__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1StockID-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1StockID.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1StockItem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1StockItem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Style-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Style.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Style__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table__Helpers_1_1Child-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table__Helpers_1_1Child.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table__Helpers_1_1Child__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table__Helpers_1_1TableList-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table__Helpers_1_1TableList.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table__Helpers_1_1TableList__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TargetEntry-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TargetEntry.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TearoffMenuItem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TearoffMenuItem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TearoffMenuItem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextAttributes-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextAttributes.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextBuffer-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextBuffer.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextBuffer__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextChildAnchor-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextChildAnchor.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextChildAnchor__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextIter-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextIter.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextMark-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextMark.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextMark__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextTag-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextTag.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextTagTable-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextTagTable.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextTagTable__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextTag__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextView-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextView.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextView__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ToggleButton-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ToggleButton.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ToggleButton__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1Element-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1Element.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1Element__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1Tool-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1Tool.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1ToolList-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1ToolList.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1ToolList__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1Tool__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Tooltips-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Tooltips.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Tooltips__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeDragDest-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeDragDest.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeDragDest__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeDragSource-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeDragSource.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeDragSource__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeIter-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeIter.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeIterBase-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeIterBase.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeIterBase__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeIter__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModel-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModel.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelColumn-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelColumn.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelColumnBase-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelColumnBase.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelColumnBase__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelColumnRecord-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelColumnRecord.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelColumn__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelSort-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelSort.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelSort__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModel__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeNodeChildren-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeNodeChildren.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeNodeChildren__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreePath-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreePath.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeRow-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeRow.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeRowReference-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeRowReference.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeRow__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeSelection-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeSelection.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeSelection__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeSortable-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeSortable.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeSortable__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeStore-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeStore.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeStore__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeValueProxy-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeValueProxy.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeView-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeView.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeViewColumn-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeViewColumn.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeViewColumn__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeView__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VBox-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VBox.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VBox__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VButtonBox-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VButtonBox.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VButtonBox__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VPaned-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VPaned.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VPaned__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VRuler-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VRuler.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VRuler__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VScale-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VScale.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VScale__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VScrollbar-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VScrollbar.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VScrollbar__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VSeparator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VSeparator.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VSeparator__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Viewport-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Viewport.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Viewport__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Widget-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Widget.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Widget__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Window-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Window.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1WindowGroup-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1WindowGroup.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1WindowGroup__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Window__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Analysis-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Analysis.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrColor-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrColor.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrColor__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrFloat-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrFloat.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrFloat__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrFontDesc-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrFontDesc.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrFontDesc__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrInt-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrInt.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrInt__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrIter-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrIter.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrLanguage-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrLanguage.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrLanguage__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrList-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrList.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrShape-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrShape.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrShape__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrString-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrString.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrString__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Attribute-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Attribute.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Attribute__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Color-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Color.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Context-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Context.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Context__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Coverage-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Coverage.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Font-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Font.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontDescription-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontDescription.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontFace-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontFace.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontFace__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontFamily-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontFamily.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontFamily__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontMap-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontMap.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontMap__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontMetrics-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontMetrics.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Font__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Fontset-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Fontset.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Fontset__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1GlyphGeometry-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1GlyphGeometry.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1GlyphInfo-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1GlyphInfo.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1GlyphString-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1GlyphString.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Item-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Item.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Language-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Language.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Layout-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Layout.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1LayoutIter-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1LayoutIter.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1LayoutLine-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1LayoutLine.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1LayoutRun-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1LayoutRun.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Layout__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Rectangle-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Rectangle.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1TabArray-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1TabArray.html -share/doc/gtkmm-2.0/docs/reference/html/classSigC_1_1ConnectionNode.html -share/doc/gtkmm-2.0/docs/reference/html/classSigC_1_1ConnectionNode__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classSigC_1_1Object.html -share/doc/gtkmm-2.0/docs/reference/html/classSigC_1_1Object__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/class_8h.html -share/doc/gtkmm-2.0/docs/reference/html/class__GtkBoxChild.html -share/doc/gtkmm-2.0/docs/reference/html/class__GtkBoxChild__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/class__GtkTableChild.html -share/doc/gtkmm-2.0/docs/reference/html/class__GtkTableChild__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classes.html -share/doc/gtkmm-2.0/docs/reference/html/clipboard_8h.html -share/doc/gtkmm-2.0/docs/reference/html/colormap_8h.html -share/doc/gtkmm-2.0/docs/reference/html/colorselection_8h.html -share/doc/gtkmm-2.0/docs/reference/html/combo_8h.html -share/doc/gtkmm-2.0/docs/reference/html/component_8h.html -share/doc/gtkmm-2.0/docs/reference/html/container_8h.html -share/doc/gtkmm-2.0/docs/reference/html/containerhandle__shared_8h.html -share/doc/gtkmm-2.0/docs/reference/html/containers_8h.html -share/doc/gtkmm-2.0/docs/reference/html/context_8h.html -share/doc/gtkmm-2.0/docs/reference/html/convert_8h.html -share/doc/gtkmm-2.0/docs/reference/html/coverage_8h.html -share/doc/gtkmm-2.0/docs/reference/html/cursor_8h.html -share/doc/gtkmm-2.0/docs/reference/html/curve_8h.html -share/doc/gtkmm-2.0/docs/reference/html/date_8h.html -share/doc/gtkmm-2.0/docs/reference/html/debug_8h.html -share/doc/gtkmm-2.0/docs/reference/html/device_8h.html -share/doc/gtkmm-2.0/docs/reference/html/dialog_8h.html -share/doc/gtkmm-2.0/docs/reference/html/dispatcher_8h.html -share/doc/gtkmm-2.0/docs/reference/html/display_8h.html -share/doc/gtkmm-2.0/docs/reference/html/displaymanager_8h.html -share/doc/gtkmm-2.0/docs/reference/html/doxygen.css -share/doc/gtkmm-2.0/docs/reference/html/doxygen.png -share/doc/gtkmm-2.0/docs/reference/html/dragcontext_8h.html -share/doc/gtkmm-2.0/docs/reference/html/drawable_8h.html -share/doc/gtkmm-2.0/docs/reference/html/drawingarea_8h.html -share/doc/gtkmm-2.0/docs/reference/html/editable_8h.html -share/doc/gtkmm-2.0/docs/reference/html/editabletext_8h.html -share/doc/gtkmm-2.0/docs/reference/html/entry_8h.html -share/doc/gtkmm-2.0/docs/reference/html/enums_8h.html -share/doc/gtkmm-2.0/docs/reference/html/error_8h.html -share/doc/gtkmm-2.0/docs/reference/html/event_8h.html -share/doc/gtkmm-2.0/docs/reference/html/eventbox_8h.html -share/doc/gtkmm-2.0/docs/reference/html/examples.html -share/doc/gtkmm-2.0/docs/reference/html/exception_8h.html -share/doc/gtkmm-2.0/docs/reference/html/exceptionhandler_8h.html -share/doc/gtkmm-2.0/docs/reference/html/files.html -share/doc/gtkmm-2.0/docs/reference/html/fileselection_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fileutils_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fixed_8h.html -share/doc/gtkmm-2.0/docs/reference/html/font_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fontdescription_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fontface_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fontfamily_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fontmap_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fontmetrics_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fontselection_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fontset_8h.html -share/doc/gtkmm-2.0/docs/reference/html/frame_8h.html -share/doc/gtkmm-2.0/docs/reference/html/functions.html -share/doc/gtkmm-2.0/docs/reference/html/functions_enum.html -share/doc/gtkmm-2.0/docs/reference/html/functions_eval.html -share/doc/gtkmm-2.0/docs/reference/html/functions_func.html -share/doc/gtkmm-2.0/docs/reference/html/functions_rela.html -share/doc/gtkmm-2.0/docs/reference/html/functions_type.html -share/doc/gtkmm-2.0/docs/reference/html/functions_vars.html -share/doc/gtkmm-2.0/docs/reference/html/gc_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gdk_2gdkmm_2color_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gdk_2gdkmm_2image_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gdk_2gdkmm_2rectangle_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gdk_2gdkmm_2window_8h.html -share/doc/gtkmm-2.0/docs/reference/html/general_8h.html -share/doc/gtkmm-2.0/docs/reference/html/glib_2glibmm_2main_8h.html -share/doc/gtkmm-2.0/docs/reference/html/glib_2glibmm_2object_8h.html -share/doc/gtkmm-2.0/docs/reference/html/glib_2glibmm_2value_8h.html -share/doc/gtkmm-2.0/docs/reference/html/globals.html -share/doc/gtkmm-2.0/docs/reference/html/globals_defs.html -share/doc/gtkmm-2.0/docs/reference/html/globals_type.html -share/doc/gtkmm-2.0/docs/reference/html/glyph_8h.html -share/doc/gtkmm-2.0/docs/reference/html/glyphstring_8h.html -share/doc/gtkmm-2.0/docs/reference/html/graph_legend.dot -share/doc/gtkmm-2.0/docs/reference/html/graph_legend.html -share/doc/gtkmm-2.0/docs/reference/html/graph_legend.png -share/doc/gtkmm-2.0/docs/reference/html/group__CharsetConv.html -share/doc/gtkmm-2.0/docs/reference/html/group__ContHandles.html -share/doc/gtkmm-2.0/docs/reference/html/group__ContHelpers.html -share/doc/gtkmm-2.0/docs/reference/html/group__Containers.html -share/doc/gtkmm-2.0/docs/reference/html/group__Dialogs.html -share/doc/gtkmm-2.0/docs/reference/html/group__FileUtils.html -share/doc/gtkmm-2.0/docs/reference/html/group__MainLoop.html -share/doc/gtkmm-2.0/docs/reference/html/group__Markup.html -share/doc/gtkmm-2.0/docs/reference/html/group__Menus.html -share/doc/gtkmm-2.0/docs/reference/html/group__MiscUtils.html -share/doc/gtkmm-2.0/docs/reference/html/group__PatternMatching.html -share/doc/gtkmm-2.0/docs/reference/html/group__Random.html -share/doc/gtkmm-2.0/docs/reference/html/group__ShellUtils.html -share/doc/gtkmm-2.0/docs/reference/html/group__Spawn.html -share/doc/gtkmm-2.0/docs/reference/html/group__StringUtils.html -share/doc/gtkmm-2.0/docs/reference/html/group__TextView.html -share/doc/gtkmm-2.0/docs/reference/html/group__ThreadPools.html -share/doc/gtkmm-2.0/docs/reference/html/group__Threads.html -share/doc/gtkmm-2.0/docs/reference/html/group__Toolbars.html -share/doc/gtkmm-2.0/docs/reference/html/group__TreeView.html -share/doc/gtkmm-2.0/docs/reference/html/group__Unicode.html -share/doc/gtkmm-2.0/docs/reference/html/group__Widgets.html -share/doc/gtkmm-2.0/docs/reference/html/group__atkmmEnums.html -share/doc/gtkmm-2.0/docs/reference/html/group__gdkmmEnums.html -share/doc/gtkmm-2.0/docs/reference/html/group__glibmmEnums.html -share/doc/gtkmm-2.0/docs/reference/html/group__glibmmValue.html -share/doc/gtkmm-2.0/docs/reference/html/group__gtkmmEnums.html -share/doc/gtkmm-2.0/docs/reference/html/group__pangommEnums.html -share/doc/gtkmm-2.0/docs/reference/html/gtk_2gtkmm_2image_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gtk_2gtkmm_2item_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gtk_2gtkmm_2layout_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gtk_2gtkmm_2main_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gtk_2gtkmm_2object_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gtk_2gtkmm_2table_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gtk_2gtkmm_2window_8h.html -share/doc/gtkmm-2.0/docs/reference/html/handlebox_8h.html -share/doc/gtkmm-2.0/docs/reference/html/helperlist_8h.html -share/doc/gtkmm-2.0/docs/reference/html/hierarchy.html -share/doc/gtkmm-2.0/docs/reference/html/iconfactory_8h.html -share/doc/gtkmm-2.0/docs/reference/html/iconset_8h.html -share/doc/gtkmm-2.0/docs/reference/html/iconsource_8h.html -share/doc/gtkmm-2.0/docs/reference/html/imagemenuitem_8h.html -share/doc/gtkmm-2.0/docs/reference/html/index.html -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__0.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__1.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__10.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__100.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__101.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__102.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__103.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__104.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__105.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__106.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__107.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__108.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__109.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__11.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__110.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__111.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__112.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__113.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__114.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__115.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__116.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__117.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__118.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__12.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__13.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__14.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__15.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__16.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__17.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__18.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__19.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__2.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__20.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__21.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__22.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__23.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__24.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__25.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__26.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__27.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__28.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__29.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__3.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__30.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__31.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__32.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__33.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__34.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__35.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__36.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__37.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__38.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__39.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__4.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__40.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__41.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__42.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__43.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__44.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__45.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__46.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__47.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__48.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__49.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__5.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__50.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__51.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__52.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__53.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__54.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__55.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__56.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__57.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__58.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__59.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__6.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__60.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__61.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__62.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__63.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__64.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__65.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__66.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__67.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__68.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__69.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__7.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__70.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__71.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__72.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__73.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__74.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__75.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__76.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__77.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__78.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__79.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__8.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__80.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__81.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__82.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__83.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__84.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__85.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__86.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__87.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__88.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__89.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__9.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__90.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__91.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__92.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__93.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__94.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__95.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__96.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__97.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__98.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__99.png -share/doc/gtkmm-2.0/docs/reference/html/inherits.html -share/doc/gtkmm-2.0/docs/reference/html/inputdialog_8h.html -share/doc/gtkmm-2.0/docs/reference/html/interface_8h.html -share/doc/gtkmm-2.0/docs/reference/html/invisible_8h.html -share/doc/gtkmm-2.0/docs/reference/html/iochannel_8h.html -share/doc/gtkmm-2.0/docs/reference/html/label_8h.html -share/doc/gtkmm-2.0/docs/reference/html/language_8h.html -share/doc/gtkmm-2.0/docs/reference/html/layoutiter_8h.html -share/doc/gtkmm-2.0/docs/reference/html/layoutline_8h.html -share/doc/gtkmm-2.0/docs/reference/html/layoutrun_8h.html -share/doc/gtkmm-2.0/docs/reference/html/list_8h.html -share/doc/gtkmm-2.0/docs/reference/html/listhandle_8h.html -share/doc/gtkmm-2.0/docs/reference/html/liststore_8h.html -share/doc/gtkmm-2.0/docs/reference/html/markup_8h.html -share/doc/gtkmm-2.0/docs/reference/html/menu_8h.html -share/doc/gtkmm-2.0/docs/reference/html/menu__elems_8h.html -share/doc/gtkmm-2.0/docs/reference/html/menubar_8h.html -share/doc/gtkmm-2.0/docs/reference/html/menuitem_8h.html -share/doc/gtkmm-2.0/docs/reference/html/menushell_8h.html -share/doc/gtkmm-2.0/docs/reference/html/messagedialog_8h.html -share/doc/gtkmm-2.0/docs/reference/html/misc_8h.html -share/doc/gtkmm-2.0/docs/reference/html/miscutils_8h.html -share/doc/gtkmm-2.0/docs/reference/html/module_8h.html -share/doc/gtkmm-2.0/docs/reference/html/modules.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceAtk.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGdk.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGlib.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGlib_1_1Ascii.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGlib_1_1Container__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGlib_1_1Markup.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGlib_1_1Unicode.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1AccelMap.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1Box__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1ComboDropDown__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1Menu__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1Notebook__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1RadioButton__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1RadioMenuItem__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1Stock.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1Table__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1Toolbar__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1TreeViewColumn__CellRendererGeneration.html -share/doc/gtkmm-2.0/docs/reference/html/namespacePango.html -share/doc/gtkmm-2.0/docs/reference/html/namespacemembers.html -share/doc/gtkmm-2.0/docs/reference/html/namespacemembers_enum.html -share/doc/gtkmm-2.0/docs/reference/html/namespacemembers_eval.html -share/doc/gtkmm-2.0/docs/reference/html/namespacemembers_func.html -share/doc/gtkmm-2.0/docs/reference/html/namespacemembers_type.html -share/doc/gtkmm-2.0/docs/reference/html/namespacemembers_vars.html -share/doc/gtkmm-2.0/docs/reference/html/namespaces.html -share/doc/gtkmm-2.0/docs/reference/html/noopobject_8h.html -share/doc/gtkmm-2.0/docs/reference/html/notebook_8h.html -share/doc/gtkmm-2.0/docs/reference/html/objectaccessible_8h.html -share/doc/gtkmm-2.0/docs/reference/html/objectbase_8h.html -share/doc/gtkmm-2.0/docs/reference/html/optionmenu_8h.html -share/doc/gtkmm-2.0/docs/reference/html/paned_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pango_2pangomm_2color_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pango_2pangomm_2item_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pango_2pangomm_2layout_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pango_2pangomm_2rectangle_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pattern_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pixbuf_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pixbufanimation_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pixbufanimationiter_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pixbufloader_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pixmap_8h.html -share/doc/gtkmm-2.0/docs/reference/html/plug_8h.html -share/doc/gtkmm-2.0/docs/reference/html/progressbar_8h.html -share/doc/gtkmm-2.0/docs/reference/html/property_8h.html -share/doc/gtkmm-2.0/docs/reference/html/propertyproxy_8h.html -share/doc/gtkmm-2.0/docs/reference/html/propertyproxy__base_8h.html -share/doc/gtkmm-2.0/docs/reference/html/quark_8h.html -share/doc/gtkmm-2.0/docs/reference/html/radiobutton_8h.html -share/doc/gtkmm-2.0/docs/reference/html/radiomenuitem_8h.html -share/doc/gtkmm-2.0/docs/reference/html/random_8h.html -share/doc/gtkmm-2.0/docs/reference/html/range_8h.html -share/doc/gtkmm-2.0/docs/reference/html/rc_8h.html -share/doc/gtkmm-2.0/docs/reference/html/refptr_8h.html -share/doc/gtkmm-2.0/docs/reference/html/region_8h.html -share/doc/gtkmm-2.0/docs/reference/html/relation_8h.html -share/doc/gtkmm-2.0/docs/reference/html/relationset_8h.html -share/doc/gtkmm-2.0/docs/reference/html/rgbcmap_8h.html -share/doc/gtkmm-2.0/docs/reference/html/ruler_8h.html -share/doc/gtkmm-2.0/docs/reference/html/sarray_8h.html -share/doc/gtkmm-2.0/docs/reference/html/scale_8h.html -share/doc/gtkmm-2.0/docs/reference/html/screen_8h.html -share/doc/gtkmm-2.0/docs/reference/html/scrollbar_8h.html -share/doc/gtkmm-2.0/docs/reference/html/scrolledwindow_8h.html -share/doc/gtkmm-2.0/docs/reference/html/selection_8h.html -share/doc/gtkmm-2.0/docs/reference/html/selectiondata_8h.html -share/doc/gtkmm-2.0/docs/reference/html/selectiondata__private_8h.html -share/doc/gtkmm-2.0/docs/reference/html/separator_8h.html -share/doc/gtkmm-2.0/docs/reference/html/separatormenuitem_8h.html -share/doc/gtkmm-2.0/docs/reference/html/settings_8h.html -share/doc/gtkmm-2.0/docs/reference/html/shell_8h.html -share/doc/gtkmm-2.0/docs/reference/html/signalproxy_8h.html -share/doc/gtkmm-2.0/docs/reference/html/signalproxy__connectionnode_8h.html -share/doc/gtkmm-2.0/docs/reference/html/sizegroup_8h.html -share/doc/gtkmm-2.0/docs/reference/html/slisthandle_8h.html -share/doc/gtkmm-2.0/docs/reference/html/socket_8h.html -share/doc/gtkmm-2.0/docs/reference/html/spawn_8h.html -share/doc/gtkmm-2.0/docs/reference/html/spinbutton_8h.html -share/doc/gtkmm-2.0/docs/reference/html/stateset_8h.html -share/doc/gtkmm-2.0/docs/reference/html/statusbar_8h.html -share/doc/gtkmm-2.0/docs/reference/html/stock_8h.html -share/doc/gtkmm-2.0/docs/reference/html/stock_add_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_align_center_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_align_justify_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_align_left_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_align_right_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_apply_20.png -share/doc/gtkmm-2.0/docs/reference/html/stock_bottom_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_broken_image_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_cancel_20.png -share/doc/gtkmm-2.0/docs/reference/html/stock_cdrom_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_clear_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_close_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_colorselector_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_convert_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_copy_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_cut_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_dialog_error_48.png -share/doc/gtkmm-2.0/docs/reference/html/stock_dialog_info_48.png -share/doc/gtkmm-2.0/docs/reference/html/stock_dialog_question_48.png -share/doc/gtkmm-2.0/docs/reference/html/stock_dialog_warning_48.png -share/doc/gtkmm-2.0/docs/reference/html/stock_dnd_32.png -share/doc/gtkmm-2.0/docs/reference/html/stock_dnd_multiple_32.png -share/doc/gtkmm-2.0/docs/reference/html/stock_down_arrow_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_exec_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_exit_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_first_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_font_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_help_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_home_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_index_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_jump_to_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_last_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_left_arrow_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_new_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_no_20.png -share/doc/gtkmm-2.0/docs/reference/html/stock_ok_20.png -share/doc/gtkmm-2.0/docs/reference/html/stock_open_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_paste_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_preferences_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_print_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_print_preview_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_properties_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_redo_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_refresh_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_remove_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_revert_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_right_arrow_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_save_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_save_as_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_search_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_search_replace_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_sort_ascending_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_sort_descending_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_spellcheck_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_stop_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_text_bold_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_text_italic_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_text_strikethrough_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_text_underline_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_top_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_trash_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_undelete_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_undo_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_up_arrow_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_yes_20.png -share/doc/gtkmm-2.0/docs/reference/html/stock_zoom_1_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_zoom_fit_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_zoom_in_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_zoom_out_24.png -share/doc/gtkmm-2.0/docs/reference/html/stockid_8h.html -share/doc/gtkmm-2.0/docs/reference/html/stockitem_8h.html -share/doc/gtkmm-2.0/docs/reference/html/streamiochannel_8h.html -share/doc/gtkmm-2.0/docs/reference/html/stringutils_8h.html -share/doc/gtkmm-2.0/docs/reference/html/structAtk_1_1AttributeTraits-members.html -share/doc/gtkmm-2.0/docs/reference/html/structAtk_1_1AttributeTraits.html -share/doc/gtkmm-2.0/docs/reference/html/structGdk_1_1AtomStringTraits-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGdk_1_1AtomStringTraits.html -share/doc/gtkmm-2.0/docs/reference/html/structGdk_1_1ColorTraits-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGdk_1_1ColorTraits.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1Container__Helpers_1_1TypeTraits-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1Container__Helpers_1_1TypeTraits.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticMutex-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticMutex.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticPrivate-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticPrivate.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticRWLock-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticRWLock.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticRWLock__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticRecMutex-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticRecMutex.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticRecMutex__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1TimeVal-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1TimeVal.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1TimeVal__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Box__Helpers_1_1EndElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Box__Helpers_1_1EndElem.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Box__Helpers_1_1EndElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1BuiltinStockID-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1BuiltinStockID.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Notebook__Helpers_1_1MenuElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Notebook__Helpers_1_1MenuElem.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Notebook__Helpers_1_1MenuElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Notebook__Helpers_1_1TabElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Notebook__Helpers_1_1TabElem.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Notebook__Helpers_1_1TabElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1ButtonElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1ButtonElem.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1ButtonElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1RadioElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1RadioElem.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1RadioElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1Space-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1Space.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1Space__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1StockElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1StockElem.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1StockElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1ToggleElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1ToggleElem.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1ToggleElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structPango_1_1AttributeTraits-members.html -share/doc/gtkmm-2.0/docs/reference/html/structPango_1_1AttributeTraits.html -share/doc/gtkmm-2.0/docs/reference/html/structPango_1_1ItemTraits-members.html -share/doc/gtkmm-2.0/docs/reference/html/structPango_1_1ItemTraits.html -share/doc/gtkmm-2.0/docs/reference/html/structPango_1_1LayoutLineTraits-members.html -share/doc/gtkmm-2.0/docs/reference/html/structPango_1_1LayoutLineTraits.html -share/doc/gtkmm-2.0/docs/reference/html/style_8h.html -share/doc/gtkmm-2.0/docs/reference/html/tabarray_8h.html -share/doc/gtkmm-2.0/docs/reference/html/targetentry_8h.html -share/doc/gtkmm-2.0/docs/reference/html/tearoffmenuitem_8h.html -share/doc/gtkmm-2.0/docs/reference/html/text_8h.html -share/doc/gtkmm-2.0/docs/reference/html/textattributes_8h.html -share/doc/gtkmm-2.0/docs/reference/html/textbuffer_8h.html -share/doc/gtkmm-2.0/docs/reference/html/textchildanchor_8h.html -share/doc/gtkmm-2.0/docs/reference/html/textiter_8h.html -share/doc/gtkmm-2.0/docs/reference/html/textmark_8h.html -share/doc/gtkmm-2.0/docs/reference/html/texttag_8h.html -share/doc/gtkmm-2.0/docs/reference/html/texttagtable_8h.html -share/doc/gtkmm-2.0/docs/reference/html/textview_8h.html -share/doc/gtkmm-2.0/docs/reference/html/thread_2dispatcher_8cc-example.html -share/doc/gtkmm-2.0/docs/reference/html/thread_2thread_8cc-example.html -share/doc/gtkmm-2.0/docs/reference/html/thread_8h.html -share/doc/gtkmm-2.0/docs/reference/html/threadpool_8h.html -share/doc/gtkmm-2.0/docs/reference/html/timer_8h.html -share/doc/gtkmm-2.0/docs/reference/html/timeval_8h.html -share/doc/gtkmm-2.0/docs/reference/html/togglebutton_8h.html -share/doc/gtkmm-2.0/docs/reference/html/toolbar_8h.html -share/doc/gtkmm-2.0/docs/reference/html/tooltips_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treedragdest_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treedragsource_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treeiter_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treemodel_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treemodelcolumn_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treemodelsort_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treepath_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treerowreference_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treeselection_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treesortable_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treestore_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treeview_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treeview__private_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treeviewcolumn_8h.html -share/doc/gtkmm-2.0/docs/reference/html/types_8h.html -share/doc/gtkmm-2.0/docs/reference/html/unicode_8h.html -share/doc/gtkmm-2.0/docs/reference/html/ustring_8h.html -share/doc/gtkmm-2.0/docs/reference/html/utility_8h.html -share/doc/gtkmm-2.0/docs/reference/html/value__basictypes_8h.html -share/doc/gtkmm-2.0/docs/reference/html/value__custom_8h.html -share/doc/gtkmm-2.0/docs/reference/html/viewport_8h.html -share/doc/gtkmm-2.0/docs/reference/html/visual_8h.html -share/doc/gtkmm-2.0/docs/reference/html/widget_8h.html -share/doc/gtkmm-2.0/docs/reference/html/wrap_8h.html -share/doc/gtkmm-2.0/docs/tutorial/figures/alignment.png -share/doc/gtkmm-2.0/docs/tutorial/figures/aspectframe.png -share/doc/gtkmm-2.0/docs/tutorial/figures/box_packing1.png -share/doc/gtkmm-2.0/docs/tutorial/figures/box_packing2.png -share/doc/gtkmm-2.0/docs/tutorial/figures/box_packing3.png -share/doc/gtkmm-2.0/docs/tutorial/figures/buttonbox.png -share/doc/gtkmm-2.0/docs/tutorial/figures/buttons.png -share/doc/gtkmm-2.0/docs/tutorial/figures/checkbutton.png -share/doc/gtkmm-2.0/docs/tutorial/figures/clipboard_ideal.png -share/doc/gtkmm-2.0/docs/tutorial/figures/clipboard_simple.png -share/doc/gtkmm-2.0/docs/tutorial/figures/combo.png -share/doc/gtkmm-2.0/docs/tutorial/figures/devcpp_project_options.png -share/doc/gtkmm-2.0/docs/tutorial/figures/dialogs_colorselectiondialog.png -share/doc/gtkmm-2.0/docs/tutorial/figures/dialogs_fileselection.png -share/doc/gtkmm-2.0/docs/tutorial/figures/dialogs_fontselectiondialog.png -share/doc/gtkmm-2.0/docs/tutorial/figures/dialogs_messagedialog.png -share/doc/gtkmm-2.0/docs/tutorial/figures/dialogs_simple.png -share/doc/gtkmm-2.0/docs/tutorial/figures/drag_and_drop.png -share/doc/gtkmm-2.0/docs/tutorial/figures/drawingarea_lines.png -share/doc/gtkmm-2.0/docs/tutorial/figures/drawingarea_text.png -share/doc/gtkmm-2.0/docs/tutorial/figures/entry.png -share/doc/gtkmm-2.0/docs/tutorial/figures/eventbox.png -share/doc/gtkmm-2.0/docs/tutorial/figures/frame.png -share/doc/gtkmm-2.0/docs/tutorial/figures/helloworld.png -share/doc/gtkmm-2.0/docs/tutorial/figures/helloworld2.png -share/doc/gtkmm-2.0/docs/tutorial/figures/label.png -share/doc/gtkmm-2.0/docs/tutorial/figures/main_menu.png -share/doc/gtkmm-2.0/docs/tutorial/figures/menu_popup.png -share/doc/gtkmm-2.0/docs/tutorial/figures/menus_menu.png -share/doc/gtkmm-2.0/docs/tutorial/figures/menus_menubar.png -share/doc/gtkmm-2.0/docs/tutorial/figures/notebook.png -share/doc/gtkmm-2.0/docs/tutorial/figures/paned.png -share/doc/gtkmm-2.0/docs/tutorial/figures/progressbar.png -share/doc/gtkmm-2.0/docs/tutorial/figures/radiobuttons.png -share/doc/gtkmm-2.0/docs/tutorial/figures/range_widgets.png -share/doc/gtkmm-2.0/docs/tutorial/figures/scrolledwindow.png -share/doc/gtkmm-2.0/docs/tutorial/figures/spinbutton.png -share/doc/gtkmm-2.0/docs/tutorial/figures/table.png -share/doc/gtkmm-2.0/docs/tutorial/figures/textview.png -share/doc/gtkmm-2.0/docs/tutorial/figures/toolbar.png -share/doc/gtkmm-2.0/docs/tutorial/figures/treeview_draganddrop.png -share/doc/gtkmm-2.0/docs/tutorial/figures/treeview_editablecells.png -share/doc/gtkmm-2.0/docs/tutorial/figures/treeview_list.png -share/doc/gtkmm-2.0/docs/tutorial/figures/treeview_popup.png -share/doc/gtkmm-2.0/docs/tutorial/figures/treeview_tree.png -share/doc/gtkmm-2.0/docs/tutorial/html/apa.html -share/doc/gtkmm-2.0/docs/tutorial/html/apas02.html -share/doc/gtkmm-2.0/docs/tutorial/html/apas03.html -share/doc/gtkmm-2.0/docs/tutorial/html/apas04.html -share/doc/gtkmm-2.0/docs/tutorial/html/apas05.html -share/doc/gtkmm-2.0/docs/tutorial/html/apb.html -share/doc/gtkmm-2.0/docs/tutorial/html/apbs02.html -share/doc/gtkmm-2.0/docs/tutorial/html/apbs03.html -share/doc/gtkmm-2.0/docs/tutorial/html/apbs04.html -share/doc/gtkmm-2.0/docs/tutorial/html/apbs05.html -share/doc/gtkmm-2.0/docs/tutorial/html/apbs06.html -share/doc/gtkmm-2.0/docs/tutorial/html/apc.html -share/doc/gtkmm-2.0/docs/tutorial/html/apd.html -share/doc/gtkmm-2.0/docs/tutorial/html/ape.html -share/doc/gtkmm-2.0/docs/tutorial/html/apes02.html -share/doc/gtkmm-2.0/docs/tutorial/html/apes03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch01.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch01s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch02s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch02s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch03s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch03s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch03s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch03s05.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch03s06.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch04s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch04s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch04s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch05.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch05s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch05s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch05s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch06.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch06s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch06s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch06s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch06s05.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch06s06.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch07.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch07s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch08.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch08s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch08s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch08s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch08s05.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch08s06.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch08s07.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch09.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch09s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch09s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch10.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch10s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch11.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch11s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch11s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch12.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch13.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch13s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch13s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch13s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch14.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch14s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch14s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch14s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch14s05.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch14s06.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch14s07.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch15.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch15s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch15s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch15s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch15s05.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch16.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch16s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch16s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch16s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch17.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch17s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch17s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch18.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch18s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch19.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch19s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch19s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch20.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch20s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch20s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch20s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch21.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch21s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch22.html -share/doc/gtkmm-2.0/docs/tutorial/html/index.html -%%EXAMPLES%%share/devhelp/books/gtkmm-2.0/gtkmm2.devhelp -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/arrow/arrow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/arrow/direction.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/alignment/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/alignment/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/alignment/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/aspectframe/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/aspectframe/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/aspectframe/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/box/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/box/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/box/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/box/packbox.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/box/packbox.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttonbox/examplebuttonbox.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttonbox/examplebuttonbox.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttonbox/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttonbox/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttonbox/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/button/buttons.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/button/buttons.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/button/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/checkbutton/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/checkbutton/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/checkbutton/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/radiobutton/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/radiobutton/radiobuttons.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/radiobutton/radiobuttons.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/togglebutton/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/togglebutton/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/togglebutton/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/clipboard/ideal/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/clipboard/ideal/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/clipboard/ideal/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/clipboard/simple/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/clipboard/simple/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/clipboard/simple/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/combo/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/combo/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/combo/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/colorselectiondialog/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/colorselectiondialog/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/colorselectiondialog/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/fileselection/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/fileselection/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/fileselection/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/fontselectiondialog/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/fontselectiondialog/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/fontselectiondialog/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/messagedialog/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/messagedialog/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/messagedialog/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/simple/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/simple/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/simple/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drag_and_drop/dndwindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drag_and_drop/dndwindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drag_and_drop/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_lines/customdrawingarea.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_lines/customdrawingarea.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_lines/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_lines/testwindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_lines/testwindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_text/customdrawingarea.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_text/customdrawingarea.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_text/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_text/testwindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_text/testwindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/entry/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/entry/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/entry/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/eventbox/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/eventbox/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/eventbox/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/frame/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/frame/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/frame/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/helloworld/helloworld.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/helloworld/helloworld.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/helloworld/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/helloworld2/helloworld.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/helloworld2/helloworld.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/helloworld2/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/idle/idleexample.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/idle/idleexample.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/idle/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/label/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/label/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/label/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/menus/main_menu/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/menus/main_menu/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/menus/main_menu/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/menus/popup/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/menus/popup/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/menus/popup/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/notebook/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/notebook/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/notebook/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/paned/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/paned/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/paned/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/paned/messageslist.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/paned/messageslist.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/paned/messagetext.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/paned/messagetext.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/progressbar/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/progressbar/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/progressbar/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/range_widgets/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/range_widgets/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/range_widgets/labeledoptionmenu.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/range_widgets/labeledoptionmenu.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/range_widgets/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/scrolledwindow/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/scrolledwindow/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/scrolledwindow/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/signals/custom/client.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/signals/custom/client.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/signals/custom/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/signals/custom/server.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/signals/custom/server.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/spinbutton/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/spinbutton/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/spinbutton/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/table/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/table/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/table/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/textview/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/textview/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/textview/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/timeout/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/timeout/timerexample.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/timeout/timerexample.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/toolbar/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/toolbar/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/toolbar/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/drag_and_drop/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/drag_and_drop/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/drag_and_drop/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/drag_and_drop/treemodel_dnd.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/drag_and_drop/treemodel_dnd.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/editable_cells/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/editable_cells/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/editable_cells/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/list/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/list/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/list/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/popup/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/popup/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/popup/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/popup/treeview_withpopup.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/popup/treeview_withpopup.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/tree/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/tree/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/tree/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/calendar/calendar.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/cellrenderercustom/cellrendererlist.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/cellrenderercustom/cellrendererlist.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/cellrenderercustom/cellrendererpopup.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/cellrenderercustom/cellrendererpopup.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/cellrenderercustom/cellrenderertoggle.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/cellrenderercustom/popupentry.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/cellrenderercustom/popupentry.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/cellrenderercustom/testpopup.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/dnd/dnd_images.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/dnd/dndwindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/dnd/dndwindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/dnd/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/exception/exceptiontest.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/filesel/filesel.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/fixed/fixed.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/gdk/radar.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/markup/parser.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/rulers/rulers.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/statusbar/statusbar.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/stock/stock.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/thread/dispatcher.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/thread/dispatcher2.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/thread/thread.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/thread/threadpool.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/tictactoe/tictactoe.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/tictactoe/tictactoe.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/tictactoe/ttt_test.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/window/wheelbarrow.cc -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/window -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/tictactoe -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/thread -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/stock -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/statusbar -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/rulers -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/markup -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/gdk -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/fixed -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/filesel -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/exception -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/dnd -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/cellrenderercustom -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/calendar -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/treeview/tree -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/treeview/popup -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/treeview/list -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/treeview/editable_cells -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/treeview/drag_and_drop -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/treeview -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/toolbar -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/timeout -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/textview -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/table -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/spinbutton -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/signals/custom -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/signals -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/scrolledwindow -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/range_widgets -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/progressbar -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/paned -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/notebook -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/menus/popup -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/menus/main_menu -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/menus -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/label -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/idle -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/helloworld2 -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/helloworld -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/frame -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/eventbox -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/entry -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/drawingarea_text -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/drawingarea_lines -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/drag_and_drop -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/dialogs/simple -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/dialogs/messagedialog -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/dialogs/fontselectiondialog -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/dialogs/fileselection -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/dialogs/colorselectiondialog -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/dialogs -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/combo -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/clipboard/simple -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/clipboard/ideal -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/clipboard -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/buttons/togglebutton -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/buttons/radiobutton -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/buttons/checkbutton -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/buttons/button -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/buttons -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/buttonbox -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/box -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/aspectframe -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/alignment -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/arrow -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples -%%EXAMPLES%%@dirrm share/devhelp/books/gtkmm-2.0 -@dirrm share/doc/gtkmm-2.0/docs/tutorial/html -@dirrm share/doc/gtkmm-2.0/docs/tutorial/figures -@dirrm share/doc/gtkmm-2.0/docs/tutorial -@dirrm share/doc/gtkmm-2.0/docs/reference/html -@dirrm share/doc/gtkmm-2.0/docs/reference -@dirrm share/doc/gtkmm-2.0/docs/images -@dirrm share/doc/gtkmm-2.0/docs/FAQ/html -@dirrm share/doc/gtkmm-2.0/docs/FAQ -@dirrm share/doc/gtkmm-2.0/docs -@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 bb307e661916..000000000000 --- a/x11-toolkits/gtkmm24/Makefile +++ /dev/null @@ -1,49 +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.2.8 -PORTREVISION= 1 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_GNOME} \ - ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.2 \ - gtkmm -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= C++ wrapper for Gtk+, Pango, Atk, and Glib - -LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_BZIP2= yes -USE_X_PREFIX= yes -LATEST_LINK= gtkmm2 -USE_GMAKE= yes -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -USE_REINPLACE= yes -USE_GNOME= gnomehack gtk20 -CONFIGURE_ARGS= --enable-static=yes \ - --with-sigc-prefix=${LOCALBASE} - -.if defined(WITH_EXAMPLES) -PLIST_SUB+= EXAMPLES="" -.else -PLIST_SUB+= EXAMPLES="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e '/^SUBDIRS =/s/tests//' \ - ${WRKSRC}/Makefile.in -.if !defined(WITH_EXAMPLES) - @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ - ${WRKSRC}/Makefile.in -.endif - -.include <bsd.port.mk> diff --git a/x11-toolkits/gtkmm24/distinfo b/x11-toolkits/gtkmm24/distinfo deleted file mode 100644 index cf8a1774d78f..000000000000 --- a/x11-toolkits/gtkmm24/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnome2/gtkmm-2.2.8.tar.bz2) = fa9aabae3a84d3aaee53f5ff96a46cdc 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/files/patch-gtk_gtkmm_treeviewcolumn.h b/x11-toolkits/gtkmm24/files/patch-gtk_gtkmm_treeviewcolumn.h deleted file mode 100644 index 0927f4126bbe..000000000000 --- a/x11-toolkits/gtkmm24/files/patch-gtk_gtkmm_treeviewcolumn.h +++ /dev/null @@ -1,20 +0,0 @@ ---- gtk/gtkmm/treeviewcolumn.h.orig Mon Jul 21 14:45:01 2003 -+++ gtk/gtkmm/treeviewcolumn.h Mon Jul 21 14:45:28 2003 -@@ -577,7 +577,7 @@ - void TreeViewColumn::pack_start(const TreeModelColumn<T_ModelColumnType>& column, bool expand) - { - //Generate appropriate Renderer for the column: -- CellRenderer* pCellRenderer = manage( TreeViewColumn_CellRendererGeneration::generate_cellrenderer<T_ModelColumnType>() ); -+ CellRenderer* pCellRenderer = manage( TreeViewColumn_CellRendererGeneration::generate_cellrenderer<T_ModelColumnType>(false) ); - - //Use the renderer: - pack_start(*pCellRenderer, expand); -@@ -588,7 +588,7 @@ - void TreeViewColumn::pack_end(const TreeModelColumn<T_ModelColumnType>& column, bool expand) - { - //Generate appropriate Renderer for the column: -- CellRenderer* pCellRenderer= manage( TreeViewColumn_CellRendererGeneration::generate_cellrenderer<T_ModelColumnType>() ); -+ CellRenderer* pCellRenderer= manage( TreeViewColumn_CellRendererGeneration::generate_cellrenderer<T_ModelColumnType>(false) ); - - //Use the renderer: - pack_end(*pCellRenderer, expand); diff --git a/x11-toolkits/gtkmm24/pkg-descr b/x11-toolkits/gtkmm24/pkg-descr deleted file mode 100644 index 3d8c48095f16..000000000000 --- a/x11-toolkits/gtkmm24/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -C++ wrapper for Gtk+, Pango, Atk, and Glib. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/x11-toolkits/gtkmm24/pkg-plist b/x11-toolkits/gtkmm24/pkg-plist deleted file mode 100644 index b17c07bbe456..000000000000 --- a/x11-toolkits/gtkmm24/pkg-plist +++ /dev/null @@ -1,2395 +0,0 @@ -include/gtkmm-2.0/atkmm.h -include/gtkmm-2.0/atkmm/action.h -include/gtkmm-2.0/atkmm/component.h -include/gtkmm-2.0/atkmm/editabletext.h -include/gtkmm-2.0/atkmm/image.h -include/gtkmm-2.0/atkmm/noopobject.h -include/gtkmm-2.0/atkmm/object.h -include/gtkmm-2.0/atkmm/objectaccessible.h -include/gtkmm-2.0/atkmm/private/action_p.h -include/gtkmm-2.0/atkmm/private/component_p.h -include/gtkmm-2.0/atkmm/private/editabletext_p.h -include/gtkmm-2.0/atkmm/private/image_p.h -include/gtkmm-2.0/atkmm/private/noopobject_p.h -include/gtkmm-2.0/atkmm/private/object_p.h -include/gtkmm-2.0/atkmm/private/objectaccessible_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/selection_p.h -include/gtkmm-2.0/atkmm/private/stateset_p.h -include/gtkmm-2.0/atkmm/private/table_p.h -include/gtkmm-2.0/atkmm/private/text_p.h -include/gtkmm-2.0/atkmm/private/value_p.h -include/gtkmm-2.0/atkmm/relation.h -include/gtkmm-2.0/atkmm/relationset.h -include/gtkmm-2.0/atkmm/selection.h -include/gtkmm-2.0/atkmm/stateset.h -include/gtkmm-2.0/atkmm/table.h -include/gtkmm-2.0/atkmm/text.h -include/gtkmm-2.0/atkmm/value.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/device.h -include/gtkmm-2.0/gdkmm/display.h -include/gtkmm-2.0/gdkmm/displaymanager.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/device_p.h -include/gtkmm-2.0/gdkmm/private/display_p.h -include/gtkmm-2.0/gdkmm/private/displaymanager_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/screen_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/screen.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/markup.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/markup_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/stringutils.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/clipboard_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/selectiondata_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/treemodelsort_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/selectiondata.h -include/gtkmm-2.0/gtkmm/selectiondata_private.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/treemodelsort.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.6 -lib/libgdkmm-2.0.a -lib/libgdkmm-2.0.so -lib/libgdkmm-2.0.so.6 -lib/libglibmm-2.0.a -lib/libglibmm-2.0.so -lib/libglibmm-2.0.so.6 -lib/libgtkmm-2.0.a -lib/libgtkmm-2.0.so -lib/libgtkmm-2.0.so.6 -lib/libgtkmm_generate_extra_defs-2.0.a -lib/libgtkmm_generate_extra_defs-2.0.so -lib/libgtkmm_generate_extra_defs-2.0.so.6 -lib/libpangomm-1.0.a -lib/libpangomm-1.0.so -lib/libpangomm-1.0.so.6 -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/docs/FAQ/html/index.html -share/doc/gtkmm-2.0/docs/images/gtkmm_logo.gif -share/doc/gtkmm-2.0/docs/images/top.gif -share/doc/gtkmm-2.0/docs/index.html -share/doc/gtkmm-2.0/docs/reference/html/accelgroup_8h.html -share/doc/gtkmm-2.0/docs/reference/html/accelkey_8h.html -share/doc/gtkmm-2.0/docs/reference/html/accellabel_8h.html -share/doc/gtkmm-2.0/docs/reference/html/accelmap_8h.html -share/doc/gtkmm-2.0/docs/reference/html/action_8h.html -share/doc/gtkmm-2.0/docs/reference/html/adjustment_8h.html -share/doc/gtkmm-2.0/docs/reference/html/alignment_8h.html -share/doc/gtkmm-2.0/docs/reference/html/annotated.html -share/doc/gtkmm-2.0/docs/reference/html/arrayhandle_8h.html -share/doc/gtkmm-2.0/docs/reference/html/arrow_8h.html -share/doc/gtkmm-2.0/docs/reference/html/aspectframe_8h.html -share/doc/gtkmm-2.0/docs/reference/html/atk_2atkmm_2image_8h.html -share/doc/gtkmm-2.0/docs/reference/html/atk_2atkmm_2object_8h.html -share/doc/gtkmm-2.0/docs/reference/html/atk_2atkmm_2table_8h.html -share/doc/gtkmm-2.0/docs/reference/html/atk_2atkmm_2value_8h.html -share/doc/gtkmm-2.0/docs/reference/html/attributes_8h.html -share/doc/gtkmm-2.0/docs/reference/html/attriter_8h.html -share/doc/gtkmm-2.0/docs/reference/html/attrlist_8h.html -share/doc/gtkmm-2.0/docs/reference/html/base_8h.html -share/doc/gtkmm-2.0/docs/reference/html/bin_8h.html -share/doc/gtkmm-2.0/docs/reference/html/bitmap_8h.html -share/doc/gtkmm-2.0/docs/reference/html/book_2buttons_2button_2buttons_8h-example.html -share/doc/gtkmm-2.0/docs/reference/html/box_8h.html -share/doc/gtkmm-2.0/docs/reference/html/button_8h.html -share/doc/gtkmm-2.0/docs/reference/html/buttonbox_8h.html -share/doc/gtkmm-2.0/docs/reference/html/calendar_8h.html -share/doc/gtkmm-2.0/docs/reference/html/celleditable_8h.html -share/doc/gtkmm-2.0/docs/reference/html/cellrenderer_8h.html -share/doc/gtkmm-2.0/docs/reference/html/cellrendererpixbuf_8h.html -share/doc/gtkmm-2.0/docs/reference/html/cellrenderertext_8h.html -share/doc/gtkmm-2.0/docs/reference/html/cellrenderertoggle_8h.html -share/doc/gtkmm-2.0/docs/reference/html/checkbutton_8h.html -share/doc/gtkmm-2.0/docs/reference/html/checkmenuitem_8h.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Action-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Action.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Action__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Attribute-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Attribute.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Component-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Component.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Component__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1EditableText-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1EditableText.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1EditableText__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Image-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Image.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Image__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1NoOpObject-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1NoOpObject.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1NoOpObject__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Object-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Object.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1ObjectAccessible-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1ObjectAccessible.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1ObjectAccessible__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Object__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Relation-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Relation.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1RelationSet-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1RelationSet.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1RelationSet__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Relation__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Selection-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Selection.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Selection__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1StateSet-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1StateSet.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1StateSet__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Table-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Table.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Table__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Text-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Text.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1TextAttribute-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1TextAttribute.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Text__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Value-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Value.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Value__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGTimeVal.html -share/doc/gtkmm-2.0/docs/reference/html/classGTimeVal__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Bitmap-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Bitmap.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Bitmap__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Color-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Color.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Colormap-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Colormap.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Colormap__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Cursor-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Cursor.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Device-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Device.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Device__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Display-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Display.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1DisplayManager-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1DisplayManager.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1DisplayManager__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Display__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1DragContext-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1DragContext.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1DragContext__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Drawable-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Drawable.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Drawable__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Event-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Event.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1GC-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1GC.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1GC__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Image-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Image.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Image__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Pixbuf-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Pixbuf.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufAnimation-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufAnimation.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufAnimationIter-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufAnimationIter.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufAnimationIter__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufAnimation__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufError-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufError.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufError__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufLoader-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufLoader.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufLoader__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Pixbuf__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Pixmap-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Pixmap.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Pixmap__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Point-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Point.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Rectangle-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Rectangle.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Region-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Region.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1RgbCmap-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1RgbCmap.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Screen-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Screen.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Screen__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Visual-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Visual.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Visual__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Window-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Window.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Window__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ArrayHandle-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ArrayHandle.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Cond-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Cond.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Container__Helpers_1_1ArrayHandleIterator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Container__Helpers_1_1ArrayHandleIterator.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Container__Helpers_1_1ListHandleIterator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Container__Helpers_1_1ListHandleIterator.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Container__Helpers_1_1SListHandleIterator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Container__Helpers_1_1SListHandleIterator.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ConvertError-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ConvertError.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ConvertError__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Date-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Date.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Dir-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Dir.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1DirIterator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1DirIterator.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Dispatcher-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Dispatcher.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Error-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Error.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Error__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Exception-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Exception.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Exception__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1FileError-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1FileError.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1FileError__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1HelperList-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1HelperList.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IConv-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IConv.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOChannel-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOChannel.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOChannelError-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOChannelError.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOChannelError__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOChannel__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOSource-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOSource.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOSource__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IdleSource-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IdleSource.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IdleSource__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Interface-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Interface.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Interface__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ListHandle-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ListHandle.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1MainContext-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1MainContext.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1MainLoop-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1MainLoop.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1MarkupError-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1MarkupError.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1MarkupError__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Markup_1_1AttributeKeyLess-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Markup_1_1AttributeKeyLess.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Markup_1_1ParseContext-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Markup_1_1ParseContext.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Markup_1_1ParseContext__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Markup_1_1Parser-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Markup_1_1Parser.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Markup_1_1Parser__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Module-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Module.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Mutex-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Mutex.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Mutex_1_1Lock-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Mutex_1_1Lock.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Object-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Object.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ObjectBase-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ObjectBase.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ObjectBase__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Object__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PatternSpec-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PatternSpec.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PollFD-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PollFD.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Private-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Private.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Property-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Property.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyBase-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyBase.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyBase__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__Base-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__Base.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__Base__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__ReadOnly-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__ReadOnly__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__WriteOnly-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__WriteOnly.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__WriteOnly__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Property__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Quark-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Quark.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Quark__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1QueryQuark-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1QueryQuark.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1QueryQuark__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RWLock-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RWLock.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RWLock_1_1ReaderLock-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RWLock_1_1ReaderLock.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RWLock_1_1WriterLock-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RWLock_1_1WriterLock.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RWLock__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Rand-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Rand.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RecMutex-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RecMutex.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RecMutex_1_1Lock-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RecMutex_1_1Lock.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RecMutex__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RefPtr-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RefPtr.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SListHandle-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SListHandle.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Sequence-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Sequence.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ShellError-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ShellError.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ShellError__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalIO-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalIO.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalIdle-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalIdle.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy0-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy0.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy0__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy1-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy1.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy1__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy2-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy2.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy2__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy3-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy3.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy3__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy5-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy5.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy5__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy6-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy6.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy6__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyBase-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyBase.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyBase__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyConnectionNode-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyConnectionNode.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyConnectionNode__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyNormal-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyNormal.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyNormal__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyProperty-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyProperty.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyProperty__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalTimeout-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalTimeout.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Source-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Source.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Source__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SpawnError-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SpawnError.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SpawnError__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1StreamIOChannel-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1StreamIOChannel.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1StreamIOChannel__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Thread-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Thread.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ThreadError-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ThreadError.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ThreadError__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ThreadPool-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ThreadPool.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Thread_1_1Exit.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1TimeoutSource-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1TimeoutSource.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1TimeoutSource__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Timer-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Timer.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Boxed-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Boxed.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Boxed__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Enum-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Enum.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Enum__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Flags-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Flags.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Flags__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Object-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Object.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Object__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__String-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__String.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__String__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01T_01_4_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01T_01_4_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01T_01_4_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01const_01T_01_4_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01const_01T_01_4_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01const_01T_01_4_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1ustring_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1ustring_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1ustring_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01T_01_5_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01T_01_5_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01T_01_5_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01bool_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01bool_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01bool_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01char_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01char_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01char_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01const_01T_01_5_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01const_01T_01_5_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01const_01T_01_5_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01double_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01double_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01double_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01float_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01float_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01float_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01int_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01int_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01int_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01long_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01long_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01long_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01long_01long_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01long_01long_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01long_01long_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01std_1_1string_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01std_1_1string_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01std_1_1string_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01char_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01char_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01char_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01int_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01int_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01int_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01long_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01long_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01long_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01long_01long_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01long_01long_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01long_01long_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01void_01_5_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01void_01_5_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01void_01_5_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Boxed-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Boxed.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Boxed__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Enum-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Enum.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Enum__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Flags-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Flags.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Flags__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Pointer-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Pointer.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Pointer__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ustring-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ustring.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ustring__Iterator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ustring__Iterator.html -share/doc/gtkmm-2.0/docs/reference/html/classGtkToolbarChild.html -share/doc/gtkmm-2.0/docs/reference/html/classGtkToolbarChild__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AccelGroup-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AccelGroup.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AccelGroup__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AccelLabel-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AccelLabel.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AccelLabel__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Adjustment-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Adjustment.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Adjustment__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Alignment-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Alignment.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Alignment__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Arrow-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Arrow.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Arrow__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AspectFrame-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AspectFrame.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AspectFrame__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Bin-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Bin.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Bin__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1BoxList-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1BoxList.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1BoxList__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1Child-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1Child.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1Child__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1Element-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1Element.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1Element__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Button-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Button.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ButtonBox-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ButtonBox.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ButtonBox__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Button__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Calendar-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Calendar.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Calendar__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellEditable-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellEditable.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellEditable__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRenderer-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRenderer.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererPixbuf-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererPixbuf.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererPixbuf__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererText-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererText.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererText__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererToggle-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererToggle.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererToggle__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRenderer__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CheckButton-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CheckButton.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CheckButton__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CheckMenuItem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CheckMenuItem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CheckMenuItem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Clipboard-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Clipboard.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Clipboard__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ColorSelection-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ColorSelection.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ColorSelectionDialog-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ColorSelectionDialog.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ColorSelectionDialog__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ColorSelection__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Combo-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Combo.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDown-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDown.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDownItem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDownItem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDownItem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDown__Helpers_1_1ComboDropDownList-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDown__Helpers_1_1ComboDropDownList.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDown__Helpers_1_1ComboDropDownList__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDown__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Combo__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Container-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Container.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Container__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Curve-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Curve.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Curve__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Dialog-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Dialog.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Dialog__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1DrawingArea-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1DrawingArea.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1DrawingArea__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Editable-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Editable.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Editable__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Entry-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Entry.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Entry__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1EventBox-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1EventBox.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1EventBox__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FileSelection-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FileSelection.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FileSelection__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Fixed-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Fixed.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Fixed__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FontSelection-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FontSelection.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FontSelectionDialog-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FontSelectionDialog.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FontSelectionDialog__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FontSelection__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Frame-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Frame.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Frame__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1GammaCurve-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1GammaCurve.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1GammaCurve__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HBox-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HBox.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HBox__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HButtonBox-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HButtonBox.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HButtonBox__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HPaned-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HPaned.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HPaned__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HRuler-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HRuler.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HRuler__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HScale-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HScale.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HScale__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HScrollbar-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HScrollbar.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HScrollbar__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HSeparator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HSeparator.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HSeparator__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HandleBox-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HandleBox.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HandleBox__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconFactory-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconFactory.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconFactory__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconSet-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconSet.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconSize-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconSize.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconSource-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconSource.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Image-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Image.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ImageMenuItem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ImageMenuItem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ImageMenuItem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Image__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1InputDialog-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1InputDialog.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1InputDialog__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Invisible-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Invisible.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Invisible__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Item-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Item.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Item__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Label-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Label.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Label__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Layout-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Layout.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Layout__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ListStore-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ListStore.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ListStore__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Main-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Main.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Main__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuBar-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuBar.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuBar__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuItem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuItem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuItem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuShell-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuShell.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuShell__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1AccelKey-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1AccelKey.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1CheckMenuElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1CheckMenuElem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1CheckMenuElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1Element-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1Element.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1Element__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1ImageMenuElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1ImageMenuElem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1ImageMenuElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1MenuElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1MenuElem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1MenuElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1MenuList-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1MenuList.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1MenuList__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1RadioMenuElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1RadioMenuElem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1RadioMenuElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1SeparatorElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1SeparatorElem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1SeparatorElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1StockMenuElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1StockMenuElem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1StockMenuElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1TearoffMenuElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1TearoffMenuElem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1TearoffMenuElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MessageDialog-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MessageDialog.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MessageDialog__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Misc-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Misc.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Misc__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1Element-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1Element.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1Element__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1Page-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1Page.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1PageIterator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1PageIterator.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1PageIterator__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1PageList-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1PageList.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1Page__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Object-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Object.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Object__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1OptionMenu-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1OptionMenu.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1OptionMenu__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Paned-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Paned.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Paned__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Plug-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Plug.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Plug__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ProgressBar-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ProgressBar.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ProgressBar__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RC-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RC.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RadioButton-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RadioButton.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RadioButton__Helpers_1_1Group-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RadioButton__Helpers_1_1Group.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RadioButton__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RadioMenuItem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RadioMenuItem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RadioMenuItem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Range-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Range.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Range__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RcStyle-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RcStyle.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RcStyle__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Ruler-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Ruler.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Ruler__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Scale-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Scale.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Scale__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Scrollbar-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Scrollbar.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Scrollbar__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ScrolledWindow-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ScrolledWindow.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ScrolledWindow__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SelectionData-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SelectionData.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Separator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Separator.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SeparatorMenuItem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SeparatorMenuItem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SeparatorMenuItem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Separator__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Settings-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Settings.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Settings__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SizeGroup-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SizeGroup.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SizeGroup__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Socket-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Socket.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Socket__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SpinButton-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SpinButton.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SpinButton__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Statusbar-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Statusbar.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Statusbar__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1StockID-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1StockID.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1StockItem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1StockItem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Style-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Style.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Style__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table__Helpers_1_1Child-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table__Helpers_1_1Child.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table__Helpers_1_1Child__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table__Helpers_1_1TableList-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table__Helpers_1_1TableList.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table__Helpers_1_1TableList__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TargetEntry-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TargetEntry.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TearoffMenuItem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TearoffMenuItem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TearoffMenuItem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextAttributes-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextAttributes.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextBuffer-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextBuffer.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextBuffer__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextChildAnchor-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextChildAnchor.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextChildAnchor__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextIter-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextIter.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextMark-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextMark.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextMark__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextTag-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextTag.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextTagTable-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextTagTable.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextTagTable__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextTag__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextView-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextView.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextView__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ToggleButton-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ToggleButton.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ToggleButton__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1Element-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1Element.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1Element__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1Tool-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1Tool.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1ToolList-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1ToolList.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1ToolList__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1Tool__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Tooltips-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Tooltips.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Tooltips__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeDragDest-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeDragDest.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeDragDest__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeDragSource-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeDragSource.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeDragSource__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeIter-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeIter.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeIterBase-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeIterBase.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeIterBase__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeIter__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModel-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModel.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelColumn-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelColumn.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelColumnBase-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelColumnBase.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelColumnBase__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelColumnRecord-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelColumnRecord.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelColumn__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelSort-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelSort.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelSort__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModel__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeNodeChildren-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeNodeChildren.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeNodeChildren__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreePath-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreePath.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeRow-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeRow.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeRowReference-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeRowReference.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeRow__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeSelection-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeSelection.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeSelection__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeSortable-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeSortable.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeSortable__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeStore-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeStore.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeStore__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeValueProxy-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeValueProxy.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeView-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeView.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeViewColumn-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeViewColumn.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeViewColumn__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeView__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VBox-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VBox.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VBox__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VButtonBox-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VButtonBox.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VButtonBox__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VPaned-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VPaned.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VPaned__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VRuler-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VRuler.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VRuler__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VScale-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VScale.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VScale__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VScrollbar-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VScrollbar.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VScrollbar__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VSeparator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VSeparator.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VSeparator__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Viewport-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Viewport.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Viewport__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Widget-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Widget.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Widget__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Window-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Window.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1WindowGroup-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1WindowGroup.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1WindowGroup__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Window__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Analysis-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Analysis.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrColor-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrColor.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrColor__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrFloat-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrFloat.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrFloat__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrFontDesc-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrFontDesc.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrFontDesc__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrInt-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrInt.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrInt__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrIter-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrIter.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrLanguage-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrLanguage.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrLanguage__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrList-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrList.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrShape-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrShape.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrShape__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrString-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrString.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrString__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Attribute-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Attribute.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Attribute__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Color-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Color.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Context-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Context.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Context__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Coverage-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Coverage.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Font-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Font.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontDescription-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontDescription.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontFace-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontFace.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontFace__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontFamily-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontFamily.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontFamily__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontMap-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontMap.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontMap__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontMetrics-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontMetrics.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Font__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Fontset-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Fontset.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Fontset__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1GlyphGeometry-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1GlyphGeometry.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1GlyphInfo-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1GlyphInfo.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1GlyphString-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1GlyphString.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Item-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Item.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Language-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Language.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Layout-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Layout.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1LayoutIter-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1LayoutIter.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1LayoutLine-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1LayoutLine.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1LayoutRun-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1LayoutRun.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Layout__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Rectangle-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Rectangle.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1TabArray-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1TabArray.html -share/doc/gtkmm-2.0/docs/reference/html/classSigC_1_1ConnectionNode.html -share/doc/gtkmm-2.0/docs/reference/html/classSigC_1_1ConnectionNode__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classSigC_1_1Object.html -share/doc/gtkmm-2.0/docs/reference/html/classSigC_1_1Object__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/class_8h.html -share/doc/gtkmm-2.0/docs/reference/html/class__GtkBoxChild.html -share/doc/gtkmm-2.0/docs/reference/html/class__GtkBoxChild__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/class__GtkTableChild.html -share/doc/gtkmm-2.0/docs/reference/html/class__GtkTableChild__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classes.html -share/doc/gtkmm-2.0/docs/reference/html/clipboard_8h.html -share/doc/gtkmm-2.0/docs/reference/html/colormap_8h.html -share/doc/gtkmm-2.0/docs/reference/html/colorselection_8h.html -share/doc/gtkmm-2.0/docs/reference/html/combo_8h.html -share/doc/gtkmm-2.0/docs/reference/html/component_8h.html -share/doc/gtkmm-2.0/docs/reference/html/container_8h.html -share/doc/gtkmm-2.0/docs/reference/html/containerhandle__shared_8h.html -share/doc/gtkmm-2.0/docs/reference/html/containers_8h.html -share/doc/gtkmm-2.0/docs/reference/html/context_8h.html -share/doc/gtkmm-2.0/docs/reference/html/convert_8h.html -share/doc/gtkmm-2.0/docs/reference/html/coverage_8h.html -share/doc/gtkmm-2.0/docs/reference/html/cursor_8h.html -share/doc/gtkmm-2.0/docs/reference/html/curve_8h.html -share/doc/gtkmm-2.0/docs/reference/html/date_8h.html -share/doc/gtkmm-2.0/docs/reference/html/debug_8h.html -share/doc/gtkmm-2.0/docs/reference/html/device_8h.html -share/doc/gtkmm-2.0/docs/reference/html/dialog_8h.html -share/doc/gtkmm-2.0/docs/reference/html/dispatcher_8h.html -share/doc/gtkmm-2.0/docs/reference/html/display_8h.html -share/doc/gtkmm-2.0/docs/reference/html/displaymanager_8h.html -share/doc/gtkmm-2.0/docs/reference/html/doxygen.css -share/doc/gtkmm-2.0/docs/reference/html/doxygen.png -share/doc/gtkmm-2.0/docs/reference/html/dragcontext_8h.html -share/doc/gtkmm-2.0/docs/reference/html/drawable_8h.html -share/doc/gtkmm-2.0/docs/reference/html/drawingarea_8h.html -share/doc/gtkmm-2.0/docs/reference/html/editable_8h.html -share/doc/gtkmm-2.0/docs/reference/html/editabletext_8h.html -share/doc/gtkmm-2.0/docs/reference/html/entry_8h.html -share/doc/gtkmm-2.0/docs/reference/html/enums_8h.html -share/doc/gtkmm-2.0/docs/reference/html/error_8h.html -share/doc/gtkmm-2.0/docs/reference/html/event_8h.html -share/doc/gtkmm-2.0/docs/reference/html/eventbox_8h.html -share/doc/gtkmm-2.0/docs/reference/html/examples.html -share/doc/gtkmm-2.0/docs/reference/html/exception_8h.html -share/doc/gtkmm-2.0/docs/reference/html/exceptionhandler_8h.html -share/doc/gtkmm-2.0/docs/reference/html/files.html -share/doc/gtkmm-2.0/docs/reference/html/fileselection_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fileutils_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fixed_8h.html -share/doc/gtkmm-2.0/docs/reference/html/font_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fontdescription_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fontface_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fontfamily_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fontmap_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fontmetrics_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fontselection_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fontset_8h.html -share/doc/gtkmm-2.0/docs/reference/html/frame_8h.html -share/doc/gtkmm-2.0/docs/reference/html/functions.html -share/doc/gtkmm-2.0/docs/reference/html/functions_enum.html -share/doc/gtkmm-2.0/docs/reference/html/functions_eval.html -share/doc/gtkmm-2.0/docs/reference/html/functions_func.html -share/doc/gtkmm-2.0/docs/reference/html/functions_rela.html -share/doc/gtkmm-2.0/docs/reference/html/functions_type.html -share/doc/gtkmm-2.0/docs/reference/html/functions_vars.html -share/doc/gtkmm-2.0/docs/reference/html/gc_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gdk_2gdkmm_2color_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gdk_2gdkmm_2image_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gdk_2gdkmm_2rectangle_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gdk_2gdkmm_2window_8h.html -share/doc/gtkmm-2.0/docs/reference/html/general_8h.html -share/doc/gtkmm-2.0/docs/reference/html/glib_2glibmm_2main_8h.html -share/doc/gtkmm-2.0/docs/reference/html/glib_2glibmm_2object_8h.html -share/doc/gtkmm-2.0/docs/reference/html/glib_2glibmm_2value_8h.html -share/doc/gtkmm-2.0/docs/reference/html/globals.html -share/doc/gtkmm-2.0/docs/reference/html/globals_defs.html -share/doc/gtkmm-2.0/docs/reference/html/globals_type.html -share/doc/gtkmm-2.0/docs/reference/html/glyph_8h.html -share/doc/gtkmm-2.0/docs/reference/html/glyphstring_8h.html -share/doc/gtkmm-2.0/docs/reference/html/graph_legend.dot -share/doc/gtkmm-2.0/docs/reference/html/graph_legend.html -share/doc/gtkmm-2.0/docs/reference/html/graph_legend.png -share/doc/gtkmm-2.0/docs/reference/html/group__CharsetConv.html -share/doc/gtkmm-2.0/docs/reference/html/group__ContHandles.html -share/doc/gtkmm-2.0/docs/reference/html/group__ContHelpers.html -share/doc/gtkmm-2.0/docs/reference/html/group__Containers.html -share/doc/gtkmm-2.0/docs/reference/html/group__Dialogs.html -share/doc/gtkmm-2.0/docs/reference/html/group__FileUtils.html -share/doc/gtkmm-2.0/docs/reference/html/group__MainLoop.html -share/doc/gtkmm-2.0/docs/reference/html/group__Markup.html -share/doc/gtkmm-2.0/docs/reference/html/group__Menus.html -share/doc/gtkmm-2.0/docs/reference/html/group__MiscUtils.html -share/doc/gtkmm-2.0/docs/reference/html/group__PatternMatching.html -share/doc/gtkmm-2.0/docs/reference/html/group__Random.html -share/doc/gtkmm-2.0/docs/reference/html/group__ShellUtils.html -share/doc/gtkmm-2.0/docs/reference/html/group__Spawn.html -share/doc/gtkmm-2.0/docs/reference/html/group__StringUtils.html -share/doc/gtkmm-2.0/docs/reference/html/group__TextView.html -share/doc/gtkmm-2.0/docs/reference/html/group__ThreadPools.html -share/doc/gtkmm-2.0/docs/reference/html/group__Threads.html -share/doc/gtkmm-2.0/docs/reference/html/group__Toolbars.html -share/doc/gtkmm-2.0/docs/reference/html/group__TreeView.html -share/doc/gtkmm-2.0/docs/reference/html/group__Unicode.html -share/doc/gtkmm-2.0/docs/reference/html/group__Widgets.html -share/doc/gtkmm-2.0/docs/reference/html/group__atkmmEnums.html -share/doc/gtkmm-2.0/docs/reference/html/group__gdkmmEnums.html -share/doc/gtkmm-2.0/docs/reference/html/group__glibmmEnums.html -share/doc/gtkmm-2.0/docs/reference/html/group__glibmmValue.html -share/doc/gtkmm-2.0/docs/reference/html/group__gtkmmEnums.html -share/doc/gtkmm-2.0/docs/reference/html/group__pangommEnums.html -share/doc/gtkmm-2.0/docs/reference/html/gtk_2gtkmm_2image_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gtk_2gtkmm_2item_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gtk_2gtkmm_2layout_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gtk_2gtkmm_2main_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gtk_2gtkmm_2object_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gtk_2gtkmm_2table_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gtk_2gtkmm_2window_8h.html -share/doc/gtkmm-2.0/docs/reference/html/handlebox_8h.html -share/doc/gtkmm-2.0/docs/reference/html/helperlist_8h.html -share/doc/gtkmm-2.0/docs/reference/html/hierarchy.html -share/doc/gtkmm-2.0/docs/reference/html/iconfactory_8h.html -share/doc/gtkmm-2.0/docs/reference/html/iconset_8h.html -share/doc/gtkmm-2.0/docs/reference/html/iconsource_8h.html -share/doc/gtkmm-2.0/docs/reference/html/imagemenuitem_8h.html -share/doc/gtkmm-2.0/docs/reference/html/index.html -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__0.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__1.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__10.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__100.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__101.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__102.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__103.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__104.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__105.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__106.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__107.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__108.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__109.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__11.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__110.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__111.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__112.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__113.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__114.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__115.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__116.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__117.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__118.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__12.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__13.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__14.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__15.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__16.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__17.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__18.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__19.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__2.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__20.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__21.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__22.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__23.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__24.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__25.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__26.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__27.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__28.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__29.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__3.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__30.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__31.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__32.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__33.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__34.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__35.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__36.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__37.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__38.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__39.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__4.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__40.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__41.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__42.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__43.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__44.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__45.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__46.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__47.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__48.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__49.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__5.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__50.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__51.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__52.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__53.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__54.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__55.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__56.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__57.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__58.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__59.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__6.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__60.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__61.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__62.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__63.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__64.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__65.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__66.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__67.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__68.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__69.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__7.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__70.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__71.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__72.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__73.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__74.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__75.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__76.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__77.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__78.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__79.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__8.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__80.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__81.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__82.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__83.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__84.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__85.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__86.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__87.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__88.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__89.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__9.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__90.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__91.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__92.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__93.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__94.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__95.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__96.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__97.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__98.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__99.png -share/doc/gtkmm-2.0/docs/reference/html/inherits.html -share/doc/gtkmm-2.0/docs/reference/html/inputdialog_8h.html -share/doc/gtkmm-2.0/docs/reference/html/interface_8h.html -share/doc/gtkmm-2.0/docs/reference/html/invisible_8h.html -share/doc/gtkmm-2.0/docs/reference/html/iochannel_8h.html -share/doc/gtkmm-2.0/docs/reference/html/label_8h.html -share/doc/gtkmm-2.0/docs/reference/html/language_8h.html -share/doc/gtkmm-2.0/docs/reference/html/layoutiter_8h.html -share/doc/gtkmm-2.0/docs/reference/html/layoutline_8h.html -share/doc/gtkmm-2.0/docs/reference/html/layoutrun_8h.html -share/doc/gtkmm-2.0/docs/reference/html/list_8h.html -share/doc/gtkmm-2.0/docs/reference/html/listhandle_8h.html -share/doc/gtkmm-2.0/docs/reference/html/liststore_8h.html -share/doc/gtkmm-2.0/docs/reference/html/markup_8h.html -share/doc/gtkmm-2.0/docs/reference/html/menu_8h.html -share/doc/gtkmm-2.0/docs/reference/html/menu__elems_8h.html -share/doc/gtkmm-2.0/docs/reference/html/menubar_8h.html -share/doc/gtkmm-2.0/docs/reference/html/menuitem_8h.html -share/doc/gtkmm-2.0/docs/reference/html/menushell_8h.html -share/doc/gtkmm-2.0/docs/reference/html/messagedialog_8h.html -share/doc/gtkmm-2.0/docs/reference/html/misc_8h.html -share/doc/gtkmm-2.0/docs/reference/html/miscutils_8h.html -share/doc/gtkmm-2.0/docs/reference/html/module_8h.html -share/doc/gtkmm-2.0/docs/reference/html/modules.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceAtk.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGdk.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGlib.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGlib_1_1Ascii.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGlib_1_1Container__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGlib_1_1Markup.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGlib_1_1Unicode.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1AccelMap.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1Box__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1ComboDropDown__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1Menu__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1Notebook__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1RadioButton__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1RadioMenuItem__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1Stock.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1Table__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1Toolbar__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1TreeViewColumn__CellRendererGeneration.html -share/doc/gtkmm-2.0/docs/reference/html/namespacePango.html -share/doc/gtkmm-2.0/docs/reference/html/namespacemembers.html -share/doc/gtkmm-2.0/docs/reference/html/namespacemembers_enum.html -share/doc/gtkmm-2.0/docs/reference/html/namespacemembers_eval.html -share/doc/gtkmm-2.0/docs/reference/html/namespacemembers_func.html -share/doc/gtkmm-2.0/docs/reference/html/namespacemembers_type.html -share/doc/gtkmm-2.0/docs/reference/html/namespacemembers_vars.html -share/doc/gtkmm-2.0/docs/reference/html/namespaces.html -share/doc/gtkmm-2.0/docs/reference/html/noopobject_8h.html -share/doc/gtkmm-2.0/docs/reference/html/notebook_8h.html -share/doc/gtkmm-2.0/docs/reference/html/objectaccessible_8h.html -share/doc/gtkmm-2.0/docs/reference/html/objectbase_8h.html -share/doc/gtkmm-2.0/docs/reference/html/optionmenu_8h.html -share/doc/gtkmm-2.0/docs/reference/html/paned_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pango_2pangomm_2color_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pango_2pangomm_2item_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pango_2pangomm_2layout_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pango_2pangomm_2rectangle_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pattern_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pixbuf_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pixbufanimation_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pixbufanimationiter_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pixbufloader_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pixmap_8h.html -share/doc/gtkmm-2.0/docs/reference/html/plug_8h.html -share/doc/gtkmm-2.0/docs/reference/html/progressbar_8h.html -share/doc/gtkmm-2.0/docs/reference/html/property_8h.html -share/doc/gtkmm-2.0/docs/reference/html/propertyproxy_8h.html -share/doc/gtkmm-2.0/docs/reference/html/propertyproxy__base_8h.html -share/doc/gtkmm-2.0/docs/reference/html/quark_8h.html -share/doc/gtkmm-2.0/docs/reference/html/radiobutton_8h.html -share/doc/gtkmm-2.0/docs/reference/html/radiomenuitem_8h.html -share/doc/gtkmm-2.0/docs/reference/html/random_8h.html -share/doc/gtkmm-2.0/docs/reference/html/range_8h.html -share/doc/gtkmm-2.0/docs/reference/html/rc_8h.html -share/doc/gtkmm-2.0/docs/reference/html/refptr_8h.html -share/doc/gtkmm-2.0/docs/reference/html/region_8h.html -share/doc/gtkmm-2.0/docs/reference/html/relation_8h.html -share/doc/gtkmm-2.0/docs/reference/html/relationset_8h.html -share/doc/gtkmm-2.0/docs/reference/html/rgbcmap_8h.html -share/doc/gtkmm-2.0/docs/reference/html/ruler_8h.html -share/doc/gtkmm-2.0/docs/reference/html/sarray_8h.html -share/doc/gtkmm-2.0/docs/reference/html/scale_8h.html -share/doc/gtkmm-2.0/docs/reference/html/screen_8h.html -share/doc/gtkmm-2.0/docs/reference/html/scrollbar_8h.html -share/doc/gtkmm-2.0/docs/reference/html/scrolledwindow_8h.html -share/doc/gtkmm-2.0/docs/reference/html/selection_8h.html -share/doc/gtkmm-2.0/docs/reference/html/selectiondata_8h.html -share/doc/gtkmm-2.0/docs/reference/html/selectiondata__private_8h.html -share/doc/gtkmm-2.0/docs/reference/html/separator_8h.html -share/doc/gtkmm-2.0/docs/reference/html/separatormenuitem_8h.html -share/doc/gtkmm-2.0/docs/reference/html/settings_8h.html -share/doc/gtkmm-2.0/docs/reference/html/shell_8h.html -share/doc/gtkmm-2.0/docs/reference/html/signalproxy_8h.html -share/doc/gtkmm-2.0/docs/reference/html/signalproxy__connectionnode_8h.html -share/doc/gtkmm-2.0/docs/reference/html/sizegroup_8h.html -share/doc/gtkmm-2.0/docs/reference/html/slisthandle_8h.html -share/doc/gtkmm-2.0/docs/reference/html/socket_8h.html -share/doc/gtkmm-2.0/docs/reference/html/spawn_8h.html -share/doc/gtkmm-2.0/docs/reference/html/spinbutton_8h.html -share/doc/gtkmm-2.0/docs/reference/html/stateset_8h.html -share/doc/gtkmm-2.0/docs/reference/html/statusbar_8h.html -share/doc/gtkmm-2.0/docs/reference/html/stock_8h.html -share/doc/gtkmm-2.0/docs/reference/html/stock_add_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_align_center_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_align_justify_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_align_left_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_align_right_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_apply_20.png -share/doc/gtkmm-2.0/docs/reference/html/stock_bottom_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_broken_image_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_cancel_20.png -share/doc/gtkmm-2.0/docs/reference/html/stock_cdrom_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_clear_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_close_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_colorselector_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_convert_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_copy_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_cut_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_dialog_error_48.png -share/doc/gtkmm-2.0/docs/reference/html/stock_dialog_info_48.png -share/doc/gtkmm-2.0/docs/reference/html/stock_dialog_question_48.png -share/doc/gtkmm-2.0/docs/reference/html/stock_dialog_warning_48.png -share/doc/gtkmm-2.0/docs/reference/html/stock_dnd_32.png -share/doc/gtkmm-2.0/docs/reference/html/stock_dnd_multiple_32.png -share/doc/gtkmm-2.0/docs/reference/html/stock_down_arrow_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_exec_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_exit_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_first_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_font_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_help_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_home_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_index_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_jump_to_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_last_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_left_arrow_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_new_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_no_20.png -share/doc/gtkmm-2.0/docs/reference/html/stock_ok_20.png -share/doc/gtkmm-2.0/docs/reference/html/stock_open_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_paste_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_preferences_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_print_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_print_preview_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_properties_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_redo_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_refresh_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_remove_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_revert_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_right_arrow_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_save_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_save_as_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_search_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_search_replace_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_sort_ascending_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_sort_descending_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_spellcheck_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_stop_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_text_bold_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_text_italic_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_text_strikethrough_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_text_underline_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_top_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_trash_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_undelete_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_undo_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_up_arrow_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_yes_20.png -share/doc/gtkmm-2.0/docs/reference/html/stock_zoom_1_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_zoom_fit_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_zoom_in_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_zoom_out_24.png -share/doc/gtkmm-2.0/docs/reference/html/stockid_8h.html -share/doc/gtkmm-2.0/docs/reference/html/stockitem_8h.html -share/doc/gtkmm-2.0/docs/reference/html/streamiochannel_8h.html -share/doc/gtkmm-2.0/docs/reference/html/stringutils_8h.html -share/doc/gtkmm-2.0/docs/reference/html/structAtk_1_1AttributeTraits-members.html -share/doc/gtkmm-2.0/docs/reference/html/structAtk_1_1AttributeTraits.html -share/doc/gtkmm-2.0/docs/reference/html/structGdk_1_1AtomStringTraits-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGdk_1_1AtomStringTraits.html -share/doc/gtkmm-2.0/docs/reference/html/structGdk_1_1ColorTraits-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGdk_1_1ColorTraits.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1Container__Helpers_1_1TypeTraits-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1Container__Helpers_1_1TypeTraits.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticMutex-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticMutex.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticPrivate-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticPrivate.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticRWLock-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticRWLock.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticRWLock__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticRecMutex-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticRecMutex.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticRecMutex__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1TimeVal-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1TimeVal.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1TimeVal__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Box__Helpers_1_1EndElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Box__Helpers_1_1EndElem.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Box__Helpers_1_1EndElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1BuiltinStockID-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1BuiltinStockID.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Notebook__Helpers_1_1MenuElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Notebook__Helpers_1_1MenuElem.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Notebook__Helpers_1_1MenuElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Notebook__Helpers_1_1TabElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Notebook__Helpers_1_1TabElem.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Notebook__Helpers_1_1TabElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1ButtonElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1ButtonElem.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1ButtonElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1RadioElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1RadioElem.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1RadioElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1Space-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1Space.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1Space__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1StockElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1StockElem.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1StockElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1ToggleElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1ToggleElem.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1ToggleElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structPango_1_1AttributeTraits-members.html -share/doc/gtkmm-2.0/docs/reference/html/structPango_1_1AttributeTraits.html -share/doc/gtkmm-2.0/docs/reference/html/structPango_1_1ItemTraits-members.html -share/doc/gtkmm-2.0/docs/reference/html/structPango_1_1ItemTraits.html -share/doc/gtkmm-2.0/docs/reference/html/structPango_1_1LayoutLineTraits-members.html -share/doc/gtkmm-2.0/docs/reference/html/structPango_1_1LayoutLineTraits.html -share/doc/gtkmm-2.0/docs/reference/html/style_8h.html -share/doc/gtkmm-2.0/docs/reference/html/tabarray_8h.html -share/doc/gtkmm-2.0/docs/reference/html/targetentry_8h.html -share/doc/gtkmm-2.0/docs/reference/html/tearoffmenuitem_8h.html -share/doc/gtkmm-2.0/docs/reference/html/text_8h.html -share/doc/gtkmm-2.0/docs/reference/html/textattributes_8h.html -share/doc/gtkmm-2.0/docs/reference/html/textbuffer_8h.html -share/doc/gtkmm-2.0/docs/reference/html/textchildanchor_8h.html -share/doc/gtkmm-2.0/docs/reference/html/textiter_8h.html -share/doc/gtkmm-2.0/docs/reference/html/textmark_8h.html -share/doc/gtkmm-2.0/docs/reference/html/texttag_8h.html -share/doc/gtkmm-2.0/docs/reference/html/texttagtable_8h.html -share/doc/gtkmm-2.0/docs/reference/html/textview_8h.html -share/doc/gtkmm-2.0/docs/reference/html/thread_2dispatcher_8cc-example.html -share/doc/gtkmm-2.0/docs/reference/html/thread_2thread_8cc-example.html -share/doc/gtkmm-2.0/docs/reference/html/thread_8h.html -share/doc/gtkmm-2.0/docs/reference/html/threadpool_8h.html -share/doc/gtkmm-2.0/docs/reference/html/timer_8h.html -share/doc/gtkmm-2.0/docs/reference/html/timeval_8h.html -share/doc/gtkmm-2.0/docs/reference/html/togglebutton_8h.html -share/doc/gtkmm-2.0/docs/reference/html/toolbar_8h.html -share/doc/gtkmm-2.0/docs/reference/html/tooltips_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treedragdest_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treedragsource_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treeiter_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treemodel_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treemodelcolumn_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treemodelsort_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treepath_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treerowreference_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treeselection_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treesortable_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treestore_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treeview_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treeview__private_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treeviewcolumn_8h.html -share/doc/gtkmm-2.0/docs/reference/html/types_8h.html -share/doc/gtkmm-2.0/docs/reference/html/unicode_8h.html -share/doc/gtkmm-2.0/docs/reference/html/ustring_8h.html -share/doc/gtkmm-2.0/docs/reference/html/utility_8h.html -share/doc/gtkmm-2.0/docs/reference/html/value__basictypes_8h.html -share/doc/gtkmm-2.0/docs/reference/html/value__custom_8h.html -share/doc/gtkmm-2.0/docs/reference/html/viewport_8h.html -share/doc/gtkmm-2.0/docs/reference/html/visual_8h.html -share/doc/gtkmm-2.0/docs/reference/html/widget_8h.html -share/doc/gtkmm-2.0/docs/reference/html/wrap_8h.html -share/doc/gtkmm-2.0/docs/tutorial/figures/alignment.png -share/doc/gtkmm-2.0/docs/tutorial/figures/aspectframe.png -share/doc/gtkmm-2.0/docs/tutorial/figures/box_packing1.png -share/doc/gtkmm-2.0/docs/tutorial/figures/box_packing2.png -share/doc/gtkmm-2.0/docs/tutorial/figures/box_packing3.png -share/doc/gtkmm-2.0/docs/tutorial/figures/buttonbox.png -share/doc/gtkmm-2.0/docs/tutorial/figures/buttons.png -share/doc/gtkmm-2.0/docs/tutorial/figures/checkbutton.png -share/doc/gtkmm-2.0/docs/tutorial/figures/clipboard_ideal.png -share/doc/gtkmm-2.0/docs/tutorial/figures/clipboard_simple.png -share/doc/gtkmm-2.0/docs/tutorial/figures/combo.png -share/doc/gtkmm-2.0/docs/tutorial/figures/devcpp_project_options.png -share/doc/gtkmm-2.0/docs/tutorial/figures/dialogs_colorselectiondialog.png -share/doc/gtkmm-2.0/docs/tutorial/figures/dialogs_fileselection.png -share/doc/gtkmm-2.0/docs/tutorial/figures/dialogs_fontselectiondialog.png -share/doc/gtkmm-2.0/docs/tutorial/figures/dialogs_messagedialog.png -share/doc/gtkmm-2.0/docs/tutorial/figures/dialogs_simple.png -share/doc/gtkmm-2.0/docs/tutorial/figures/drag_and_drop.png -share/doc/gtkmm-2.0/docs/tutorial/figures/drawingarea_lines.png -share/doc/gtkmm-2.0/docs/tutorial/figures/drawingarea_text.png -share/doc/gtkmm-2.0/docs/tutorial/figures/entry.png -share/doc/gtkmm-2.0/docs/tutorial/figures/eventbox.png -share/doc/gtkmm-2.0/docs/tutorial/figures/frame.png -share/doc/gtkmm-2.0/docs/tutorial/figures/helloworld.png -share/doc/gtkmm-2.0/docs/tutorial/figures/helloworld2.png -share/doc/gtkmm-2.0/docs/tutorial/figures/label.png -share/doc/gtkmm-2.0/docs/tutorial/figures/main_menu.png -share/doc/gtkmm-2.0/docs/tutorial/figures/menu_popup.png -share/doc/gtkmm-2.0/docs/tutorial/figures/menus_menu.png -share/doc/gtkmm-2.0/docs/tutorial/figures/menus_menubar.png -share/doc/gtkmm-2.0/docs/tutorial/figures/notebook.png -share/doc/gtkmm-2.0/docs/tutorial/figures/paned.png -share/doc/gtkmm-2.0/docs/tutorial/figures/progressbar.png -share/doc/gtkmm-2.0/docs/tutorial/figures/radiobuttons.png -share/doc/gtkmm-2.0/docs/tutorial/figures/range_widgets.png -share/doc/gtkmm-2.0/docs/tutorial/figures/scrolledwindow.png -share/doc/gtkmm-2.0/docs/tutorial/figures/spinbutton.png -share/doc/gtkmm-2.0/docs/tutorial/figures/table.png -share/doc/gtkmm-2.0/docs/tutorial/figures/textview.png -share/doc/gtkmm-2.0/docs/tutorial/figures/toolbar.png -share/doc/gtkmm-2.0/docs/tutorial/figures/treeview_draganddrop.png -share/doc/gtkmm-2.0/docs/tutorial/figures/treeview_editablecells.png -share/doc/gtkmm-2.0/docs/tutorial/figures/treeview_list.png -share/doc/gtkmm-2.0/docs/tutorial/figures/treeview_popup.png -share/doc/gtkmm-2.0/docs/tutorial/figures/treeview_tree.png -share/doc/gtkmm-2.0/docs/tutorial/html/apa.html -share/doc/gtkmm-2.0/docs/tutorial/html/apas02.html -share/doc/gtkmm-2.0/docs/tutorial/html/apas03.html -share/doc/gtkmm-2.0/docs/tutorial/html/apas04.html -share/doc/gtkmm-2.0/docs/tutorial/html/apas05.html -share/doc/gtkmm-2.0/docs/tutorial/html/apb.html -share/doc/gtkmm-2.0/docs/tutorial/html/apbs02.html -share/doc/gtkmm-2.0/docs/tutorial/html/apbs03.html -share/doc/gtkmm-2.0/docs/tutorial/html/apbs04.html -share/doc/gtkmm-2.0/docs/tutorial/html/apbs05.html -share/doc/gtkmm-2.0/docs/tutorial/html/apbs06.html -share/doc/gtkmm-2.0/docs/tutorial/html/apc.html -share/doc/gtkmm-2.0/docs/tutorial/html/apd.html -share/doc/gtkmm-2.0/docs/tutorial/html/ape.html -share/doc/gtkmm-2.0/docs/tutorial/html/apes02.html -share/doc/gtkmm-2.0/docs/tutorial/html/apes03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch01.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch01s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch02s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch02s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch03s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch03s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch03s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch03s05.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch03s06.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch04s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch04s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch04s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch05.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch05s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch05s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch05s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch06.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch06s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch06s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch06s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch06s05.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch06s06.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch07.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch07s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch08.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch08s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch08s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch08s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch08s05.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch08s06.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch08s07.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch09.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch09s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch09s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch10.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch10s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch11.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch11s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch11s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch12.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch13.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch13s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch13s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch13s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch14.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch14s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch14s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch14s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch14s05.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch14s06.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch14s07.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch15.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch15s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch15s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch15s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch15s05.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch16.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch16s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch16s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch16s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch17.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch17s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch17s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch18.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch18s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch19.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch19s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch19s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch20.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch20s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch20s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch20s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch21.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch21s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch22.html -share/doc/gtkmm-2.0/docs/tutorial/html/index.html -%%EXAMPLES%%share/devhelp/books/gtkmm-2.0/gtkmm2.devhelp -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/arrow/arrow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/arrow/direction.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/alignment/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/alignment/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/alignment/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/aspectframe/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/aspectframe/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/aspectframe/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/box/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/box/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/box/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/box/packbox.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/box/packbox.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttonbox/examplebuttonbox.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttonbox/examplebuttonbox.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttonbox/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttonbox/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttonbox/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/button/buttons.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/button/buttons.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/button/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/checkbutton/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/checkbutton/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/checkbutton/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/radiobutton/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/radiobutton/radiobuttons.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/radiobutton/radiobuttons.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/togglebutton/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/togglebutton/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/togglebutton/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/clipboard/ideal/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/clipboard/ideal/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/clipboard/ideal/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/clipboard/simple/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/clipboard/simple/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/clipboard/simple/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/combo/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/combo/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/combo/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/colorselectiondialog/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/colorselectiondialog/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/colorselectiondialog/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/fileselection/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/fileselection/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/fileselection/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/fontselectiondialog/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/fontselectiondialog/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/fontselectiondialog/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/messagedialog/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/messagedialog/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/messagedialog/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/simple/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/simple/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/simple/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drag_and_drop/dndwindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drag_and_drop/dndwindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drag_and_drop/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_lines/customdrawingarea.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_lines/customdrawingarea.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_lines/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_lines/testwindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_lines/testwindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_text/customdrawingarea.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_text/customdrawingarea.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_text/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_text/testwindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_text/testwindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/entry/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/entry/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/entry/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/eventbox/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/eventbox/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/eventbox/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/frame/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/frame/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/frame/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/helloworld/helloworld.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/helloworld/helloworld.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/helloworld/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/helloworld2/helloworld.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/helloworld2/helloworld.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/helloworld2/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/idle/idleexample.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/idle/idleexample.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/idle/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/label/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/label/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/label/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/menus/main_menu/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/menus/main_menu/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/menus/main_menu/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/menus/popup/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/menus/popup/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/menus/popup/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/notebook/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/notebook/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/notebook/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/paned/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/paned/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/paned/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/paned/messageslist.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/paned/messageslist.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/paned/messagetext.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/paned/messagetext.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/progressbar/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/progressbar/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/progressbar/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/range_widgets/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/range_widgets/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/range_widgets/labeledoptionmenu.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/range_widgets/labeledoptionmenu.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/range_widgets/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/scrolledwindow/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/scrolledwindow/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/scrolledwindow/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/signals/custom/client.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/signals/custom/client.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/signals/custom/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/signals/custom/server.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/signals/custom/server.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/spinbutton/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/spinbutton/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/spinbutton/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/table/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/table/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/table/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/textview/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/textview/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/textview/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/timeout/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/timeout/timerexample.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/timeout/timerexample.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/toolbar/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/toolbar/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/toolbar/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/drag_and_drop/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/drag_and_drop/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/drag_and_drop/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/drag_and_drop/treemodel_dnd.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/drag_and_drop/treemodel_dnd.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/editable_cells/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/editable_cells/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/editable_cells/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/list/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/list/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/list/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/popup/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/popup/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/popup/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/popup/treeview_withpopup.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/popup/treeview_withpopup.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/tree/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/tree/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/tree/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/calendar/calendar.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/cellrenderercustom/cellrendererlist.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/cellrenderercustom/cellrendererlist.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/cellrenderercustom/cellrendererpopup.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/cellrenderercustom/cellrendererpopup.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/cellrenderercustom/cellrenderertoggle.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/cellrenderercustom/popupentry.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/cellrenderercustom/popupentry.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/cellrenderercustom/testpopup.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/dnd/dnd_images.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/dnd/dndwindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/dnd/dndwindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/dnd/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/exception/exceptiontest.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/filesel/filesel.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/fixed/fixed.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/gdk/radar.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/markup/parser.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/rulers/rulers.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/statusbar/statusbar.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/stock/stock.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/thread/dispatcher.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/thread/dispatcher2.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/thread/thread.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/thread/threadpool.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/tictactoe/tictactoe.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/tictactoe/tictactoe.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/tictactoe/ttt_test.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/window/wheelbarrow.cc -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/window -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/tictactoe -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/thread -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/stock -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/statusbar -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/rulers -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/markup -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/gdk -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/fixed -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/filesel -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/exception -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/dnd -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/cellrenderercustom -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/calendar -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/treeview/tree -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/treeview/popup -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/treeview/list -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/treeview/editable_cells -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/treeview/drag_and_drop -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/treeview -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/toolbar -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/timeout -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/textview -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/table -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/spinbutton -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/signals/custom -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/signals -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/scrolledwindow -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/range_widgets -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/progressbar -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/paned -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/notebook -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/menus/popup -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/menus/main_menu -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/menus -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/label -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/idle -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/helloworld2 -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/helloworld -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/frame -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/eventbox -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/entry -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/drawingarea_text -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/drawingarea_lines -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/drag_and_drop -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/dialogs/simple -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/dialogs/messagedialog -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/dialogs/fontselectiondialog -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/dialogs/fileselection -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/dialogs/colorselectiondialog -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/dialogs -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/combo -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/clipboard/simple -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/clipboard/ideal -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/clipboard -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/buttons/togglebutton -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/buttons/radiobutton -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/buttons/checkbutton -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/buttons/button -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/buttons -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/buttonbox -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/box -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/aspectframe -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/alignment -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/arrow -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples -%%EXAMPLES%%@dirrm share/devhelp/books/gtkmm-2.0 -@dirrm share/doc/gtkmm-2.0/docs/tutorial/html -@dirrm share/doc/gtkmm-2.0/docs/tutorial/figures -@dirrm share/doc/gtkmm-2.0/docs/tutorial -@dirrm share/doc/gtkmm-2.0/docs/reference/html -@dirrm share/doc/gtkmm-2.0/docs/reference -@dirrm share/doc/gtkmm-2.0/docs/images -@dirrm share/doc/gtkmm-2.0/docs/FAQ/html -@dirrm share/doc/gtkmm-2.0/docs/FAQ -@dirrm share/doc/gtkmm-2.0/docs -@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 bb307e661916..000000000000 --- a/x11-toolkits/gtkmm30/Makefile +++ /dev/null @@ -1,49 +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.2.8 -PORTREVISION= 1 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_GNOME} \ - ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.2 \ - gtkmm -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= C++ wrapper for Gtk+, Pango, Atk, and Glib - -LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_BZIP2= yes -USE_X_PREFIX= yes -LATEST_LINK= gtkmm2 -USE_GMAKE= yes -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -USE_REINPLACE= yes -USE_GNOME= gnomehack gtk20 -CONFIGURE_ARGS= --enable-static=yes \ - --with-sigc-prefix=${LOCALBASE} - -.if defined(WITH_EXAMPLES) -PLIST_SUB+= EXAMPLES="" -.else -PLIST_SUB+= EXAMPLES="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e '/^SUBDIRS =/s/tests//' \ - ${WRKSRC}/Makefile.in -.if !defined(WITH_EXAMPLES) - @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ - ${WRKSRC}/Makefile.in -.endif - -.include <bsd.port.mk> diff --git a/x11-toolkits/gtkmm30/distinfo b/x11-toolkits/gtkmm30/distinfo deleted file mode 100644 index cf8a1774d78f..000000000000 --- a/x11-toolkits/gtkmm30/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnome2/gtkmm-2.2.8.tar.bz2) = fa9aabae3a84d3aaee53f5ff96a46cdc 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/files/patch-gtk_gtkmm_treeviewcolumn.h b/x11-toolkits/gtkmm30/files/patch-gtk_gtkmm_treeviewcolumn.h deleted file mode 100644 index 0927f4126bbe..000000000000 --- a/x11-toolkits/gtkmm30/files/patch-gtk_gtkmm_treeviewcolumn.h +++ /dev/null @@ -1,20 +0,0 @@ ---- gtk/gtkmm/treeviewcolumn.h.orig Mon Jul 21 14:45:01 2003 -+++ gtk/gtkmm/treeviewcolumn.h Mon Jul 21 14:45:28 2003 -@@ -577,7 +577,7 @@ - void TreeViewColumn::pack_start(const TreeModelColumn<T_ModelColumnType>& column, bool expand) - { - //Generate appropriate Renderer for the column: -- CellRenderer* pCellRenderer = manage( TreeViewColumn_CellRendererGeneration::generate_cellrenderer<T_ModelColumnType>() ); -+ CellRenderer* pCellRenderer = manage( TreeViewColumn_CellRendererGeneration::generate_cellrenderer<T_ModelColumnType>(false) ); - - //Use the renderer: - pack_start(*pCellRenderer, expand); -@@ -588,7 +588,7 @@ - void TreeViewColumn::pack_end(const TreeModelColumn<T_ModelColumnType>& column, bool expand) - { - //Generate appropriate Renderer for the column: -- CellRenderer* pCellRenderer= manage( TreeViewColumn_CellRendererGeneration::generate_cellrenderer<T_ModelColumnType>() ); -+ CellRenderer* pCellRenderer= manage( TreeViewColumn_CellRendererGeneration::generate_cellrenderer<T_ModelColumnType>(false) ); - - //Use the renderer: - pack_end(*pCellRenderer, expand); diff --git a/x11-toolkits/gtkmm30/pkg-descr b/x11-toolkits/gtkmm30/pkg-descr deleted file mode 100644 index 3d8c48095f16..000000000000 --- a/x11-toolkits/gtkmm30/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -C++ wrapper for Gtk+, Pango, Atk, and Glib. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/x11-toolkits/gtkmm30/pkg-plist b/x11-toolkits/gtkmm30/pkg-plist deleted file mode 100644 index b17c07bbe456..000000000000 --- a/x11-toolkits/gtkmm30/pkg-plist +++ /dev/null @@ -1,2395 +0,0 @@ -include/gtkmm-2.0/atkmm.h -include/gtkmm-2.0/atkmm/action.h -include/gtkmm-2.0/atkmm/component.h -include/gtkmm-2.0/atkmm/editabletext.h -include/gtkmm-2.0/atkmm/image.h -include/gtkmm-2.0/atkmm/noopobject.h -include/gtkmm-2.0/atkmm/object.h -include/gtkmm-2.0/atkmm/objectaccessible.h -include/gtkmm-2.0/atkmm/private/action_p.h -include/gtkmm-2.0/atkmm/private/component_p.h -include/gtkmm-2.0/atkmm/private/editabletext_p.h -include/gtkmm-2.0/atkmm/private/image_p.h -include/gtkmm-2.0/atkmm/private/noopobject_p.h -include/gtkmm-2.0/atkmm/private/object_p.h -include/gtkmm-2.0/atkmm/private/objectaccessible_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/selection_p.h -include/gtkmm-2.0/atkmm/private/stateset_p.h -include/gtkmm-2.0/atkmm/private/table_p.h -include/gtkmm-2.0/atkmm/private/text_p.h -include/gtkmm-2.0/atkmm/private/value_p.h -include/gtkmm-2.0/atkmm/relation.h -include/gtkmm-2.0/atkmm/relationset.h -include/gtkmm-2.0/atkmm/selection.h -include/gtkmm-2.0/atkmm/stateset.h -include/gtkmm-2.0/atkmm/table.h -include/gtkmm-2.0/atkmm/text.h -include/gtkmm-2.0/atkmm/value.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/device.h -include/gtkmm-2.0/gdkmm/display.h -include/gtkmm-2.0/gdkmm/displaymanager.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/device_p.h -include/gtkmm-2.0/gdkmm/private/display_p.h -include/gtkmm-2.0/gdkmm/private/displaymanager_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/screen_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/screen.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/markup.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/markup_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/stringutils.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/clipboard_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/selectiondata_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/treemodelsort_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/selectiondata.h -include/gtkmm-2.0/gtkmm/selectiondata_private.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/treemodelsort.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.6 -lib/libgdkmm-2.0.a -lib/libgdkmm-2.0.so -lib/libgdkmm-2.0.so.6 -lib/libglibmm-2.0.a -lib/libglibmm-2.0.so -lib/libglibmm-2.0.so.6 -lib/libgtkmm-2.0.a -lib/libgtkmm-2.0.so -lib/libgtkmm-2.0.so.6 -lib/libgtkmm_generate_extra_defs-2.0.a -lib/libgtkmm_generate_extra_defs-2.0.so -lib/libgtkmm_generate_extra_defs-2.0.so.6 -lib/libpangomm-1.0.a -lib/libpangomm-1.0.so -lib/libpangomm-1.0.so.6 -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/docs/FAQ/html/index.html -share/doc/gtkmm-2.0/docs/images/gtkmm_logo.gif -share/doc/gtkmm-2.0/docs/images/top.gif -share/doc/gtkmm-2.0/docs/index.html -share/doc/gtkmm-2.0/docs/reference/html/accelgroup_8h.html -share/doc/gtkmm-2.0/docs/reference/html/accelkey_8h.html -share/doc/gtkmm-2.0/docs/reference/html/accellabel_8h.html -share/doc/gtkmm-2.0/docs/reference/html/accelmap_8h.html -share/doc/gtkmm-2.0/docs/reference/html/action_8h.html -share/doc/gtkmm-2.0/docs/reference/html/adjustment_8h.html -share/doc/gtkmm-2.0/docs/reference/html/alignment_8h.html -share/doc/gtkmm-2.0/docs/reference/html/annotated.html -share/doc/gtkmm-2.0/docs/reference/html/arrayhandle_8h.html -share/doc/gtkmm-2.0/docs/reference/html/arrow_8h.html -share/doc/gtkmm-2.0/docs/reference/html/aspectframe_8h.html -share/doc/gtkmm-2.0/docs/reference/html/atk_2atkmm_2image_8h.html -share/doc/gtkmm-2.0/docs/reference/html/atk_2atkmm_2object_8h.html -share/doc/gtkmm-2.0/docs/reference/html/atk_2atkmm_2table_8h.html -share/doc/gtkmm-2.0/docs/reference/html/atk_2atkmm_2value_8h.html -share/doc/gtkmm-2.0/docs/reference/html/attributes_8h.html -share/doc/gtkmm-2.0/docs/reference/html/attriter_8h.html -share/doc/gtkmm-2.0/docs/reference/html/attrlist_8h.html -share/doc/gtkmm-2.0/docs/reference/html/base_8h.html -share/doc/gtkmm-2.0/docs/reference/html/bin_8h.html -share/doc/gtkmm-2.0/docs/reference/html/bitmap_8h.html -share/doc/gtkmm-2.0/docs/reference/html/book_2buttons_2button_2buttons_8h-example.html -share/doc/gtkmm-2.0/docs/reference/html/box_8h.html -share/doc/gtkmm-2.0/docs/reference/html/button_8h.html -share/doc/gtkmm-2.0/docs/reference/html/buttonbox_8h.html -share/doc/gtkmm-2.0/docs/reference/html/calendar_8h.html -share/doc/gtkmm-2.0/docs/reference/html/celleditable_8h.html -share/doc/gtkmm-2.0/docs/reference/html/cellrenderer_8h.html -share/doc/gtkmm-2.0/docs/reference/html/cellrendererpixbuf_8h.html -share/doc/gtkmm-2.0/docs/reference/html/cellrenderertext_8h.html -share/doc/gtkmm-2.0/docs/reference/html/cellrenderertoggle_8h.html -share/doc/gtkmm-2.0/docs/reference/html/checkbutton_8h.html -share/doc/gtkmm-2.0/docs/reference/html/checkmenuitem_8h.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Action-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Action.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Action__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Attribute-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Attribute.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Component-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Component.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Component__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1EditableText-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1EditableText.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1EditableText__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Image-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Image.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Image__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1NoOpObject-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1NoOpObject.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1NoOpObject__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Object-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Object.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1ObjectAccessible-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1ObjectAccessible.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1ObjectAccessible__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Object__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Relation-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Relation.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1RelationSet-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1RelationSet.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1RelationSet__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Relation__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Selection-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Selection.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Selection__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1StateSet-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1StateSet.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1StateSet__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Table-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Table.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Table__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Text-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Text.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1TextAttribute-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1TextAttribute.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Text__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Value-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Value.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Value__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGTimeVal.html -share/doc/gtkmm-2.0/docs/reference/html/classGTimeVal__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Bitmap-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Bitmap.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Bitmap__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Color-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Color.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Colormap-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Colormap.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Colormap__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Cursor-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Cursor.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Device-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Device.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Device__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Display-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Display.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1DisplayManager-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1DisplayManager.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1DisplayManager__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Display__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1DragContext-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1DragContext.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1DragContext__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Drawable-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Drawable.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Drawable__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Event-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Event.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1GC-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1GC.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1GC__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Image-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Image.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Image__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Pixbuf-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Pixbuf.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufAnimation-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufAnimation.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufAnimationIter-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufAnimationIter.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufAnimationIter__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufAnimation__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufError-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufError.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufError__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufLoader-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufLoader.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufLoader__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Pixbuf__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Pixmap-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Pixmap.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Pixmap__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Point-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Point.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Rectangle-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Rectangle.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Region-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Region.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1RgbCmap-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1RgbCmap.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Screen-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Screen.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Screen__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Visual-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Visual.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Visual__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Window-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Window.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Window__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ArrayHandle-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ArrayHandle.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Cond-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Cond.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Container__Helpers_1_1ArrayHandleIterator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Container__Helpers_1_1ArrayHandleIterator.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Container__Helpers_1_1ListHandleIterator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Container__Helpers_1_1ListHandleIterator.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Container__Helpers_1_1SListHandleIterator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Container__Helpers_1_1SListHandleIterator.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ConvertError-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ConvertError.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ConvertError__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Date-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Date.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Dir-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Dir.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1DirIterator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1DirIterator.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Dispatcher-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Dispatcher.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Error-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Error.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Error__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Exception-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Exception.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Exception__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1FileError-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1FileError.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1FileError__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1HelperList-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1HelperList.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IConv-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IConv.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOChannel-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOChannel.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOChannelError-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOChannelError.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOChannelError__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOChannel__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOSource-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOSource.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOSource__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IdleSource-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IdleSource.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IdleSource__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Interface-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Interface.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Interface__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ListHandle-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ListHandle.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1MainContext-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1MainContext.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1MainLoop-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1MainLoop.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1MarkupError-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1MarkupError.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1MarkupError__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Markup_1_1AttributeKeyLess-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Markup_1_1AttributeKeyLess.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Markup_1_1ParseContext-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Markup_1_1ParseContext.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Markup_1_1ParseContext__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Markup_1_1Parser-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Markup_1_1Parser.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Markup_1_1Parser__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Module-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Module.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Mutex-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Mutex.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Mutex_1_1Lock-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Mutex_1_1Lock.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Object-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Object.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ObjectBase-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ObjectBase.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ObjectBase__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Object__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PatternSpec-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PatternSpec.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PollFD-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PollFD.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Private-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Private.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Property-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Property.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyBase-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyBase.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyBase__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__Base-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__Base.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__Base__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__ReadOnly-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__ReadOnly__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__WriteOnly-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__WriteOnly.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__WriteOnly__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Property__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Quark-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Quark.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Quark__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1QueryQuark-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1QueryQuark.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1QueryQuark__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RWLock-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RWLock.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RWLock_1_1ReaderLock-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RWLock_1_1ReaderLock.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RWLock_1_1WriterLock-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RWLock_1_1WriterLock.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RWLock__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Rand-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Rand.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RecMutex-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RecMutex.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RecMutex_1_1Lock-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RecMutex_1_1Lock.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RecMutex__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RefPtr-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RefPtr.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SListHandle-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SListHandle.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Sequence-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Sequence.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ShellError-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ShellError.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ShellError__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalIO-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalIO.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalIdle-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalIdle.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy0-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy0.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy0__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy1-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy1.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy1__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy2-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy2.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy2__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy3-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy3.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy3__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy5-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy5.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy5__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy6-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy6.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy6__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyBase-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyBase.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyBase__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyConnectionNode-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyConnectionNode.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyConnectionNode__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyNormal-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyNormal.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyNormal__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyProperty-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyProperty.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyProperty__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalTimeout-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalTimeout.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Source-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Source.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Source__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SpawnError-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SpawnError.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SpawnError__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1StreamIOChannel-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1StreamIOChannel.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1StreamIOChannel__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Thread-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Thread.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ThreadError-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ThreadError.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ThreadError__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ThreadPool-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ThreadPool.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Thread_1_1Exit.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1TimeoutSource-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1TimeoutSource.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1TimeoutSource__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Timer-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Timer.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Boxed-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Boxed.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Boxed__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Enum-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Enum.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Enum__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Flags-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Flags.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Flags__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Object-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Object.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Object__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__String-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__String.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__String__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01T_01_4_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01T_01_4_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01T_01_4_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01const_01T_01_4_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01const_01T_01_4_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01const_01T_01_4_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1ustring_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1ustring_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1ustring_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01T_01_5_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01T_01_5_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01T_01_5_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01bool_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01bool_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01bool_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01char_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01char_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01char_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01const_01T_01_5_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01const_01T_01_5_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01const_01T_01_5_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01double_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01double_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01double_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01float_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01float_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01float_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01int_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01int_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01int_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01long_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01long_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01long_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01long_01long_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01long_01long_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01long_01long_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01std_1_1string_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01std_1_1string_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01std_1_1string_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01char_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01char_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01char_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01int_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01int_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01int_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01long_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01long_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01long_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01long_01long_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01long_01long_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01long_01long_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01void_01_5_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01void_01_5_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01void_01_5_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Boxed-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Boxed.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Boxed__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Enum-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Enum.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Enum__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Flags-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Flags.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Flags__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Pointer-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Pointer.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Pointer__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ustring-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ustring.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ustring__Iterator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ustring__Iterator.html -share/doc/gtkmm-2.0/docs/reference/html/classGtkToolbarChild.html -share/doc/gtkmm-2.0/docs/reference/html/classGtkToolbarChild__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AccelGroup-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AccelGroup.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AccelGroup__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AccelLabel-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AccelLabel.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AccelLabel__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Adjustment-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Adjustment.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Adjustment__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Alignment-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Alignment.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Alignment__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Arrow-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Arrow.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Arrow__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AspectFrame-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AspectFrame.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AspectFrame__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Bin-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Bin.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Bin__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1BoxList-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1BoxList.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1BoxList__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1Child-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1Child.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1Child__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1Element-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1Element.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1Element__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Button-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Button.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ButtonBox-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ButtonBox.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ButtonBox__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Button__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Calendar-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Calendar.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Calendar__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellEditable-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellEditable.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellEditable__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRenderer-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRenderer.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererPixbuf-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererPixbuf.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererPixbuf__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererText-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererText.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererText__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererToggle-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererToggle.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererToggle__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRenderer__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CheckButton-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CheckButton.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CheckButton__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CheckMenuItem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CheckMenuItem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CheckMenuItem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Clipboard-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Clipboard.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Clipboard__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ColorSelection-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ColorSelection.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ColorSelectionDialog-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ColorSelectionDialog.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ColorSelectionDialog__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ColorSelection__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Combo-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Combo.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDown-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDown.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDownItem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDownItem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDownItem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDown__Helpers_1_1ComboDropDownList-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDown__Helpers_1_1ComboDropDownList.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDown__Helpers_1_1ComboDropDownList__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDown__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Combo__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Container-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Container.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Container__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Curve-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Curve.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Curve__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Dialog-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Dialog.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Dialog__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1DrawingArea-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1DrawingArea.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1DrawingArea__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Editable-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Editable.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Editable__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Entry-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Entry.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Entry__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1EventBox-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1EventBox.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1EventBox__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FileSelection-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FileSelection.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FileSelection__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Fixed-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Fixed.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Fixed__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FontSelection-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FontSelection.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FontSelectionDialog-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FontSelectionDialog.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FontSelectionDialog__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FontSelection__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Frame-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Frame.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Frame__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1GammaCurve-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1GammaCurve.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1GammaCurve__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HBox-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HBox.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HBox__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HButtonBox-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HButtonBox.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HButtonBox__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HPaned-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HPaned.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HPaned__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HRuler-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HRuler.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HRuler__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HScale-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HScale.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HScale__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HScrollbar-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HScrollbar.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HScrollbar__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HSeparator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HSeparator.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HSeparator__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HandleBox-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HandleBox.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HandleBox__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconFactory-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconFactory.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconFactory__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconSet-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconSet.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconSize-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconSize.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconSource-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconSource.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Image-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Image.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ImageMenuItem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ImageMenuItem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ImageMenuItem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Image__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1InputDialog-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1InputDialog.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1InputDialog__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Invisible-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Invisible.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Invisible__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Item-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Item.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Item__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Label-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Label.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Label__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Layout-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Layout.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Layout__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ListStore-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ListStore.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ListStore__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Main-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Main.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Main__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuBar-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuBar.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuBar__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuItem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuItem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuItem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuShell-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuShell.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuShell__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1AccelKey-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1AccelKey.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1CheckMenuElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1CheckMenuElem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1CheckMenuElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1Element-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1Element.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1Element__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1ImageMenuElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1ImageMenuElem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1ImageMenuElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1MenuElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1MenuElem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1MenuElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1MenuList-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1MenuList.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1MenuList__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1RadioMenuElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1RadioMenuElem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1RadioMenuElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1SeparatorElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1SeparatorElem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1SeparatorElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1StockMenuElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1StockMenuElem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1StockMenuElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1TearoffMenuElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1TearoffMenuElem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1TearoffMenuElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MessageDialog-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MessageDialog.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MessageDialog__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Misc-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Misc.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Misc__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1Element-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1Element.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1Element__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1Page-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1Page.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1PageIterator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1PageIterator.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1PageIterator__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1PageList-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1PageList.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1Page__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Object-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Object.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Object__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1OptionMenu-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1OptionMenu.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1OptionMenu__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Paned-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Paned.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Paned__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Plug-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Plug.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Plug__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ProgressBar-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ProgressBar.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ProgressBar__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RC-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RC.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RadioButton-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RadioButton.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RadioButton__Helpers_1_1Group-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RadioButton__Helpers_1_1Group.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RadioButton__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RadioMenuItem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RadioMenuItem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RadioMenuItem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Range-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Range.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Range__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RcStyle-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RcStyle.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RcStyle__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Ruler-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Ruler.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Ruler__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Scale-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Scale.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Scale__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Scrollbar-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Scrollbar.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Scrollbar__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ScrolledWindow-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ScrolledWindow.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ScrolledWindow__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SelectionData-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SelectionData.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Separator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Separator.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SeparatorMenuItem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SeparatorMenuItem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SeparatorMenuItem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Separator__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Settings-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Settings.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Settings__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SizeGroup-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SizeGroup.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SizeGroup__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Socket-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Socket.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Socket__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SpinButton-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SpinButton.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SpinButton__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Statusbar-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Statusbar.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Statusbar__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1StockID-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1StockID.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1StockItem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1StockItem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Style-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Style.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Style__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table__Helpers_1_1Child-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table__Helpers_1_1Child.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table__Helpers_1_1Child__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table__Helpers_1_1TableList-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table__Helpers_1_1TableList.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table__Helpers_1_1TableList__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TargetEntry-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TargetEntry.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TearoffMenuItem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TearoffMenuItem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TearoffMenuItem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextAttributes-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextAttributes.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextBuffer-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextBuffer.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextBuffer__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextChildAnchor-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextChildAnchor.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextChildAnchor__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextIter-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextIter.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextMark-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextMark.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextMark__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextTag-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextTag.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextTagTable-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextTagTable.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextTagTable__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextTag__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextView-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextView.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextView__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ToggleButton-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ToggleButton.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ToggleButton__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1Element-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1Element.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1Element__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1Tool-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1Tool.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1ToolList-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1ToolList.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1ToolList__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1Tool__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Tooltips-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Tooltips.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Tooltips__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeDragDest-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeDragDest.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeDragDest__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeDragSource-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeDragSource.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeDragSource__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeIter-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeIter.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeIterBase-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeIterBase.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeIterBase__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeIter__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModel-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModel.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelColumn-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelColumn.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelColumnBase-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelColumnBase.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelColumnBase__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelColumnRecord-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelColumnRecord.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelColumn__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelSort-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelSort.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelSort__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModel__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeNodeChildren-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeNodeChildren.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeNodeChildren__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreePath-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreePath.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeRow-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeRow.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeRowReference-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeRowReference.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeRow__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeSelection-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeSelection.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeSelection__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeSortable-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeSortable.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeSortable__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeStore-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeStore.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeStore__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeValueProxy-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeValueProxy.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeView-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeView.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeViewColumn-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeViewColumn.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeViewColumn__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeView__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VBox-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VBox.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VBox__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VButtonBox-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VButtonBox.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VButtonBox__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VPaned-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VPaned.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VPaned__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VRuler-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VRuler.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VRuler__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VScale-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VScale.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VScale__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VScrollbar-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VScrollbar.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VScrollbar__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VSeparator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VSeparator.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VSeparator__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Viewport-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Viewport.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Viewport__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Widget-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Widget.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Widget__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Window-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Window.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1WindowGroup-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1WindowGroup.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1WindowGroup__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Window__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Analysis-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Analysis.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrColor-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrColor.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrColor__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrFloat-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrFloat.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrFloat__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrFontDesc-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrFontDesc.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrFontDesc__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrInt-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrInt.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrInt__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrIter-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrIter.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrLanguage-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrLanguage.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrLanguage__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrList-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrList.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrShape-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrShape.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrShape__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrString-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrString.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrString__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Attribute-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Attribute.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Attribute__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Color-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Color.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Context-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Context.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Context__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Coverage-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Coverage.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Font-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Font.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontDescription-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontDescription.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontFace-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontFace.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontFace__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontFamily-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontFamily.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontFamily__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontMap-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontMap.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontMap__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontMetrics-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontMetrics.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Font__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Fontset-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Fontset.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Fontset__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1GlyphGeometry-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1GlyphGeometry.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1GlyphInfo-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1GlyphInfo.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1GlyphString-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1GlyphString.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Item-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Item.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Language-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Language.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Layout-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Layout.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1LayoutIter-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1LayoutIter.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1LayoutLine-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1LayoutLine.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1LayoutRun-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1LayoutRun.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Layout__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Rectangle-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Rectangle.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1TabArray-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1TabArray.html -share/doc/gtkmm-2.0/docs/reference/html/classSigC_1_1ConnectionNode.html -share/doc/gtkmm-2.0/docs/reference/html/classSigC_1_1ConnectionNode__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classSigC_1_1Object.html -share/doc/gtkmm-2.0/docs/reference/html/classSigC_1_1Object__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/class_8h.html -share/doc/gtkmm-2.0/docs/reference/html/class__GtkBoxChild.html -share/doc/gtkmm-2.0/docs/reference/html/class__GtkBoxChild__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/class__GtkTableChild.html -share/doc/gtkmm-2.0/docs/reference/html/class__GtkTableChild__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classes.html -share/doc/gtkmm-2.0/docs/reference/html/clipboard_8h.html -share/doc/gtkmm-2.0/docs/reference/html/colormap_8h.html -share/doc/gtkmm-2.0/docs/reference/html/colorselection_8h.html -share/doc/gtkmm-2.0/docs/reference/html/combo_8h.html -share/doc/gtkmm-2.0/docs/reference/html/component_8h.html -share/doc/gtkmm-2.0/docs/reference/html/container_8h.html -share/doc/gtkmm-2.0/docs/reference/html/containerhandle__shared_8h.html -share/doc/gtkmm-2.0/docs/reference/html/containers_8h.html -share/doc/gtkmm-2.0/docs/reference/html/context_8h.html -share/doc/gtkmm-2.0/docs/reference/html/convert_8h.html -share/doc/gtkmm-2.0/docs/reference/html/coverage_8h.html -share/doc/gtkmm-2.0/docs/reference/html/cursor_8h.html -share/doc/gtkmm-2.0/docs/reference/html/curve_8h.html -share/doc/gtkmm-2.0/docs/reference/html/date_8h.html -share/doc/gtkmm-2.0/docs/reference/html/debug_8h.html -share/doc/gtkmm-2.0/docs/reference/html/device_8h.html -share/doc/gtkmm-2.0/docs/reference/html/dialog_8h.html -share/doc/gtkmm-2.0/docs/reference/html/dispatcher_8h.html -share/doc/gtkmm-2.0/docs/reference/html/display_8h.html -share/doc/gtkmm-2.0/docs/reference/html/displaymanager_8h.html -share/doc/gtkmm-2.0/docs/reference/html/doxygen.css -share/doc/gtkmm-2.0/docs/reference/html/doxygen.png -share/doc/gtkmm-2.0/docs/reference/html/dragcontext_8h.html -share/doc/gtkmm-2.0/docs/reference/html/drawable_8h.html -share/doc/gtkmm-2.0/docs/reference/html/drawingarea_8h.html -share/doc/gtkmm-2.0/docs/reference/html/editable_8h.html -share/doc/gtkmm-2.0/docs/reference/html/editabletext_8h.html -share/doc/gtkmm-2.0/docs/reference/html/entry_8h.html -share/doc/gtkmm-2.0/docs/reference/html/enums_8h.html -share/doc/gtkmm-2.0/docs/reference/html/error_8h.html -share/doc/gtkmm-2.0/docs/reference/html/event_8h.html -share/doc/gtkmm-2.0/docs/reference/html/eventbox_8h.html -share/doc/gtkmm-2.0/docs/reference/html/examples.html -share/doc/gtkmm-2.0/docs/reference/html/exception_8h.html -share/doc/gtkmm-2.0/docs/reference/html/exceptionhandler_8h.html -share/doc/gtkmm-2.0/docs/reference/html/files.html -share/doc/gtkmm-2.0/docs/reference/html/fileselection_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fileutils_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fixed_8h.html -share/doc/gtkmm-2.0/docs/reference/html/font_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fontdescription_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fontface_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fontfamily_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fontmap_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fontmetrics_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fontselection_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fontset_8h.html -share/doc/gtkmm-2.0/docs/reference/html/frame_8h.html -share/doc/gtkmm-2.0/docs/reference/html/functions.html -share/doc/gtkmm-2.0/docs/reference/html/functions_enum.html -share/doc/gtkmm-2.0/docs/reference/html/functions_eval.html -share/doc/gtkmm-2.0/docs/reference/html/functions_func.html -share/doc/gtkmm-2.0/docs/reference/html/functions_rela.html -share/doc/gtkmm-2.0/docs/reference/html/functions_type.html -share/doc/gtkmm-2.0/docs/reference/html/functions_vars.html -share/doc/gtkmm-2.0/docs/reference/html/gc_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gdk_2gdkmm_2color_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gdk_2gdkmm_2image_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gdk_2gdkmm_2rectangle_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gdk_2gdkmm_2window_8h.html -share/doc/gtkmm-2.0/docs/reference/html/general_8h.html -share/doc/gtkmm-2.0/docs/reference/html/glib_2glibmm_2main_8h.html -share/doc/gtkmm-2.0/docs/reference/html/glib_2glibmm_2object_8h.html -share/doc/gtkmm-2.0/docs/reference/html/glib_2glibmm_2value_8h.html -share/doc/gtkmm-2.0/docs/reference/html/globals.html -share/doc/gtkmm-2.0/docs/reference/html/globals_defs.html -share/doc/gtkmm-2.0/docs/reference/html/globals_type.html -share/doc/gtkmm-2.0/docs/reference/html/glyph_8h.html -share/doc/gtkmm-2.0/docs/reference/html/glyphstring_8h.html -share/doc/gtkmm-2.0/docs/reference/html/graph_legend.dot -share/doc/gtkmm-2.0/docs/reference/html/graph_legend.html -share/doc/gtkmm-2.0/docs/reference/html/graph_legend.png -share/doc/gtkmm-2.0/docs/reference/html/group__CharsetConv.html -share/doc/gtkmm-2.0/docs/reference/html/group__ContHandles.html -share/doc/gtkmm-2.0/docs/reference/html/group__ContHelpers.html -share/doc/gtkmm-2.0/docs/reference/html/group__Containers.html -share/doc/gtkmm-2.0/docs/reference/html/group__Dialogs.html -share/doc/gtkmm-2.0/docs/reference/html/group__FileUtils.html -share/doc/gtkmm-2.0/docs/reference/html/group__MainLoop.html -share/doc/gtkmm-2.0/docs/reference/html/group__Markup.html -share/doc/gtkmm-2.0/docs/reference/html/group__Menus.html -share/doc/gtkmm-2.0/docs/reference/html/group__MiscUtils.html -share/doc/gtkmm-2.0/docs/reference/html/group__PatternMatching.html -share/doc/gtkmm-2.0/docs/reference/html/group__Random.html -share/doc/gtkmm-2.0/docs/reference/html/group__ShellUtils.html -share/doc/gtkmm-2.0/docs/reference/html/group__Spawn.html -share/doc/gtkmm-2.0/docs/reference/html/group__StringUtils.html -share/doc/gtkmm-2.0/docs/reference/html/group__TextView.html -share/doc/gtkmm-2.0/docs/reference/html/group__ThreadPools.html -share/doc/gtkmm-2.0/docs/reference/html/group__Threads.html -share/doc/gtkmm-2.0/docs/reference/html/group__Toolbars.html -share/doc/gtkmm-2.0/docs/reference/html/group__TreeView.html -share/doc/gtkmm-2.0/docs/reference/html/group__Unicode.html -share/doc/gtkmm-2.0/docs/reference/html/group__Widgets.html -share/doc/gtkmm-2.0/docs/reference/html/group__atkmmEnums.html -share/doc/gtkmm-2.0/docs/reference/html/group__gdkmmEnums.html -share/doc/gtkmm-2.0/docs/reference/html/group__glibmmEnums.html -share/doc/gtkmm-2.0/docs/reference/html/group__glibmmValue.html -share/doc/gtkmm-2.0/docs/reference/html/group__gtkmmEnums.html -share/doc/gtkmm-2.0/docs/reference/html/group__pangommEnums.html -share/doc/gtkmm-2.0/docs/reference/html/gtk_2gtkmm_2image_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gtk_2gtkmm_2item_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gtk_2gtkmm_2layout_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gtk_2gtkmm_2main_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gtk_2gtkmm_2object_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gtk_2gtkmm_2table_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gtk_2gtkmm_2window_8h.html -share/doc/gtkmm-2.0/docs/reference/html/handlebox_8h.html -share/doc/gtkmm-2.0/docs/reference/html/helperlist_8h.html -share/doc/gtkmm-2.0/docs/reference/html/hierarchy.html -share/doc/gtkmm-2.0/docs/reference/html/iconfactory_8h.html -share/doc/gtkmm-2.0/docs/reference/html/iconset_8h.html -share/doc/gtkmm-2.0/docs/reference/html/iconsource_8h.html -share/doc/gtkmm-2.0/docs/reference/html/imagemenuitem_8h.html -share/doc/gtkmm-2.0/docs/reference/html/index.html -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__0.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__1.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__10.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__100.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__101.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__102.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__103.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__104.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__105.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__106.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__107.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__108.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__109.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__11.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__110.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__111.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__112.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__113.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__114.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__115.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__116.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__117.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__118.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__12.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__13.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__14.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__15.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__16.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__17.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__18.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__19.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__2.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__20.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__21.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__22.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__23.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__24.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__25.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__26.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__27.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__28.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__29.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__3.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__30.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__31.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__32.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__33.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__34.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__35.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__36.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__37.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__38.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__39.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__4.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__40.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__41.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__42.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__43.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__44.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__45.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__46.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__47.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__48.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__49.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__5.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__50.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__51.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__52.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__53.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__54.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__55.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__56.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__57.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__58.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__59.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__6.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__60.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__61.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__62.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__63.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__64.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__65.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__66.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__67.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__68.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__69.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__7.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__70.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__71.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__72.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__73.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__74.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__75.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__76.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__77.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__78.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__79.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__8.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__80.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__81.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__82.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__83.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__84.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__85.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__86.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__87.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__88.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__89.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__9.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__90.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__91.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__92.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__93.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__94.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__95.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__96.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__97.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__98.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__99.png -share/doc/gtkmm-2.0/docs/reference/html/inherits.html -share/doc/gtkmm-2.0/docs/reference/html/inputdialog_8h.html -share/doc/gtkmm-2.0/docs/reference/html/interface_8h.html -share/doc/gtkmm-2.0/docs/reference/html/invisible_8h.html -share/doc/gtkmm-2.0/docs/reference/html/iochannel_8h.html -share/doc/gtkmm-2.0/docs/reference/html/label_8h.html -share/doc/gtkmm-2.0/docs/reference/html/language_8h.html -share/doc/gtkmm-2.0/docs/reference/html/layoutiter_8h.html -share/doc/gtkmm-2.0/docs/reference/html/layoutline_8h.html -share/doc/gtkmm-2.0/docs/reference/html/layoutrun_8h.html -share/doc/gtkmm-2.0/docs/reference/html/list_8h.html -share/doc/gtkmm-2.0/docs/reference/html/listhandle_8h.html -share/doc/gtkmm-2.0/docs/reference/html/liststore_8h.html -share/doc/gtkmm-2.0/docs/reference/html/markup_8h.html -share/doc/gtkmm-2.0/docs/reference/html/menu_8h.html -share/doc/gtkmm-2.0/docs/reference/html/menu__elems_8h.html -share/doc/gtkmm-2.0/docs/reference/html/menubar_8h.html -share/doc/gtkmm-2.0/docs/reference/html/menuitem_8h.html -share/doc/gtkmm-2.0/docs/reference/html/menushell_8h.html -share/doc/gtkmm-2.0/docs/reference/html/messagedialog_8h.html -share/doc/gtkmm-2.0/docs/reference/html/misc_8h.html -share/doc/gtkmm-2.0/docs/reference/html/miscutils_8h.html -share/doc/gtkmm-2.0/docs/reference/html/module_8h.html -share/doc/gtkmm-2.0/docs/reference/html/modules.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceAtk.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGdk.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGlib.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGlib_1_1Ascii.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGlib_1_1Container__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGlib_1_1Markup.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGlib_1_1Unicode.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1AccelMap.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1Box__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1ComboDropDown__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1Menu__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1Notebook__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1RadioButton__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1RadioMenuItem__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1Stock.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1Table__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1Toolbar__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1TreeViewColumn__CellRendererGeneration.html -share/doc/gtkmm-2.0/docs/reference/html/namespacePango.html -share/doc/gtkmm-2.0/docs/reference/html/namespacemembers.html -share/doc/gtkmm-2.0/docs/reference/html/namespacemembers_enum.html -share/doc/gtkmm-2.0/docs/reference/html/namespacemembers_eval.html -share/doc/gtkmm-2.0/docs/reference/html/namespacemembers_func.html -share/doc/gtkmm-2.0/docs/reference/html/namespacemembers_type.html -share/doc/gtkmm-2.0/docs/reference/html/namespacemembers_vars.html -share/doc/gtkmm-2.0/docs/reference/html/namespaces.html -share/doc/gtkmm-2.0/docs/reference/html/noopobject_8h.html -share/doc/gtkmm-2.0/docs/reference/html/notebook_8h.html -share/doc/gtkmm-2.0/docs/reference/html/objectaccessible_8h.html -share/doc/gtkmm-2.0/docs/reference/html/objectbase_8h.html -share/doc/gtkmm-2.0/docs/reference/html/optionmenu_8h.html -share/doc/gtkmm-2.0/docs/reference/html/paned_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pango_2pangomm_2color_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pango_2pangomm_2item_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pango_2pangomm_2layout_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pango_2pangomm_2rectangle_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pattern_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pixbuf_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pixbufanimation_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pixbufanimationiter_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pixbufloader_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pixmap_8h.html -share/doc/gtkmm-2.0/docs/reference/html/plug_8h.html -share/doc/gtkmm-2.0/docs/reference/html/progressbar_8h.html -share/doc/gtkmm-2.0/docs/reference/html/property_8h.html -share/doc/gtkmm-2.0/docs/reference/html/propertyproxy_8h.html -share/doc/gtkmm-2.0/docs/reference/html/propertyproxy__base_8h.html -share/doc/gtkmm-2.0/docs/reference/html/quark_8h.html -share/doc/gtkmm-2.0/docs/reference/html/radiobutton_8h.html -share/doc/gtkmm-2.0/docs/reference/html/radiomenuitem_8h.html -share/doc/gtkmm-2.0/docs/reference/html/random_8h.html -share/doc/gtkmm-2.0/docs/reference/html/range_8h.html -share/doc/gtkmm-2.0/docs/reference/html/rc_8h.html -share/doc/gtkmm-2.0/docs/reference/html/refptr_8h.html -share/doc/gtkmm-2.0/docs/reference/html/region_8h.html -share/doc/gtkmm-2.0/docs/reference/html/relation_8h.html -share/doc/gtkmm-2.0/docs/reference/html/relationset_8h.html -share/doc/gtkmm-2.0/docs/reference/html/rgbcmap_8h.html -share/doc/gtkmm-2.0/docs/reference/html/ruler_8h.html -share/doc/gtkmm-2.0/docs/reference/html/sarray_8h.html -share/doc/gtkmm-2.0/docs/reference/html/scale_8h.html -share/doc/gtkmm-2.0/docs/reference/html/screen_8h.html -share/doc/gtkmm-2.0/docs/reference/html/scrollbar_8h.html -share/doc/gtkmm-2.0/docs/reference/html/scrolledwindow_8h.html -share/doc/gtkmm-2.0/docs/reference/html/selection_8h.html -share/doc/gtkmm-2.0/docs/reference/html/selectiondata_8h.html -share/doc/gtkmm-2.0/docs/reference/html/selectiondata__private_8h.html -share/doc/gtkmm-2.0/docs/reference/html/separator_8h.html -share/doc/gtkmm-2.0/docs/reference/html/separatormenuitem_8h.html -share/doc/gtkmm-2.0/docs/reference/html/settings_8h.html -share/doc/gtkmm-2.0/docs/reference/html/shell_8h.html -share/doc/gtkmm-2.0/docs/reference/html/signalproxy_8h.html -share/doc/gtkmm-2.0/docs/reference/html/signalproxy__connectionnode_8h.html -share/doc/gtkmm-2.0/docs/reference/html/sizegroup_8h.html -share/doc/gtkmm-2.0/docs/reference/html/slisthandle_8h.html -share/doc/gtkmm-2.0/docs/reference/html/socket_8h.html -share/doc/gtkmm-2.0/docs/reference/html/spawn_8h.html -share/doc/gtkmm-2.0/docs/reference/html/spinbutton_8h.html -share/doc/gtkmm-2.0/docs/reference/html/stateset_8h.html -share/doc/gtkmm-2.0/docs/reference/html/statusbar_8h.html -share/doc/gtkmm-2.0/docs/reference/html/stock_8h.html -share/doc/gtkmm-2.0/docs/reference/html/stock_add_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_align_center_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_align_justify_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_align_left_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_align_right_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_apply_20.png -share/doc/gtkmm-2.0/docs/reference/html/stock_bottom_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_broken_image_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_cancel_20.png -share/doc/gtkmm-2.0/docs/reference/html/stock_cdrom_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_clear_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_close_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_colorselector_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_convert_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_copy_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_cut_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_dialog_error_48.png -share/doc/gtkmm-2.0/docs/reference/html/stock_dialog_info_48.png -share/doc/gtkmm-2.0/docs/reference/html/stock_dialog_question_48.png -share/doc/gtkmm-2.0/docs/reference/html/stock_dialog_warning_48.png -share/doc/gtkmm-2.0/docs/reference/html/stock_dnd_32.png -share/doc/gtkmm-2.0/docs/reference/html/stock_dnd_multiple_32.png -share/doc/gtkmm-2.0/docs/reference/html/stock_down_arrow_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_exec_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_exit_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_first_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_font_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_help_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_home_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_index_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_jump_to_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_last_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_left_arrow_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_new_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_no_20.png -share/doc/gtkmm-2.0/docs/reference/html/stock_ok_20.png -share/doc/gtkmm-2.0/docs/reference/html/stock_open_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_paste_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_preferences_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_print_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_print_preview_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_properties_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_redo_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_refresh_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_remove_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_revert_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_right_arrow_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_save_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_save_as_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_search_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_search_replace_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_sort_ascending_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_sort_descending_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_spellcheck_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_stop_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_text_bold_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_text_italic_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_text_strikethrough_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_text_underline_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_top_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_trash_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_undelete_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_undo_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_up_arrow_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_yes_20.png -share/doc/gtkmm-2.0/docs/reference/html/stock_zoom_1_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_zoom_fit_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_zoom_in_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_zoom_out_24.png -share/doc/gtkmm-2.0/docs/reference/html/stockid_8h.html -share/doc/gtkmm-2.0/docs/reference/html/stockitem_8h.html -share/doc/gtkmm-2.0/docs/reference/html/streamiochannel_8h.html -share/doc/gtkmm-2.0/docs/reference/html/stringutils_8h.html -share/doc/gtkmm-2.0/docs/reference/html/structAtk_1_1AttributeTraits-members.html -share/doc/gtkmm-2.0/docs/reference/html/structAtk_1_1AttributeTraits.html -share/doc/gtkmm-2.0/docs/reference/html/structGdk_1_1AtomStringTraits-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGdk_1_1AtomStringTraits.html -share/doc/gtkmm-2.0/docs/reference/html/structGdk_1_1ColorTraits-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGdk_1_1ColorTraits.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1Container__Helpers_1_1TypeTraits-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1Container__Helpers_1_1TypeTraits.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticMutex-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticMutex.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticPrivate-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticPrivate.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticRWLock-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticRWLock.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticRWLock__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticRecMutex-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticRecMutex.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticRecMutex__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1TimeVal-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1TimeVal.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1TimeVal__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Box__Helpers_1_1EndElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Box__Helpers_1_1EndElem.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Box__Helpers_1_1EndElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1BuiltinStockID-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1BuiltinStockID.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Notebook__Helpers_1_1MenuElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Notebook__Helpers_1_1MenuElem.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Notebook__Helpers_1_1MenuElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Notebook__Helpers_1_1TabElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Notebook__Helpers_1_1TabElem.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Notebook__Helpers_1_1TabElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1ButtonElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1ButtonElem.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1ButtonElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1RadioElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1RadioElem.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1RadioElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1Space-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1Space.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1Space__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1StockElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1StockElem.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1StockElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1ToggleElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1ToggleElem.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1ToggleElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structPango_1_1AttributeTraits-members.html -share/doc/gtkmm-2.0/docs/reference/html/structPango_1_1AttributeTraits.html -share/doc/gtkmm-2.0/docs/reference/html/structPango_1_1ItemTraits-members.html -share/doc/gtkmm-2.0/docs/reference/html/structPango_1_1ItemTraits.html -share/doc/gtkmm-2.0/docs/reference/html/structPango_1_1LayoutLineTraits-members.html -share/doc/gtkmm-2.0/docs/reference/html/structPango_1_1LayoutLineTraits.html -share/doc/gtkmm-2.0/docs/reference/html/style_8h.html -share/doc/gtkmm-2.0/docs/reference/html/tabarray_8h.html -share/doc/gtkmm-2.0/docs/reference/html/targetentry_8h.html -share/doc/gtkmm-2.0/docs/reference/html/tearoffmenuitem_8h.html -share/doc/gtkmm-2.0/docs/reference/html/text_8h.html -share/doc/gtkmm-2.0/docs/reference/html/textattributes_8h.html -share/doc/gtkmm-2.0/docs/reference/html/textbuffer_8h.html -share/doc/gtkmm-2.0/docs/reference/html/textchildanchor_8h.html -share/doc/gtkmm-2.0/docs/reference/html/textiter_8h.html -share/doc/gtkmm-2.0/docs/reference/html/textmark_8h.html -share/doc/gtkmm-2.0/docs/reference/html/texttag_8h.html -share/doc/gtkmm-2.0/docs/reference/html/texttagtable_8h.html -share/doc/gtkmm-2.0/docs/reference/html/textview_8h.html -share/doc/gtkmm-2.0/docs/reference/html/thread_2dispatcher_8cc-example.html -share/doc/gtkmm-2.0/docs/reference/html/thread_2thread_8cc-example.html -share/doc/gtkmm-2.0/docs/reference/html/thread_8h.html -share/doc/gtkmm-2.0/docs/reference/html/threadpool_8h.html -share/doc/gtkmm-2.0/docs/reference/html/timer_8h.html -share/doc/gtkmm-2.0/docs/reference/html/timeval_8h.html -share/doc/gtkmm-2.0/docs/reference/html/togglebutton_8h.html -share/doc/gtkmm-2.0/docs/reference/html/toolbar_8h.html -share/doc/gtkmm-2.0/docs/reference/html/tooltips_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treedragdest_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treedragsource_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treeiter_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treemodel_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treemodelcolumn_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treemodelsort_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treepath_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treerowreference_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treeselection_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treesortable_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treestore_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treeview_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treeview__private_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treeviewcolumn_8h.html -share/doc/gtkmm-2.0/docs/reference/html/types_8h.html -share/doc/gtkmm-2.0/docs/reference/html/unicode_8h.html -share/doc/gtkmm-2.0/docs/reference/html/ustring_8h.html -share/doc/gtkmm-2.0/docs/reference/html/utility_8h.html -share/doc/gtkmm-2.0/docs/reference/html/value__basictypes_8h.html -share/doc/gtkmm-2.0/docs/reference/html/value__custom_8h.html -share/doc/gtkmm-2.0/docs/reference/html/viewport_8h.html -share/doc/gtkmm-2.0/docs/reference/html/visual_8h.html -share/doc/gtkmm-2.0/docs/reference/html/widget_8h.html -share/doc/gtkmm-2.0/docs/reference/html/wrap_8h.html -share/doc/gtkmm-2.0/docs/tutorial/figures/alignment.png -share/doc/gtkmm-2.0/docs/tutorial/figures/aspectframe.png -share/doc/gtkmm-2.0/docs/tutorial/figures/box_packing1.png -share/doc/gtkmm-2.0/docs/tutorial/figures/box_packing2.png -share/doc/gtkmm-2.0/docs/tutorial/figures/box_packing3.png -share/doc/gtkmm-2.0/docs/tutorial/figures/buttonbox.png -share/doc/gtkmm-2.0/docs/tutorial/figures/buttons.png -share/doc/gtkmm-2.0/docs/tutorial/figures/checkbutton.png -share/doc/gtkmm-2.0/docs/tutorial/figures/clipboard_ideal.png -share/doc/gtkmm-2.0/docs/tutorial/figures/clipboard_simple.png -share/doc/gtkmm-2.0/docs/tutorial/figures/combo.png -share/doc/gtkmm-2.0/docs/tutorial/figures/devcpp_project_options.png -share/doc/gtkmm-2.0/docs/tutorial/figures/dialogs_colorselectiondialog.png -share/doc/gtkmm-2.0/docs/tutorial/figures/dialogs_fileselection.png -share/doc/gtkmm-2.0/docs/tutorial/figures/dialogs_fontselectiondialog.png -share/doc/gtkmm-2.0/docs/tutorial/figures/dialogs_messagedialog.png -share/doc/gtkmm-2.0/docs/tutorial/figures/dialogs_simple.png -share/doc/gtkmm-2.0/docs/tutorial/figures/drag_and_drop.png -share/doc/gtkmm-2.0/docs/tutorial/figures/drawingarea_lines.png -share/doc/gtkmm-2.0/docs/tutorial/figures/drawingarea_text.png -share/doc/gtkmm-2.0/docs/tutorial/figures/entry.png -share/doc/gtkmm-2.0/docs/tutorial/figures/eventbox.png -share/doc/gtkmm-2.0/docs/tutorial/figures/frame.png -share/doc/gtkmm-2.0/docs/tutorial/figures/helloworld.png -share/doc/gtkmm-2.0/docs/tutorial/figures/helloworld2.png -share/doc/gtkmm-2.0/docs/tutorial/figures/label.png -share/doc/gtkmm-2.0/docs/tutorial/figures/main_menu.png -share/doc/gtkmm-2.0/docs/tutorial/figures/menu_popup.png -share/doc/gtkmm-2.0/docs/tutorial/figures/menus_menu.png -share/doc/gtkmm-2.0/docs/tutorial/figures/menus_menubar.png -share/doc/gtkmm-2.0/docs/tutorial/figures/notebook.png -share/doc/gtkmm-2.0/docs/tutorial/figures/paned.png -share/doc/gtkmm-2.0/docs/tutorial/figures/progressbar.png -share/doc/gtkmm-2.0/docs/tutorial/figures/radiobuttons.png -share/doc/gtkmm-2.0/docs/tutorial/figures/range_widgets.png -share/doc/gtkmm-2.0/docs/tutorial/figures/scrolledwindow.png -share/doc/gtkmm-2.0/docs/tutorial/figures/spinbutton.png -share/doc/gtkmm-2.0/docs/tutorial/figures/table.png -share/doc/gtkmm-2.0/docs/tutorial/figures/textview.png -share/doc/gtkmm-2.0/docs/tutorial/figures/toolbar.png -share/doc/gtkmm-2.0/docs/tutorial/figures/treeview_draganddrop.png -share/doc/gtkmm-2.0/docs/tutorial/figures/treeview_editablecells.png -share/doc/gtkmm-2.0/docs/tutorial/figures/treeview_list.png -share/doc/gtkmm-2.0/docs/tutorial/figures/treeview_popup.png -share/doc/gtkmm-2.0/docs/tutorial/figures/treeview_tree.png -share/doc/gtkmm-2.0/docs/tutorial/html/apa.html -share/doc/gtkmm-2.0/docs/tutorial/html/apas02.html -share/doc/gtkmm-2.0/docs/tutorial/html/apas03.html -share/doc/gtkmm-2.0/docs/tutorial/html/apas04.html -share/doc/gtkmm-2.0/docs/tutorial/html/apas05.html -share/doc/gtkmm-2.0/docs/tutorial/html/apb.html -share/doc/gtkmm-2.0/docs/tutorial/html/apbs02.html -share/doc/gtkmm-2.0/docs/tutorial/html/apbs03.html -share/doc/gtkmm-2.0/docs/tutorial/html/apbs04.html -share/doc/gtkmm-2.0/docs/tutorial/html/apbs05.html -share/doc/gtkmm-2.0/docs/tutorial/html/apbs06.html -share/doc/gtkmm-2.0/docs/tutorial/html/apc.html -share/doc/gtkmm-2.0/docs/tutorial/html/apd.html -share/doc/gtkmm-2.0/docs/tutorial/html/ape.html -share/doc/gtkmm-2.0/docs/tutorial/html/apes02.html -share/doc/gtkmm-2.0/docs/tutorial/html/apes03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch01.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch01s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch02s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch02s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch03s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch03s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch03s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch03s05.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch03s06.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch04s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch04s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch04s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch05.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch05s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch05s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch05s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch06.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch06s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch06s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch06s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch06s05.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch06s06.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch07.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch07s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch08.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch08s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch08s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch08s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch08s05.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch08s06.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch08s07.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch09.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch09s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch09s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch10.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch10s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch11.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch11s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch11s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch12.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch13.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch13s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch13s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch13s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch14.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch14s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch14s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch14s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch14s05.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch14s06.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch14s07.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch15.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch15s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch15s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch15s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch15s05.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch16.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch16s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch16s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch16s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch17.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch17s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch17s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch18.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch18s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch19.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch19s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch19s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch20.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch20s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch20s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch20s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch21.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch21s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch22.html -share/doc/gtkmm-2.0/docs/tutorial/html/index.html -%%EXAMPLES%%share/devhelp/books/gtkmm-2.0/gtkmm2.devhelp -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/arrow/arrow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/arrow/direction.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/alignment/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/alignment/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/alignment/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/aspectframe/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/aspectframe/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/aspectframe/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/box/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/box/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/box/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/box/packbox.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/box/packbox.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttonbox/examplebuttonbox.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttonbox/examplebuttonbox.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttonbox/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttonbox/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttonbox/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/button/buttons.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/button/buttons.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/button/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/checkbutton/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/checkbutton/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/checkbutton/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/radiobutton/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/radiobutton/radiobuttons.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/radiobutton/radiobuttons.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/togglebutton/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/togglebutton/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/togglebutton/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/clipboard/ideal/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/clipboard/ideal/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/clipboard/ideal/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/clipboard/simple/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/clipboard/simple/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/clipboard/simple/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/combo/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/combo/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/combo/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/colorselectiondialog/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/colorselectiondialog/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/colorselectiondialog/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/fileselection/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/fileselection/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/fileselection/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/fontselectiondialog/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/fontselectiondialog/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/fontselectiondialog/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/messagedialog/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/messagedialog/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/messagedialog/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/simple/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/simple/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/simple/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drag_and_drop/dndwindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drag_and_drop/dndwindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drag_and_drop/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_lines/customdrawingarea.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_lines/customdrawingarea.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_lines/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_lines/testwindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_lines/testwindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_text/customdrawingarea.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_text/customdrawingarea.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_text/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_text/testwindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_text/testwindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/entry/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/entry/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/entry/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/eventbox/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/eventbox/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/eventbox/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/frame/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/frame/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/frame/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/helloworld/helloworld.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/helloworld/helloworld.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/helloworld/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/helloworld2/helloworld.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/helloworld2/helloworld.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/helloworld2/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/idle/idleexample.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/idle/idleexample.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/idle/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/label/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/label/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/label/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/menus/main_menu/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/menus/main_menu/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/menus/main_menu/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/menus/popup/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/menus/popup/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/menus/popup/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/notebook/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/notebook/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/notebook/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/paned/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/paned/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/paned/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/paned/messageslist.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/paned/messageslist.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/paned/messagetext.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/paned/messagetext.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/progressbar/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/progressbar/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/progressbar/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/range_widgets/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/range_widgets/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/range_widgets/labeledoptionmenu.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/range_widgets/labeledoptionmenu.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/range_widgets/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/scrolledwindow/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/scrolledwindow/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/scrolledwindow/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/signals/custom/client.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/signals/custom/client.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/signals/custom/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/signals/custom/server.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/signals/custom/server.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/spinbutton/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/spinbutton/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/spinbutton/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/table/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/table/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/table/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/textview/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/textview/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/textview/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/timeout/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/timeout/timerexample.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/timeout/timerexample.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/toolbar/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/toolbar/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/toolbar/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/drag_and_drop/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/drag_and_drop/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/drag_and_drop/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/drag_and_drop/treemodel_dnd.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/drag_and_drop/treemodel_dnd.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/editable_cells/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/editable_cells/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/editable_cells/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/list/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/list/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/list/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/popup/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/popup/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/popup/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/popup/treeview_withpopup.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/popup/treeview_withpopup.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/tree/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/tree/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/tree/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/calendar/calendar.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/cellrenderercustom/cellrendererlist.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/cellrenderercustom/cellrendererlist.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/cellrenderercustom/cellrendererpopup.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/cellrenderercustom/cellrendererpopup.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/cellrenderercustom/cellrenderertoggle.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/cellrenderercustom/popupentry.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/cellrenderercustom/popupentry.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/cellrenderercustom/testpopup.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/dnd/dnd_images.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/dnd/dndwindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/dnd/dndwindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/dnd/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/exception/exceptiontest.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/filesel/filesel.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/fixed/fixed.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/gdk/radar.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/markup/parser.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/rulers/rulers.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/statusbar/statusbar.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/stock/stock.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/thread/dispatcher.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/thread/dispatcher2.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/thread/thread.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/thread/threadpool.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/tictactoe/tictactoe.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/tictactoe/tictactoe.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/tictactoe/ttt_test.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/window/wheelbarrow.cc -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/window -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/tictactoe -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/thread -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/stock -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/statusbar -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/rulers -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/markup -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/gdk -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/fixed -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/filesel -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/exception -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/dnd -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/cellrenderercustom -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/calendar -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/treeview/tree -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/treeview/popup -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/treeview/list -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/treeview/editable_cells -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/treeview/drag_and_drop -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/treeview -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/toolbar -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/timeout -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/textview -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/table -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/spinbutton -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/signals/custom -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/signals -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/scrolledwindow -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/range_widgets -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/progressbar -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/paned -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/notebook -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/menus/popup -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/menus/main_menu -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/menus -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/label -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/idle -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/helloworld2 -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/helloworld -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/frame -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/eventbox -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/entry -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/drawingarea_text -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/drawingarea_lines -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/drag_and_drop -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/dialogs/simple -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/dialogs/messagedialog -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/dialogs/fontselectiondialog -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/dialogs/fileselection -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/dialogs/colorselectiondialog -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/dialogs -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/combo -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/clipboard/simple -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/clipboard/ideal -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/clipboard -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/buttons/togglebutton -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/buttons/radiobutton -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/buttons/checkbutton -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/buttons/button -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/buttons -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/buttonbox -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/box -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/aspectframe -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/alignment -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/arrow -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples -%%EXAMPLES%%@dirrm share/devhelp/books/gtkmm-2.0 -@dirrm share/doc/gtkmm-2.0/docs/tutorial/html -@dirrm share/doc/gtkmm-2.0/docs/tutorial/figures -@dirrm share/doc/gtkmm-2.0/docs/tutorial -@dirrm share/doc/gtkmm-2.0/docs/reference/html -@dirrm share/doc/gtkmm-2.0/docs/reference -@dirrm share/doc/gtkmm-2.0/docs/images -@dirrm share/doc/gtkmm-2.0/docs/FAQ/html -@dirrm share/doc/gtkmm-2.0/docs/FAQ -@dirrm share/doc/gtkmm-2.0/docs -@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/libgnomeuimm26/Makefile b/x11-toolkits/libgnomeuimm26/Makefile deleted file mode 100644 index 8f5d6bc15502..000000000000 --- a/x11-toolkits/libgnomeuimm26/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: libgnomeuimm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov <bland@mail.ru> -# -# $FreeBSD$ -# - -PORTNAME= libgnomeuimm -PORTVERSION= 2.0.0 -PORTREVISION= 1 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= gtkmm -DIST_SUBDIR= gnome2 - -MAINTAINER= bland@FreeBSD.org -COMMENT= C++ wrapper for libgnomeui library - -LIB_DEPENDS= gnomemm-2.0:${PORTSDIR}/x11/libgnomemm \ - gnomecanvasmm-2.0:${PORTSDIR}/graphics/libgnomecanvasmm \ - gconfmm-2.0:${PORTSDIR}/devel/gconfmm \ - glademm-2.0:${PORTSDIR}/devel/libglademm -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= gnomehack libgnomeui -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --enable-static - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-old_gcc_bugs -.endif - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/libgnomeuimm26/distinfo b/x11-toolkits/libgnomeuimm26/distinfo deleted file mode 100644 index a2010e3b8b6d..000000000000 --- a/x11-toolkits/libgnomeuimm26/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnome2/libgnomeuimm-2.0.0.tar.gz) = 6869f8a24a8bda1f42b1c66b418b5fe3 diff --git a/x11-toolkits/libgnomeuimm26/files/extra-patch-old_gcc_bugs b/x11-toolkits/libgnomeuimm26/files/extra-patch-old_gcc_bugs deleted file mode 100644 index f2a69620270f..000000000000 --- a/x11-toolkits/libgnomeuimm26/files/extra-patch-old_gcc_bugs +++ /dev/null @@ -1,29 +0,0 @@ ---- libgnomeui/libgnomeuimm/dateedit.cc.orig Fri Aug 22 02:08:35 2003 -+++ libgnomeui/libgnomeuimm/dateedit.cc Sat Aug 30 01:21:25 2003 -@@ -35,7 +35,7 @@ - : Gtk::HBox(GTK_HBOX(g_object_new(get_type(), (char*)0))) - { - gnome_date_edit_construct(gobj(), the_time, -- static_cast<GnomeDateEditFlags>( -+ GnomeDateEditFlags( - (show_time ? DATE_EDIT_SHOW_TIME : static_cast<DateEditFlags>(0)) - | (use_24_format ? DATE_EDIT_24_HR : static_cast<DateEditFlags>(0)) ) ); - } -@@ -44,7 +44,7 @@ - DateEdit::DateEdit(time_t the_time, DateEditFlags flags) - : Gtk::HBox(GTK_HBOX(g_object_new(get_type(), (char*)0))) - { -- gnome_date_edit_construct(gobj(), the_time, static_cast<GnomeDateEditFlags>(flags)); -+ gnome_date_edit_construct(gobj(), the_time, GnomeDateEditFlags(flags)); - } - - -@@ -254,7 +254,7 @@ - - void DateEdit::set_flags(DateEditFlags flags) - { -- gnome_date_edit_set_flags(gobj(), static_cast<GnomeDateEditFlags>(flags)); -+ gnome_date_edit_set_flags(gobj(), GnomeDateEditFlags(flags)); - } - - DateEditFlags DateEdit::get_flags() const diff --git a/x11-toolkits/libgnomeuimm26/files/patch-configure b/x11-toolkits/libgnomeuimm26/files/patch-configure deleted file mode 100644 index e22a18268698..000000000000 --- a/x11-toolkits/libgnomeuimm26/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Wed May 21 17:34:00 2003 -+++ configure Wed May 21 17:34:17 2003 -@@ -7884,6 +7884,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/libgnomeuimm26/pkg-descr b/x11-toolkits/libgnomeuimm26/pkg-descr deleted file mode 100644 index 46696c35a7ed..000000000000 --- a/x11-toolkits/libgnomeuimm26/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a set of thin C++ wrappers for libgnomeui library. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/x11-toolkits/libgnomeuimm26/pkg-plist b/x11-toolkits/libgnomeuimm26/pkg-plist deleted file mode 100644 index 92a22c7f552e..000000000000 --- a/x11-toolkits/libgnomeuimm26/pkg-plist +++ /dev/null @@ -1,62 +0,0 @@ -include/libgnomeuimm-2.0/libgnomeuimm/about.h -include/libgnomeuimm-2.0/libgnomeuimm/app-callback.h -include/libgnomeuimm-2.0/libgnomeuimm/app-helper.h -include/libgnomeuimm-2.0/libgnomeuimm/app.h -include/libgnomeuimm-2.0/libgnomeuimm/appbar.h -include/libgnomeuimm-2.0/libgnomeuimm/client.h -include/libgnomeuimm-2.0/libgnomeuimm/color-picker.h -include/libgnomeuimm-2.0/libgnomeuimm/dateedit.h -include/libgnomeuimm-2.0/libgnomeuimm/druid-page-edge.h -include/libgnomeuimm-2.0/libgnomeuimm/druid-page-standard.h -include/libgnomeuimm-2.0/libgnomeuimm/druid-page.h -include/libgnomeuimm-2.0/libgnomeuimm/druid.h -include/libgnomeuimm-2.0/libgnomeuimm/entry.h -include/libgnomeuimm-2.0/libgnomeuimm/file-entry.h -include/libgnomeuimm-2.0/libgnomeuimm/font-picker.h -include/libgnomeuimm-2.0/libgnomeuimm/href.h -include/libgnomeuimm-2.0/libgnomeuimm/icon-entry.h -include/libgnomeuimm-2.0/libgnomeuimm/icon-list.h -include/libgnomeuimm-2.0/libgnomeuimm/icon-sel.h -include/libgnomeuimm-2.0/libgnomeuimm/icon-textitem.h -include/libgnomeuimm-2.0/libgnomeuimm/init.h -include/libgnomeuimm-2.0/libgnomeuimm/pixmap-entry.h -include/libgnomeuimm-2.0/libgnomeuimm/private/about_p.h -include/libgnomeuimm-2.0/libgnomeuimm/private/app_p.h -include/libgnomeuimm-2.0/libgnomeuimm/private/appbar_p.h -include/libgnomeuimm-2.0/libgnomeuimm/private/client_p.h -include/libgnomeuimm-2.0/libgnomeuimm/private/color-picker_p.h -include/libgnomeuimm-2.0/libgnomeuimm/private/dateedit_p.h -include/libgnomeuimm-2.0/libgnomeuimm/private/druid-page-edge_p.h -include/libgnomeuimm-2.0/libgnomeuimm/private/druid-page-standard_p.h -include/libgnomeuimm-2.0/libgnomeuimm/private/druid-page_p.h -include/libgnomeuimm-2.0/libgnomeuimm/private/druid_p.h -include/libgnomeuimm-2.0/libgnomeuimm/private/entry_p.h -include/libgnomeuimm-2.0/libgnomeuimm/private/file-entry_p.h -include/libgnomeuimm-2.0/libgnomeuimm/private/font-picker_p.h -include/libgnomeuimm-2.0/libgnomeuimm/private/href_p.h -include/libgnomeuimm-2.0/libgnomeuimm/private/icon-entry_p.h -include/libgnomeuimm-2.0/libgnomeuimm/private/icon-list_p.h -include/libgnomeuimm-2.0/libgnomeuimm/private/icon-sel_p.h -include/libgnomeuimm-2.0/libgnomeuimm/private/icon-textitem_p.h -include/libgnomeuimm-2.0/libgnomeuimm/private/pixmap-entry_p.h -include/libgnomeuimm-2.0/libgnomeuimm/stock.h -include/libgnomeuimm-2.0/libgnomeuimm/types.h -include/libgnomeuimm-2.0/libgnomeuimm/ui-items-derived.h -include/libgnomeuimm-2.0/libgnomeuimm/ui-items-icon.h -include/libgnomeuimm-2.0/libgnomeuimm/ui-items-stock.h -include/libgnomeuimm-2.0/libgnomeuimm/wrap_init.h -include/libgnomeuimm-2.0/libgnomeuimm.h -lib/libgnomeuimm-2.0/include/libgnomeuimmconfig.h -lib/libgnomeuimm-2.0/proc/m4/convert.m4 -lib/libgnomeuimm-2.0/proc/m4/convert_libgnomeuimm.m4 -lib/libgnomeuimm-2.0.a -lib/libgnomeuimm-2.0.so -lib/libgnomeuimm-2.0.so.1 -libdata/pkgconfig/libgnomeuimm-2.0.pc -@dirrm lib/libgnomeuimm-2.0/include -@dirrm lib/libgnomeuimm-2.0/proc/m4 -@dirrm lib/libgnomeuimm-2.0/proc -@dirrm lib/libgnomeuimm-2.0 -@dirrm include/libgnomeuimm-2.0/libgnomeuimm/private -@dirrm include/libgnomeuimm-2.0/libgnomeuimm -@dirrm include/libgnomeuimm-2.0 diff --git a/x11-toolkits/linux-f10-gtk/Makefile b/x11-toolkits/linux-f10-gtk/Makefile deleted file mode 100644 index 7a08315bc21d..000000000000 --- a/x11-toolkits/linux-f10-gtk/Makefile +++ /dev/null @@ -1,58 +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 -# & multimedia/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 -COMMENT?= RPM of the Gtk lib - -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_MSG} $$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-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-gtk2/Makefile b/x11-toolkits/linux-f10-gtk2/Makefile deleted file mode 100644 index f615ee4fc2d3..000000000000 --- a/x11-toolkits/linux-f10-gtk2/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: linux-gtk2 -# Date created: 2003-11-19 -# Whom: trevor -# -# $FreeBSD$ -# - -PORTNAME= gtk2 -PORTVERSION= 2.2.1 -PORTREVISION= 1 -CATEGORIES= x11-toolkits linux - -MAINTAINER= trevor@FreeBSD.org -COMMENT= GTK+ library, version 2.X, i386 Linux binary - -BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio - -BASEVERSION= 9 -ONLY_FOR_ARCHS= i386 -PLIST= ${WRKDIR}/plist -RESTRICTED= "binaries under GNU LGPL without accompanying source" -RPM_SET= gtk2-2.2.1-4.i386.rpm - -pre-install: - ${RM} -f ${PLIST} -.for ii in gtk.immodules gdk-pixbuf.loaders - ${ECHO_CMD} etc/gtk-2.0/${ii} >> ${PLIST} -.endfor - ${RM} -rf ${WRKSRC}/tmp - ${MKDIR} ${WRKSRC}/tmp - cd ${WRKSRC}/tmp; \ - rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | cpio -id; \ - ${FIND} * -type f -o -type l >> ${PLIST}; \ - ${FIND} -d * -type d | ${GREP} -E 'locale|gtk|themes' | \ - ${SED} -e 's:^:@dirrm :' >> ${PLIST} - -post-install: - ${INSTALL_DATA} ${FILESDIR}/gtk.immodules ${PREFIX}/etc/gtk-2.0/ - ${TOUCH} ${PREFIX}/etc/gtk-2.0/gdk-pixbuf.loaders - -.include "../linux-gtk/Makefile" diff --git a/x11-toolkits/linux-f10-gtk2/distinfo.i386 b/x11-toolkits/linux-f10-gtk2/distinfo.i386 deleted file mode 100644 index 2b8830594e41..000000000000 --- a/x11-toolkits/linux-f10-gtk2/distinfo.i386 +++ /dev/null @@ -1 +0,0 @@ -MD5 (rpm/gtk2-2.2.1-4.i386.rpm) = c8716bde8a503bd5b72b05805cb1ffb3 diff --git a/x11-toolkits/linux-f10-gtk2/files/gtk.immodules b/x11-toolkits/linux-f10-gtk2/files/gtk.immodules deleted file mode 100644 index 8e72725ceb8d..000000000000 --- a/x11-toolkits/linux-f10-gtk2/files/gtk.immodules +++ /dev/null @@ -1,35 +0,0 @@ -# $FreeBSD$ -# -# GTK+ Input Method Modules file -# -# ModulesPath = /usr/lib/gtk-2.0/2.2.0/immodules:/usr/lib/gtk-2.0/immodules -# -"/usr/lib/gtk-2.0/2.2.0/immodules/im-am-et.so" -"am_et" "Amharic (EZ+)" "gtk+" "/usr/share/locale" "am" - -"/usr/lib/gtk-2.0/2.2.0/immodules/im-cyrillic-translit.so" -"cyrillic_translit" "Cyrillic (Transliterated)" "gtk+" "/usr/share/locale" "" - -"/usr/lib/gtk-2.0/2.2.0/immodules/im-hangul.so" -"hangul" "Hangul (KSC 5601)" "gtk+" "" "" - -"/usr/lib/gtk-2.0/2.2.0/immodules/im-inuktitut.so" -"inuktitut" "Inukitut (Transliterated)" "gtk+" "/usr/share/locale" "iu" - -"/usr/lib/gtk-2.0/2.2.0/immodules/im-ipa.so" -"ipa" "IPA" "gtk+" "/usr/share/locale" "" - -"/usr/lib/gtk-2.0/2.2.0/immodules/im-thai-broken.so" -"thai_broken" "Thai (Broken)" "gtk+" "/usr/share/locale" "" - -"/usr/lib/gtk-2.0/2.2.0/immodules/im-ti-er.so" -"ti_er" "Tigrigna-Eritrean (EZ+)" "gtk+" "/usr/share/locale" "ti" - -"/usr/lib/gtk-2.0/2.2.0/immodules/im-ti-et.so" -"ti_et" "Tigrigna-Ethiopian (EZ+)" "gtk+" "/usr/share/locale" "ti" - -"/usr/lib/gtk-2.0/2.2.0/immodules/im-viqr.so" -"viqr" "Vietnamese (VIQR)" "gtk+" "/usr/share/locale" "vi" - -"/usr/lib/gtk-2.0/2.2.0/immodules/im-xim.so" -"xim" "X Input Method" "gtk+" "/usr/share/locale" "ko:ja:zh" diff --git a/x11-toolkits/linux-f10-gtk2/pkg-descr b/x11-toolkits/linux-f10-gtk2/pkg-descr deleted file mode 100644 index 70620532c3b2..000000000000 --- a/x11-toolkits/linux-f10-gtk2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a Linux/i386 binary port of the GTK+ 2.X library. - -WWW: http://gtk.org diff --git a/x11-toolkits/linux-f10-openmotif/Makefile b/x11-toolkits/linux-f10-openmotif/Makefile deleted file mode 100644 index 4ef154ad6828..000000000000 --- a/x11-toolkits/linux-f10-openmotif/Makefile +++ /dev/null @@ -1,41 +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= ports@FreeBSD.org -COMMENT= Motif toolkit Linux libraries - -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-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-f10-pango/Makefile b/x11-toolkits/linux-f10-pango/Makefile deleted file mode 100644 index d1573514ca31..000000000000 --- a/x11-toolkits/linux-f10-pango/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: linux-pango -# Date created: 2003-07-05 -# Whom: trevor -# -# $FreeBSD$ -# - -PORTNAME= pango -PORTVERSION= 1.2.1 -PORTREVISION= 0 -CATEGORIES= x11-toolkits linux - -MAINTAINER= trevor@FreeBSD.org -COMMENT= Linux/i386 pango binary - -BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio \ - ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat - -BASEVERSION= 9 -ONLY_FOR_ARCHS= i386 -PLIST= ${WRKDIR}/plist -RESTRICTED= "binary under GNU LGPL without accompanying source" -RPM_SET= pango-1.2.1-3.i386.rpm - -pre-install: - ${RM} -rf ${WRKSRC}/tmp - ${ECHO_CMD} etc/pango/pango.modules > ${PLIST} - ${MKDIR} ${WRKSRC}/tmp - cd ${WRKSRC}/tmp; \ - rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | cpio -id; \ - ${FIND} * -type f -o -type l >> ${PLIST}; \ - ${FIND} -d * -type d | ${GREP} pango | \ - ${SED} -e 's:^:@dirrm :' >> ${PLIST} - -post-install: - - chroot ${LINUXBASE} usr/bin/pango-querymodules > \ - ${WRKSRC}/pango.modules - ${INSTALL_DATA} ${WRKSRC}/pango.modules ${LINUXBASE}/etc/pango/ - -.include "../linux-gtk/Makefile" diff --git a/x11-toolkits/linux-f10-pango/distinfo.i386 b/x11-toolkits/linux-f10-pango/distinfo.i386 deleted file mode 100644 index 3c4f2a75b0ad..000000000000 --- a/x11-toolkits/linux-f10-pango/distinfo.i386 +++ /dev/null @@ -1,2 +0,0 @@ -$FreeBSD$ -MD5 (rpm/pango-1.2.1-3.i386.rpm) = b2a0d771608ee5a5741d1df65277a905 diff --git a/x11-toolkits/linux-f10-pango/pkg-descr b/x11-toolkits/linux-f10-pango/pkg-descr deleted file mode 100644 index 922f2bcf8586..000000000000 --- a/x11-toolkits/linux-f10-pango/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -This is a Linux/i386 binary port of Pango. - -from the home page: - - The goal of the Pango project is to provide an open-source - framework for the layout and rendering of internationalized - text. Pango is an offshoot of the GTK+ and GNOME projects, - and the initial focus is operation in those environments, - however there is nothing fundamentally GTK+- or GNOME-specific - about Pango. Pango uses Unicode for all of its encoding, - and will eventually support output in all the world's major - languages. - -WWW: http://pango.org diff --git a/x11-toolkits/linux-f8-gtk/Makefile b/x11-toolkits/linux-f8-gtk/Makefile deleted file mode 100644 index 7a08315bc21d..000000000000 --- a/x11-toolkits/linux-f8-gtk/Makefile +++ /dev/null @@ -1,58 +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 -# & multimedia/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 -COMMENT?= RPM of the Gtk lib - -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_MSG} $$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-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-gtk2/Makefile b/x11-toolkits/linux-f8-gtk2/Makefile deleted file mode 100644 index f615ee4fc2d3..000000000000 --- a/x11-toolkits/linux-f8-gtk2/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: linux-gtk2 -# Date created: 2003-11-19 -# Whom: trevor -# -# $FreeBSD$ -# - -PORTNAME= gtk2 -PORTVERSION= 2.2.1 -PORTREVISION= 1 -CATEGORIES= x11-toolkits linux - -MAINTAINER= trevor@FreeBSD.org -COMMENT= GTK+ library, version 2.X, i386 Linux binary - -BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio - -BASEVERSION= 9 -ONLY_FOR_ARCHS= i386 -PLIST= ${WRKDIR}/plist -RESTRICTED= "binaries under GNU LGPL without accompanying source" -RPM_SET= gtk2-2.2.1-4.i386.rpm - -pre-install: - ${RM} -f ${PLIST} -.for ii in gtk.immodules gdk-pixbuf.loaders - ${ECHO_CMD} etc/gtk-2.0/${ii} >> ${PLIST} -.endfor - ${RM} -rf ${WRKSRC}/tmp - ${MKDIR} ${WRKSRC}/tmp - cd ${WRKSRC}/tmp; \ - rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | cpio -id; \ - ${FIND} * -type f -o -type l >> ${PLIST}; \ - ${FIND} -d * -type d | ${GREP} -E 'locale|gtk|themes' | \ - ${SED} -e 's:^:@dirrm :' >> ${PLIST} - -post-install: - ${INSTALL_DATA} ${FILESDIR}/gtk.immodules ${PREFIX}/etc/gtk-2.0/ - ${TOUCH} ${PREFIX}/etc/gtk-2.0/gdk-pixbuf.loaders - -.include "../linux-gtk/Makefile" diff --git a/x11-toolkits/linux-f8-gtk2/distinfo.i386 b/x11-toolkits/linux-f8-gtk2/distinfo.i386 deleted file mode 100644 index 2b8830594e41..000000000000 --- a/x11-toolkits/linux-f8-gtk2/distinfo.i386 +++ /dev/null @@ -1 +0,0 @@ -MD5 (rpm/gtk2-2.2.1-4.i386.rpm) = c8716bde8a503bd5b72b05805cb1ffb3 diff --git a/x11-toolkits/linux-f8-gtk2/files/gtk.immodules b/x11-toolkits/linux-f8-gtk2/files/gtk.immodules deleted file mode 100644 index 8e72725ceb8d..000000000000 --- a/x11-toolkits/linux-f8-gtk2/files/gtk.immodules +++ /dev/null @@ -1,35 +0,0 @@ -# $FreeBSD$ -# -# GTK+ Input Method Modules file -# -# ModulesPath = /usr/lib/gtk-2.0/2.2.0/immodules:/usr/lib/gtk-2.0/immodules -# -"/usr/lib/gtk-2.0/2.2.0/immodules/im-am-et.so" -"am_et" "Amharic (EZ+)" "gtk+" "/usr/share/locale" "am" - -"/usr/lib/gtk-2.0/2.2.0/immodules/im-cyrillic-translit.so" -"cyrillic_translit" "Cyrillic (Transliterated)" "gtk+" "/usr/share/locale" "" - -"/usr/lib/gtk-2.0/2.2.0/immodules/im-hangul.so" -"hangul" "Hangul (KSC 5601)" "gtk+" "" "" - -"/usr/lib/gtk-2.0/2.2.0/immodules/im-inuktitut.so" -"inuktitut" "Inukitut (Transliterated)" "gtk+" "/usr/share/locale" "iu" - -"/usr/lib/gtk-2.0/2.2.0/immodules/im-ipa.so" -"ipa" "IPA" "gtk+" "/usr/share/locale" "" - -"/usr/lib/gtk-2.0/2.2.0/immodules/im-thai-broken.so" -"thai_broken" "Thai (Broken)" "gtk+" "/usr/share/locale" "" - -"/usr/lib/gtk-2.0/2.2.0/immodules/im-ti-er.so" -"ti_er" "Tigrigna-Eritrean (EZ+)" "gtk+" "/usr/share/locale" "ti" - -"/usr/lib/gtk-2.0/2.2.0/immodules/im-ti-et.so" -"ti_et" "Tigrigna-Ethiopian (EZ+)" "gtk+" "/usr/share/locale" "ti" - -"/usr/lib/gtk-2.0/2.2.0/immodules/im-viqr.so" -"viqr" "Vietnamese (VIQR)" "gtk+" "/usr/share/locale" "vi" - -"/usr/lib/gtk-2.0/2.2.0/immodules/im-xim.so" -"xim" "X Input Method" "gtk+" "/usr/share/locale" "ko:ja:zh" diff --git a/x11-toolkits/linux-f8-gtk2/pkg-descr b/x11-toolkits/linux-f8-gtk2/pkg-descr deleted file mode 100644 index 70620532c3b2..000000000000 --- a/x11-toolkits/linux-f8-gtk2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a Linux/i386 binary port of the GTK+ 2.X library. - -WWW: http://gtk.org diff --git a/x11-toolkits/linux-f8-openmotif/Makefile b/x11-toolkits/linux-f8-openmotif/Makefile deleted file mode 100644 index 4ef154ad6828..000000000000 --- a/x11-toolkits/linux-f8-openmotif/Makefile +++ /dev/null @@ -1,41 +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= ports@FreeBSD.org -COMMENT= Motif toolkit Linux libraries - -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-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/linux-f8-pango/Makefile b/x11-toolkits/linux-f8-pango/Makefile deleted file mode 100644 index d1573514ca31..000000000000 --- a/x11-toolkits/linux-f8-pango/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: linux-pango -# Date created: 2003-07-05 -# Whom: trevor -# -# $FreeBSD$ -# - -PORTNAME= pango -PORTVERSION= 1.2.1 -PORTREVISION= 0 -CATEGORIES= x11-toolkits linux - -MAINTAINER= trevor@FreeBSD.org -COMMENT= Linux/i386 pango binary - -BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio \ - ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat - -BASEVERSION= 9 -ONLY_FOR_ARCHS= i386 -PLIST= ${WRKDIR}/plist -RESTRICTED= "binary under GNU LGPL without accompanying source" -RPM_SET= pango-1.2.1-3.i386.rpm - -pre-install: - ${RM} -rf ${WRKSRC}/tmp - ${ECHO_CMD} etc/pango/pango.modules > ${PLIST} - ${MKDIR} ${WRKSRC}/tmp - cd ${WRKSRC}/tmp; \ - rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | cpio -id; \ - ${FIND} * -type f -o -type l >> ${PLIST}; \ - ${FIND} -d * -type d | ${GREP} pango | \ - ${SED} -e 's:^:@dirrm :' >> ${PLIST} - -post-install: - - chroot ${LINUXBASE} usr/bin/pango-querymodules > \ - ${WRKSRC}/pango.modules - ${INSTALL_DATA} ${WRKSRC}/pango.modules ${LINUXBASE}/etc/pango/ - -.include "../linux-gtk/Makefile" diff --git a/x11-toolkits/linux-f8-pango/distinfo.i386 b/x11-toolkits/linux-f8-pango/distinfo.i386 deleted file mode 100644 index 3c4f2a75b0ad..000000000000 --- a/x11-toolkits/linux-f8-pango/distinfo.i386 +++ /dev/null @@ -1,2 +0,0 @@ -$FreeBSD$ -MD5 (rpm/pango-1.2.1-3.i386.rpm) = b2a0d771608ee5a5741d1df65277a905 diff --git a/x11-toolkits/linux-f8-pango/pkg-descr b/x11-toolkits/linux-f8-pango/pkg-descr deleted file mode 100644 index 922f2bcf8586..000000000000 --- a/x11-toolkits/linux-f8-pango/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -This is a Linux/i386 binary port of Pango. - -from the home page: - - The goal of the Pango project is to provide an open-source - framework for the layout and rendering of internationalized - text. Pango is an offshoot of the GTK+ and GNOME projects, - and the initial focus is operation in those environments, - however there is nothing fundamentally GTK+- or GNOME-specific - about Pango. Pango uses Unicode for all of its encoding, - and will eventually support output in all the world's major - languages. - -WWW: http://pango.org diff --git a/x11-toolkits/p5-Glade2/Makefile b/x11-toolkits/p5-Glade2/Makefile deleted file mode 100644 index 8cdb70d29a8c..000000000000 --- a/x11-toolkits/p5-Glade2/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: p5-Glade -# Date created: 30 Oct 2000 -# Whom: vanilla -# -# $FreeBSD$ -# - -PORTNAME= Glade -PORTVERSION= 0.7009 -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 -COMMENT= The Glade interface files of Gtk-Perl - -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gnome.pm:${PORTSDIR}/x11-toolkits/p5-Gnome -RUN_DEPENDS= ${BUILD_DEPENDS} - -USE_GNOME= yes -PERL_CONFIGURE= yes -WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} - -MAN3= Gtk::GladeXML::reference.3pm - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= This port requires perl 5.6.0 or later. Install lang/perl5 then try again -.endif - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/p5-Glade2/distinfo b/x11-toolkits/p5-Glade2/distinfo deleted file mode 100644 index cb4d36024e1c..000000000000 --- a/x11-toolkits/p5-Glade2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Gtk-Perl-0.7009.tar.gz) = 72ce462caa1afe57d60a8e654d63204b 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-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 2923e218f41e..000000000000 --- a/x11-toolkits/p5-Glade2/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/Gtk/GladeXML.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Gtk/GladeXML/Types.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Gtk/GladeXML/Install/Files.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Gtk/GladeXML/Install/GtkGladeXMLTypemap -%%SITE_PERL%%/%%PERL_ARCH%%/Gtk/GladeXML/Install/GtkGladeXMLDefs.h -%%SITE_PERL%%/%%PERL_ARCH%%/Gtk/GladeXML/Install/PerlGtkGladeXMLInt.h -%%SITE_PERL%%/%%PERL_ARCH%%/Gtk/GladeXML/Install/pkg.typemap -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk/GladeXML/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk/GladeXML/GladeXML.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk/GladeXML/GladeXML.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk/GladeXML/autosplit.ix -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Gtk/GladeXML/Install -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Gtk/GladeXML -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Gtk 2>/dev/null || true -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk/GladeXML -@unexec rmdir %D/%%SITE_PERL%%/%%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 424a521f5af9..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 -COMMENT= Perl5 module to access to Tk via the Tcl extension - -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Tcl.pm:${PORTSDIR}/lang/p5-Tcl -LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 - -PERL_CONFIGURE= yes -WRKSRC= ${WRKDIR}/${PORTNAME} - -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-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 cea0dd9d11da..000000000000 --- a/x11-toolkits/p5-TclTk/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/Tcl/Tk.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tcl/Tk/Tk.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tcl/Tk/Tk.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tcl/Tk/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tcl/Tk -@unexec rmdir %D/%%SITE_PERL%%/%%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 cd2644da79d4..000000000000 --- a/x11-toolkits/paragui-devel/Makefile +++ /dev/null @@ -1,54 +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.4 -PORTREVISION= 0 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= ${PORTNAME}/stable.pkg/${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Cross-platform high-level application framework and GUI library - -LIB_DEPENDS= physfs-0.1.9:${PORTSDIR}/devel/physfs \ - SDL_image.10:${PORTSDIR}/graphics/sdl_image \ - SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf \ - expat.4:${PORTSDIR}/textproc/expat2 - -USE_X_PREFIX= yes -USE_REINPLACE= yes -USE_LIBTOOL= yes -USE_SDL= yes -LIBTOOLFLAGS= --disable-ltlibs --release-ignore -CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${PREFIX}/lib -L${LOCALBASE}/lib ${PTHREAD_LIBS}" -INSTALLS_SHLIB= yes - -SHLIB_VER= 4 -PLIST_SUB= SHLIB_VER="${SHLIB_VER}" - -.include <bsd.port.pre.mk> - -.if (${ARCH} != "amd64") && (${ARCH} != "i386") -BROKEN= "does not build on ${ARCH}" -.endif - -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 ; \ - s|-L[./]*../src|&/.libs |g' - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/paragui-devel/distinfo b/x11-toolkits/paragui-devel/distinfo deleted file mode 100644 index 14d01487c4e6..000000000000 --- a/x11-toolkits/paragui-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (paragui-1.0.4.tar.gz) = fc0cfcb31e28c2f7ff7e9900d3c5f651 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-descr b/x11-toolkits/paragui-devel/pkg-descr deleted file mode 100644 index 03652aaac43e..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.paragui.org/ 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/php-gtk2/Makefile b/x11-toolkits/php-gtk2/Makefile deleted file mode 100644 index c1ae3dff9386..000000000000 --- a/x11-toolkits/php-gtk2/Makefile +++ /dev/null @@ -1,123 +0,0 @@ -# ports collection makefile for: php-gtk -# Date created: 03 October 2002 -# Whom: Alex Kiesel <kiesel@schlund.de> -# -# $FreeBSD$ -# - -PORTNAME= php-gtk -PORTVERSION= 1.0.0 -PORTREVISION= 0 -CATEGORIES= x11-toolkits -MASTER_SITES= http://gtk.php.net/distributions/ \ - http://document-root.de/mirror/php-gtk/ - -MAINTAINER= kiesel@schlund.de -COMMENT= An extension to use gtk in PHP-applications - -# Don't call autoconf directly, ./buildconf does this -GNU_CONFIGURE= yes -USE_LIBTOOL= yes -WANT_AUTOMAKE_VER= 15 -WANT_AUTOCONF_VER= 253 -LIBTOOLFILES= # none -USE_PHPIZE= yes -USE_AUTOCONF= no -USE_GMAKE= yes -USE_PERL5_BUILD=yes -USE_GNOME= gtk12 -INSTALLS_SHLIB= yes - -.include <bsd.port.pre.mk> -.include "${.CURDIR}/../../lang/php4/bsd.php.mk" - -BUILD_DEPENDS+= ${PREFIX}/bin/php:${PORTSDIR}/lang/php4 - -# Fix environment for self contained extensions -ENVSCE= -DHAVE_PHP_GTK=1 -DCOMPILE_DL_PHP_GTK=1 \ - -DHAVE_PIEMENU=1 \ - -DHAVE_SCROLLPANE=1 \ - -DHAVE_SPANED=1 \ - -DHAVE_SQPANE=1 \ - -DHAVE_COMBOBUTTON=1 - -.if !defined(WITHOUT_LIBGLADE) -USE_GNOME+= libglade -ENVSCE+= -DHAVE_LIBGLADE -.else -CONFIGURE_ARGS+= --disable-libglade -.endif - -.if !defined(WITHOUT_SCINTILLA) -BUILD_DEPENDS+= ${X11BASE}/include/scintilla/gtkscintilla.h:${PORTSDIR}/x11-toolkits/gtkscintilla -LIB_DEPENDS+= gtkscintilla.0:${PORTSDIR}/x11-toolkits/gtkscintilla -ENVSCE+= -DHAVE_SCINTILLA=1 # -DPHP_GTK_COMPILE_DL_SCINTILLA=1 -CONFIGURE_ARGS+= --enable-scintilla -.endif - -.if !defined(WITHOUT_GDK_PIXBUF) -USE_GNOME+= gdkpixbuf -CONFIGURE_ARGS+= --enable-gdkpixbuf -ENVSCE+= -DHAVE_GDKPIXBUF=1 -DPHP_GTK_COMPILE_DL_GDKPIXBUF=1 -PLIST_SUB+= GDKPIXBUF="" -.else -PLIST_SUB+= GDKPIXBUF="@comment " -.endif - -.if !defined(WITHOUT_GTKHTML) -USE_GNOME+= gtkhtml -CONFIGURE_ARGS+= --enable-gtkhtml -ENVSCE+= -DHAVE_HTML=1 -I${X11BASE}/include/gal-1.0 # -DPHP_GTK_COMPILE_DL_GTKHTML=1 -DGTKHTML_HAVE_GCONF=1 -I${X11BASE}/include/gal-1.0 -PLIST_SUB+= GTKHTML="" -.else -PLIST_SUB+= GTKHTML="@comment " -.endif - -PLIST_SUB+= PHPEXTDIR="${PHP_EXT_DIR}" - -CONFIGURE_ENV= CPPFLAGS="${ENVSCE}" - -USE_REINPLACE= yes -REINPLACE_ARGS= -i "" - -PIC2FIX= acinclude.m4 aclocal.m4 configure - -EXAMPLES= combobutton.php fileselection.php gtk.php hello.php list.php \ - piemenu.php scribble.php scrollpane.php spaned.php sqpane.php \ - testgtkrc testgtkrc2 window.xpm - -pre-everything:: - @${ECHO_MSG} '*********************************************************' - @${ECHO_MSG} '* By default php-gtk is built with several Gnome deps. *' - @${ECHO_MSG} '* If you do not need them, you may define: *' - @${ECHO_MSG} '* *' - @${ECHO_MSG} '* - WITHOUT_LIBGLADE *' - @${ECHO_MSG} '* - WITHOUT_GDK_PIXBUF *' - @${ECHO_MSG} '* - WITHOUT_GTKHTML *' - @${ECHO_MSG} '* - WITHOUT_SCINTILLA *' - @${ECHO_MSG} '* *' - @${ECHO_MSG} '*********************************************************' - -pre-configure: - @php ${SCRIPTDIR}/memlim.php - @${ECHO_MSG} "===> Building configuration files for ${PKGNAME}" - @(cd ${WRKSRC} && ${SETENV} ${SCRIPTS_ENV} ./buildconf) -.for FILE in ${PIC2FIX} - @${REINPLACE_CMD} -e "s|-prefer-pic|${CFLAGS}|g" ${WRKSRC}/${FILE} -.endfor - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${EXAMPLESDIR} -.for FILE in ${EXAMPLES} - @${INSTALL_DATA} ${WRKSRC}/test/${FILE} ${EXAMPLESDIR} -.endfor - @${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}." -.endif - @${MKDIR} ${PREFIX}/etc/php.gtk - @${INSTALL_DATA} ${FILESDIR}/php.ini-dist ${PREFIX}/etc/php.gtk - @${ECHO} "" - @${CAT} ${MASTERDIR}/pkg-message - @${ECHO} "" - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/php-gtk2/distinfo b/x11-toolkits/php-gtk2/distinfo deleted file mode 100644 index 12baef3e0479..000000000000 --- a/x11-toolkits/php-gtk2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (php-gtk-1.0.0.tar.gz) = 38d9d124f0478e2bf4fd059ea58df0f3 diff --git a/x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_config.m4 b/x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_config.m4 deleted file mode 100644 index d9e8d9c89f91..000000000000 --- a/x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_config.m4 +++ /dev/null @@ -1,11 +0,0 @@ ---- ext/gtkhtml/config.m4.orig Thu Apr 11 04:19:46 2002 -+++ ext/gtkhtml/config.m4 Sat Dec 7 21:16:19 2002 -@@ -21,7 +21,7 @@ - AC_MSG_ERROR(unable to locate gnome-config) - else - HTML_CFLAGS=`$GNOME_CONFIG --cflags $module_args` -- if test "x$?" == "x1"; then -+ if test "x$?" = "x1"; then - AC_MSG_ERROR(gnome-config doesn't seem to have support for gtkhtml) - fi - HTML_LIBS=`$GNOME_CONFIG --libs $module_args` diff --git a/x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_gtkhtml.defs b/x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_gtkhtml.defs deleted file mode 100644 index e77d5b4d6b46..000000000000 --- a/x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_gtkhtml.defs +++ /dev/null @@ -1,19 +0,0 @@ ---- ext/gtkhtml/gtkhtml.defs.orig Mon Mar 4 09:36:38 2002 -+++ ext/gtkhtml/gtkhtml.defs Sat Dec 7 22:25:24 2002 -@@ -348,6 +348,7 @@ - (parameter (type-and-name GdkAtom selection)) - (parameter (type-and-name gint type)) - (parameter (type-and-name gint32 time)) -+ (parameter (type-and-name gboolean as_cite)) - ) - - ;; Loading -@@ -571,7 +572,7 @@ - (return-type none) - ) - (method paste -- (of-object HTML (Gtk)) -+ (of-object HTML (Gtk, 0)) - (c-name gtk_html_paste) - (return-type none) - ) diff --git a/x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_gtkhtml.overrides b/x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_gtkhtml.overrides deleted file mode 100644 index f5ecfea3eef3..000000000000 --- a/x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_gtkhtml.overrides +++ /dev/null @@ -1,12 +0,0 @@ ---- ext/gtkhtml/gtkhtml.overrides.orig Thu Sep 19 15:57:28 2002 -+++ ext/gtkhtml/gtkhtml.overrides Sun Dec 8 18:10:47 2002 -@@ -1068,7 +1068,8 @@ - widget = php_gtk_shift_to_iframe_parent (widget, &x, &y); - - engine = GTK_HTML (widget)->engine; -- if (GTK_HTML (widget)->button1_pressed && html_engine_get_editable (engine)) -+/* FIXME: button1_pressed has been removed? */ -+ if (html_engine_get_editable (engine)) - html_engine_jump_at (engine, - x + engine->x_offset, - y + engine->y_offset); diff --git a/x11-toolkits/php-gtk2/files/patch-ext_scintilla-config.m4 b/x11-toolkits/php-gtk2/files/patch-ext_scintilla-config.m4 deleted file mode 100644 index 48fcbb8e4951..000000000000 --- a/x11-toolkits/php-gtk2/files/patch-ext_scintilla-config.m4 +++ /dev/null @@ -1,16 +0,0 @@ ---- ext/scintilla/config.m4.orig Thu Jul 10 23:05:44 2003 -+++ ext/scintilla/config.m4 Thu Jul 10 23:05:52 2003 -@@ -6,10 +6,10 @@ - --enable-scintilla Enable Scintilla support]) - - if test "$PHP_GTK_SCINTILLA" != "no"; then -- for x in /usr /usr/local; do -- if test -f $x/include/gtkscintilla.h; then -+ for x in /usr/include /usr/local/include /usr/X11R6/include/scintilla; do -+ if test -f $x/gtkscintilla.h; then - SCINTILLA_DIR=$x -- SCINTILLA_INCDIR=$x/include -+ SCINTILLA_INCDIR=$x - fi - done - diff --git a/x11-toolkits/php-gtk2/files/patch-generator_generator.php b/x11-toolkits/php-gtk2/files/patch-generator_generator.php deleted file mode 100644 index 151403caab2b..000000000000 --- a/x11-toolkits/php-gtk2/files/patch-generator_generator.php +++ /dev/null @@ -1,14 +0,0 @@ ---- generator/generator.php.orig Thu Apr 11 04:19:49 2002 -+++ generator/generator.php Thu Jul 10 23:08:48 2003 -@@ -27,6 +27,11 @@ - * - */ - -+$memlim= ini_get ('memory_limit'); -+if (!empty ($memlim) && 32 < (int)$memlim) { -+ ini_set ('memory_limit', '64M'); -+} -+ - set_time_limit(300); - - require "Getopt.php"; diff --git a/x11-toolkits/php-gtk2/files/php.ini-dist b/x11-toolkits/php-gtk2/files/php.ini-dist deleted file mode 100644 index c91f5dd05d70..000000000000 --- a/x11-toolkits/php-gtk2/files/php.ini-dist +++ /dev/null @@ -1,789 +0,0 @@ -[PHP] -; $Id: php.ini-dist,v 1.78.2.2 2001/06/01 03:20:49 sniper Exp $ - -;;;;;;;;;;;;;;;;;;; -; About this file ; -;;;;;;;;;;;;;;;;;;; -; This file controls many aspects of PHP's behavior. In order for PHP to -; read it, it must be named 'php.ini'. PHP looks for it in the current -; working directory, in the path designated by the environment variable -; PHPRC, and in the path that was defined in compile time (in that order). -; Under Windows, the compile-time path is the Windows directory. The -; path in which the php.ini file is looked for can be overriden using -; the -c argument in command line mode. -; -; The syntax of the file is extremely simple. Whitespace and Lines -; beginning with a semicolon are silently ignored (as you probably guessed). -; Section headers (e.g. [Foo]) are also silently ignored, even though -; they might mean something in the future. -; -; Directives are specified using the following syntax: -; directive = value -; Directive names are *case sensitive* - foo=bar is different from FOO=bar. -; -; The value can be a string, a number, a PHP constant (e.g. E_ALL or M_PI), one -; of the INI constants (On, Off, True, False, Yes, No and None) or an expression -; (e.g. E_ALL & ~E_NOTICE), or a quoted string ("foo"). -; -; Expressions in the INI file are limited to bitwise operators and parentheses: -; | bitwise OR -; & bitwise AND -; ~ bitwise NOT -; ! boolean NOT -; -; Boolean flags can be turned on using the values 1, On, True or Yes. -; They can be turned off using the values 0, Off, False or No. -; -; An empty string can be denoted by simply not writing anything after the equal -; sign, or by using the None keyword: -; -; foo = ; sets foo to an empty string -; foo = none ; sets foo to an empty string -; foo = "none" ; sets foo to the string 'none' -; -; If you use constants in your value, and these constants belong to a -; dynamically loaded extension (either a PHP extension or a Zend extension), -; you may only use these constants *after* the line that loads the extension. -; -; All the values in the php.ini-dist file correspond to the builtin -; defaults (that is, if no php.ini is used, or if you delete these lines, -; the builtin defaults will be identical). - - -;;;;;;;;;;;;;;;;;;;; -; Language Options ; -;;;;;;;;;;;;;;;;;;;; - -; Enable the PHP scripting language engine under Apache. -engine = On - -; Allow the <? tag. Otherwise, only <?php and <script> tags are recognized. -short_open_tag = On - -; Allow ASP-style <% %> tags. -asp_tags = Off - -; The number of significant digits displayed in floating point numbers. -precision = 14 - -; Enforce year 2000 compliance (will cause problems with non-compliant browsers) -y2k_compliance = Off - -; Output buffering allows you to send header lines (including cookies) even -; after you send body content, at the price of slowing PHP's output layer a -; bit. You can enable output buffering during runtime by calling the output -; buffering functions. You can also enable output buffering for all files by -; setting this directive to On. -output_buffering = Off - -; You can redirect all of the output of your scripts to a function. For -; example, if you set output_handler to "ob_gzhandler", output will be -; transparently compressed for browsers that support gzip or deflate encoding. -; Setting an output handler automatically turns on output buffering. -output_handler = - -; Transparent output compression using the zlib library -; Valid values for this option are 'off', 'on', or a specific buffer size -; to be used for compression (default is 4KB) -zlib.output_compression = Off - -; Implicit flush tells PHP to tell the output layer to flush itself -; automatically after every output block. This is equivalent to calling the -; PHP function flush() after each and every call to print() or echo() and each -; and every HTML block. Turning this option on has serious performance -; implications and is generally recommended for debugging purposes only. -implicit_flush = Off - -; Whether to enable the ability to force arguments to be passed by reference -; at function call time. This method is deprecated and is likely to be -; unsupported in future versions of PHP/Zend. The encouraged method of -; specifying which arguments should be passed by reference is in the function -; declaration. You're encouraged to try and turn this option Off and make -; sure your scripts work properly with it in order to ensure they will work -; with future versions of the language (you will receive a warning each time -; you use this feature, and the argument will be passed by value instead of by -; reference). -allow_call_time_pass_reference = On - - -; -; Safe Mode -; -safe_mode = Off - -safe_mode_exec_dir = - -; Setting certain environment variables may be a potential security breach. -; This directive contains a comma-delimited list of prefixes. In Safe Mode, -; the user may only alter environment variables whose names begin with the -; prefixes supplied here. By default, users will only be able to set -; environment variables that begin with PHP_ (e.g. PHP_FOO=BAR). -; -; Note: If this directive is empty, PHP will let the user modify ANY -; environment variable! -safe_mode_allowed_env_vars = PHP_ - -; This directive contains a comma-delimited list of environment variables that -; the end user won't be able to change using putenv(). These variables will be -; protected even if safe_mode_allowed_env_vars is set to allow to change them. -safe_mode_protected_env_vars = LD_LIBRARY_PATH - -; This directive allows you to disable certain functions for security reasons. -; It receives a comma-deliminated list of function names. This directive is -; *NOT* affected by whether Safe Mode is turned On or Off. -disable_functions = - -; Colors for Syntax Highlighting mode. Anything that's acceptable in -; <font color="??????"> would work. -highlight.string = #CC0000 -highlight.comment = #FF9900 -highlight.keyword = #006600 -highlight.bg = #FFFFFF -highlight.default = #0000CC -highlight.html = #000000 - - -; -; Misc -; -; Decides whether PHP may expose the fact that it is installed on the server -; (e.g. by adding its signature to the Web server header). It is no security -; threat in any way, but it makes it possible to determine whether you use PHP -; on your server or not. -expose_php = On - - -;;;;;;;;;;;;;;;;;;; -; Resource Limits ; -;;;;;;;;;;;;;;;;;;; - -max_execution_time = 0 ; Maximum execution time of each script, in seconds -memory_limit = 64M ; Maximum amount of memory a script may consume (8MB) - - -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -; Error handling and logging ; -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; - -; error_reporting is a bit-field. Or each number up to get desired error -; reporting level -; E_ALL - All errors and warnings -; E_ERROR - fatal run-time errors -; E_WARNING - run-time warnings (non-fatal errors) -; E_PARSE - compile-time parse errors -; E_NOTICE - run-time notices (these are warnings which often result -; from a bug in your code, but it's possible that it was -; intentional (e.g., using an uninitialized variable and -; relying on the fact it's automatically initialized to an -; empty string) -; E_CORE_ERROR - fatal errors that occur during PHP's initial startup -; E_CORE_WARNING - warnings (non-fatal errors) that occur during PHP's -; initial startup -; E_COMPILE_ERROR - fatal compile-time errors -; E_COMPILE_WARNING - compile-time warnings (non-fatal errors) -; E_USER_ERROR - user-generated error message -; E_USER_WARNING - user-generated warning message -; E_USER_NOTICE - user-generated notice message -; -; Examples: -; -; - Show all errors, except for notices -; -;error_reporting = E_ALL & ~E_NOTICE -; -; - Show only errors -; -;error_reporting = E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR -; -; - Show all errors except for notices -; -error_reporting = E_ALL & ~E_NOTICE - -; Print out errors (as a part of the output). For production web sites, -; you're strongly encouraged to turn this feature off, and use error logging -; instead (see below). Keeping display_errors enabled on a production web site -; may reveal security information to end users, such as file paths on your Web -; server, your database schema or other information. -display_errors = On - -; Even when display_errors is on, errors that occur during PHP's startup -; sequence are not displayed. It's strongly recommended to keep -; display_startup_errors off, except for when debugging. -display_startup_errors = Off - -; Log errors into a log file (server-specific log, stderr, or error_log (below)) -; As stated above, you're strongly advised to use error logging in place of -; error displaying on production web sites. -log_errors = Off - -; Store the last error/warning message in $php_errormsg (boolean). -track_errors = Off - -; String to output before an error message. -;error_prepend_string = "<font color=ff0000>" - -; String to output after an error message. -;error_append_string = "</font>" - -; Log errors to specified file. -;error_log = filename - -; Log errors to syslog (Event Log on NT, not valid in Windows 95). -;error_log = syslog - -; Warn if the + operator is used with strings. -warn_plus_overloading = Off - - -;;;;;;;;;;;;;;;;; -; Data Handling ; -;;;;;;;;;;;;;;;;; -; -; Note - track_vars is ALWAYS enabled as of PHP 4.0.3 - -; The separator used in PHP generated URLs to separate arguments. -; Default is "&". -;arg_separator.output = "&" - -; List of separator(s) used by PHP to parse input URLs into variables. -; Default is "&". -; NOTE: Every character in this directive is considered as separator! -;arg_separator.input = ";&" - -; This directive describes the order in which PHP registers GET, POST, Cookie, -; Environment and Built-in variables (G, P, C, E & S respectively, often -; referred to as EGPCS or GPC). Registration is done from left to right, newer -; values override older values. -variables_order = "EGPCS" - -; Whether or not to register the EGPCS variables as global variables. You may -; want to turn this off if you don't want to clutter your scripts' global scope -; with user data. This makes most sense when coupled with track_vars - in which -; case you can access all of the GPC variables through the $HTTP_*_VARS[], -; variables. -; -; You should do your best to write your scripts so that they do not require -; register_globals to be on; Using form variables as globals can easily lead -; to possible security problems, if the code is not very well thought of. -; register_globals = On - -; This directive tells PHP whether to declare the argv&argc variables (that -; would contain the GET information). If you don't use these variables, you -; should turn it off for increased performance. -register_argc_argv = On - -; Maximum size of POST data that PHP will accept. -post_max_size = 8M - -; This directive is deprecated. Use variables_order instead. -gpc_order = "GPC" - -; Magic quotes -; - -; Magic quotes for incoming GET/POST/Cookie data. -magic_quotes_gpc = On - -; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc. -magic_quotes_runtime = Off - -; Use Sybase-style magic quotes (escape ' with '' instead of \'). -magic_quotes_sybase = Off - -; Automatically add files before or after any PHP document. -auto_prepend_file = -auto_append_file = - -; As of 4.0b4, PHP always outputs a character encoding by default in -; the Content-type: header. To disable sending of the charset, simply -; set it to be empty. -; -; PHP's built-in default is text/html -default_mimetype = "text/html" -;default_charset = "iso-8859-1" - - -;;;;;;;;;;;;;;;;;;;;;;;;; -; Paths and Directories ; -;;;;;;;;;;;;;;;;;;;;;;;;; - -; UNIX: "/path1:/path2" -;include_path = ".:/home/alex/devel/rmnt/skeleton" -; -; Windows: "\path1;\path2" -;include_path = ".;c:\php\includes" - -; The root of the PHP pages, used only if nonempty. -doc_root = - -; The directory under which PHP opens the script using /~usernamem used only -; if nonempty. -user_dir = - -; Directory in which the loadable extensions (modules) reside. -extension_dir = /usr/local/lib/php/20020429 - -; Whether or not to enable the dl() function. The dl() function does NOT work -; properly in multithreaded servers, such as IIS or Zeus, and is automatically -; disabled on them. -enable_dl = On - - -;;;;;;;;;;;;;;;; -; File Uploads ; -;;;;;;;;;;;;;;;; - -; Whether to allow HTTP file uploads. -file_uploads = On - -; Temporary directory for HTTP uploaded files (will use system default if not -; specified). -;upload_tmp_dir = - -; Maximum allowed size for uploaded files. -upload_max_filesize = 2M - - -;;;;;;;;;;;;;;;;;; -; Fopen wrappers ; -;;;;;;;;;;;;;;;;;; - -; Whether to allow the treatment of URLs (like http:// or ftp://) as files. -allow_url_fopen = On - -; Define the anonymous ftp password (your email address) -;from="john@doe.com" - -;;;;;;;;;;;;;;;;;;;;;; -; Dynamic Extensions ; -;;;;;;;;;;;;;;;;;;;;;; -; -; If you wish to have an extension loaded automaticly, use the following -; syntax: -; -; extension=modulename.extension - -extension=php_gtk.so - -; -; For example, on Windows: -; -; extension=msql.dll -; -; ... or under UNIX: -; -; extension=msql.so -; -; Note that it should be the name of the module only; no directory information -; needs to go here. Specify the location of the extension with the -; extension_dir directive above. - - -;Windows Extensions -;Note that MySQL and ODBC support is now built in, so no dll is needed for it. -; -;extension=php_bz2.dll -;extension=php_ctype.dll -;extension=php_cpdf.dll -;extension=php_curl.dll -;extension=php_cybercash.dll -;extension=php_db.dll -;extension=php_dba.dll -;extension=php_dbase.dll -;extension=php_dbx.dll -;extension=php_domxml.dll -;extension=php_dotnet.dll -;extension=php_exif.dll -;extension=php_fdf.dll -;extension=php_filepro.dll -;extension=php_gd.dll -;extension=php_gettext.dll -;extension=php_hyperwave.dll -;extension=php_iconv.dll -;extension=php_ifx.dll -;extension=php_iisfunc.dll -;extension=php_imap.dll -;extension=php_ingres.dll -;extension=php_interbase.dll -;extension=php_java.dll -;extension=php_ldap.dll -;extension=php_mcrypt.dll -;extension=php_mhash.dll -;extension=php_ming.dll -;extension=php_mssql.dll -;extension=php_oci8.dll -;extension=php_openssl.dll -;extension=php_oracle.dll -;extension=php_pdf.dll -;extension=php_pgsql.dll -;extension=php_printer.dll -;extension=php_sablot.dll -;extension=php_snmp.dll -;extension=php_sybase_ct.dll -;extension=php_yaz.dll -;extension=php_zlib.dll - - -;;;;;;;;;;;;;;;;;;; -; Module Settings ; -;;;;;;;;;;;;;;;;;;; - -[Syslog] -; Whether or not to define the various syslog variables (e.g. $LOG_PID, -; $LOG_CRON, etc.). Turning it off is a good idea performance-wise. In -; runtime, you can define these variables by calling define_syslog_variables(). -define_syslog_variables = Off - -[mail function] -; For Win32 only. -SMTP = localhost - -; For Win32 only. -sendmail_from = me@localhost.com - -; For Unix only. You may supply arguments as well (default: 'sendmail -t -i'). -;sendmail_path = - -[Logging] -; These configuration directives are used by the example logging mechanism. -; See examples/README.logging for more explanation. -;logging.method = db -;logging.directory = /path/to/log/directory - -[Java] -;java.class.path = .\php_java.jar -;java.home = c:\jdk -;java.library = c:\jdk\jre\bin\hotspot\jvm.dll -;java.library.path = .\ - -[SQL] -sql.safe_mode = Off - -[ODBC] -;odbc.default_db = Not yet implemented -;odbc.default_user = Not yet implemented -;odbc.default_pw = Not yet implemented - -; Allow or prevent persistent links. -odbc.allow_persistent = On - -; Check that a connection is still valid before reuse. -odbc.check_persistent = On - -; Maximum number of persistent links. -1 means no limit. -odbc.max_persistent = -1 - -; Maximum number of links (persistent + non-persistent). -1 means no limit. -odbc.max_links = -1 - -; Handling of LONG fields. Returns number of bytes to variables. 0 means -; passthru. -odbc.defaultlrl = 4096 - -; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char. -; See the documentation on odbc_binmode and odbc_longreadlen for an explanation -; of uodbc.defaultlrl and uodbc.defaultbinmode -odbc.defaultbinmode = 1 - -[MySQL] -; Allow or prevent persistent links. -mysql.allow_persistent = On - -; Maximum number of persistent links. -1 means no limit. -mysql.max_persistent = -1 - -; Maximum number of links (persistent + non-persistent). -1 means no limit. -mysql.max_links = -1 - -; Default port number for mysql_connect(). If unset, mysql_connect() will use -; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the -; compile-time value defined MYSQL_PORT (in that order). Win32 will only look -' at MYSQL_PORT. -mysql.default_port = - -; Default socket name for local MySQL connects. If empty, uses the built-in -; MySQL defaults. -mysql.default_socket = - -; Default host for mysql_connect() (doesn't apply in safe mode). -mysql.default_host = - -; Default user for mysql_connect() (doesn't apply in safe mode). -mysql.default_user = - -; Default password for mysql_connect() (doesn't apply in safe mode). -; Note that this is generally a *bad* idea to store passwords in this file. -; *Any* user with PHP access can run 'echo cfg_get_var("mysql.default_password") -; and reveal this password! And of course, any users with read access to this -; file will be able to reveal the password as well. -mysql.default_password = - -[mSQL] -; Allow or prevent persistent links. -msql.allow_persistent = On - -; Maximum number of persistent links. -1 means no limit. -msql.max_persistent = -1 - -; Maximum number of links (persistent+non persistent). -1 means no limit. -msql.max_links = -1 - -[PostgresSQL] -; Allow or prevent persistent links. -pgsql.allow_persistent = On - -; Maximum number of persistent links. -1 means no limit. -pgsql.max_persistent = -1 - -; Maximum number of links (persistent+non persistent). -1 means no limit. -pgsql.max_links = -1 - -[Sybase] -; Allow or prevent persistent links. -sybase.allow_persistent = On - -; Maximum number of persistent links. -1 means no limit. -sybase.max_persistent = -1 - -; Maximum number of links (persistent + non-persistent). -1 means no limit. -sybase.max_links = -1 - -;sybase.interface_file = "/usr/sybase/interfaces" - -; Minimum error severity to display. -sybase.min_error_severity = 10 - -; Minimum message severity to display. -sybase.min_message_severity = 11 - -; Compatability mode with old versions of PHP 3.0. -; If on, this will cause PHP to automatically assign types to results according -; to their Sybase type, instead of treating them all as strings. This -; compatability mode will probably not stay around forever, so try applying -; whatever necessary changes to your code, and turn it off. -sybase.compatability_mode = Off - -[Sybase-CT] -; Allow or prevent persistent links. -sybct.allow_persistent = On - -; Maximum number of persistent links. -1 means no limit. -sybct.max_persistent = -1 - -; Maximum number of links (persistent + non-persistent). -1 means no limit. -sybct.max_links = -1 - -; Minimum server message severity to display. -sybct.min_server_severity = 11 - -; Minimum client message severity to display. -sybct.min_client_severity = 10 - -[bcmath] -; Number of decimal digits for all bcmath functions. -bcmath.scale = 0 - -[browscap] -;browscap = extra/browscap.ini - -[Informix] -; Default host for ifx_connect() (doesn't apply in safe mode). -ifx.default_host = - -; Default user for ifx_connect() (doesn't apply in safe mode). -ifx.default_user = - -; Default password for ifx_connect() (doesn't apply in safe mode). -ifx.default_password = - -; Allow or prevent persistent links. -ifx.allow_persistent = On - -; Maximum number of persistent links. -1 means no limit. -ifx.max_persistent = -1 - -; Maximum number of links (persistent + non-persistent). -1 means no limit. -ifx.max_links = -1 - -; If on, select statements return the contents of a text blob instead of its id. -ifx.textasvarchar = 0 - -; If on, select statements return the contents of a byte blob instead of its id. -ifx.byteasvarchar = 0 - -; Trailing blanks are stripped from fixed-length char columns. May help the -; life of Informix SE users. -ifx.charasvarchar = 0 - -; If on, the contents of text and byte blobs are dumped to a file instead of -; keeping them in memory. -ifx.blobinfile = 0 - -; NULL's are returned as empty strings, unless this is set to 1. In that case, -; NULL's are returned as string 'NULL'. -ifx.nullformat = 0 - -[Session] -; Handler used to store/retrieve data. -session.save_handler = files - -; Argument passed to save_handler. In the case of files, this is the path -; where data files are stored. -session.save_path = /tmp - -; Whether to use cookies. -session.use_cookies = 1 - - -; Name of the session (used as cookie name). -session.name = PHPSESSID - -; Initialize session on request startup. -session.auto_start = 0 - -; Lifetime in seconds of cookie or, if 0, until browser is restarted. -session.cookie_lifetime = 0 - -; The path for which the cookie is valid. -session.cookie_path = / - -; The domain for which the cookie is valid. -session.cookie_domain = - -; Handler used to serialize data. php is the standard serializer of PHP. -session.serialize_handler = php - -; Percentual probability that the 'garbage collection' process is started -; on every session initialization. -session.gc_probability = 1 - -; After this number of seconds, stored data will be seen as 'garbage' and -; cleaned up by the garbage collection process. -session.gc_maxlifetime = 1440 - -; Check HTTP Referer to invalidate externally stored URLs containing ids. -session.referer_check = - -; How many bytes to read from the file. -session.entropy_length = 0 - -; Specified here to create the session id. -session.entropy_file = - -;session.entropy_length = 16 - -;session.entropy_file = /dev/urandom - -; Set to {nocache,private,public} to determine HTTP caching aspects. -session.cache_limiter = nocache - -; Document expires after n minutes. -session.cache_expire = 180 - -; use transient sid support if enabled by compiling with --enable-trans-sid. -session.use_trans_sid = 1 - -url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry" - -[MSSQL] -; Allow or prevent persistent links. -mssql.allow_persistent = On - -; Maximum number of persistent links. -1 means no limit. -mssql.max_persistent = -1 - -; Maximum number of links (persistent+non persistent). -1 means no limit. -mssql.max_links = -1 - -; Minimum error severity to display. -mssql.min_error_severity = 10 - -; Minimum message severity to display. -mssql.min_message_severity = 10 - -; Compatability mode with old versions of PHP 3.0. -mssql.compatability_mode = Off - -; Valid range 0 - 2147483647. Default = 4096. -;mssql.textlimit = 4096 - -; Valid range 0 - 2147483647. Default = 4096. -;mssql.textsize = 4096 - -; Limits the number of records in each bach. 0 = all records in one batch. -;mssql.batchsize = 0 - -[Assertion] -; Assert(expr); active by default. -;assert.active = On - -; Issue a PHP warning for each failed assertion. -;assert.warning = On - -; Don't bail out by default. -;assert.bail = Off - -; User-function to be called if an assertion fails. -;assert.callback = 0 - -; Eval the expression with current error_reporting(). Set to true if you want -; error_reporting(0) around the eval(). -;assert.quiet_eval = 0 - -[Ingres II] -; Allow or prevent persistent links. -ingres.allow_persistent = On - -; Maximum number of persistent links. -1 means no limit. -ingres.max_persistent = -1 - -; Maximum number of links, including persistents. -1 means no limit. -ingres.max_links = -1 - -; Default database (format: [node_id::]dbname[/srv_class]). -ingres.default_database = - -; Default user. -ingres.default_user = - -; Default password. -ingres.default_password = - -[Verisign Payflow Pro] -; Default Signio server. -pfpro.defaulthost = "test.signio.com" - -; Default port to connect to. -pfpro.defaultport = 443 - -; Default timeout in seconds. -pfpro.defaulttimeout = 30 - -; Default proxy IP address (if required). -;pfpro.proxyaddress = - -; Default proxy port. -;pfpro.proxyport = - -; Default proxy logon. -;pfpro.proxylogon = - -; Default proxy password. -;pfpro.proxypassword = - -[Sockets] -; Use the system read() function instead of the php_read() wrapper. -sockets.use_system_read = On - -[com] -; path to a file containing GUIDs, IIDs or filenames of files with TypeLibs -;com.typelib_file = -; allow Distributed-COM calls -;com.allow_dcom = true - -[Printer] -;printer.default_printer = "" - -; Local Variables: -; tab-width: 4 -; End: diff --git a/x11-toolkits/php-gtk2/pkg-descr b/x11-toolkits/php-gtk2/pkg-descr deleted file mode 100644 index aea6f2e5d4a7..000000000000 --- a/x11-toolkits/php-gtk2/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -PHP-GTK is a PHP extension that enables you to write client-side, -cross-platform GUI applications. This is the first extension for PHP of -its kind, and was written in part to prove that PHP is a capable -general-purpose language that is suited to more than just the web -application environment. - -WWW: http://gtk.php.net/ - -- Alex Kiesel -kiesel@schlund.de diff --git a/x11-toolkits/php-gtk2/pkg-message b/x11-toolkits/php-gtk2/pkg-message deleted file mode 100644 index d63588fbbc56..000000000000 --- a/x11-toolkits/php-gtk2/pkg-message +++ /dev/null @@ -1,7 +0,0 @@ -The port has now been installed. Be sure to adjust the config-file -in e.g. ${PREFIX}/etc/php.gtk/php.ini. -Eventually, you must set the correct 'extension_dir'-path in php.ini. - -For convenience put something like -"alias gtkphp='php -c ${PREFIX}/etc/php.gtk/'" -in your .profile. diff --git a/x11-toolkits/php-gtk2/pkg-plist b/x11-toolkits/php-gtk2/pkg-plist deleted file mode 100644 index 353fc944b26e..000000000000 --- a/x11-toolkits/php-gtk2/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -etc/php.gtk/php.ini-dist -lib/php/%%PHPEXTDIR%%/php_gtk.so -%%EXAMPLESDIR%%/combobutton.php -%%EXAMPLESDIR%%/fileselection.php -%%EXAMPLESDIR%%/gtk.php -%%EXAMPLESDIR%%/hello.php -%%EXAMPLESDIR%%/list.php -%%EXAMPLESDIR%%/piemenu.php -%%EXAMPLESDIR%%/scribble.php -%%EXAMPLESDIR%%/scrollpane.php -%%EXAMPLESDIR%%/spaned.php -%%EXAMPLESDIR%%/sqpane.php -%%EXAMPLESDIR%%/testgtkrc -%%EXAMPLESDIR%%/testgtkrc2 -%%EXAMPLESDIR%%/window.xpm -@dirrm %%EXAMPLESDIR%% -@dirrm etc/php.gtk diff --git a/x11-toolkits/php-gtk2/scripts/memlim.php b/x11-toolkits/php-gtk2/scripts/memlim.php deleted file mode 100644 index 6b04a123b547..000000000000 --- a/x11-toolkits/php-gtk2/scripts/memlim.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - /** - * This script checks for the memory limit in php. If set too low - * some .c-files cannot be created but contain a PHP error message. - * - */ - - $memlim= (int)ini_get ('memory_limit'); - if (!empty ($memlim) && $memlim < 10) { - echo "---> PHP not properly configured!\n"; - echo " You do not have permitted enough memory for PHP. Please update\n"; - echo " the memory_limit resource limit in your php.ini.\n\n"; - echo " Recommended is 16M (or more) though 10M seem to work, too.\n"; - echo " Current setting: ",$memlim,"\n\n"; - exit (0); - } - - echo "---> PHP: memory_limit is sufficient (",$memlim,")\n"; - exit(0); - -?> diff --git a/x11-toolkits/py-Pmw/Makefile b/x11-toolkits/py-Pmw/Makefile deleted file mode 100644 index 1e781c8fbeae..000000000000 --- a/x11-toolkits/py-Pmw/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: pmw -# Date created: 03 June 1998 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= pmw -PORTVERSION= 1.2 -PORTREVISION= 1 -CATEGORIES= x11-toolkits python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= pmw -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= Pmw.${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= High-level compound graphics widgets for Python - -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter -LIB_DEPENDS= BLT24.3:${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 6567d7ad9a97..000000000000 --- a/x11-toolkits/py-Pmw/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -$FreeBSD$ -MD5 (Pmw.1.2.tar.gz) = 75c49c30595217c8d9376c36aa5426aa 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 52ec365d3486..000000000000 --- a/x11-toolkits/py-Pmw/pkg-plist +++ /dev/null @@ -1,277 +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/MultiLineLabel.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-wxPython24/Makefile b/x11-toolkits/py-wxPython24/Makefile deleted file mode 100644 index eb013b3cbb10..000000000000 --- a/x11-toolkits/py-wxPython24/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -# New ports collection makefile for: wxPython -# Date created: September 18, 1999 -# Whom: nectar@FreeBSD.ORG -# -# $FreeBSD$ -# - -PORTNAME= wxPython -PORTVERSION= 2.4.2.4 -CATEGORIES= x11-toolkits python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= wxpython -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}Src-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.ORG -COMMENT= Python bindings for the wxWindows/GTK GUI toolkit - -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:${PORTSDIR}/graphics/py-opengl - -WRKSRC= ${WRKDIR}/${DISTNAME}/wxPython - -USE_GMAKE= yes -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_BUILDARGS= 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.pre.mk> - -.if !defined(WITH_GTK1) -LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2 -WX_CONFIG= ${X11BASE}/bin/wxgtk2-2.4-config - -CONFIGURE_ARGS+= --enable-gtk2 -PYDISTUTILS_BUILDARGS+= WXPORT=gtk2 -PYDISTUTILS_INSTALLARGS:= ${PYDISTUTILS_INSTALLARGS} ${PYDISTUTILS_BUILDARGS} -.else -LIB_DEPENDS= wx_gtk-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk -WX_CONFIG= ${X11BASE}/bin/wxgtk-2.4-config -.endif - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/py-wxPython24/distinfo b/x11-toolkits/py-wxPython24/distinfo deleted file mode 100644 index cb8f7410866b..000000000000 --- a/x11-toolkits/py-wxPython24/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (wxPythonSrc-2.4.2.4.tar.gz) = ea4eb68e10a0c2a9be643b35dcb78e41 diff --git a/x11-toolkits/py-wxPython24/files/patch-ac b/x11-toolkits/py-wxPython24/files/patch-ac deleted file mode 100644 index 49eeaaf5cd91..000000000000 --- a/x11-toolkits/py-wxPython24/files/patch-ac +++ /dev/null @@ -1,111 +0,0 @@ - -$FreeBSD$ - ---- setup.py.orig Fri Mar 21 01:49:39 2003 -+++ setup.py Fri Apr 18 18:02:09 2003 -@@ -152,6 +152,16 @@ - - - #---------------------------------------------------------------------- -+# Check for some environment variables -+#---------------------------------------------------------------------- -+ -+try: gtk_config = os.environ['GTK_CONFIG'] -+except KeyError: gtk_config = 'gtk-config' -+ -+try: sys_libs = os.environ['LIBS'].split() -+except KeyError: sys_libs = [] -+ -+#---------------------------------------------------------------------- - # Check for build flags on the command line - #---------------------------------------------------------------------- - -@@ -434,7 +444,7 @@ - - if WXPORT == 'gtk': - WXPLAT = '__WXGTK__' -- portcfg = os.popen('gtk-config --cflags', 'r').read()[:-1] -+ portcfg = os.popen(gtk_config + ' --cflags', 'r').read()[:-1] - elif WXPORT == 'gtk2': - WXPLAT = '__WXGTK__' - GENDIR = 'gtk' # no code differences so use the same generated sources -@@ -457,6 +467,7 @@ - - libdirs = [] - libs = [] -+ libs.extend(sys_libs) - - Verify_WX_CONFIG() - -@@ -691,8 +702,8 @@ - if BUILD_OGL: - msg('Preparing OGL...') - location = 'contrib/ogl' -- OGLLOC = opj(location, 'contrib/src/ogl') -- OGLINC = opj(location, 'contrib/include') -+ OGLLOC = opj(location, '../../../contrib/src/ogl') -+ OGLINC = opj(location, '../../../contrib/include') - - swig_files = ['ogl.i', 'oglbasic.i', 'oglshapes.i', 'oglshapes2.i', - 'oglcanvas.i'] -@@ -740,9 +751,9 @@ - if BUILD_STC: - msg('Preparing STC...') - location = 'contrib/stc' -- STCLOC = opj(location, 'contrib/src/stc') -- STCINC = opj(location, 'contrib/include') -- STC_H = opj(location, 'contrib/include/wx/stc') -+ STCLOC = opj(location, '../../../contrib/src/stc') -+ STCINC = opj(location, '../../../contrib/include') -+ STC_H = opj(location, '../../../contrib/include/wx/stc') - - if IN_CVS_TREE: - # Check if gen_iface needs to be run for the wxSTC sources -@@ -885,8 +896,8 @@ - if BUILD_XRC: - msg('Preparing XRC...') - location = 'contrib/xrc' -- XMLLOC = opj(location, 'contrib/src/xrc') -- XMLINC = opj(location, 'contrib/include') -+ XMLLOC = opj(location, '../../../contrib/src/xrc') -+ XMLINC = opj(location, '../../../contrib/include') - - swig_files = ['xrc.i'] - -@@ -974,8 +985,8 @@ - if BUILD_GIZMOS: - msg('Preparing GIZMOS...') - location = 'contrib/gizmos' -- GIZMOLOC = opj(location, 'contrib/src/gizmos') -- GIZMOINC = opj(location, 'contrib/include') -+ GIZMOLOC = opj(location, '../../../contrib/src/gizmos') -+ GIZMOINC = opj(location, '../../../contrib/include') - - swig_files = ['gizmos.i'] - -@@ -1052,8 +1063,8 @@ - if BUILD_CANVAS: - msg('Preparing CANVAS...') - location = 'contrib/canvas' -- CANVASLOC = opj(location, 'contrib/src/canvas') -- CANVASINC = opj(location, 'contrib/include') -+ CANVASLOC = opj(location, '../../../contrib/src/canvas') -+ CANVASINC = opj(location, '../../../contrib/include') - - swig_files = ['canvas.i'] - -@@ -1091,10 +1102,10 @@ - if BUILD_ART2D: - msg('Preparing ART2D...') - location = 'contrib/art2d' -- ART2DLOC = opj(location, 'modules/canvas/src') -- ART2DINC = opj(location, 'modules/canvas/include') -- EXPATLOC = opj(location, 'modules/expat') -- EXPATINC = opj(location, 'modules/expat/include') -+ ART2DLOC = opj(location, '../../../modules/canvas/src') -+ ART2DINC = opj(location, '../../../modules/canvas/include') -+ EXPATLOC = opj(location, '../../../modules/expat') -+ EXPATINC = opj(location, '../../../modules/expat/include') - - swig_files = ['art2d.i', - 'art2d_misc.i', 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 dfaf70590bf6..000000000000 --- a/x11-toolkits/py-wxPython24/pkg-plist +++ /dev/null @@ -1,1414 +0,0 @@ -bin/helpviewer -bin/img2png -bin/img2py -bin/img2xpm -bin/pyalacarte -bin/pyalamode -bin/pycrust -bin/pyshell -bin/pywrap -bin/xrced -%%PYTHON_SITELIBDIR%%/wx/__init__.py -%%PYTHON_SITELIBDIR%%/wx/__init__.pyc -%%PYTHON_SITELIBDIR%%/wx/__init__.pyo -%%PYTHON_SITELIBDIR%%/wx/calendar.py -%%PYTHON_SITELIBDIR%%/wx/calendar.pyc -%%PYTHON_SITELIBDIR%%/wx/calendar.pyo -%%PYTHON_SITELIBDIR%%/wx/dllwidget.py -%%PYTHON_SITELIBDIR%%/wx/dllwidget.pyc -%%PYTHON_SITELIBDIR%%/wx/dllwidget.pyo -%%PYTHON_SITELIBDIR%%/wx/gizmos.py -%%PYTHON_SITELIBDIR%%/wx/gizmos.pyc -%%PYTHON_SITELIBDIR%%/wx/gizmos.pyo -%%PYTHON_SITELIBDIR%%/wx/glcanvas.py -%%PYTHON_SITELIBDIR%%/wx/glcanvas.pyc -%%PYTHON_SITELIBDIR%%/wx/glcanvas.pyo -%%PYTHON_SITELIBDIR%%/wx/grid.py -%%PYTHON_SITELIBDIR%%/wx/grid.pyc -%%PYTHON_SITELIBDIR%%/wx/grid.pyo -%%PYTHON_SITELIBDIR%%/wx/help.py -%%PYTHON_SITELIBDIR%%/wx/help.pyc -%%PYTHON_SITELIBDIR%%/wx/help.pyo -%%PYTHON_SITELIBDIR%%/wx/html.py -%%PYTHON_SITELIBDIR%%/wx/html.pyc -%%PYTHON_SITELIBDIR%%/wx/html.pyo -%%PYTHON_SITELIBDIR%%/wx/iewin.py -%%PYTHON_SITELIBDIR%%/wx/iewin.pyc -%%PYTHON_SITELIBDIR%%/wx/iewin.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/CDate.py -%%PYTHON_SITELIBDIR%%/wx/lib/CDate.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/CDate.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/ClickableHtmlWindow.py -%%PYTHON_SITELIBDIR%%/wx/lib/ClickableHtmlWindow.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/ClickableHtmlWindow.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/ErrorDialogs.py -%%PYTHON_SITELIBDIR%%/wx/lib/ErrorDialogs.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/ErrorDialogs.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/ErrorDialogs_wdr.py -%%PYTHON_SITELIBDIR%%/wx/lib/ErrorDialogs_wdr.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/ErrorDialogs_wdr.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/PythonBitmaps.py -%%PYTHON_SITELIBDIR%%/wx/lib/PythonBitmaps.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/PythonBitmaps.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/__init__.py -%%PYTHON_SITELIBDIR%%/wx/lib/__init__.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/__init__.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/activexwrapper.py -%%PYTHON_SITELIBDIR%%/wx/lib/activexwrapper.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/activexwrapper.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/analogclock.py -%%PYTHON_SITELIBDIR%%/wx/lib/analogclock.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/analogclock.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/anchors.py -%%PYTHON_SITELIBDIR%%/wx/lib/anchors.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/anchors.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/buttons.py -%%PYTHON_SITELIBDIR%%/wx/lib/buttons.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/buttons.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/calendar.py -%%PYTHON_SITELIBDIR%%/wx/lib/calendar.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/calendar.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/__init__.py -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/__init__.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/__init__.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/canvas.py -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/canvas.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/canvas.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/intl.py -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/intl.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/intl.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/pycolourbox.py -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/pycolourbox.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/pycolourbox.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/pycolourchooser.py -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/pycolourchooser.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/pycolourchooser.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/pycolourslider.py -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/pycolourslider.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/pycolourslider.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/pypalette.py -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/pypalette.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/pypalette.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/colourdb.py -%%PYTHON_SITELIBDIR%%/wx/lib/colourdb.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/colourdb.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/colourselect.py -%%PYTHON_SITELIBDIR%%/wx/lib/colourselect.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/colourselect.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/dialogs.py -%%PYTHON_SITELIBDIR%%/wx/lib/dialogs.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/dialogs.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/editor/__init__.py -%%PYTHON_SITELIBDIR%%/wx/lib/editor/__init__.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/editor/__init__.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/editor/editor.py -%%PYTHON_SITELIBDIR%%/wx/lib/editor/editor.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/editor/editor.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/editor/images.py -%%PYTHON_SITELIBDIR%%/wx/lib/editor/images.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/editor/images.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/editor/selection.py -%%PYTHON_SITELIBDIR%%/wx/lib/editor/selection.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/editor/selection.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/evtmgr.py -%%PYTHON_SITELIBDIR%%/wx/lib/evtmgr.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/evtmgr.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/fancytext.py -%%PYTHON_SITELIBDIR%%/wx/lib/fancytext.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/fancytext.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/filebrowsebutton.py -%%PYTHON_SITELIBDIR%%/wx/lib/filebrowsebutton.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/filebrowsebutton.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/floatbar.py -%%PYTHON_SITELIBDIR%%/wx/lib/floatbar.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/floatbar.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/floatcanvas.py -%%PYTHON_SITELIBDIR%%/wx/lib/floatcanvas.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/floatcanvas.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/gridmovers.py -%%PYTHON_SITELIBDIR%%/wx/lib/gridmovers.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/gridmovers.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/grids.py -%%PYTHON_SITELIBDIR%%/wx/lib/grids.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/grids.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/imagebrowser.py -%%PYTHON_SITELIBDIR%%/wx/lib/imagebrowser.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/imagebrowser.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/imageutils.py -%%PYTHON_SITELIBDIR%%/wx/lib/imageutils.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/imageutils.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/infoframe.py -%%PYTHON_SITELIBDIR%%/wx/lib/infoframe.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/infoframe.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/intctrl.py -%%PYTHON_SITELIBDIR%%/wx/lib/intctrl.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/intctrl.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/layoutf.py -%%PYTHON_SITELIBDIR%%/wx/lib/layoutf.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/layoutf.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/maskedctrl.py -%%PYTHON_SITELIBDIR%%/wx/lib/maskedctrl.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/maskedctrl.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/maskededit.py -%%PYTHON_SITELIBDIR%%/wx/lib/maskededit.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/maskededit.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/maskednumctrl.py -%%PYTHON_SITELIBDIR%%/wx/lib/maskednumctrl.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/maskednumctrl.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/__init__.py -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/__init__.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/__init__.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/grid.py -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/grid.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/grid.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/imagelist.py -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/imagelist.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/imagelist.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/listctrl.py -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/listctrl.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/listctrl.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/rubberband.py -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/rubberband.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/rubberband.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/multisash.py -%%PYTHON_SITELIBDIR%%/wx/lib/multisash.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/multisash.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/mvctree.py -%%PYTHON_SITELIBDIR%%/wx/lib/mvctree.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/mvctree.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/newevent.py -%%PYTHON_SITELIBDIR%%/wx/lib/newevent.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/newevent.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/popupctl.py -%%PYTHON_SITELIBDIR%%/wx/lib/popupctl.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/popupctl.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/printout.py -%%PYTHON_SITELIBDIR%%/wx/lib/printout.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/printout.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/pubsub.py -%%PYTHON_SITELIBDIR%%/wx/lib/pubsub.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/pubsub.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/pyshell.py -%%PYTHON_SITELIBDIR%%/wx/lib/pyshell.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/pyshell.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/rcsizer.py -%%PYTHON_SITELIBDIR%%/wx/lib/rcsizer.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/rcsizer.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/rightalign.py -%%PYTHON_SITELIBDIR%%/wx/lib/rightalign.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/rightalign.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/rpcMixin.py -%%PYTHON_SITELIBDIR%%/wx/lib/rpcMixin.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/rpcMixin.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/scrolledpanel.py -%%PYTHON_SITELIBDIR%%/wx/lib/scrolledpanel.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/scrolledpanel.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/sheet.py -%%PYTHON_SITELIBDIR%%/wx/lib/sheet.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/sheet.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/shell.py -%%PYTHON_SITELIBDIR%%/wx/lib/shell.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/shell.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/splashscreen.py -%%PYTHON_SITELIBDIR%%/wx/lib/splashscreen.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/splashscreen.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/stattext.py -%%PYTHON_SITELIBDIR%%/wx/lib/stattext.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/stattext.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/throbber.py -%%PYTHON_SITELIBDIR%%/wx/lib/throbber.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/throbber.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/timectrl.py -%%PYTHON_SITELIBDIR%%/wx/lib/timectrl.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/timectrl.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/vtk.py -%%PYTHON_SITELIBDIR%%/wx/lib/vtk.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/vtk.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/wxPlotCanvas.py -%%PYTHON_SITELIBDIR%%/wx/lib/wxPlotCanvas.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/wxPlotCanvas.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/wxpTag.py -%%PYTHON_SITELIBDIR%%/wx/lib/wxpTag.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/wxpTag.pyo -%%PYTHON_SITELIBDIR%%/wx/ogl.py -%%PYTHON_SITELIBDIR%%/wx/ogl.pyc -%%PYTHON_SITELIBDIR%%/wx/ogl.pyo -%%PYTHON_SITELIBDIR%%/wx/py/PyAlaCarte.py -%%PYTHON_SITELIBDIR%%/wx/py/PyAlaCarte.pyc -%%PYTHON_SITELIBDIR%%/wx/py/PyAlaCarte.pyo -%%PYTHON_SITELIBDIR%%/wx/py/PyAlaMode.py -%%PYTHON_SITELIBDIR%%/wx/py/PyAlaMode.pyc -%%PYTHON_SITELIBDIR%%/wx/py/PyAlaMode.pyo -%%PYTHON_SITELIBDIR%%/wx/py/PyCrust.py -%%PYTHON_SITELIBDIR%%/wx/py/PyCrust.pyc -%%PYTHON_SITELIBDIR%%/wx/py/PyCrust.pyo -%%PYTHON_SITELIBDIR%%/wx/py/PyFilling.py -%%PYTHON_SITELIBDIR%%/wx/py/PyFilling.pyc -%%PYTHON_SITELIBDIR%%/wx/py/PyFilling.pyo -%%PYTHON_SITELIBDIR%%/wx/py/PyShell.py -%%PYTHON_SITELIBDIR%%/wx/py/PyShell.pyc -%%PYTHON_SITELIBDIR%%/wx/py/PyShell.pyo -%%PYTHON_SITELIBDIR%%/wx/py/PyWrap.py -%%PYTHON_SITELIBDIR%%/wx/py/PyWrap.pyc -%%PYTHON_SITELIBDIR%%/wx/py/PyWrap.pyo -%%PYTHON_SITELIBDIR%%/wx/py/__init__.py -%%PYTHON_SITELIBDIR%%/wx/py/__init__.pyc -%%PYTHON_SITELIBDIR%%/wx/py/__init__.pyo -%%PYTHON_SITELIBDIR%%/wx/py/buffer.py -%%PYTHON_SITELIBDIR%%/wx/py/buffer.pyc -%%PYTHON_SITELIBDIR%%/wx/py/buffer.pyo -%%PYTHON_SITELIBDIR%%/wx/py/crust.py -%%PYTHON_SITELIBDIR%%/wx/py/crust.pyc -%%PYTHON_SITELIBDIR%%/wx/py/crust.pyo -%%PYTHON_SITELIBDIR%%/wx/py/dispatcher.py -%%PYTHON_SITELIBDIR%%/wx/py/dispatcher.pyc -%%PYTHON_SITELIBDIR%%/wx/py/dispatcher.pyo -%%PYTHON_SITELIBDIR%%/wx/py/document.py -%%PYTHON_SITELIBDIR%%/wx/py/document.pyc -%%PYTHON_SITELIBDIR%%/wx/py/document.pyo -%%PYTHON_SITELIBDIR%%/wx/py/editor.py -%%PYTHON_SITELIBDIR%%/wx/py/editor.pyc -%%PYTHON_SITELIBDIR%%/wx/py/editor.pyo -%%PYTHON_SITELIBDIR%%/wx/py/editwindow.py -%%PYTHON_SITELIBDIR%%/wx/py/editwindow.pyc -%%PYTHON_SITELIBDIR%%/wx/py/editwindow.pyo -%%PYTHON_SITELIBDIR%%/wx/py/filling.py -%%PYTHON_SITELIBDIR%%/wx/py/filling.pyc -%%PYTHON_SITELIBDIR%%/wx/py/filling.pyo -%%PYTHON_SITELIBDIR%%/wx/py/frame.py -%%PYTHON_SITELIBDIR%%/wx/py/frame.pyc -%%PYTHON_SITELIBDIR%%/wx/py/frame.pyo -%%PYTHON_SITELIBDIR%%/wx/py/images.py -%%PYTHON_SITELIBDIR%%/wx/py/images.pyc -%%PYTHON_SITELIBDIR%%/wx/py/images.pyo -%%PYTHON_SITELIBDIR%%/wx/py/interpreter.py -%%PYTHON_SITELIBDIR%%/wx/py/interpreter.pyc -%%PYTHON_SITELIBDIR%%/wx/py/interpreter.pyo -%%PYTHON_SITELIBDIR%%/wx/py/introspect.py -%%PYTHON_SITELIBDIR%%/wx/py/introspect.pyc -%%PYTHON_SITELIBDIR%%/wx/py/introspect.pyo -%%PYTHON_SITELIBDIR%%/wx/py/pseudo.py -%%PYTHON_SITELIBDIR%%/wx/py/pseudo.pyc -%%PYTHON_SITELIBDIR%%/wx/py/pseudo.pyo -%%PYTHON_SITELIBDIR%%/wx/py/shell.py -%%PYTHON_SITELIBDIR%%/wx/py/shell.pyc -%%PYTHON_SITELIBDIR%%/wx/py/shell.pyo -%%PYTHON_SITELIBDIR%%/wx/py/version.py -%%PYTHON_SITELIBDIR%%/wx/py/version.pyc -%%PYTHON_SITELIBDIR%%/wx/py/version.pyo -%%PYTHON_SITELIBDIR%%/wx/stc.py -%%PYTHON_SITELIBDIR%%/wx/stc.pyc -%%PYTHON_SITELIBDIR%%/wx/stc.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/__init__.py -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/__init__.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/__init__.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/encode_bitmaps.py -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/encode_bitmaps.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/encode_bitmaps.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/globals.py -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/globals.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/globals.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/images.py -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/images.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/images.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/panel.py -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/panel.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/panel.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/params.py -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/params.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/params.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/tools.py -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/tools.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/tools.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/tree.py -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/tree.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/tree.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/undo.py -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/undo.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/undo.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/xrced.py -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/xrced.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/xrced.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/xxx.py -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/xxx.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/xxx.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/__init__.py -%%PYTHON_SITELIBDIR%%/wx/tools/__init__.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/__init__.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/dbg.py -%%PYTHON_SITELIBDIR%%/wx/tools/dbg.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/dbg.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/helpviewer.py -%%PYTHON_SITELIBDIR%%/wx/tools/helpviewer.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/helpviewer.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/img2img.py -%%PYTHON_SITELIBDIR%%/wx/tools/img2img.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/img2img.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/img2png.py -%%PYTHON_SITELIBDIR%%/wx/tools/img2png.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/img2png.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/img2py.py -%%PYTHON_SITELIBDIR%%/wx/tools/img2py.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/img2py.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/img2xpm.py -%%PYTHON_SITELIBDIR%%/wx/tools/img2xpm.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/img2xpm.pyo -%%PYTHON_SITELIBDIR%%/wx/wizard.py -%%PYTHON_SITELIBDIR%%/wx/wizard.pyc -%%PYTHON_SITELIBDIR%%/wx/wizard.pyo -%%PYTHON_SITELIBDIR%%/wx/xrc.py -%%PYTHON_SITELIBDIR%%/wx/xrc.pyc -%%PYTHON_SITELIBDIR%%/wx/xrc.pyo -%%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/AnalogClockWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/AnalogClockWindow.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/EventManager.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/EventManager.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/FloatCanvas.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/FloatCanvas.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/GridDragAndDrop.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridDragAndDrop.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridDragable.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridDragable.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/MaskedEditControls.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/MaskedEditControls.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/NewNamespace.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/NewNamespace.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/OOR.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/OOR.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/PopupMenu.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/PopupMenu.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/PyShell.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/PyShell.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/PythonEvents.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/PythonEvents.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/RowColSizer.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/RowColSizer.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ShapedWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ShapedWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Sizers.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Sizers.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/Throbber.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Throbber.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/URLDragAndDrop.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/URLDragAndDrop.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Unicode.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Unicode.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/smiles.ico -%%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps/splash.gif -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/001.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/002.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/003.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/004.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/005.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/006.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/007.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/008.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/009.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/010.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/011.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/012.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/013.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/014.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/015.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/016.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/017.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/018.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/019.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/01c.gif -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/020.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/021.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/022.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/023.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/024.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/025.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/026.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/027.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/028.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/029.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/030.png -%%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/Tux.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/backgrnd.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/copy.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/eclouds.png -%%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/logo.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/mondrian.ico -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/new.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/noicon.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/open.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/paste.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/rest.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/robin.jpg -%%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/bmp_source/wiztest1.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/wiztest2.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/pic2.gif -%%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/showTips -%%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/data/world.dat -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/wxPackage.html -%%PYTHON_SITELIBDIR%%/wxPython/demo/demo.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/demo.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/demoMainLoop.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/demoMainLoop.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/encode_bitmaps.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/encode_bitmaps.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/template.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/template.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/throbImages.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/throbImages.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/wxArtProvider.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxArtProvider.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/wxFileDialog_Save.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxFileDialog_Save.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxFileHistory.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxFileHistory.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/wxGenericDirCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxGenericDirCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxGrid.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxGrid.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxGrid_MegaExample.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxGrid_MegaExample.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxHtmlWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxHtmlWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxIEHtmlWin.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxIEHtmlWin.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxImage.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxImage.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxImageFromStream.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxImageFromStream.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxIntCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxIntCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxJoystick.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxJoystick.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxKeyEvents.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxKeyEvents.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/wxListCtrl_virtual.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxListCtrl_virtual.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMDIWindows.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMDIWindows.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/wxMaskedNumCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMaskedNumCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMenu.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMenu.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/wxMultiSash.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMultiSash.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/wxPopupControl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxPopupControl.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/wxPyColourChooser.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxPyColourChooser.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxRadioBox.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxRadioBox.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxRadioButton.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxRadioButton.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/wxScrolledPanel.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxScrolledPanel.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/wxTimeCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxTimeCtrl.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/wxTreeListCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxTreeListCtrl.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/demo/wxWizard.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxWizard.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxXmlResource.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxXmlResource.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxXmlResourceHandler.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxXmlResourceHandler.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/fonts.py -%%PYTHON_SITELIBDIR%%/wxPython/fonts.pyc -%%PYTHON_SITELIBDIR%%/wxPython/fonts.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/shell.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/shell.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/shell.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/wrap.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/wrap.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/wrap.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/analogclock.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/analogclock.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/analogclock.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/colourchooser/__init__.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/__init__.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/__init__.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/canvas.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/canvas.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/canvas.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/intl.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/intl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/intl.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/pycolourbox.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/pycolourbox.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/pycolourbox.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/pycolourchooser.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/pycolourchooser.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/pycolourchooser.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/pycolourslider.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/pycolourslider.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/pycolourslider.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/pypalette.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/pypalette.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/pypalette.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/evtmgr.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/evtmgr.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/evtmgr.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/floatcanvas.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/floatcanvas.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/floatcanvas.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/gridmovers.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/gridmovers.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/gridmovers.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/imageutils.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/imageutils.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/imageutils.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/infoframe.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/infoframe.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/infoframe.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/intctrl.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/intctrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/intctrl.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/layoutf.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/layoutf.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/layoutf.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/maskedctrl.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/maskedctrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/maskedctrl.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/maskededit.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/maskededit.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/maskededit.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/maskednumctrl.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/maskednumctrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/maskednumctrl.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/mixins/rubberband.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/rubberband.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/rubberband.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/multisash.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/multisash.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/multisash.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/mvctree.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/mvctree.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/mvctree.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/newevent.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/newevent.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/newevent.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/popupctl.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/popupctl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/popupctl.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/printout.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/printout.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/printout.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/pubsub.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/pubsub.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/pubsub.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/pyshell.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/pyshell.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/pyshell.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/rcsizer.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/rcsizer.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/rcsizer.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/scrolledpanel.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/scrolledpanel.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/scrolledpanel.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/sheet.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/sheet.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/sheet.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/stattext.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/stattext.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/stattext.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/throbber.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/throbber.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/throbber.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/timectrl.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/timectrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/timectrl.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/py/CHANGES.txt -%%PYTHON_SITELIBDIR%%/wxPython/py/Py.ico -%%PYTHON_SITELIBDIR%%/wxPython/py/PyAlaCarte.py -%%PYTHON_SITELIBDIR%%/wxPython/py/PyAlaCarte.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/PyAlaCarte.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/PyAlaMode.py -%%PYTHON_SITELIBDIR%%/wxPython/py/PyAlaMode.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/PyAlaMode.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/PyAlaModeTest.py -%%PYTHON_SITELIBDIR%%/wxPython/py/PyAlaModeTest.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/PyAlaModeTest.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/PyCrust.ico -%%PYTHON_SITELIBDIR%%/wxPython/py/PyCrust.py -%%PYTHON_SITELIBDIR%%/wxPython/py/PyCrust.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/PyCrust.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/PyFilling.py -%%PYTHON_SITELIBDIR%%/wxPython/py/PyFilling.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/PyFilling.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/PyShell.py -%%PYTHON_SITELIBDIR%%/wxPython/py/PyShell.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/PyShell.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/PyWrap.py -%%PYTHON_SITELIBDIR%%/wxPython/py/PyWrap.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/PyWrap.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/README.txt -%%PYTHON_SITELIBDIR%%/wxPython/py/__init__.py -%%PYTHON_SITELIBDIR%%/wxPython/py/__init__.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/__init__.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/buffer.py -%%PYTHON_SITELIBDIR%%/wxPython/py/buffer.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/buffer.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/crust.py -%%PYTHON_SITELIBDIR%%/wxPython/py/crust.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/crust.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/dispatcher.py -%%PYTHON_SITELIBDIR%%/wxPython/py/dispatcher.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/dispatcher.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/document.py -%%PYTHON_SITELIBDIR%%/wxPython/py/document.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/document.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/editor.py -%%PYTHON_SITELIBDIR%%/wxPython/py/editor.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/editor.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/editwindow.py -%%PYTHON_SITELIBDIR%%/wxPython/py/editwindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/editwindow.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/filling.py -%%PYTHON_SITELIBDIR%%/wxPython/py/filling.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/filling.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/frame.py -%%PYTHON_SITELIBDIR%%/wxPython/py/frame.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/frame.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/images.py -%%PYTHON_SITELIBDIR%%/wxPython/py/images.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/images.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/interpreter.py -%%PYTHON_SITELIBDIR%%/wxPython/py/interpreter.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/interpreter.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/introspect.py -%%PYTHON_SITELIBDIR%%/wxPython/py/introspect.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/introspect.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/pseudo.py -%%PYTHON_SITELIBDIR%%/wxPython/py/pseudo.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/pseudo.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/shell.py -%%PYTHON_SITELIBDIR%%/wxPython/py/shell.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/shell.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/version.py -%%PYTHON_SITELIBDIR%%/wxPython/py/version.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/version.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Accelerators.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Accelerators.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Accelerators.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/App.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/App.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/App.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Base.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Base.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Base.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/ClipDragDrop.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/ClipDragDrop.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/ClipDragDrop.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Config.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Config.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Config.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Controls.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Controls.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Controls.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/DataStructures.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/DataStructures.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/DataStructures.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/DateTime.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/DateTime.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/DateTime.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Dialogs.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Dialogs.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Dialogs.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Drawing.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Drawing.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Drawing.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Errors.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Errors.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Errors.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/EventFunctions.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/EventFunctions.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/EventFunctions.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Events.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Events.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Events.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/FileSystem.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/FileSystem.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/FileSystem.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Frames.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Frames.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Frames.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Functions.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Functions.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Functions.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Help.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Help.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Help.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/ImageHandlers.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/ImageHandlers.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/ImageHandlers.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Joystick.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Joystick.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Joystick.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/LayoutConstraints.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/LayoutConstraints.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/LayoutConstraints.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Logging.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Logging.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Logging.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Menus.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Menus.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Menus.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/MimeTypes.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/MimeTypes.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/MimeTypes.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Misc.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Misc.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Misc.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Panel.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Panel.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Panel.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Parameters.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Parameters.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Parameters.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Printing.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Printing.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Printing.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Process.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Process.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Process.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/SashSplitter.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/SashSplitter.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/SashSplitter.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Sizers.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Sizers.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Sizers.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Streams.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Streams.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Streams.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/StyledTextConstants.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/StyledTextConstants.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/StyledTextConstants.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Threading.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Threading.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Threading.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/ToolBar.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/ToolBar.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/ToolBar.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Tree.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Tree.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Tree.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Validators.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Validators.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Validators.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Window.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Window.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Window.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/__init__.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/__init__.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/__init__.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/d_stc.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/d_stc.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/d_stc.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/d_wx.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/d_wx.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/d_wx.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/decorator.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/decorator.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/decorator.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/gen.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/gen.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/gen.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/genapi.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/genapi.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/genapi.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/stc_.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/stc_.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/stc_.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/wx_.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/wx_.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/wx_.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/tools/XRCed/CHANGES.txt -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/README.txt -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/TODO.txt -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/__init__.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/__init__.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/__init__.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/encode_bitmaps.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/encode_bitmaps.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/encode_bitmaps.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/globals.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/globals.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/globals.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/images.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/images.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/images.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/license.txt -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/panel.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/panel.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/panel.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/params.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/params.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/params.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/tools.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/tools.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/tools.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/tree.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/tree.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/tree.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/undo.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/undo.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/undo.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/xrced.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/xrced.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/xrced.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/xrced.xrc -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/xxx.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/xxx.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/xxx.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/__init__.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/__init__.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/__init__.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/dbg.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/dbg.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/dbg.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/helpviewer.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/helpviewer.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/helpviewer.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/img2img.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/img2img.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/img2img.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/img2png.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/img2png.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/img2png.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/img2py.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/img2py.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/img2py.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/img2xpm.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/img2xpm.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/img2xpm.pyo -%%PYTHON_SITELIBDIR%%/wxPython/utils.py -%%PYTHON_SITELIBDIR%%/wxPython/utils.pyc -%%PYTHON_SITELIBDIR%%/wxPython/utils.pyo -%%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/wizard.py -%%PYTHON_SITELIBDIR%%/wxPython/wizard.pyc -%%PYTHON_SITELIBDIR%%/wxPython/wizard.pyo -%%PYTHON_SITELIBDIR%%/wxPython/wizardc.so -%%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/tools/XRCed -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/tools -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/py/wxd -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/py -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/lib/mixins -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/lib/editor -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser -@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 -@dirrm %%PYTHON_SITELIBDIR%%/wx/tools/XRCed -@dirrm %%PYTHON_SITELIBDIR%%/wx/tools -@dirrm %%PYTHON_SITELIBDIR%%/wx/py -@dirrm %%PYTHON_SITELIBDIR%%/wx/lib/mixins -@dirrm %%PYTHON_SITELIBDIR%%/wx/lib/editor -@dirrm %%PYTHON_SITELIBDIR%%/wx/lib/colourchooser -@dirrm %%PYTHON_SITELIBDIR%%/wx/lib -@dirrm %%PYTHON_SITELIBDIR%%/wx diff --git a/x11-toolkits/py-wxPython26/Makefile b/x11-toolkits/py-wxPython26/Makefile deleted file mode 100644 index eb013b3cbb10..000000000000 --- a/x11-toolkits/py-wxPython26/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -# New ports collection makefile for: wxPython -# Date created: September 18, 1999 -# Whom: nectar@FreeBSD.ORG -# -# $FreeBSD$ -# - -PORTNAME= wxPython -PORTVERSION= 2.4.2.4 -CATEGORIES= x11-toolkits python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= wxpython -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}Src-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.ORG -COMMENT= Python bindings for the wxWindows/GTK GUI toolkit - -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:${PORTSDIR}/graphics/py-opengl - -WRKSRC= ${WRKDIR}/${DISTNAME}/wxPython - -USE_GMAKE= yes -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_BUILDARGS= 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.pre.mk> - -.if !defined(WITH_GTK1) -LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2 -WX_CONFIG= ${X11BASE}/bin/wxgtk2-2.4-config - -CONFIGURE_ARGS+= --enable-gtk2 -PYDISTUTILS_BUILDARGS+= WXPORT=gtk2 -PYDISTUTILS_INSTALLARGS:= ${PYDISTUTILS_INSTALLARGS} ${PYDISTUTILS_BUILDARGS} -.else -LIB_DEPENDS= wx_gtk-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk -WX_CONFIG= ${X11BASE}/bin/wxgtk-2.4-config -.endif - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/py-wxPython26/distinfo b/x11-toolkits/py-wxPython26/distinfo deleted file mode 100644 index cb8f7410866b..000000000000 --- a/x11-toolkits/py-wxPython26/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (wxPythonSrc-2.4.2.4.tar.gz) = ea4eb68e10a0c2a9be643b35dcb78e41 diff --git a/x11-toolkits/py-wxPython26/files/patch-ac b/x11-toolkits/py-wxPython26/files/patch-ac deleted file mode 100644 index 49eeaaf5cd91..000000000000 --- a/x11-toolkits/py-wxPython26/files/patch-ac +++ /dev/null @@ -1,111 +0,0 @@ - -$FreeBSD$ - ---- setup.py.orig Fri Mar 21 01:49:39 2003 -+++ setup.py Fri Apr 18 18:02:09 2003 -@@ -152,6 +152,16 @@ - - - #---------------------------------------------------------------------- -+# Check for some environment variables -+#---------------------------------------------------------------------- -+ -+try: gtk_config = os.environ['GTK_CONFIG'] -+except KeyError: gtk_config = 'gtk-config' -+ -+try: sys_libs = os.environ['LIBS'].split() -+except KeyError: sys_libs = [] -+ -+#---------------------------------------------------------------------- - # Check for build flags on the command line - #---------------------------------------------------------------------- - -@@ -434,7 +444,7 @@ - - if WXPORT == 'gtk': - WXPLAT = '__WXGTK__' -- portcfg = os.popen('gtk-config --cflags', 'r').read()[:-1] -+ portcfg = os.popen(gtk_config + ' --cflags', 'r').read()[:-1] - elif WXPORT == 'gtk2': - WXPLAT = '__WXGTK__' - GENDIR = 'gtk' # no code differences so use the same generated sources -@@ -457,6 +467,7 @@ - - libdirs = [] - libs = [] -+ libs.extend(sys_libs) - - Verify_WX_CONFIG() - -@@ -691,8 +702,8 @@ - if BUILD_OGL: - msg('Preparing OGL...') - location = 'contrib/ogl' -- OGLLOC = opj(location, 'contrib/src/ogl') -- OGLINC = opj(location, 'contrib/include') -+ OGLLOC = opj(location, '../../../contrib/src/ogl') -+ OGLINC = opj(location, '../../../contrib/include') - - swig_files = ['ogl.i', 'oglbasic.i', 'oglshapes.i', 'oglshapes2.i', - 'oglcanvas.i'] -@@ -740,9 +751,9 @@ - if BUILD_STC: - msg('Preparing STC...') - location = 'contrib/stc' -- STCLOC = opj(location, 'contrib/src/stc') -- STCINC = opj(location, 'contrib/include') -- STC_H = opj(location, 'contrib/include/wx/stc') -+ STCLOC = opj(location, '../../../contrib/src/stc') -+ STCINC = opj(location, '../../../contrib/include') -+ STC_H = opj(location, '../../../contrib/include/wx/stc') - - if IN_CVS_TREE: - # Check if gen_iface needs to be run for the wxSTC sources -@@ -885,8 +896,8 @@ - if BUILD_XRC: - msg('Preparing XRC...') - location = 'contrib/xrc' -- XMLLOC = opj(location, 'contrib/src/xrc') -- XMLINC = opj(location, 'contrib/include') -+ XMLLOC = opj(location, '../../../contrib/src/xrc') -+ XMLINC = opj(location, '../../../contrib/include') - - swig_files = ['xrc.i'] - -@@ -974,8 +985,8 @@ - if BUILD_GIZMOS: - msg('Preparing GIZMOS...') - location = 'contrib/gizmos' -- GIZMOLOC = opj(location, 'contrib/src/gizmos') -- GIZMOINC = opj(location, 'contrib/include') -+ GIZMOLOC = opj(location, '../../../contrib/src/gizmos') -+ GIZMOINC = opj(location, '../../../contrib/include') - - swig_files = ['gizmos.i'] - -@@ -1052,8 +1063,8 @@ - if BUILD_CANVAS: - msg('Preparing CANVAS...') - location = 'contrib/canvas' -- CANVASLOC = opj(location, 'contrib/src/canvas') -- CANVASINC = opj(location, 'contrib/include') -+ CANVASLOC = opj(location, '../../../contrib/src/canvas') -+ CANVASINC = opj(location, '../../../contrib/include') - - swig_files = ['canvas.i'] - -@@ -1091,10 +1102,10 @@ - if BUILD_ART2D: - msg('Preparing ART2D...') - location = 'contrib/art2d' -- ART2DLOC = opj(location, 'modules/canvas/src') -- ART2DINC = opj(location, 'modules/canvas/include') -- EXPATLOC = opj(location, 'modules/expat') -- EXPATINC = opj(location, 'modules/expat/include') -+ ART2DLOC = opj(location, '../../../modules/canvas/src') -+ ART2DINC = opj(location, '../../../modules/canvas/include') -+ EXPATLOC = opj(location, '../../../modules/expat') -+ EXPATINC = opj(location, '../../../modules/expat/include') - - swig_files = ['art2d.i', - 'art2d_misc.i', 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 dfaf70590bf6..000000000000 --- a/x11-toolkits/py-wxPython26/pkg-plist +++ /dev/null @@ -1,1414 +0,0 @@ -bin/helpviewer -bin/img2png -bin/img2py -bin/img2xpm -bin/pyalacarte -bin/pyalamode -bin/pycrust -bin/pyshell -bin/pywrap -bin/xrced -%%PYTHON_SITELIBDIR%%/wx/__init__.py -%%PYTHON_SITELIBDIR%%/wx/__init__.pyc -%%PYTHON_SITELIBDIR%%/wx/__init__.pyo -%%PYTHON_SITELIBDIR%%/wx/calendar.py -%%PYTHON_SITELIBDIR%%/wx/calendar.pyc -%%PYTHON_SITELIBDIR%%/wx/calendar.pyo -%%PYTHON_SITELIBDIR%%/wx/dllwidget.py -%%PYTHON_SITELIBDIR%%/wx/dllwidget.pyc -%%PYTHON_SITELIBDIR%%/wx/dllwidget.pyo -%%PYTHON_SITELIBDIR%%/wx/gizmos.py -%%PYTHON_SITELIBDIR%%/wx/gizmos.pyc -%%PYTHON_SITELIBDIR%%/wx/gizmos.pyo -%%PYTHON_SITELIBDIR%%/wx/glcanvas.py -%%PYTHON_SITELIBDIR%%/wx/glcanvas.pyc -%%PYTHON_SITELIBDIR%%/wx/glcanvas.pyo -%%PYTHON_SITELIBDIR%%/wx/grid.py -%%PYTHON_SITELIBDIR%%/wx/grid.pyc -%%PYTHON_SITELIBDIR%%/wx/grid.pyo -%%PYTHON_SITELIBDIR%%/wx/help.py -%%PYTHON_SITELIBDIR%%/wx/help.pyc -%%PYTHON_SITELIBDIR%%/wx/help.pyo -%%PYTHON_SITELIBDIR%%/wx/html.py -%%PYTHON_SITELIBDIR%%/wx/html.pyc -%%PYTHON_SITELIBDIR%%/wx/html.pyo -%%PYTHON_SITELIBDIR%%/wx/iewin.py -%%PYTHON_SITELIBDIR%%/wx/iewin.pyc -%%PYTHON_SITELIBDIR%%/wx/iewin.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/CDate.py -%%PYTHON_SITELIBDIR%%/wx/lib/CDate.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/CDate.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/ClickableHtmlWindow.py -%%PYTHON_SITELIBDIR%%/wx/lib/ClickableHtmlWindow.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/ClickableHtmlWindow.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/ErrorDialogs.py -%%PYTHON_SITELIBDIR%%/wx/lib/ErrorDialogs.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/ErrorDialogs.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/ErrorDialogs_wdr.py -%%PYTHON_SITELIBDIR%%/wx/lib/ErrorDialogs_wdr.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/ErrorDialogs_wdr.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/PythonBitmaps.py -%%PYTHON_SITELIBDIR%%/wx/lib/PythonBitmaps.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/PythonBitmaps.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/__init__.py -%%PYTHON_SITELIBDIR%%/wx/lib/__init__.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/__init__.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/activexwrapper.py -%%PYTHON_SITELIBDIR%%/wx/lib/activexwrapper.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/activexwrapper.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/analogclock.py -%%PYTHON_SITELIBDIR%%/wx/lib/analogclock.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/analogclock.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/anchors.py -%%PYTHON_SITELIBDIR%%/wx/lib/anchors.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/anchors.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/buttons.py -%%PYTHON_SITELIBDIR%%/wx/lib/buttons.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/buttons.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/calendar.py -%%PYTHON_SITELIBDIR%%/wx/lib/calendar.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/calendar.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/__init__.py -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/__init__.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/__init__.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/canvas.py -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/canvas.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/canvas.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/intl.py -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/intl.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/intl.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/pycolourbox.py -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/pycolourbox.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/pycolourbox.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/pycolourchooser.py -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/pycolourchooser.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/pycolourchooser.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/pycolourslider.py -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/pycolourslider.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/pycolourslider.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/pypalette.py -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/pypalette.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/pypalette.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/colourdb.py -%%PYTHON_SITELIBDIR%%/wx/lib/colourdb.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/colourdb.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/colourselect.py -%%PYTHON_SITELIBDIR%%/wx/lib/colourselect.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/colourselect.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/dialogs.py -%%PYTHON_SITELIBDIR%%/wx/lib/dialogs.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/dialogs.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/editor/__init__.py -%%PYTHON_SITELIBDIR%%/wx/lib/editor/__init__.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/editor/__init__.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/editor/editor.py -%%PYTHON_SITELIBDIR%%/wx/lib/editor/editor.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/editor/editor.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/editor/images.py -%%PYTHON_SITELIBDIR%%/wx/lib/editor/images.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/editor/images.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/editor/selection.py -%%PYTHON_SITELIBDIR%%/wx/lib/editor/selection.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/editor/selection.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/evtmgr.py -%%PYTHON_SITELIBDIR%%/wx/lib/evtmgr.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/evtmgr.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/fancytext.py -%%PYTHON_SITELIBDIR%%/wx/lib/fancytext.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/fancytext.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/filebrowsebutton.py -%%PYTHON_SITELIBDIR%%/wx/lib/filebrowsebutton.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/filebrowsebutton.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/floatbar.py -%%PYTHON_SITELIBDIR%%/wx/lib/floatbar.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/floatbar.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/floatcanvas.py -%%PYTHON_SITELIBDIR%%/wx/lib/floatcanvas.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/floatcanvas.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/gridmovers.py -%%PYTHON_SITELIBDIR%%/wx/lib/gridmovers.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/gridmovers.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/grids.py -%%PYTHON_SITELIBDIR%%/wx/lib/grids.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/grids.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/imagebrowser.py -%%PYTHON_SITELIBDIR%%/wx/lib/imagebrowser.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/imagebrowser.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/imageutils.py -%%PYTHON_SITELIBDIR%%/wx/lib/imageutils.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/imageutils.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/infoframe.py -%%PYTHON_SITELIBDIR%%/wx/lib/infoframe.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/infoframe.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/intctrl.py -%%PYTHON_SITELIBDIR%%/wx/lib/intctrl.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/intctrl.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/layoutf.py -%%PYTHON_SITELIBDIR%%/wx/lib/layoutf.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/layoutf.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/maskedctrl.py -%%PYTHON_SITELIBDIR%%/wx/lib/maskedctrl.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/maskedctrl.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/maskededit.py -%%PYTHON_SITELIBDIR%%/wx/lib/maskededit.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/maskededit.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/maskednumctrl.py -%%PYTHON_SITELIBDIR%%/wx/lib/maskednumctrl.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/maskednumctrl.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/__init__.py -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/__init__.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/__init__.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/grid.py -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/grid.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/grid.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/imagelist.py -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/imagelist.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/imagelist.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/listctrl.py -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/listctrl.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/listctrl.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/rubberband.py -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/rubberband.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/rubberband.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/multisash.py -%%PYTHON_SITELIBDIR%%/wx/lib/multisash.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/multisash.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/mvctree.py -%%PYTHON_SITELIBDIR%%/wx/lib/mvctree.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/mvctree.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/newevent.py -%%PYTHON_SITELIBDIR%%/wx/lib/newevent.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/newevent.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/popupctl.py -%%PYTHON_SITELIBDIR%%/wx/lib/popupctl.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/popupctl.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/printout.py -%%PYTHON_SITELIBDIR%%/wx/lib/printout.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/printout.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/pubsub.py -%%PYTHON_SITELIBDIR%%/wx/lib/pubsub.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/pubsub.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/pyshell.py -%%PYTHON_SITELIBDIR%%/wx/lib/pyshell.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/pyshell.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/rcsizer.py -%%PYTHON_SITELIBDIR%%/wx/lib/rcsizer.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/rcsizer.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/rightalign.py -%%PYTHON_SITELIBDIR%%/wx/lib/rightalign.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/rightalign.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/rpcMixin.py -%%PYTHON_SITELIBDIR%%/wx/lib/rpcMixin.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/rpcMixin.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/scrolledpanel.py -%%PYTHON_SITELIBDIR%%/wx/lib/scrolledpanel.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/scrolledpanel.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/sheet.py -%%PYTHON_SITELIBDIR%%/wx/lib/sheet.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/sheet.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/shell.py -%%PYTHON_SITELIBDIR%%/wx/lib/shell.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/shell.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/splashscreen.py -%%PYTHON_SITELIBDIR%%/wx/lib/splashscreen.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/splashscreen.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/stattext.py -%%PYTHON_SITELIBDIR%%/wx/lib/stattext.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/stattext.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/throbber.py -%%PYTHON_SITELIBDIR%%/wx/lib/throbber.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/throbber.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/timectrl.py -%%PYTHON_SITELIBDIR%%/wx/lib/timectrl.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/timectrl.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/vtk.py -%%PYTHON_SITELIBDIR%%/wx/lib/vtk.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/vtk.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/wxPlotCanvas.py -%%PYTHON_SITELIBDIR%%/wx/lib/wxPlotCanvas.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/wxPlotCanvas.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/wxpTag.py -%%PYTHON_SITELIBDIR%%/wx/lib/wxpTag.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/wxpTag.pyo -%%PYTHON_SITELIBDIR%%/wx/ogl.py -%%PYTHON_SITELIBDIR%%/wx/ogl.pyc -%%PYTHON_SITELIBDIR%%/wx/ogl.pyo -%%PYTHON_SITELIBDIR%%/wx/py/PyAlaCarte.py -%%PYTHON_SITELIBDIR%%/wx/py/PyAlaCarte.pyc -%%PYTHON_SITELIBDIR%%/wx/py/PyAlaCarte.pyo -%%PYTHON_SITELIBDIR%%/wx/py/PyAlaMode.py -%%PYTHON_SITELIBDIR%%/wx/py/PyAlaMode.pyc -%%PYTHON_SITELIBDIR%%/wx/py/PyAlaMode.pyo -%%PYTHON_SITELIBDIR%%/wx/py/PyCrust.py -%%PYTHON_SITELIBDIR%%/wx/py/PyCrust.pyc -%%PYTHON_SITELIBDIR%%/wx/py/PyCrust.pyo -%%PYTHON_SITELIBDIR%%/wx/py/PyFilling.py -%%PYTHON_SITELIBDIR%%/wx/py/PyFilling.pyc -%%PYTHON_SITELIBDIR%%/wx/py/PyFilling.pyo -%%PYTHON_SITELIBDIR%%/wx/py/PyShell.py -%%PYTHON_SITELIBDIR%%/wx/py/PyShell.pyc -%%PYTHON_SITELIBDIR%%/wx/py/PyShell.pyo -%%PYTHON_SITELIBDIR%%/wx/py/PyWrap.py -%%PYTHON_SITELIBDIR%%/wx/py/PyWrap.pyc -%%PYTHON_SITELIBDIR%%/wx/py/PyWrap.pyo -%%PYTHON_SITELIBDIR%%/wx/py/__init__.py -%%PYTHON_SITELIBDIR%%/wx/py/__init__.pyc -%%PYTHON_SITELIBDIR%%/wx/py/__init__.pyo -%%PYTHON_SITELIBDIR%%/wx/py/buffer.py -%%PYTHON_SITELIBDIR%%/wx/py/buffer.pyc -%%PYTHON_SITELIBDIR%%/wx/py/buffer.pyo -%%PYTHON_SITELIBDIR%%/wx/py/crust.py -%%PYTHON_SITELIBDIR%%/wx/py/crust.pyc -%%PYTHON_SITELIBDIR%%/wx/py/crust.pyo -%%PYTHON_SITELIBDIR%%/wx/py/dispatcher.py -%%PYTHON_SITELIBDIR%%/wx/py/dispatcher.pyc -%%PYTHON_SITELIBDIR%%/wx/py/dispatcher.pyo -%%PYTHON_SITELIBDIR%%/wx/py/document.py -%%PYTHON_SITELIBDIR%%/wx/py/document.pyc -%%PYTHON_SITELIBDIR%%/wx/py/document.pyo -%%PYTHON_SITELIBDIR%%/wx/py/editor.py -%%PYTHON_SITELIBDIR%%/wx/py/editor.pyc -%%PYTHON_SITELIBDIR%%/wx/py/editor.pyo -%%PYTHON_SITELIBDIR%%/wx/py/editwindow.py -%%PYTHON_SITELIBDIR%%/wx/py/editwindow.pyc -%%PYTHON_SITELIBDIR%%/wx/py/editwindow.pyo -%%PYTHON_SITELIBDIR%%/wx/py/filling.py -%%PYTHON_SITELIBDIR%%/wx/py/filling.pyc -%%PYTHON_SITELIBDIR%%/wx/py/filling.pyo -%%PYTHON_SITELIBDIR%%/wx/py/frame.py -%%PYTHON_SITELIBDIR%%/wx/py/frame.pyc -%%PYTHON_SITELIBDIR%%/wx/py/frame.pyo -%%PYTHON_SITELIBDIR%%/wx/py/images.py -%%PYTHON_SITELIBDIR%%/wx/py/images.pyc -%%PYTHON_SITELIBDIR%%/wx/py/images.pyo -%%PYTHON_SITELIBDIR%%/wx/py/interpreter.py -%%PYTHON_SITELIBDIR%%/wx/py/interpreter.pyc -%%PYTHON_SITELIBDIR%%/wx/py/interpreter.pyo -%%PYTHON_SITELIBDIR%%/wx/py/introspect.py -%%PYTHON_SITELIBDIR%%/wx/py/introspect.pyc -%%PYTHON_SITELIBDIR%%/wx/py/introspect.pyo -%%PYTHON_SITELIBDIR%%/wx/py/pseudo.py -%%PYTHON_SITELIBDIR%%/wx/py/pseudo.pyc -%%PYTHON_SITELIBDIR%%/wx/py/pseudo.pyo -%%PYTHON_SITELIBDIR%%/wx/py/shell.py -%%PYTHON_SITELIBDIR%%/wx/py/shell.pyc -%%PYTHON_SITELIBDIR%%/wx/py/shell.pyo -%%PYTHON_SITELIBDIR%%/wx/py/version.py -%%PYTHON_SITELIBDIR%%/wx/py/version.pyc -%%PYTHON_SITELIBDIR%%/wx/py/version.pyo -%%PYTHON_SITELIBDIR%%/wx/stc.py -%%PYTHON_SITELIBDIR%%/wx/stc.pyc -%%PYTHON_SITELIBDIR%%/wx/stc.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/__init__.py -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/__init__.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/__init__.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/encode_bitmaps.py -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/encode_bitmaps.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/encode_bitmaps.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/globals.py -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/globals.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/globals.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/images.py -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/images.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/images.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/panel.py -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/panel.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/panel.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/params.py -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/params.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/params.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/tools.py -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/tools.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/tools.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/tree.py -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/tree.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/tree.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/undo.py -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/undo.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/undo.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/xrced.py -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/xrced.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/xrced.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/xxx.py -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/xxx.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/xxx.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/__init__.py -%%PYTHON_SITELIBDIR%%/wx/tools/__init__.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/__init__.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/dbg.py -%%PYTHON_SITELIBDIR%%/wx/tools/dbg.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/dbg.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/helpviewer.py -%%PYTHON_SITELIBDIR%%/wx/tools/helpviewer.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/helpviewer.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/img2img.py -%%PYTHON_SITELIBDIR%%/wx/tools/img2img.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/img2img.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/img2png.py -%%PYTHON_SITELIBDIR%%/wx/tools/img2png.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/img2png.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/img2py.py -%%PYTHON_SITELIBDIR%%/wx/tools/img2py.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/img2py.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/img2xpm.py -%%PYTHON_SITELIBDIR%%/wx/tools/img2xpm.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/img2xpm.pyo -%%PYTHON_SITELIBDIR%%/wx/wizard.py -%%PYTHON_SITELIBDIR%%/wx/wizard.pyc -%%PYTHON_SITELIBDIR%%/wx/wizard.pyo -%%PYTHON_SITELIBDIR%%/wx/xrc.py -%%PYTHON_SITELIBDIR%%/wx/xrc.pyc -%%PYTHON_SITELIBDIR%%/wx/xrc.pyo -%%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/AnalogClockWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/AnalogClockWindow.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/EventManager.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/EventManager.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/FloatCanvas.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/FloatCanvas.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/GridDragAndDrop.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridDragAndDrop.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridDragable.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridDragable.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/MaskedEditControls.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/MaskedEditControls.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/NewNamespace.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/NewNamespace.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/OOR.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/OOR.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/PopupMenu.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/PopupMenu.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/PyShell.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/PyShell.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/PythonEvents.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/PythonEvents.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/RowColSizer.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/RowColSizer.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ShapedWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ShapedWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Sizers.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Sizers.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/Throbber.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Throbber.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/URLDragAndDrop.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/URLDragAndDrop.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Unicode.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Unicode.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/smiles.ico -%%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps/splash.gif -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/001.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/002.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/003.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/004.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/005.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/006.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/007.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/008.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/009.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/010.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/011.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/012.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/013.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/014.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/015.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/016.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/017.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/018.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/019.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/01c.gif -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/020.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/021.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/022.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/023.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/024.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/025.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/026.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/027.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/028.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/029.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/030.png -%%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/Tux.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/backgrnd.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/copy.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/eclouds.png -%%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/logo.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/mondrian.ico -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/new.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/noicon.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/open.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/paste.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/rest.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/robin.jpg -%%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/bmp_source/wiztest1.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/wiztest2.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/pic2.gif -%%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/showTips -%%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/data/world.dat -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/wxPackage.html -%%PYTHON_SITELIBDIR%%/wxPython/demo/demo.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/demo.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/demoMainLoop.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/demoMainLoop.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/encode_bitmaps.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/encode_bitmaps.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/template.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/template.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/throbImages.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/throbImages.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/wxArtProvider.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxArtProvider.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/wxFileDialog_Save.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxFileDialog_Save.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxFileHistory.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxFileHistory.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/wxGenericDirCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxGenericDirCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxGrid.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxGrid.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxGrid_MegaExample.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxGrid_MegaExample.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxHtmlWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxHtmlWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxIEHtmlWin.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxIEHtmlWin.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxImage.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxImage.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxImageFromStream.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxImageFromStream.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxIntCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxIntCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxJoystick.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxJoystick.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxKeyEvents.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxKeyEvents.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/wxListCtrl_virtual.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxListCtrl_virtual.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMDIWindows.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMDIWindows.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/wxMaskedNumCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMaskedNumCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMenu.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMenu.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/wxMultiSash.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMultiSash.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/wxPopupControl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxPopupControl.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/wxPyColourChooser.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxPyColourChooser.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxRadioBox.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxRadioBox.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxRadioButton.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxRadioButton.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/wxScrolledPanel.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxScrolledPanel.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/wxTimeCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxTimeCtrl.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/wxTreeListCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxTreeListCtrl.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/demo/wxWizard.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxWizard.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxXmlResource.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxXmlResource.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxXmlResourceHandler.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxXmlResourceHandler.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/fonts.py -%%PYTHON_SITELIBDIR%%/wxPython/fonts.pyc -%%PYTHON_SITELIBDIR%%/wxPython/fonts.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/shell.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/shell.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/shell.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/wrap.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/wrap.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/wrap.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/analogclock.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/analogclock.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/analogclock.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/colourchooser/__init__.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/__init__.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/__init__.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/canvas.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/canvas.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/canvas.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/intl.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/intl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/intl.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/pycolourbox.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/pycolourbox.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/pycolourbox.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/pycolourchooser.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/pycolourchooser.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/pycolourchooser.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/pycolourslider.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/pycolourslider.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/pycolourslider.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/pypalette.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/pypalette.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/pypalette.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/evtmgr.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/evtmgr.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/evtmgr.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/floatcanvas.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/floatcanvas.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/floatcanvas.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/gridmovers.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/gridmovers.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/gridmovers.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/imageutils.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/imageutils.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/imageutils.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/infoframe.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/infoframe.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/infoframe.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/intctrl.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/intctrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/intctrl.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/layoutf.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/layoutf.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/layoutf.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/maskedctrl.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/maskedctrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/maskedctrl.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/maskededit.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/maskededit.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/maskededit.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/maskednumctrl.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/maskednumctrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/maskednumctrl.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/mixins/rubberband.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/rubberband.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/rubberband.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/multisash.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/multisash.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/multisash.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/mvctree.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/mvctree.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/mvctree.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/newevent.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/newevent.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/newevent.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/popupctl.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/popupctl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/popupctl.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/printout.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/printout.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/printout.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/pubsub.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/pubsub.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/pubsub.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/pyshell.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/pyshell.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/pyshell.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/rcsizer.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/rcsizer.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/rcsizer.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/scrolledpanel.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/scrolledpanel.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/scrolledpanel.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/sheet.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/sheet.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/sheet.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/stattext.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/stattext.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/stattext.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/throbber.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/throbber.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/throbber.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/timectrl.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/timectrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/timectrl.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/py/CHANGES.txt -%%PYTHON_SITELIBDIR%%/wxPython/py/Py.ico -%%PYTHON_SITELIBDIR%%/wxPython/py/PyAlaCarte.py -%%PYTHON_SITELIBDIR%%/wxPython/py/PyAlaCarte.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/PyAlaCarte.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/PyAlaMode.py -%%PYTHON_SITELIBDIR%%/wxPython/py/PyAlaMode.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/PyAlaMode.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/PyAlaModeTest.py -%%PYTHON_SITELIBDIR%%/wxPython/py/PyAlaModeTest.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/PyAlaModeTest.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/PyCrust.ico -%%PYTHON_SITELIBDIR%%/wxPython/py/PyCrust.py -%%PYTHON_SITELIBDIR%%/wxPython/py/PyCrust.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/PyCrust.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/PyFilling.py -%%PYTHON_SITELIBDIR%%/wxPython/py/PyFilling.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/PyFilling.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/PyShell.py -%%PYTHON_SITELIBDIR%%/wxPython/py/PyShell.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/PyShell.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/PyWrap.py -%%PYTHON_SITELIBDIR%%/wxPython/py/PyWrap.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/PyWrap.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/README.txt -%%PYTHON_SITELIBDIR%%/wxPython/py/__init__.py -%%PYTHON_SITELIBDIR%%/wxPython/py/__init__.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/__init__.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/buffer.py -%%PYTHON_SITELIBDIR%%/wxPython/py/buffer.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/buffer.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/crust.py -%%PYTHON_SITELIBDIR%%/wxPython/py/crust.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/crust.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/dispatcher.py -%%PYTHON_SITELIBDIR%%/wxPython/py/dispatcher.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/dispatcher.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/document.py -%%PYTHON_SITELIBDIR%%/wxPython/py/document.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/document.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/editor.py -%%PYTHON_SITELIBDIR%%/wxPython/py/editor.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/editor.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/editwindow.py -%%PYTHON_SITELIBDIR%%/wxPython/py/editwindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/editwindow.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/filling.py -%%PYTHON_SITELIBDIR%%/wxPython/py/filling.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/filling.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/frame.py -%%PYTHON_SITELIBDIR%%/wxPython/py/frame.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/frame.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/images.py -%%PYTHON_SITELIBDIR%%/wxPython/py/images.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/images.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/interpreter.py -%%PYTHON_SITELIBDIR%%/wxPython/py/interpreter.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/interpreter.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/introspect.py -%%PYTHON_SITELIBDIR%%/wxPython/py/introspect.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/introspect.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/pseudo.py -%%PYTHON_SITELIBDIR%%/wxPython/py/pseudo.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/pseudo.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/shell.py -%%PYTHON_SITELIBDIR%%/wxPython/py/shell.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/shell.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/version.py -%%PYTHON_SITELIBDIR%%/wxPython/py/version.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/version.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Accelerators.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Accelerators.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Accelerators.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/App.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/App.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/App.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Base.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Base.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Base.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/ClipDragDrop.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/ClipDragDrop.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/ClipDragDrop.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Config.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Config.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Config.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Controls.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Controls.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Controls.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/DataStructures.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/DataStructures.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/DataStructures.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/DateTime.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/DateTime.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/DateTime.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Dialogs.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Dialogs.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Dialogs.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Drawing.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Drawing.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Drawing.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Errors.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Errors.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Errors.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/EventFunctions.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/EventFunctions.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/EventFunctions.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Events.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Events.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Events.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/FileSystem.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/FileSystem.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/FileSystem.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Frames.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Frames.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Frames.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Functions.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Functions.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Functions.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Help.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Help.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Help.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/ImageHandlers.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/ImageHandlers.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/ImageHandlers.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Joystick.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Joystick.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Joystick.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/LayoutConstraints.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/LayoutConstraints.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/LayoutConstraints.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Logging.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Logging.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Logging.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Menus.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Menus.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Menus.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/MimeTypes.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/MimeTypes.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/MimeTypes.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Misc.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Misc.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Misc.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Panel.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Panel.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Panel.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Parameters.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Parameters.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Parameters.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Printing.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Printing.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Printing.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Process.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Process.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Process.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/SashSplitter.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/SashSplitter.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/SashSplitter.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Sizers.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Sizers.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Sizers.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Streams.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Streams.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Streams.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/StyledTextConstants.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/StyledTextConstants.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/StyledTextConstants.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Threading.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Threading.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Threading.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/ToolBar.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/ToolBar.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/ToolBar.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Tree.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Tree.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Tree.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Validators.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Validators.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Validators.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Window.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Window.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Window.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/__init__.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/__init__.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/__init__.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/d_stc.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/d_stc.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/d_stc.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/d_wx.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/d_wx.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/d_wx.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/decorator.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/decorator.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/decorator.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/gen.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/gen.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/gen.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/genapi.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/genapi.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/genapi.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/stc_.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/stc_.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/stc_.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/wx_.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/wx_.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/wx_.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/tools/XRCed/CHANGES.txt -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/README.txt -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/TODO.txt -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/__init__.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/__init__.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/__init__.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/encode_bitmaps.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/encode_bitmaps.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/encode_bitmaps.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/globals.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/globals.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/globals.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/images.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/images.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/images.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/license.txt -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/panel.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/panel.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/panel.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/params.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/params.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/params.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/tools.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/tools.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/tools.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/tree.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/tree.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/tree.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/undo.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/undo.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/undo.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/xrced.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/xrced.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/xrced.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/xrced.xrc -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/xxx.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/xxx.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/xxx.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/__init__.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/__init__.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/__init__.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/dbg.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/dbg.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/dbg.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/helpviewer.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/helpviewer.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/helpviewer.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/img2img.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/img2img.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/img2img.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/img2png.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/img2png.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/img2png.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/img2py.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/img2py.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/img2py.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/img2xpm.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/img2xpm.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/img2xpm.pyo -%%PYTHON_SITELIBDIR%%/wxPython/utils.py -%%PYTHON_SITELIBDIR%%/wxPython/utils.pyc -%%PYTHON_SITELIBDIR%%/wxPython/utils.pyo -%%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/wizard.py -%%PYTHON_SITELIBDIR%%/wxPython/wizard.pyc -%%PYTHON_SITELIBDIR%%/wxPython/wizard.pyo -%%PYTHON_SITELIBDIR%%/wxPython/wizardc.so -%%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/tools/XRCed -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/tools -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/py/wxd -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/py -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/lib/mixins -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/lib/editor -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser -@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 -@dirrm %%PYTHON_SITELIBDIR%%/wx/tools/XRCed -@dirrm %%PYTHON_SITELIBDIR%%/wx/tools -@dirrm %%PYTHON_SITELIBDIR%%/wx/py -@dirrm %%PYTHON_SITELIBDIR%%/wx/lib/mixins -@dirrm %%PYTHON_SITELIBDIR%%/wx/lib/editor -@dirrm %%PYTHON_SITELIBDIR%%/wx/lib/colourchooser -@dirrm %%PYTHON_SITELIBDIR%%/wx/lib -@dirrm %%PYTHON_SITELIBDIR%%/wx diff --git a/x11-toolkits/py-wxPython28/Makefile b/x11-toolkits/py-wxPython28/Makefile deleted file mode 100644 index eb013b3cbb10..000000000000 --- a/x11-toolkits/py-wxPython28/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -# New ports collection makefile for: wxPython -# Date created: September 18, 1999 -# Whom: nectar@FreeBSD.ORG -# -# $FreeBSD$ -# - -PORTNAME= wxPython -PORTVERSION= 2.4.2.4 -CATEGORIES= x11-toolkits python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= wxpython -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}Src-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.ORG -COMMENT= Python bindings for the wxWindows/GTK GUI toolkit - -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:${PORTSDIR}/graphics/py-opengl - -WRKSRC= ${WRKDIR}/${DISTNAME}/wxPython - -USE_GMAKE= yes -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_BUILDARGS= 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.pre.mk> - -.if !defined(WITH_GTK1) -LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2 -WX_CONFIG= ${X11BASE}/bin/wxgtk2-2.4-config - -CONFIGURE_ARGS+= --enable-gtk2 -PYDISTUTILS_BUILDARGS+= WXPORT=gtk2 -PYDISTUTILS_INSTALLARGS:= ${PYDISTUTILS_INSTALLARGS} ${PYDISTUTILS_BUILDARGS} -.else -LIB_DEPENDS= wx_gtk-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk -WX_CONFIG= ${X11BASE}/bin/wxgtk-2.4-config -.endif - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/py-wxPython28/distinfo b/x11-toolkits/py-wxPython28/distinfo deleted file mode 100644 index cb8f7410866b..000000000000 --- a/x11-toolkits/py-wxPython28/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (wxPythonSrc-2.4.2.4.tar.gz) = ea4eb68e10a0c2a9be643b35dcb78e41 diff --git a/x11-toolkits/py-wxPython28/files/patch-ac b/x11-toolkits/py-wxPython28/files/patch-ac deleted file mode 100644 index 49eeaaf5cd91..000000000000 --- a/x11-toolkits/py-wxPython28/files/patch-ac +++ /dev/null @@ -1,111 +0,0 @@ - -$FreeBSD$ - ---- setup.py.orig Fri Mar 21 01:49:39 2003 -+++ setup.py Fri Apr 18 18:02:09 2003 -@@ -152,6 +152,16 @@ - - - #---------------------------------------------------------------------- -+# Check for some environment variables -+#---------------------------------------------------------------------- -+ -+try: gtk_config = os.environ['GTK_CONFIG'] -+except KeyError: gtk_config = 'gtk-config' -+ -+try: sys_libs = os.environ['LIBS'].split() -+except KeyError: sys_libs = [] -+ -+#---------------------------------------------------------------------- - # Check for build flags on the command line - #---------------------------------------------------------------------- - -@@ -434,7 +444,7 @@ - - if WXPORT == 'gtk': - WXPLAT = '__WXGTK__' -- portcfg = os.popen('gtk-config --cflags', 'r').read()[:-1] -+ portcfg = os.popen(gtk_config + ' --cflags', 'r').read()[:-1] - elif WXPORT == 'gtk2': - WXPLAT = '__WXGTK__' - GENDIR = 'gtk' # no code differences so use the same generated sources -@@ -457,6 +467,7 @@ - - libdirs = [] - libs = [] -+ libs.extend(sys_libs) - - Verify_WX_CONFIG() - -@@ -691,8 +702,8 @@ - if BUILD_OGL: - msg('Preparing OGL...') - location = 'contrib/ogl' -- OGLLOC = opj(location, 'contrib/src/ogl') -- OGLINC = opj(location, 'contrib/include') -+ OGLLOC = opj(location, '../../../contrib/src/ogl') -+ OGLINC = opj(location, '../../../contrib/include') - - swig_files = ['ogl.i', 'oglbasic.i', 'oglshapes.i', 'oglshapes2.i', - 'oglcanvas.i'] -@@ -740,9 +751,9 @@ - if BUILD_STC: - msg('Preparing STC...') - location = 'contrib/stc' -- STCLOC = opj(location, 'contrib/src/stc') -- STCINC = opj(location, 'contrib/include') -- STC_H = opj(location, 'contrib/include/wx/stc') -+ STCLOC = opj(location, '../../../contrib/src/stc') -+ STCINC = opj(location, '../../../contrib/include') -+ STC_H = opj(location, '../../../contrib/include/wx/stc') - - if IN_CVS_TREE: - # Check if gen_iface needs to be run for the wxSTC sources -@@ -885,8 +896,8 @@ - if BUILD_XRC: - msg('Preparing XRC...') - location = 'contrib/xrc' -- XMLLOC = opj(location, 'contrib/src/xrc') -- XMLINC = opj(location, 'contrib/include') -+ XMLLOC = opj(location, '../../../contrib/src/xrc') -+ XMLINC = opj(location, '../../../contrib/include') - - swig_files = ['xrc.i'] - -@@ -974,8 +985,8 @@ - if BUILD_GIZMOS: - msg('Preparing GIZMOS...') - location = 'contrib/gizmos' -- GIZMOLOC = opj(location, 'contrib/src/gizmos') -- GIZMOINC = opj(location, 'contrib/include') -+ GIZMOLOC = opj(location, '../../../contrib/src/gizmos') -+ GIZMOINC = opj(location, '../../../contrib/include') - - swig_files = ['gizmos.i'] - -@@ -1052,8 +1063,8 @@ - if BUILD_CANVAS: - msg('Preparing CANVAS...') - location = 'contrib/canvas' -- CANVASLOC = opj(location, 'contrib/src/canvas') -- CANVASINC = opj(location, 'contrib/include') -+ CANVASLOC = opj(location, '../../../contrib/src/canvas') -+ CANVASINC = opj(location, '../../../contrib/include') - - swig_files = ['canvas.i'] - -@@ -1091,10 +1102,10 @@ - if BUILD_ART2D: - msg('Preparing ART2D...') - location = 'contrib/art2d' -- ART2DLOC = opj(location, 'modules/canvas/src') -- ART2DINC = opj(location, 'modules/canvas/include') -- EXPATLOC = opj(location, 'modules/expat') -- EXPATINC = opj(location, 'modules/expat/include') -+ ART2DLOC = opj(location, '../../../modules/canvas/src') -+ ART2DINC = opj(location, '../../../modules/canvas/include') -+ EXPATLOC = opj(location, '../../../modules/expat') -+ EXPATINC = opj(location, '../../../modules/expat/include') - - swig_files = ['art2d.i', - 'art2d_misc.i', 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 dfaf70590bf6..000000000000 --- a/x11-toolkits/py-wxPython28/pkg-plist +++ /dev/null @@ -1,1414 +0,0 @@ -bin/helpviewer -bin/img2png -bin/img2py -bin/img2xpm -bin/pyalacarte -bin/pyalamode -bin/pycrust -bin/pyshell -bin/pywrap -bin/xrced -%%PYTHON_SITELIBDIR%%/wx/__init__.py -%%PYTHON_SITELIBDIR%%/wx/__init__.pyc -%%PYTHON_SITELIBDIR%%/wx/__init__.pyo -%%PYTHON_SITELIBDIR%%/wx/calendar.py -%%PYTHON_SITELIBDIR%%/wx/calendar.pyc -%%PYTHON_SITELIBDIR%%/wx/calendar.pyo -%%PYTHON_SITELIBDIR%%/wx/dllwidget.py -%%PYTHON_SITELIBDIR%%/wx/dllwidget.pyc -%%PYTHON_SITELIBDIR%%/wx/dllwidget.pyo -%%PYTHON_SITELIBDIR%%/wx/gizmos.py -%%PYTHON_SITELIBDIR%%/wx/gizmos.pyc -%%PYTHON_SITELIBDIR%%/wx/gizmos.pyo -%%PYTHON_SITELIBDIR%%/wx/glcanvas.py -%%PYTHON_SITELIBDIR%%/wx/glcanvas.pyc -%%PYTHON_SITELIBDIR%%/wx/glcanvas.pyo -%%PYTHON_SITELIBDIR%%/wx/grid.py -%%PYTHON_SITELIBDIR%%/wx/grid.pyc -%%PYTHON_SITELIBDIR%%/wx/grid.pyo -%%PYTHON_SITELIBDIR%%/wx/help.py -%%PYTHON_SITELIBDIR%%/wx/help.pyc -%%PYTHON_SITELIBDIR%%/wx/help.pyo -%%PYTHON_SITELIBDIR%%/wx/html.py -%%PYTHON_SITELIBDIR%%/wx/html.pyc -%%PYTHON_SITELIBDIR%%/wx/html.pyo -%%PYTHON_SITELIBDIR%%/wx/iewin.py -%%PYTHON_SITELIBDIR%%/wx/iewin.pyc -%%PYTHON_SITELIBDIR%%/wx/iewin.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/CDate.py -%%PYTHON_SITELIBDIR%%/wx/lib/CDate.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/CDate.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/ClickableHtmlWindow.py -%%PYTHON_SITELIBDIR%%/wx/lib/ClickableHtmlWindow.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/ClickableHtmlWindow.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/ErrorDialogs.py -%%PYTHON_SITELIBDIR%%/wx/lib/ErrorDialogs.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/ErrorDialogs.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/ErrorDialogs_wdr.py -%%PYTHON_SITELIBDIR%%/wx/lib/ErrorDialogs_wdr.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/ErrorDialogs_wdr.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/PythonBitmaps.py -%%PYTHON_SITELIBDIR%%/wx/lib/PythonBitmaps.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/PythonBitmaps.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/__init__.py -%%PYTHON_SITELIBDIR%%/wx/lib/__init__.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/__init__.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/activexwrapper.py -%%PYTHON_SITELIBDIR%%/wx/lib/activexwrapper.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/activexwrapper.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/analogclock.py -%%PYTHON_SITELIBDIR%%/wx/lib/analogclock.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/analogclock.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/anchors.py -%%PYTHON_SITELIBDIR%%/wx/lib/anchors.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/anchors.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/buttons.py -%%PYTHON_SITELIBDIR%%/wx/lib/buttons.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/buttons.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/calendar.py -%%PYTHON_SITELIBDIR%%/wx/lib/calendar.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/calendar.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/__init__.py -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/__init__.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/__init__.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/canvas.py -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/canvas.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/canvas.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/intl.py -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/intl.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/intl.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/pycolourbox.py -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/pycolourbox.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/pycolourbox.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/pycolourchooser.py -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/pycolourchooser.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/pycolourchooser.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/pycolourslider.py -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/pycolourslider.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/pycolourslider.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/pypalette.py -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/pypalette.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/colourchooser/pypalette.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/colourdb.py -%%PYTHON_SITELIBDIR%%/wx/lib/colourdb.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/colourdb.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/colourselect.py -%%PYTHON_SITELIBDIR%%/wx/lib/colourselect.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/colourselect.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/dialogs.py -%%PYTHON_SITELIBDIR%%/wx/lib/dialogs.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/dialogs.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/editor/__init__.py -%%PYTHON_SITELIBDIR%%/wx/lib/editor/__init__.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/editor/__init__.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/editor/editor.py -%%PYTHON_SITELIBDIR%%/wx/lib/editor/editor.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/editor/editor.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/editor/images.py -%%PYTHON_SITELIBDIR%%/wx/lib/editor/images.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/editor/images.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/editor/selection.py -%%PYTHON_SITELIBDIR%%/wx/lib/editor/selection.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/editor/selection.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/evtmgr.py -%%PYTHON_SITELIBDIR%%/wx/lib/evtmgr.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/evtmgr.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/fancytext.py -%%PYTHON_SITELIBDIR%%/wx/lib/fancytext.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/fancytext.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/filebrowsebutton.py -%%PYTHON_SITELIBDIR%%/wx/lib/filebrowsebutton.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/filebrowsebutton.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/floatbar.py -%%PYTHON_SITELIBDIR%%/wx/lib/floatbar.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/floatbar.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/floatcanvas.py -%%PYTHON_SITELIBDIR%%/wx/lib/floatcanvas.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/floatcanvas.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/gridmovers.py -%%PYTHON_SITELIBDIR%%/wx/lib/gridmovers.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/gridmovers.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/grids.py -%%PYTHON_SITELIBDIR%%/wx/lib/grids.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/grids.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/imagebrowser.py -%%PYTHON_SITELIBDIR%%/wx/lib/imagebrowser.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/imagebrowser.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/imageutils.py -%%PYTHON_SITELIBDIR%%/wx/lib/imageutils.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/imageutils.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/infoframe.py -%%PYTHON_SITELIBDIR%%/wx/lib/infoframe.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/infoframe.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/intctrl.py -%%PYTHON_SITELIBDIR%%/wx/lib/intctrl.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/intctrl.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/layoutf.py -%%PYTHON_SITELIBDIR%%/wx/lib/layoutf.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/layoutf.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/maskedctrl.py -%%PYTHON_SITELIBDIR%%/wx/lib/maskedctrl.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/maskedctrl.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/maskededit.py -%%PYTHON_SITELIBDIR%%/wx/lib/maskededit.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/maskededit.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/maskednumctrl.py -%%PYTHON_SITELIBDIR%%/wx/lib/maskednumctrl.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/maskednumctrl.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/__init__.py -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/__init__.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/__init__.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/grid.py -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/grid.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/grid.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/imagelist.py -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/imagelist.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/imagelist.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/listctrl.py -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/listctrl.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/listctrl.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/rubberband.py -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/rubberband.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/mixins/rubberband.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/multisash.py -%%PYTHON_SITELIBDIR%%/wx/lib/multisash.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/multisash.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/mvctree.py -%%PYTHON_SITELIBDIR%%/wx/lib/mvctree.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/mvctree.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/newevent.py -%%PYTHON_SITELIBDIR%%/wx/lib/newevent.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/newevent.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/popupctl.py -%%PYTHON_SITELIBDIR%%/wx/lib/popupctl.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/popupctl.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/printout.py -%%PYTHON_SITELIBDIR%%/wx/lib/printout.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/printout.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/pubsub.py -%%PYTHON_SITELIBDIR%%/wx/lib/pubsub.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/pubsub.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/pyshell.py -%%PYTHON_SITELIBDIR%%/wx/lib/pyshell.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/pyshell.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/rcsizer.py -%%PYTHON_SITELIBDIR%%/wx/lib/rcsizer.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/rcsizer.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/rightalign.py -%%PYTHON_SITELIBDIR%%/wx/lib/rightalign.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/rightalign.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/rpcMixin.py -%%PYTHON_SITELIBDIR%%/wx/lib/rpcMixin.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/rpcMixin.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/scrolledpanel.py -%%PYTHON_SITELIBDIR%%/wx/lib/scrolledpanel.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/scrolledpanel.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/sheet.py -%%PYTHON_SITELIBDIR%%/wx/lib/sheet.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/sheet.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/shell.py -%%PYTHON_SITELIBDIR%%/wx/lib/shell.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/shell.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/splashscreen.py -%%PYTHON_SITELIBDIR%%/wx/lib/splashscreen.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/splashscreen.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/stattext.py -%%PYTHON_SITELIBDIR%%/wx/lib/stattext.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/stattext.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/throbber.py -%%PYTHON_SITELIBDIR%%/wx/lib/throbber.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/throbber.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/timectrl.py -%%PYTHON_SITELIBDIR%%/wx/lib/timectrl.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/timectrl.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/vtk.py -%%PYTHON_SITELIBDIR%%/wx/lib/vtk.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/vtk.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/wxPlotCanvas.py -%%PYTHON_SITELIBDIR%%/wx/lib/wxPlotCanvas.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/wxPlotCanvas.pyo -%%PYTHON_SITELIBDIR%%/wx/lib/wxpTag.py -%%PYTHON_SITELIBDIR%%/wx/lib/wxpTag.pyc -%%PYTHON_SITELIBDIR%%/wx/lib/wxpTag.pyo -%%PYTHON_SITELIBDIR%%/wx/ogl.py -%%PYTHON_SITELIBDIR%%/wx/ogl.pyc -%%PYTHON_SITELIBDIR%%/wx/ogl.pyo -%%PYTHON_SITELIBDIR%%/wx/py/PyAlaCarte.py -%%PYTHON_SITELIBDIR%%/wx/py/PyAlaCarte.pyc -%%PYTHON_SITELIBDIR%%/wx/py/PyAlaCarte.pyo -%%PYTHON_SITELIBDIR%%/wx/py/PyAlaMode.py -%%PYTHON_SITELIBDIR%%/wx/py/PyAlaMode.pyc -%%PYTHON_SITELIBDIR%%/wx/py/PyAlaMode.pyo -%%PYTHON_SITELIBDIR%%/wx/py/PyCrust.py -%%PYTHON_SITELIBDIR%%/wx/py/PyCrust.pyc -%%PYTHON_SITELIBDIR%%/wx/py/PyCrust.pyo -%%PYTHON_SITELIBDIR%%/wx/py/PyFilling.py -%%PYTHON_SITELIBDIR%%/wx/py/PyFilling.pyc -%%PYTHON_SITELIBDIR%%/wx/py/PyFilling.pyo -%%PYTHON_SITELIBDIR%%/wx/py/PyShell.py -%%PYTHON_SITELIBDIR%%/wx/py/PyShell.pyc -%%PYTHON_SITELIBDIR%%/wx/py/PyShell.pyo -%%PYTHON_SITELIBDIR%%/wx/py/PyWrap.py -%%PYTHON_SITELIBDIR%%/wx/py/PyWrap.pyc -%%PYTHON_SITELIBDIR%%/wx/py/PyWrap.pyo -%%PYTHON_SITELIBDIR%%/wx/py/__init__.py -%%PYTHON_SITELIBDIR%%/wx/py/__init__.pyc -%%PYTHON_SITELIBDIR%%/wx/py/__init__.pyo -%%PYTHON_SITELIBDIR%%/wx/py/buffer.py -%%PYTHON_SITELIBDIR%%/wx/py/buffer.pyc -%%PYTHON_SITELIBDIR%%/wx/py/buffer.pyo -%%PYTHON_SITELIBDIR%%/wx/py/crust.py -%%PYTHON_SITELIBDIR%%/wx/py/crust.pyc -%%PYTHON_SITELIBDIR%%/wx/py/crust.pyo -%%PYTHON_SITELIBDIR%%/wx/py/dispatcher.py -%%PYTHON_SITELIBDIR%%/wx/py/dispatcher.pyc -%%PYTHON_SITELIBDIR%%/wx/py/dispatcher.pyo -%%PYTHON_SITELIBDIR%%/wx/py/document.py -%%PYTHON_SITELIBDIR%%/wx/py/document.pyc -%%PYTHON_SITELIBDIR%%/wx/py/document.pyo -%%PYTHON_SITELIBDIR%%/wx/py/editor.py -%%PYTHON_SITELIBDIR%%/wx/py/editor.pyc -%%PYTHON_SITELIBDIR%%/wx/py/editor.pyo -%%PYTHON_SITELIBDIR%%/wx/py/editwindow.py -%%PYTHON_SITELIBDIR%%/wx/py/editwindow.pyc -%%PYTHON_SITELIBDIR%%/wx/py/editwindow.pyo -%%PYTHON_SITELIBDIR%%/wx/py/filling.py -%%PYTHON_SITELIBDIR%%/wx/py/filling.pyc -%%PYTHON_SITELIBDIR%%/wx/py/filling.pyo -%%PYTHON_SITELIBDIR%%/wx/py/frame.py -%%PYTHON_SITELIBDIR%%/wx/py/frame.pyc -%%PYTHON_SITELIBDIR%%/wx/py/frame.pyo -%%PYTHON_SITELIBDIR%%/wx/py/images.py -%%PYTHON_SITELIBDIR%%/wx/py/images.pyc -%%PYTHON_SITELIBDIR%%/wx/py/images.pyo -%%PYTHON_SITELIBDIR%%/wx/py/interpreter.py -%%PYTHON_SITELIBDIR%%/wx/py/interpreter.pyc -%%PYTHON_SITELIBDIR%%/wx/py/interpreter.pyo -%%PYTHON_SITELIBDIR%%/wx/py/introspect.py -%%PYTHON_SITELIBDIR%%/wx/py/introspect.pyc -%%PYTHON_SITELIBDIR%%/wx/py/introspect.pyo -%%PYTHON_SITELIBDIR%%/wx/py/pseudo.py -%%PYTHON_SITELIBDIR%%/wx/py/pseudo.pyc -%%PYTHON_SITELIBDIR%%/wx/py/pseudo.pyo -%%PYTHON_SITELIBDIR%%/wx/py/shell.py -%%PYTHON_SITELIBDIR%%/wx/py/shell.pyc -%%PYTHON_SITELIBDIR%%/wx/py/shell.pyo -%%PYTHON_SITELIBDIR%%/wx/py/version.py -%%PYTHON_SITELIBDIR%%/wx/py/version.pyc -%%PYTHON_SITELIBDIR%%/wx/py/version.pyo -%%PYTHON_SITELIBDIR%%/wx/stc.py -%%PYTHON_SITELIBDIR%%/wx/stc.pyc -%%PYTHON_SITELIBDIR%%/wx/stc.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/__init__.py -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/__init__.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/__init__.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/encode_bitmaps.py -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/encode_bitmaps.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/encode_bitmaps.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/globals.py -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/globals.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/globals.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/images.py -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/images.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/images.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/panel.py -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/panel.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/panel.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/params.py -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/params.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/params.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/tools.py -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/tools.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/tools.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/tree.py -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/tree.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/tree.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/undo.py -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/undo.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/undo.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/xrced.py -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/xrced.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/xrced.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/xxx.py -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/xxx.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/XRCed/xxx.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/__init__.py -%%PYTHON_SITELIBDIR%%/wx/tools/__init__.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/__init__.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/dbg.py -%%PYTHON_SITELIBDIR%%/wx/tools/dbg.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/dbg.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/helpviewer.py -%%PYTHON_SITELIBDIR%%/wx/tools/helpviewer.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/helpviewer.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/img2img.py -%%PYTHON_SITELIBDIR%%/wx/tools/img2img.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/img2img.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/img2png.py -%%PYTHON_SITELIBDIR%%/wx/tools/img2png.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/img2png.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/img2py.py -%%PYTHON_SITELIBDIR%%/wx/tools/img2py.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/img2py.pyo -%%PYTHON_SITELIBDIR%%/wx/tools/img2xpm.py -%%PYTHON_SITELIBDIR%%/wx/tools/img2xpm.pyc -%%PYTHON_SITELIBDIR%%/wx/tools/img2xpm.pyo -%%PYTHON_SITELIBDIR%%/wx/wizard.py -%%PYTHON_SITELIBDIR%%/wx/wizard.pyc -%%PYTHON_SITELIBDIR%%/wx/wizard.pyo -%%PYTHON_SITELIBDIR%%/wx/xrc.py -%%PYTHON_SITELIBDIR%%/wx/xrc.pyc -%%PYTHON_SITELIBDIR%%/wx/xrc.pyo -%%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/AnalogClockWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/AnalogClockWindow.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/EventManager.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/EventManager.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/FloatCanvas.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/FloatCanvas.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/GridDragAndDrop.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridDragAndDrop.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridDragable.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridDragable.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/MaskedEditControls.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/MaskedEditControls.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/NewNamespace.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/NewNamespace.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/OOR.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/OOR.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/PopupMenu.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/PopupMenu.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/PyShell.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/PyShell.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/PythonEvents.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/PythonEvents.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/RowColSizer.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/RowColSizer.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ShapedWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ShapedWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Sizers.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Sizers.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/Throbber.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Throbber.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/URLDragAndDrop.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/URLDragAndDrop.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Unicode.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Unicode.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/smiles.ico -%%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps/splash.gif -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/001.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/002.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/003.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/004.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/005.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/006.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/007.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/008.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/009.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/010.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/011.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/012.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/013.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/014.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/015.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/016.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/017.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/018.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/019.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/01c.gif -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/020.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/021.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/022.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/023.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/024.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/025.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/026.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/027.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/028.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/029.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/030.png -%%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/Tux.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/backgrnd.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/copy.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/eclouds.png -%%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/logo.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/mondrian.ico -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/new.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/noicon.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/open.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/paste.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/rest.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/robin.jpg -%%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/bmp_source/wiztest1.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/wiztest2.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/pic2.gif -%%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/showTips -%%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/data/world.dat -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/wxPackage.html -%%PYTHON_SITELIBDIR%%/wxPython/demo/demo.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/demo.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/demoMainLoop.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/demoMainLoop.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/encode_bitmaps.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/encode_bitmaps.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/template.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/template.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/throbImages.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/throbImages.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/wxArtProvider.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxArtProvider.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/wxFileDialog_Save.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxFileDialog_Save.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxFileHistory.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxFileHistory.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/wxGenericDirCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxGenericDirCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxGrid.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxGrid.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxGrid_MegaExample.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxGrid_MegaExample.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxHtmlWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxHtmlWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxIEHtmlWin.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxIEHtmlWin.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxImage.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxImage.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxImageFromStream.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxImageFromStream.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxIntCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxIntCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxJoystick.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxJoystick.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxKeyEvents.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxKeyEvents.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/wxListCtrl_virtual.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxListCtrl_virtual.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMDIWindows.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMDIWindows.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/wxMaskedNumCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMaskedNumCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMenu.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMenu.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/wxMultiSash.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxMultiSash.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/wxPopupControl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxPopupControl.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/wxPyColourChooser.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxPyColourChooser.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxRadioBox.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxRadioBox.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxRadioButton.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxRadioButton.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/wxScrolledPanel.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxScrolledPanel.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/wxTimeCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxTimeCtrl.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/wxTreeListCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxTreeListCtrl.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/demo/wxWizard.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxWizard.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxXmlResource.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxXmlResource.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxXmlResourceHandler.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/wxXmlResourceHandler.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/fonts.py -%%PYTHON_SITELIBDIR%%/wxPython/fonts.pyc -%%PYTHON_SITELIBDIR%%/wxPython/fonts.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/shell.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/shell.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/shell.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/wrap.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/wrap.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/PyCrust/wrap.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/analogclock.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/analogclock.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/analogclock.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/colourchooser/__init__.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/__init__.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/__init__.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/canvas.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/canvas.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/canvas.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/intl.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/intl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/intl.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/pycolourbox.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/pycolourbox.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/pycolourbox.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/pycolourchooser.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/pycolourchooser.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/pycolourchooser.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/pycolourslider.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/pycolourslider.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/pycolourslider.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/pypalette.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/pypalette.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser/pypalette.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/evtmgr.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/evtmgr.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/evtmgr.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/floatcanvas.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/floatcanvas.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/floatcanvas.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/gridmovers.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/gridmovers.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/gridmovers.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/imageutils.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/imageutils.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/imageutils.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/infoframe.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/infoframe.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/infoframe.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/intctrl.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/intctrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/intctrl.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/layoutf.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/layoutf.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/layoutf.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/maskedctrl.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/maskedctrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/maskedctrl.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/maskededit.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/maskededit.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/maskededit.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/maskednumctrl.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/maskednumctrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/maskednumctrl.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/mixins/rubberband.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/rubberband.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/mixins/rubberband.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/multisash.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/multisash.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/multisash.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/mvctree.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/mvctree.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/mvctree.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/newevent.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/newevent.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/newevent.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/popupctl.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/popupctl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/popupctl.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/printout.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/printout.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/printout.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/pubsub.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/pubsub.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/pubsub.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/pyshell.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/pyshell.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/pyshell.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/rcsizer.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/rcsizer.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/rcsizer.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/scrolledpanel.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/scrolledpanel.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/scrolledpanel.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/sheet.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/sheet.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/sheet.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/stattext.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/stattext.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/stattext.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/throbber.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/throbber.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/throbber.pyo -%%PYTHON_SITELIBDIR%%/wxPython/lib/timectrl.py -%%PYTHON_SITELIBDIR%%/wxPython/lib/timectrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/lib/timectrl.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/py/CHANGES.txt -%%PYTHON_SITELIBDIR%%/wxPython/py/Py.ico -%%PYTHON_SITELIBDIR%%/wxPython/py/PyAlaCarte.py -%%PYTHON_SITELIBDIR%%/wxPython/py/PyAlaCarte.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/PyAlaCarte.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/PyAlaMode.py -%%PYTHON_SITELIBDIR%%/wxPython/py/PyAlaMode.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/PyAlaMode.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/PyAlaModeTest.py -%%PYTHON_SITELIBDIR%%/wxPython/py/PyAlaModeTest.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/PyAlaModeTest.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/PyCrust.ico -%%PYTHON_SITELIBDIR%%/wxPython/py/PyCrust.py -%%PYTHON_SITELIBDIR%%/wxPython/py/PyCrust.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/PyCrust.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/PyFilling.py -%%PYTHON_SITELIBDIR%%/wxPython/py/PyFilling.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/PyFilling.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/PyShell.py -%%PYTHON_SITELIBDIR%%/wxPython/py/PyShell.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/PyShell.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/PyWrap.py -%%PYTHON_SITELIBDIR%%/wxPython/py/PyWrap.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/PyWrap.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/README.txt -%%PYTHON_SITELIBDIR%%/wxPython/py/__init__.py -%%PYTHON_SITELIBDIR%%/wxPython/py/__init__.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/__init__.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/buffer.py -%%PYTHON_SITELIBDIR%%/wxPython/py/buffer.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/buffer.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/crust.py -%%PYTHON_SITELIBDIR%%/wxPython/py/crust.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/crust.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/dispatcher.py -%%PYTHON_SITELIBDIR%%/wxPython/py/dispatcher.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/dispatcher.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/document.py -%%PYTHON_SITELIBDIR%%/wxPython/py/document.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/document.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/editor.py -%%PYTHON_SITELIBDIR%%/wxPython/py/editor.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/editor.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/editwindow.py -%%PYTHON_SITELIBDIR%%/wxPython/py/editwindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/editwindow.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/filling.py -%%PYTHON_SITELIBDIR%%/wxPython/py/filling.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/filling.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/frame.py -%%PYTHON_SITELIBDIR%%/wxPython/py/frame.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/frame.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/images.py -%%PYTHON_SITELIBDIR%%/wxPython/py/images.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/images.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/interpreter.py -%%PYTHON_SITELIBDIR%%/wxPython/py/interpreter.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/interpreter.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/introspect.py -%%PYTHON_SITELIBDIR%%/wxPython/py/introspect.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/introspect.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/pseudo.py -%%PYTHON_SITELIBDIR%%/wxPython/py/pseudo.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/pseudo.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/shell.py -%%PYTHON_SITELIBDIR%%/wxPython/py/shell.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/shell.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/version.py -%%PYTHON_SITELIBDIR%%/wxPython/py/version.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/version.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Accelerators.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Accelerators.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Accelerators.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/App.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/App.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/App.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Base.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Base.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Base.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/ClipDragDrop.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/ClipDragDrop.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/ClipDragDrop.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Config.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Config.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Config.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Controls.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Controls.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Controls.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/DataStructures.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/DataStructures.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/DataStructures.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/DateTime.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/DateTime.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/DateTime.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Dialogs.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Dialogs.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Dialogs.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Drawing.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Drawing.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Drawing.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Errors.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Errors.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Errors.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/EventFunctions.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/EventFunctions.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/EventFunctions.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Events.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Events.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Events.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/FileSystem.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/FileSystem.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/FileSystem.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Frames.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Frames.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Frames.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Functions.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Functions.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Functions.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Help.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Help.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Help.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/ImageHandlers.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/ImageHandlers.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/ImageHandlers.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Joystick.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Joystick.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Joystick.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/LayoutConstraints.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/LayoutConstraints.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/LayoutConstraints.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Logging.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Logging.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Logging.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Menus.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Menus.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Menus.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/MimeTypes.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/MimeTypes.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/MimeTypes.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Misc.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Misc.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Misc.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Panel.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Panel.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Panel.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Parameters.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Parameters.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Parameters.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Printing.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Printing.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Printing.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Process.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Process.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Process.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/SashSplitter.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/SashSplitter.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/SashSplitter.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Sizers.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Sizers.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Sizers.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Streams.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Streams.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Streams.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/StyledTextConstants.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/StyledTextConstants.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/StyledTextConstants.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Threading.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Threading.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Threading.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/ToolBar.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/ToolBar.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/ToolBar.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Tree.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Tree.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Tree.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Validators.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Validators.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Validators.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Window.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Window.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/Window.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/__init__.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/__init__.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/__init__.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/d_stc.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/d_stc.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/d_stc.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/d_wx.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/d_wx.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/d_wx.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/decorator.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/decorator.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/decorator.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/gen.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/gen.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/gen.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/genapi.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/genapi.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/genapi.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/stc_.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/stc_.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/stc_.pyo -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/wx_.py -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/wx_.pyc -%%PYTHON_SITELIBDIR%%/wxPython/py/wxd/wx_.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/tools/XRCed/CHANGES.txt -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/README.txt -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/TODO.txt -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/__init__.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/__init__.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/__init__.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/encode_bitmaps.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/encode_bitmaps.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/encode_bitmaps.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/globals.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/globals.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/globals.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/images.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/images.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/images.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/license.txt -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/panel.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/panel.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/panel.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/params.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/params.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/params.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/tools.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/tools.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/tools.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/tree.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/tree.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/tree.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/undo.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/undo.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/undo.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/xrced.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/xrced.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/xrced.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/xrced.xrc -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/xxx.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/xxx.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/XRCed/xxx.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/__init__.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/__init__.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/__init__.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/dbg.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/dbg.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/dbg.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/helpviewer.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/helpviewer.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/helpviewer.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/img2img.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/img2img.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/img2img.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/img2png.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/img2png.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/img2png.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/img2py.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/img2py.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/img2py.pyo -%%PYTHON_SITELIBDIR%%/wxPython/tools/img2xpm.py -%%PYTHON_SITELIBDIR%%/wxPython/tools/img2xpm.pyc -%%PYTHON_SITELIBDIR%%/wxPython/tools/img2xpm.pyo -%%PYTHON_SITELIBDIR%%/wxPython/utils.py -%%PYTHON_SITELIBDIR%%/wxPython/utils.pyc -%%PYTHON_SITELIBDIR%%/wxPython/utils.pyo -%%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/wizard.py -%%PYTHON_SITELIBDIR%%/wxPython/wizard.pyc -%%PYTHON_SITELIBDIR%%/wxPython/wizard.pyo -%%PYTHON_SITELIBDIR%%/wxPython/wizardc.so -%%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/tools/XRCed -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/tools -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/py/wxd -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/py -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/lib/mixins -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/lib/editor -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/lib/colourchooser -@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 -@dirrm %%PYTHON_SITELIBDIR%%/wx/tools/XRCed -@dirrm %%PYTHON_SITELIBDIR%%/wx/tools -@dirrm %%PYTHON_SITELIBDIR%%/wx/py -@dirrm %%PYTHON_SITELIBDIR%%/wx/lib/mixins -@dirrm %%PYTHON_SITELIBDIR%%/wx/lib/editor -@dirrm %%PYTHON_SITELIBDIR%%/wx/lib/colourchooser -@dirrm %%PYTHON_SITELIBDIR%%/wx/lib -@dirrm %%PYTHON_SITELIBDIR%%/wx diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile deleted file mode 100644 index e3265004d74a..000000000000 --- a/x11-toolkits/qt33/Makefile +++ /dev/null @@ -1,165 +0,0 @@ -# -*-mode: makefile-*- -# New ports collection makefile for: qt-copy -# Date created: 2 November 2001 -# Whom: will@cvs.kde.org -# -# $FreeBSD$ -# - -PORTNAME?= qt -PORTVERSION= 3.2.1 -CATEGORIES?= x11-toolkits -MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \ - ftp://ftp.silug.org/pub/qt/ \ - ftp://ftp.bero.org/pub/qt/ \ - ftp://ftp.planetmirror.com.au/pub/trolltech/qt/ -DISTNAME= qt-x11-free-${PORTVERSION} -DIST_SUBDIR= KDE - -MAINTAINER?= kde@FreeBSD.org -COMMENT?= A C++ X GUI toolkit - -LIB_DEPENDS+= mng.1:${PORTSDIR}/graphics/libmng \ - png.5:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg - -CONFLICTS= linguist-0.* qt-2.* qt-designer-2.* xfmail-1.5.* - -USE_BZIP2= yes -USE_GMAKE= yes -USE_REINPLACE= yes -USE_X_PREFIX= yes -HAS_CONFIGURE= yes -INSTALLS_SHLIB= yes -NO_FILTER_SHLIBS=yes -CONFIGURE_ARGS+= -system-libpng -system-libjpeg -system-libmng \ - -qt-imgfmt-png -qt-imgfmt-jpeg -qt-imgfmt-mng \ - -system-zlib -no-nas-sound -sm -qt-gif -thread \ - -fast -xinerama -no-g++-exceptions -no-stl \ - ${CUPS} -shared -prefix ${PREFIX} -datadir ${DATADIR} \ - -docdir ${DOCSDIR} -plugindir ${PREFIX}/lib/plugins - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_XFT) -LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft -.else -CONFIGURE_ARGS+=-no-xft -.endif - -.if defined(DEBUG) -CONFIGURE_ARGS+=-debug -.endif - -.if !defined(BUILD_PLUGIN_ONLY) -.if !defined(WITHOUT_OPENGL) -USE_MESA= yes -.else -CONFIGURE_ARGS+=-disable-opengl -.endif # WITHOUT_OPENGL - -.if !defined(WITHOUT_CUPS) -LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base -CUPS= -cups -L${LOCALBASE}/lib -I${LOCALBASE}/include -.else -CUPS= -.endif - -CONFIGURE_ENV= ${ECHO} yes | QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH -MAKE_ENV?= QTDIR=${WRKSRC} \ - LD_LIBRARY_PATH=${WRKSRC}/lib \ - PATH=${WRKSRC}/bin:$$PATH -ALL_TARGET= sub-tools -.endif # !defined(BUILD_PLUGIN_ONLY) - -.if ${MACHINE_ARCH} == "alpha" -CFLAGS+= -O0 -.endif - -.if !defined(BUILD_PLUGIN_ONLY) -.if !defined(WITHOUT_OPENGL) -# Display WITH_OPENGL advisory. -pre-everything:: - @${ECHO_MSG} '===> **************************************************' - @${ECHO_MSG} '===> NOTE: Use of WITH_OPENGL is not recommended with' - @${ECHO_MSG} '===> the NVidia drivers provided by the x11/nvidia port' - @${ECHO_MSG} '===> If you use these drivers, we recommend you press' - @${ECHO_MSG} '===> Ctrl-C now and set WITHOUT_OPENGL' - @${ECHO_MSG} '===> **************************************************' -.endif -.if !defined(WITHOUT_XFT) -pre-everything:: - @${ECHO_MSG} - @${ECHO_MSG} '===> **************************************************' - @${ECHO_MSG} '===> If you do not want to build QT with XFT support ' - @${ECHO_MSG} '===> press Ctrl-C and set WITHOUT_XFT' - @${ECHO_MSG} '===> **************************************************' -.endif - -.if ${XFREE86_VERSION} < 4 -BROKEN= "The QT ${PORTVERSION} port does not support any XFree86 < 4.x" -.endif # ${XFREE86_VERSION} < 4 - -.if exists(${X11BASE}/include/qt2/qapp.h) -BROKEN= "You have QT2 headers installed! Installing this port" -BROKEN+="will result in conflicts between QT3 and QT2!" -.endif -.endif # !defined(BUILD_PLUGIN_ONLY) - -post-patch: -.if !defined(BUILD_PLUGIN_ONLY) - @${FIND} ${WRKSRC} -name CVS | ${XARGS} ${RM} -fr - @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 -.else - ${REINPLACE_CMD} -e \ - "s,-lmysqlclient,-L${LOCALBASE}/lib/mysql -lmysqlclient," \ - ${WRKSRC}/plugins/src/sqldrivers/mysql/mysql.pro - @${RM} -fr ${WRKSRC}/extensions ${WRKSRC}/tools \ - ${WRKSRC}/plugins/src/styles \ - ${WRKSRC}/plugins/src/codecs \ - ${WRKSRC}/plugins/src/accessible \ - ${WRKSRC}/plugins/src/imageformats - ${LN} -s ${X11BASE}/bin/qmake ${WRKSRC}/bin/qmake - ${ECHO_CMD} "qmake:" > ${WRKSRC}/qmake/GNUmakefile.in -.endif - @${RM} -fr ${WRKSRC}/examples ${WRKSRC}/tutorial - @${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,/usr/local,${LOCALBASE},' \ - ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf - @${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},' \ - ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf - @${REINPLACE_CMD} -e 's,release,release thread,' \ - ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf -.if ${OSVERSION} > 500016 - @${REINPLACE_CMD} -e 's,-pthread -D_THREAD_SAFE,${PTHREAD_CFLAGS},' \ - ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf - @${REINPLACE_CMD} -e 's,-pthread,${PTHREAD_LIBS},' \ - ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf -.endif -.if !defined(BUILD_PLUGIN_ONLY) - @${RM} ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf.bak - -post-build: -.for tool in makeqpf mergetr msg2qm qembed qvfb - cd ${WRKSRC}/tools/${tool}; ${SETENV} ${MAKE_ENV} ${MAKE} -.endfor - -# Work around qmake generated dependencies -pre-install: - @${INSTALL_DATA} ${WRKSRC}/lib/*.prl ${PREFIX}/lib - ${INSTALL_SCRIPT} ${WRKSRC}/bin/findtr ${PREFIX}/bin -.for tool in makeqpf mergetr msg2qm qembed qvfb - ${INSTALL_PROGRAM} ${WRKSRC}/tools/${tool}/${tool} ${PREFIX}/bin -.endfor -.endif # !defined(BUILD_PLUGIN_ONLY) - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/qt33/distinfo b/x11-toolkits/qt33/distinfo deleted file mode 100644 index e2cdecd987cc..000000000000 --- a/x11-toolkits/qt33/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (KDE/qt-x11-free-3.2.1.tar.bz2) = 9ae022ffe7603ec34aba150f6cca257a diff --git a/x11-toolkits/qt33/files/patch-include-qmlined.h b/x11-toolkits/qt33/files/patch-include-qmlined.h deleted file mode 100644 index 822c77855959..000000000000 --- a/x11-toolkits/qt33/files/patch-include-qmlined.h +++ /dev/null @@ -1,9 +0,0 @@ ---- include/qmlined.h.orig Sat Feb 15 02:26:37 2003 -+++ include/qmlined.h Sat Feb 15 02:27:45 2003 -@@ -22,5 +22,5 @@ - *****************************************************************************/ - #ifndef QMLINED_H - #define QMLINED_H --#include "qtmultilineedit.h" -+#include "qtextedit.h" - #endif diff --git a/x11-toolkits/qt33/files/patch-qanimationwriter.cpp b/x11-toolkits/qt33/files/patch-qanimationwriter.cpp deleted file mode 100644 index 9e7db8a94a02..000000000000 --- a/x11-toolkits/qt33/files/patch-qanimationwriter.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- tools/qvfb/qanimationwriter.cpp.orig Wed Nov 27 02:45:38 2002 -+++ tools/qvfb/qanimationwriter.cpp Wed Nov 27 02:45:56 2002 -@@ -25,6 +25,7 @@ - - #include <png.h> - #include <netinet/in.h> // for htonl -+#include <limits.h> - - class QAnimationWriterData { - public: diff --git a/x11-toolkits/qt33/files/patch-src-styles-qstylefactory.cpp b/x11-toolkits/qt33/files/patch-src-styles-qstylefactory.cpp deleted file mode 100644 index 9adb9bc5c589..000000000000 --- a/x11-toolkits/qt33/files/patch-src-styles-qstylefactory.cpp +++ /dev/null @@ -1,12 +0,0 @@ ---- src/styles/qstylefactory.cpp.orig Sun Sep 21 19:27:51 2003 -+++ src/styles/qstylefactory.cpp Sun Sep 21 19:28:07 2003 -@@ -48,9 +48,6 @@ - #include "qplatinumstyle.h" - #include "qsgistyle.h" - #include "qcompactstyle.h" --#ifndef QT_NO_STYLE_WINDOWSXP --#include "qwindowsxpstyle.h" --#endif - #ifndef QT_NO_STYLE_AQUA - #include "qaquastyle.h" - #endif diff --git a/x11-toolkits/qt33/files/qapplication.cpp.diff b/x11-toolkits/qt33/files/qapplication.cpp.diff deleted file mode 100644 index b84fd01f8f74..000000000000 --- a/x11-toolkits/qt33/files/qapplication.cpp.diff +++ /dev/null @@ -1,74 +0,0 @@ -=================================================================== -RCS file: /home2/webcvs/mirror/qt-copy/src/kernel/qapplication.cpp,v -retrieving revision 1.61 -retrieving revision 1.62 -diff -u -p -r1.61 -r1.62 ---- qt-copy/src/kernel/qapplication.cpp 2002/11/13 16:46:34 1.61 -+++ qt-copy/src/kernel/qapplication.cpp 2002/11/14 08:57:34 1.62 -@@ -3257,6 +3257,66 @@ Q_EXPORT void qt_dispatchEnterLeave( QWi - } - - -+#ifdef Q_WS_MACX -+extern QWidget *qt_tryModalHelperMac( QWidget * top ); //qapplication_mac.cpp -+#endif -+ -+ -+/*!\internal -+ -+ Called from qapplication_<platform>.cpp, returns TRUE -+ if the widget should accept the event. -+ */ -+bool qt_tryModalHelper( QWidget *widget, QWidget **rettop ) { -+ QWidget *modal=0, *top=QApplication::activeModalWidget(); -+ if ( rettop ) *rettop = top; -+ -+ if ( qApp->activePopupWidget() ) -+ return TRUE; -+ -+#ifdef Q_WS_MACX -+ top = qt_tryModalHelperMac( top ); -+ if ( rettop ) *rettop = top; -+#endif -+ -+ QWidget* groupLeader = widget; -+ widget = widget->topLevelWidget(); -+ -+ if ( widget->testWFlags(Qt::WShowModal) ) // widget is modal -+ modal = widget; -+ if ( !top || modal == top ) // don't block event -+ return TRUE; -+ -+ QWidget * p = widget->parentWidget(); // Check if the active modal widget is a parent of our widget -+ while ( p ) { -+ if ( p == top ) -+ return TRUE; -+ p = p->parentWidget(); -+ } -+ -+ while ( groupLeader && !groupLeader->testWFlags( Qt::WGroupLeader ) ) -+ groupLeader = groupLeader->parentWidget(); -+ -+ if ( groupLeader ) { -+ // Does groupLeader have a child in qt_modal_stack? -+ bool unrelated = TRUE; -+ modal = qt_modal_stack->first(); -+ while (modal && unrelated) { -+ QWidget* p = modal->parentWidget(); -+ while ( p && p != groupLeader && !p->testWFlags( Qt::WGroupLeader) ) { -+ p = p->parentWidget(); -+ } -+ modal = qt_modal_stack->next(); -+ if ( p == groupLeader ) unrelated = FALSE; -+ } -+ -+ if ( unrelated ) -+ return TRUE; // don't block event -+ } -+ return FALSE; -+} -+ -+ - /*! - Returns the desktop widget (also called the root window). - diff --git a/x11-toolkits/qt33/files/qapplication_p.h.diff b/x11-toolkits/qt33/files/qapplication_p.h.diff deleted file mode 100644 index 8b9268c696b8..000000000000 --- a/x11-toolkits/qt33/files/qapplication_p.h.diff +++ /dev/null @@ -1,16 +0,0 @@ -=================================================================== -RCS file: /home2/webcvs/mirror/qt-copy/src/kernel/qapplication_p.h,v -retrieving revision 1.21 -retrieving revision 1.22 -diff -u -p -r1.21 -r1.22 ---- qt-copy/src/kernel/qapplication_p.h 2002/11/13 16:46:34 1.21 -+++ qt-copy/src/kernel/qapplication_p.h 2002/11/14 08:57:34 1.22 -@@ -83,7 +83,6 @@ extern int qt_ncols_option; - - - extern void qt_dispatchEnterLeave( QWidget*, QWidget* ); -- -- -+extern bool qt_tryModalHelper( QWidget *, QWidget ** = 0 ); - - #endif diff --git a/x11-toolkits/qt33/files/qapplication_x11.cpp.diff b/x11-toolkits/qt33/files/qapplication_x11.cpp.diff deleted file mode 100644 index 877de05c5950..000000000000 --- a/x11-toolkits/qt33/files/qapplication_x11.cpp.diff +++ /dev/null @@ -1,48 +0,0 @@ -=================================================================== -RCS file: /home2/webcvs/mirror/qt-copy/src/kernel/qapplication_x11.cpp,v -retrieving revision 1.81 -retrieving revision 1.82 -diff -u -p -r1.81 -r1.82 ---- qt-copy/src/kernel/qapplication_x11.cpp 2002/11/13 16:46:34 1.81 -+++ qt-copy/src/kernel/qapplication_x11.cpp 2002/11/14 08:57:34 1.82 -@@ -3691,39 +3691,9 @@ void qt_leave_modal( QWidget *widget ) - - bool qt_try_modal( QWidget *widget, XEvent *event ) - { -- if ( qApp->activePopupWidget() ) -+ if ( qt_tryModalHelper( widget ) ) - return TRUE; - -- QWidget *modal=0, *top=QApplication::activeModalWidget(); -- -- QWidget* groupLeader = widget; -- widget = widget->topLevelWidget(); -- -- if ( widget->testWFlags(Qt::WShowModal) ) // widget is modal -- modal = widget; -- if ( !top || modal == top ) // don't block event -- return TRUE; -- -- while ( groupLeader && !groupLeader->testWFlags( Qt::WGroupLeader ) ) -- groupLeader = groupLeader->parentWidget(); -- -- if ( groupLeader ) { -- // Does groupLeader have a child in qt_modal_stack? -- bool unrelated = TRUE; -- modal = qt_modal_stack->first(); -- while (modal && unrelated) { -- QWidget* p = modal->parentWidget(); -- while ( p && p != groupLeader && !p->testWFlags( Qt::WGroupLeader) ) { -- p = p->parentWidget(); -- } -- modal = qt_modal_stack->next(); -- if ( p == groupLeader ) unrelated = FALSE; -- } -- -- if ( unrelated ) -- return TRUE; // don't block event -- } -- - bool block_event = FALSE; - switch ( event->type ) { - case ButtonPress: // disallow mouse/key events diff --git a/x11-toolkits/qt33/files/qeffects.cpp.diff b/x11-toolkits/qt33/files/qeffects.cpp.diff deleted file mode 100644 index 4ad9ee987455..000000000000 --- a/x11-toolkits/qt33/files/qeffects.cpp.diff +++ /dev/null @@ -1,23 +0,0 @@ -=================================================================== -RCS file: /home2/webcvs/mirror/qt-copy/src/widgets/qeffects.cpp,v -retrieving revision 1.18 -retrieving revision 1.19 -diff -u -p -r1.18 -r1.19 ---- qt-copy/src/widgets/qeffects.cpp 2002/10/30 01:54:25 1.18 -+++ qt-copy/src/widgets/qeffects.cpp 2002/11/21 01:30:32 1.19 -@@ -275,6 +275,7 @@ void QAlphaWidget::render() - q_blend = 0; - deleteLater(); - } else { -+ widget->clearWState( WState_ForceHide ); - alphaBlend(); - pm = mixed; - repaint( FALSE ); -@@ -505,6 +506,7 @@ void QRollEffect::run( int time ) - void QRollEffect::scroll() - { - if ( !done ) { -+ widget->clearWState( WState_ForceHide ); - int tempel = checkTime.elapsed(); - if ( elapsed >= tempel ) - elapsed++; diff --git a/x11-toolkits/qt33/files/qwidget_x11.cpp.diff b/x11-toolkits/qt33/files/qwidget_x11.cpp.diff deleted file mode 100644 index de7fa1e41c6f..000000000000 --- a/x11-toolkits/qt33/files/qwidget_x11.cpp.diff +++ /dev/null @@ -1,15 +0,0 @@ -=================================================================== -RCS file: /home2/webcvs/mirror/qt-copy/src/kernel/qwidget_x11.cpp,v -retrieving revision 1.55 -retrieving revision 1.56 -diff -u -p -r1.55 -r1.56 ---- qt-copy/src/kernel/qwidget_x11.cpp 2002/11/13 16:46:35 1.55 -+++ qt-copy/src/kernel/qwidget_x11.cpp 2002/11/13 17:28:42 1.56 -@@ -1561,7 +1561,6 @@ void QWidget::showMinimized() - else { - topData()->showMode = 1; - show(); -- hideChildren( FALSE ); - } - } else { - show(); diff --git a/x11-toolkits/qt33/pkg-descr b/x11-toolkits/qt33/pkg-descr deleted file mode 100644 index efc79b9aaf24..000000000000 --- a/x11-toolkits/qt33/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Qt is a C++ toolkit for application development. It lets application -developers target all major operating systems with a single application -source code. - -Qt provides a platform-independent API to all central platform functionality: -GUI, database access, networking, file handling, etc. The Qt library -encapsulates the different APIs of different operating systems, providing -the application programmer with a single, common API for all operating systems. -The native C APIs are encapsulated in a set of well-designed, fully -object-oriented C++ classes. - -WWW: http://www.trolltech.com/products/qt/index.html diff --git a/x11-toolkits/qt33/pkg-plist b/x11-toolkits/qt33/pkg-plist deleted file mode 100644 index 459e195a33c2..000000000000 --- a/x11-toolkits/qt33/pkg-plist +++ /dev/null @@ -1,2541 +0,0 @@ -bin/assistant -bin/designer -bin/findtr -bin/linguist -bin/lrelease -bin/lupdate -bin/makeqpf -bin/mergetr -bin/moc -bin/msg2qm -bin/qembed -bin/qm2ts -bin/qmake -bin/qtconfig -bin/qvfb -bin/uic -etc/settings/.qt_plugins_3.2rc.lock -etc/settings/qt_plugins_3.2rc -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/qdialogbuttons_p.h -include/private/qdir_p.h -include/private/qeffects_p.h -include/private/qeventloop_p.h -include/private/qfiledefs_p.h -include/private/qfontcodecs_p.h -include/private/qfontdata_p.h -include/private/qfontengine_p.h -include/private/qgfxdriverinterface_p.h -include/private/qgpluginmanager_p.h -include/private/qimageformatinterface_p.h -include/private/qinputcontext_p.h -include/private/qinternal_p.h -include/private/qkbddriverinterface_p.h -include/private/qlayoutengine_p.h -include/private/qlibrary_p.h -include/private/qlock_p.h -include/private/qmousedriverinterface_p.h -include/private/qmutex_p.h -include/private/qmutexpool_p.h -include/private/qpainter_p.h -include/private/qpluginmanager_p.h -include/private/qprinter_p.h -include/private/qpsprinter_p.h -include/private/qrichtext_p.h -include/private/qscriptengine_p.h -include/private/qsettings_p.h -include/private/qsharedmemory_p.h -include/private/qsqldriverinterface_p.h -include/private/qsqlextension_p.h -include/private/qsqlmanager_p.h -include/private/qstyleinterface_p.h -include/private/qsvgdevice_p.h -include/private/qt_x11_p.h -include/private/qtextcodecinterface_p.h -include/private/qtextengine_p.h -include/private/qtextlayout_p.h -include/private/qthreadinstance_p.h -include/private/qtitlebar_p.h -include/private/qucom_p.h -include/private/qucomextra_p.h -include/private/qunicodetables_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/qassistantclient.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/qdeepcopy.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/qeventloop.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/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/qsplashscreen.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/qsqlselectcursor.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/qsyntaxhighlighter.h -include/qt.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/qthreadstorage.h -include/qtimer.h -include/qtl.h -include/qtoolbar.h -include/qtoolbox.h -include/qtoolbutton.h -include/qtooltip.h -include/qtranslator.h -include/qtsciicodec.h -include/qtstream.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/qwinexport.h -include/qwizard.h -include/qwmatrix.h -include/qworkspace.h -include/qxml.h -lib/libdesignercore.a -lib/libdesignercore.prl -lib/libeditor.a -lib/libeditor.prl -lib/libqassistantclient.a -lib/libqassistantclient.prl -lib/libqnp.prl -lib/libqt-mt.prl -lib/libqt-mt.so -lib/libqt-mt.so.3 -lib/libqt-mt.so.3.2 -lib/libqt-mt.so.3.2.1 -lib/libqui.prl -lib/libqui.so -lib/libqui.so.1 -lib/libqui.so.1.0 -lib/libqui.so.1.0.0 -lib/pkgconfig/qt-mt.pc -lib/plugins/designer/libcppeditor.so -lib/plugins/designer/libdlgplugin.so -lib/plugins/designer/libgladeplugin.so -lib/plugins/designer/libkdevdlgplugin.so -lib/plugins/designer/librcplugin.so -lib/plugins/designer/libwizards.so -share/doc/qt/html/3rdparty.html -share/doc/qt/html/aboutqt.html -share/doc/qt/html/abstract-connections.png -share/doc/qt/html/abstractwidgets.html -share/doc/qt/html/accelerators.html -share/doc/qt/html/aclock-example.html -share/doc/qt/html/activeqt-examples.html -share/doc/qt/html/activeqt.html -share/doc/qt/html/addressbook-example.html -share/doc/qt/html/advanced.html -share/doc/qt/html/annotated.html -share/doc/qt/html/appearance.html -share/doc/qt/html/appicon.html -share/doc/qt/html/application.html -share/doc/qt/html/archivesearch-example.html -share/doc/qt/html/assistant-1.html -share/doc/qt/html/assistant-2.html -share/doc/qt/html/assistant-3.html -share/doc/qt/html/assistant-4.html -share/doc/qt/html/assistant-5.html -share/doc/qt/html/assistant-6.html -share/doc/qt/html/assistant.dcf -share/doc/qt/html/assistant.html -share/doc/qt/html/assistant.png -share/doc/qt/html/basic.html -share/doc/qt/html/bearings.png -share/doc/qt/html/biff-example.html -share/doc/qt/html/bigtable-example.html -share/doc/qt/html/book-dialog.png -share/doc/qt/html/book-main.png -share/doc/qt/html/brush-styles.png -share/doc/qt/html/bughowto.html -share/doc/qt/html/buttongroup-w.png -share/doc/qt/html/buttongroups-example.html -share/doc/qt/html/canvas-chart-example.html -share/doc/qt/html/canvas-example.html -share/doc/qt/html/canvas.html -share/doc/qt/html/chart-canvastext-h.html -share/doc/qt/html/chart-canvasview-cpp.html -share/doc/qt/html/chart-canvasview-h.html -share/doc/qt/html/chart-chart-pro.html -share/doc/qt/html/chart-chartform-cpp.html -share/doc/qt/html/chart-chartform-h.html -share/doc/qt/html/chart-chartform_canvas-cpp.html -share/doc/qt/html/chart-chartform_files-cpp.html -share/doc/qt/html/chart-element-cpp.html -share/doc/qt/html/chart-element-h.html -share/doc/qt/html/chart-forms.png -share/doc/qt/html/chart-main-cpp.html -share/doc/qt/html/chart-main.png -share/doc/qt/html/chart-main2.png -share/doc/qt/html/chart-options.png -share/doc/qt/html/chart-optionsform-cpp.html -share/doc/qt/html/chart-optionsform-h.html -share/doc/qt/html/chart-setdata.png -share/doc/qt/html/chart-setdataform-cpp.html -share/doc/qt/html/chart-setdataform-h.html -share/doc/qt/html/checklists-example.html -share/doc/qt/html/classchart.html -share/doc/qt/html/classes.html -share/doc/qt/html/clientserver-example.html -share/doc/qt/html/collection.html -share/doc/qt/html/commercialeditions.html -share/doc/qt/html/commonproblems.html -share/doc/qt/html/concrete-connections.png -share/doc/qt/html/coordsys.html -share/doc/qt/html/coordsys.png -share/doc/qt/html/credits.html -share/doc/qt/html/cursor-example.html -share/doc/qt/html/cursors.png -share/doc/qt/html/customlayout-example.html -share/doc/qt/html/customlayout.html -share/doc/qt/html/customstyles.html -share/doc/qt/html/database.html -share/doc/qt/html/databaseconnections.png -share/doc/qt/html/datastreamformat.html -share/doc/qt/html/datetimewidgets.png -share/doc/qt/html/dclock-example.html -share/doc/qt/html/debug.html -share/doc/qt/html/demo-example.html -share/doc/qt/html/dependencies.png -share/doc/qt/html/designer-manual-1.html -share/doc/qt/html/designer-manual-10.html -share/doc/qt/html/designer-manual-11.html -share/doc/qt/html/designer-manual-12.html -share/doc/qt/html/designer-manual-13.html -share/doc/qt/html/designer-manual-14.html -share/doc/qt/html/designer-manual-15.html -share/doc/qt/html/designer-manual-16.html -share/doc/qt/html/designer-manual-2.html -share/doc/qt/html/designer-manual-3.html -share/doc/qt/html/designer-manual-4.html -share/doc/qt/html/designer-manual-5.html -share/doc/qt/html/designer-manual-6.html -share/doc/qt/html/designer-manual-7.html -share/doc/qt/html/designer-manual-8.html -share/doc/qt/html/designer-manual-9.html -share/doc/qt/html/designer-manual.html -share/doc/qt/html/designer.dcf -share/doc/qt/html/designer1.jpg -share/doc/qt/html/designer2.jpg -share/doc/qt/html/designer3.jpg -share/doc/qt/html/desktop-example.html -share/doc/qt/html/dialog1addwidg.png -share/doc/qt/html/dialog1layout1.png -share/doc/qt/html/dialog1layout2.png -share/doc/qt/html/dialog1selewidg.png -share/doc/qt/html/dialog1selewidg1.png -share/doc/qt/html/dialog1tab.png -share/doc/qt/html/dialog2laywidg.png -share/doc/qt/html/dialog2sample.png -share/doc/qt/html/dialog2setwidg.png -share/doc/qt/html/dialog3buttons.png -share/doc/qt/html/dialog3clipgrp.png -share/doc/qt/html/dialog3grpbox.png -share/doc/qt/html/dialog3layclip.png -share/doc/qt/html/dialog3layout.png -share/doc/qt/html/dialog3sample.png -share/doc/qt/html/dialogs.html -share/doc/qt/html/dirview-example.html -share/doc/qt/html/distributingqt.html -share/doc/qt/html/distributor-example.html -share/doc/qt/html/dnd.html -share/doc/qt/html/docwindow.png -share/doc/qt/html/doneandnext.png -share/doc/qt/html/draganddrop.html -share/doc/qt/html/dragdrop-example.html -share/doc/qt/html/drawdemo-example.html -share/doc/qt/html/drawlines-example.html -share/doc/qt/html/edit-dbtable-dialog.png -share/doc/qt/html/editcopy.png -share/doc/qt/html/editcut.png -share/doc/qt/html/editfind.png -share/doc/qt/html/editions.html -share/doc/qt/html/editpaste.png -share/doc/qt/html/editredo.png -share/doc/qt/html/editundo.png -share/doc/qt/html/emb-accel.html -share/doc/qt/html/emb-charinput.html -share/doc/qt/html/emb-classes.html -share/doc/qt/html/emb-envvars.html -share/doc/qt/html/emb-features.html -share/doc/qt/html/emb-fonts.html -share/doc/qt/html/emb-framebuffer-howto.html -share/doc/qt/html/emb-install.html -share/doc/qt/html/emb-performance.html -share/doc/qt/html/emb-pointer.html -share/doc/qt/html/emb-porting.html -share/doc/qt/html/emb-qvfb.html -share/doc/qt/html/emb-running.html -share/doc/qt/html/emb-vnc.html -share/doc/qt/html/embedporting.html -share/doc/qt/html/environment.html -share/doc/qt/html/events.html -share/doc/qt/html/eventsandfilters.html -share/doc/qt/html/examples.html -share/doc/qt/html/extension-dialog-example.html -share/doc/qt/html/faq.html -share/doc/qt/html/filechooser.png -share/doc/qt/html/fileiconview-example.html -share/doc/qt/html/fileopen.png -share/doc/qt/html/fileprint.png -share/doc/qt/html/filesave.png -share/doc/qt/html/finddialog.png -share/doc/qt/html/focus.html -share/doc/qt/html/forever-example.html -share/doc/qt/html/frames.png -share/doc/qt/html/freeeditions.html -share/doc/qt/html/ftpclient-example.html -share/doc/qt/html/functions.html -share/doc/qt/html/general.png -share/doc/qt/html/geomanagement.html -share/doc/qt/html/geometry.html -share/doc/qt/html/geometry.png -share/doc/qt/html/gpl.html -share/doc/qt/html/graph.g1n -share/doc/qt/html/grapher-nsplugin-example.html -share/doc/qt/html/graphics.html -share/doc/qt/html/gridlayout.png -share/doc/qt/html/groupbox-w.png -share/doc/qt/html/groups.html -share/doc/qt/html/guibooks.html -share/doc/qt/html/headerfilesynonyms -share/doc/qt/html/headers.html -share/doc/qt/html/hello-example.html -share/doc/qt/html/helpsystem-example.html -share/doc/qt/html/helpsystem.html -share/doc/qt/html/helpviewer-example.html -share/doc/qt/html/hierarchy.html -share/doc/qt/html/how-to-learn-qt.html -share/doc/qt/html/httpd-example.html -share/doc/qt/html/i18n-example.html -share/doc/qt/html/i18n.html -share/doc/qt/html/iconset.png -share/doc/qt/html/iconview-example.html -share/doc/qt/html/iconview-simple_dd-main-cpp.html -share/doc/qt/html/iconview-simple_dd-main-h.html -share/doc/qt/html/iconview.html -share/doc/qt/html/images.html -share/doc/qt/html/index -share/doc/qt/html/index.html -share/doc/qt/html/inputdialogs.png -share/doc/qt/html/install-win.html -share/doc/qt/html/install-x11.html -share/doc/qt/html/installation.html -share/doc/qt/html/integration.html -share/doc/qt/html/io.html -share/doc/qt/html/keyfeatures30.html -share/doc/qt/html/layout-example.html -share/doc/qt/html/layout.html -share/doc/qt/html/layout1.png -share/doc/qt/html/layout2.png -share/doc/qt/html/license.html -share/doc/qt/html/licenses.html -share/doc/qt/html/life-example.html -share/doc/qt/html/lineedits-example.html -share/doc/qt/html/linguist-manual-1.html -share/doc/qt/html/linguist-manual-2.html -share/doc/qt/html/linguist-manual-3.html -share/doc/qt/html/linguist-manual-4.html -share/doc/qt/html/linguist-manual.html -share/doc/qt/html/linguist.dcf -share/doc/qt/html/linguist.png -share/doc/qt/html/listbox-example.html -share/doc/qt/html/listboxcombo-example.html -share/doc/qt/html/listviews-example.html -share/doc/qt/html/logo32.png -share/doc/qt/html/mac-differences.html -share/doc/qt/html/mail-example.html -share/doc/qt/html/mailinglists.html -share/doc/qt/html/mainclasses.html -share/doc/qt/html/mainwindow-w.png -share/doc/qt/html/makeqpf.html -share/doc/qt/html/mdi-example.html -share/doc/qt/html/menu-example.html -share/doc/qt/html/menubar.png -share/doc/qt/html/metaobjects.html -share/doc/qt/html/misc.html -share/doc/qt/html/moc.html -share/doc/qt/html/modules.html -share/doc/qt/html/motif-customwidget-example.html -share/doc/qt/html/motif-dialog-example.html -share/doc/qt/html/motif-examples.html -share/doc/qt/html/motif-extension.html -share/doc/qt/html/motif-todo.png -share/doc/qt/html/motif-walkthrough-1.html -share/doc/qt/html/motif-walkthrough-10.html -share/doc/qt/html/motif-walkthrough-2.html -share/doc/qt/html/motif-walkthrough-3.html -share/doc/qt/html/motif-walkthrough-4.html -share/doc/qt/html/motif-walkthrough-5.html -share/doc/qt/html/motif-walkthrough-6.html -share/doc/qt/html/motif-walkthrough-7.html -share/doc/qt/html/motif-walkthrough-8.html -share/doc/qt/html/motif-walkthrough-9.html -share/doc/qt/html/motif-walkthrough.html -share/doc/qt/html/movies-example.html -share/doc/qt/html/multimedia.html -share/doc/qt/html/mw-addmainwidg.png -share/doc/qt/html/mw-coloriconv.png -share/doc/qt/html/mw-colortable.png -share/doc/qt/html/mw-colortool1.png -share/doc/qt/html/mw-colortool2.png -share/doc/qt/html/mw-conn1.png -share/doc/qt/html/mw-conn2.png -share/doc/qt/html/mw-conn3.png -share/doc/qt/html/mw-conn4.png -share/doc/qt/html/mw-dragaction.png -share/doc/qt/html/mw-dragviewitem.png -share/doc/qt/html/mw-editforw.png -share/doc/qt/html/mw-editfunc.png -share/doc/qt/html/mw-editincimp.png -share/doc/qt/html/mw-editvar.png -share/doc/qt/html/mw-laycoloriconv.png -share/doc/qt/html/mw-laycolortable.png -share/doc/qt/html/mw-laymainwidg.png -share/doc/qt/html/mw-menuwiz.png -share/doc/qt/html/mw-newfile.png -share/doc/qt/html/mw-newmenuitem.png -share/doc/qt/html/mw-objexplor.png -share/doc/qt/html/mw-previewform.png -share/doc/qt/html/mw-projset.png -share/doc/qt/html/mw-propedit.png -share/doc/qt/html/mw-separator.png -share/doc/qt/html/mw-settoolwiz.png -share/doc/qt/html/mw-startdesign.png -share/doc/qt/html/mw-toolbarpits.png -share/doc/qt/html/netscape-plugin.html -share/doc/qt/html/network-examples.html -share/doc/qt/html/network.html -share/doc/qt/html/networkprotocol-example.html -share/doc/qt/html/next.png -share/doc/qt/html/nextunfinished.png -share/doc/qt/html/nsplugin-examples.html -share/doc/qt/html/object.html -share/doc/qt/html/objectmodel.html -share/doc/qt/html/objecttrees.html -share/doc/qt/html/opengl-box-example.html -share/doc/qt/html/opengl-examples.html -share/doc/qt/html/opengl-gear-example.html -share/doc/qt/html/opengl-overlay-example.html -share/doc/qt/html/opengl-overlay-x11-example.html -share/doc/qt/html/opengl-pixmap-example.html -share/doc/qt/html/opengl-sharedbox-example.html -share/doc/qt/html/opengl-texture-example.html -share/doc/qt/html/opengl-x11-overlays.html -share/doc/qt/html/opengl.html -share/doc/qt/html/organizers.html -share/doc/qt/html/outliner-example.html -share/doc/qt/html/overviews-list.html -share/doc/qt/html/palette.png -share/doc/qt/html/pdf1.png -share/doc/qt/html/pen-cap-styles.png -share/doc/qt/html/pen-join-styles.png -share/doc/qt/html/pen-styles.png -share/doc/qt/html/penstyles.png -share/doc/qt/html/phrasebookdialog.png -share/doc/qt/html/phrasebookopen.png -share/doc/qt/html/picture-example.html -share/doc/qt/html/pictures.html -share/doc/qt/html/plugins-howto.html -share/doc/qt/html/plugins.html -share/doc/qt/html/popup-example.html -share/doc/qt/html/porting.html -share/doc/qt/html/porting2.html -share/doc/qt/html/prev.png -share/doc/qt/html/prevunfinished.png -share/doc/qt/html/primes.html -share/doc/qt/html/process-example.html -share/doc/qt/html/progress-example.html -share/doc/qt/html/progressbar-example.html -share/doc/qt/html/properties.html -share/doc/qt/html/propertydocs -share/doc/qt/html/propertyindex -share/doc/qt/html/qaccel-h.html -share/doc/qt/html/qaccel-members.html -share/doc/qt/html/qaccel.html -share/doc/qt/html/qaccessible-h.html -share/doc/qt/html/qaccessible-members.html -share/doc/qt/html/qaccessible.html -share/doc/qt/html/qaccessibleinterface-members.html -share/doc/qt/html/qaccessibleinterface.html -share/doc/qt/html/qaccessibleobject-members.html -share/doc/qt/html/qaccessibleobject.html -share/doc/qt/html/qaction-application-example.html -share/doc/qt/html/qaction-examples.html -share/doc/qt/html/qaction-h.html -share/doc/qt/html/qaction-members.html -share/doc/qt/html/qaction.html -share/doc/qt/html/qactiongroup-members.html -share/doc/qt/html/qactiongroup.html -share/doc/qt/html/qactiongroup_menu.png -share/doc/qt/html/qactiongroup_menu_subwidget.png -share/doc/qt/html/qactiongroup_toolbar.png -share/doc/qt/html/qactiongroup_toolbar_exclusive_subwidget.png -share/doc/qt/html/qactiongroup_toolbar_nonexclusive_subwidget.png -share/doc/qt/html/qapplication-h.html -share/doc/qt/html/qapplication-members.html -share/doc/qt/html/qapplication.html -share/doc/qt/html/qarray.html -share/doc/qt/html/qasciicache-h.html -share/doc/qt/html/qasciicache-members.html -share/doc/qt/html/qasciicache.html -share/doc/qt/html/qasciicacheiterator-members.html -share/doc/qt/html/qasciicacheiterator.html -share/doc/qt/html/qasciidict-h.html -share/doc/qt/html/qasciidict-members.html -share/doc/qt/html/qasciidict.html -share/doc/qt/html/qasciidictiterator-members.html -share/doc/qt/html/qasciidictiterator.html -share/doc/qt/html/qassistantclient-h.html -share/doc/qt/html/qassistantclient-members.html -share/doc/qt/html/qassistantclient.html -share/doc/qt/html/qasyncimageio-h.html -share/doc/qt/html/qasyncio-h.html -share/doc/qt/html/qasyncio-members.html -share/doc/qt/html/qasyncio.html -share/doc/qt/html/qaxaggregated-members.html -share/doc/qt/html/qaxaggregated.html -share/doc/qt/html/qaxbase-h.html -share/doc/qt/html/qaxbase-members.html -share/doc/qt/html/qaxbase.html -share/doc/qt/html/qaxbindable-h.html -share/doc/qt/html/qaxbindable-members.html -share/doc/qt/html/qaxbindable.html -share/doc/qt/html/qaxcontainer-example-qutlook.html -share/doc/qt/html/qaxcontainer-example-testcon.html -share/doc/qt/html/qaxcontainer-example-webbrowser.html -share/doc/qt/html/qaxcontainer-examples.html -share/doc/qt/html/qaxcontainer-faq.html -share/doc/qt/html/qaxcontainer.html -share/doc/qt/html/qaxfactory-h.html -share/doc/qt/html/qaxfactory-members.html -share/doc/qt/html/qaxfactory.html -share/doc/qt/html/qaxobject-h.html -share/doc/qt/html/qaxobject-members.html -share/doc/qt/html/qaxobject.html -share/doc/qt/html/qaxserver-demo-hierarchy.html -share/doc/qt/html/qaxserver-demo-menus.html -share/doc/qt/html/qaxserver-demo-multiple.html -share/doc/qt/html/qaxserver-demo-opengl.html -share/doc/qt/html/qaxserver-demo-simple.html -share/doc/qt/html/qaxserver-demo-tetrax.html -share/doc/qt/html/qaxserver-demo-wrapper.html -share/doc/qt/html/qaxserver-example-hierarchy.html -share/doc/qt/html/qaxserver-example-menus.html -share/doc/qt/html/qaxserver-example-multiple.html -share/doc/qt/html/qaxserver-example-opengl.html -share/doc/qt/html/qaxserver-example-simple.html -share/doc/qt/html/qaxserver-example-tetrax.html -share/doc/qt/html/qaxserver-example-wrapper.html -share/doc/qt/html/qaxserver-examples.html -share/doc/qt/html/qaxserver-faq.html -share/doc/qt/html/qaxserver.html -share/doc/qt/html/qaxwidget-h.html -share/doc/qt/html/qaxwidget-members.html -share/doc/qt/html/qaxwidget.html -share/doc/qt/html/qbig5codec-h.html -share/doc/qt/html/qbig5codec-members.html -share/doc/qt/html/qbig5codec.html -share/doc/qt/html/qbig5hkscscodec-members.html -share/doc/qt/html/qbig5hkscscodec.html -share/doc/qt/html/qbitarray-h.html -share/doc/qt/html/qbitarray-members.html -share/doc/qt/html/qbitarray.html -share/doc/qt/html/qbitmap-h.html -share/doc/qt/html/qbitmap-members.html -share/doc/qt/html/qbitmap.html -share/doc/qt/html/qbitval-members.html -share/doc/qt/html/qbitval.html -share/doc/qt/html/qboxlayout-members.html -share/doc/qt/html/qboxlayout.html -share/doc/qt/html/qbrush-h.html -share/doc/qt/html/qbrush-members.html -share/doc/qt/html/qbrush.html -share/doc/qt/html/qbttngrp-m.png -share/doc/qt/html/qbttngrp-w.png -share/doc/qt/html/qbuffer-h.html -share/doc/qt/html/qbuffer-members.html -share/doc/qt/html/qbuffer.html -share/doc/qt/html/qbutton-h.html -share/doc/qt/html/qbutton-members.html -share/doc/qt/html/qbutton.html -share/doc/qt/html/qbuttongroup-h.html -share/doc/qt/html/qbuttongroup-h.png -share/doc/qt/html/qbuttongroup-members.html -share/doc/qt/html/qbuttongroup-v.png -share/doc/qt/html/qbuttongroup.html -share/doc/qt/html/qbytearray-members.html -share/doc/qt/html/qbytearray.html -share/doc/qt/html/qcache-h.html -share/doc/qt/html/qcache-members.html -share/doc/qt/html/qcache.html -share/doc/qt/html/qcacheiterator-members.html -share/doc/qt/html/qcacheiterator.html -share/doc/qt/html/qcanvas-h.html -share/doc/qt/html/qcanvas-members.html -share/doc/qt/html/qcanvas.html -share/doc/qt/html/qcanvas.png -share/doc/qt/html/qcanvasellipse-members.html -share/doc/qt/html/qcanvasellipse.html -share/doc/qt/html/qcanvasellipse.png -share/doc/qt/html/qcanvasitem-members.html -share/doc/qt/html/qcanvasitem.html -share/doc/qt/html/qcanvasitemlist-members.html -share/doc/qt/html/qcanvasitemlist.html -share/doc/qt/html/qcanvasline-members.html -share/doc/qt/html/qcanvasline.html -share/doc/qt/html/qcanvaspixmap-members.html -share/doc/qt/html/qcanvaspixmap.html -share/doc/qt/html/qcanvaspixmaparray-members.html -share/doc/qt/html/qcanvaspixmaparray.html -share/doc/qt/html/qcanvaspolygon-members.html -share/doc/qt/html/qcanvaspolygon.html -share/doc/qt/html/qcanvaspolygonalitem-members.html -share/doc/qt/html/qcanvaspolygonalitem.html -share/doc/qt/html/qcanvasrectangle-members.html -share/doc/qt/html/qcanvasrectangle.html -share/doc/qt/html/qcanvasspline-members.html -share/doc/qt/html/qcanvasspline.html -share/doc/qt/html/qcanvassprite-members.html -share/doc/qt/html/qcanvassprite.html -share/doc/qt/html/qcanvastext-members.html -share/doc/qt/html/qcanvastext.html -share/doc/qt/html/qcanvasview-members.html -share/doc/qt/html/qcanvasview.html -share/doc/qt/html/qcdestyle-h.html -share/doc/qt/html/qcdestyle-members.html -share/doc/qt/html/qcdestyle.html -share/doc/qt/html/qchar-members.html -share/doc/qt/html/qchar.html -share/doc/qt/html/qcharref-members.html -share/doc/qt/html/qcharref.html -share/doc/qt/html/qcheckbox-h.html -share/doc/qt/html/qcheckbox-members.html -share/doc/qt/html/qcheckbox.html -share/doc/qt/html/qchecklistitem-members.html -share/doc/qt/html/qchecklistitem.html -share/doc/qt/html/qchecktableitem-members.html -share/doc/qt/html/qchecktableitem.html -share/doc/qt/html/qchildevent-members.html -share/doc/qt/html/qchildevent.html -share/doc/qt/html/qchkbox-m.png -share/doc/qt/html/qchkbox-w.png -share/doc/qt/html/qclipboard-h.html -share/doc/qt/html/qclipboard-members.html -share/doc/qt/html/qclipboard.html -share/doc/qt/html/qcloseevent-members.html -share/doc/qt/html/qcloseevent.html -share/doc/qt/html/qcollection.html -share/doc/qt/html/qcolor-h.html -share/doc/qt/html/qcolor-members.html -share/doc/qt/html/qcolor.html -share/doc/qt/html/qcolordialog-h.html -share/doc/qt/html/qcolordialog-members.html -share/doc/qt/html/qcolordialog.html -share/doc/qt/html/qcolordlg-w.png -share/doc/qt/html/qcolordrag-members.html -share/doc/qt/html/qcolordrag.html -share/doc/qt/html/qcolorgroup-members.html -share/doc/qt/html/qcolorgroup.html -share/doc/qt/html/qcombo1-m.png -share/doc/qt/html/qcombo1-w.png -share/doc/qt/html/qcombo2-m.png -share/doc/qt/html/qcombo3-m.png -share/doc/qt/html/qcombobox-h.html -share/doc/qt/html/qcombobox-members.html -share/doc/qt/html/qcombobox.html -share/doc/qt/html/qcombotableitem-members.html -share/doc/qt/html/qcombotableitem.html -share/doc/qt/html/qcommonstyle-h.html -share/doc/qt/html/qcommonstyle-members.html -share/doc/qt/html/qcommonstyle.html -share/doc/qt/html/qconststring-members.html -share/doc/qt/html/qconststring.html -share/doc/qt/html/qcontextmenuevent-members.html -share/doc/qt/html/qcontextmenuevent.html -share/doc/qt/html/qcopchannel-members.html -share/doc/qt/html/qcopchannel.html -share/doc/qt/html/qcopchannel_qws-h.html -share/doc/qt/html/qcstring-h.html -share/doc/qt/html/qcstring-members.html -share/doc/qt/html/qcstring.html -share/doc/qt/html/qcursor-h.html -share/doc/qt/html/qcursor-members.html -share/doc/qt/html/qcursor.html -share/doc/qt/html/qcustomevent-members.html -share/doc/qt/html/qcustomevent.html -share/doc/qt/html/qcustommenuitem-members.html -share/doc/qt/html/qcustommenuitem.html -share/doc/qt/html/qd-actioneditor.png -share/doc/qt/html/qd-colortool-name.png -share/doc/qt/html/qd-databrowserwzd.png -share/doc/qt/html/qd-databrowserwzdpage2.png -share/doc/qt/html/qd-databrowserwzdpage3.png -share/doc/qt/html/qd-databrowserwzdpage4.png -share/doc/qt/html/qd-databrowserwzdpage5.png -share/doc/qt/html/qd-databrowserwzdpage6.png -share/doc/qt/html/qd-datatablewzd.png -share/doc/qt/html/qd-datatablewzdpage2.png -share/doc/qt/html/qd-datatablewzdpage3.png -share/doc/qt/html/qd-datatablewzdpage4.png -share/doc/qt/html/qd-datatablewzdpage5.png -share/doc/qt/html/qd-dataviewwzd.png -share/doc/qt/html/qd-dataviewwzdpage2.png -share/doc/qt/html/qd-dataviewwzdpage3.png -share/doc/qt/html/qd-dataviewwzdpage4.png -share/doc/qt/html/qd-helptoolbuttons3.png -share/doc/qt/html/qd-mainwinwzd.png -share/doc/qt/html/qd-mainwinwzdpage2.png -share/doc/qt/html/qd-preface.png -share/doc/qt/html/qdatabrowser-h.html -share/doc/qt/html/qdatabrowser-members.html -share/doc/qt/html/qdatabrowser.html -share/doc/qt/html/qdatapump-members.html -share/doc/qt/html/qdatapump.html -share/doc/qt/html/qdatasink-members.html -share/doc/qt/html/qdatasink.html -share/doc/qt/html/qdatasource-members.html -share/doc/qt/html/qdatasource.html -share/doc/qt/html/qdatastream-h.html -share/doc/qt/html/qdatastream-members.html -share/doc/qt/html/qdatastream.html -share/doc/qt/html/qdatatable-h.html -share/doc/qt/html/qdatatable-members.html -share/doc/qt/html/qdatatable.html -share/doc/qt/html/qdataview-h.html -share/doc/qt/html/qdataview-members.html -share/doc/qt/html/qdataview.html -share/doc/qt/html/qdate-members.html -share/doc/qt/html/qdate.html -share/doc/qt/html/qdateedit-members.html -share/doc/qt/html/qdateedit.html -share/doc/qt/html/qdatetime-h.html -share/doc/qt/html/qdatetime-members.html -share/doc/qt/html/qdatetime.html -share/doc/qt/html/qdatetimeedit-h.html -share/doc/qt/html/qdatetimeedit-members.html -share/doc/qt/html/qdatetimeedit.html -share/doc/qt/html/qdeepcopy-h.html -share/doc/qt/html/qdeepcopy-members.html -share/doc/qt/html/qdeepcopy.html -share/doc/qt/html/qdesktopwidget-h.html -share/doc/qt/html/qdesktopwidget-members.html -share/doc/qt/html/qdesktopwidget.html -share/doc/qt/html/qdesktopwidget.png -share/doc/qt/html/qdial-h.html -share/doc/qt/html/qdial-m.png -share/doc/qt/html/qdial-members.html -share/doc/qt/html/qdial-w.png -share/doc/qt/html/qdial.html -share/doc/qt/html/qdialog-h.html -share/doc/qt/html/qdialog-members.html -share/doc/qt/html/qdialog.html -share/doc/qt/html/qdict-h.html -share/doc/qt/html/qdict-members.html -share/doc/qt/html/qdict.html -share/doc/qt/html/qdictiterator-members.html -share/doc/qt/html/qdictiterator.html -share/doc/qt/html/qdir-example.html -share/doc/qt/html/qdir-h.html -share/doc/qt/html/qdir-members.html -share/doc/qt/html/qdir.html -share/doc/qt/html/qdirectpainter-members.html -share/doc/qt/html/qdirectpainter.html -share/doc/qt/html/qdirectpainter_qws-h.html -share/doc/qt/html/qdns-h.html -share/doc/qt/html/qdns-members.html -share/doc/qt/html/qdns.html -share/doc/qt/html/qdockarea-h.html -share/doc/qt/html/qdockarea-members.html -share/doc/qt/html/qdockarea.html -share/doc/qt/html/qdockwindow-h.html -share/doc/qt/html/qdockwindow-members.html -share/doc/qt/html/qdockwindow.html -share/doc/qt/html/qdockwindow.png -share/doc/qt/html/qdom-h.html -share/doc/qt/html/qdomattr-members.html -share/doc/qt/html/qdomattr.html -share/doc/qt/html/qdomcdatasection-members.html -share/doc/qt/html/qdomcdatasection.html -share/doc/qt/html/qdomcharacterdata-members.html -share/doc/qt/html/qdomcharacterdata.html -share/doc/qt/html/qdomcomment-members.html -share/doc/qt/html/qdomcomment.html -share/doc/qt/html/qdomdocument-members.html -share/doc/qt/html/qdomdocument.html -share/doc/qt/html/qdomdocumentfragment-members.html -share/doc/qt/html/qdomdocumentfragment.html -share/doc/qt/html/qdomdocumenttype-members.html -share/doc/qt/html/qdomdocumenttype.html -share/doc/qt/html/qdomelement-members.html -share/doc/qt/html/qdomelement.html -share/doc/qt/html/qdomentity-members.html -share/doc/qt/html/qdomentity.html -share/doc/qt/html/qdomentityreference-members.html -share/doc/qt/html/qdomentityreference.html -share/doc/qt/html/qdomimplementation-members.html -share/doc/qt/html/qdomimplementation.html -share/doc/qt/html/qdomnamednodemap-members.html -share/doc/qt/html/qdomnamednodemap.html -share/doc/qt/html/qdomnode-members.html -share/doc/qt/html/qdomnode.html -share/doc/qt/html/qdomnodelist-members.html -share/doc/qt/html/qdomnodelist.html -share/doc/qt/html/qdomnotation-members.html -share/doc/qt/html/qdomnotation.html -share/doc/qt/html/qdomprocessinginstruction-members.html -share/doc/qt/html/qdomprocessinginstruction.html -share/doc/qt/html/qdomtext-members.html -share/doc/qt/html/qdomtext.html -share/doc/qt/html/qdoublevalidator-members.html -share/doc/qt/html/qdoublevalidator.html -share/doc/qt/html/qdragenterevent-members.html -share/doc/qt/html/qdragenterevent.html -share/doc/qt/html/qdragleaveevent-members.html -share/doc/qt/html/qdragleaveevent.html -share/doc/qt/html/qdragmoveevent-members.html -share/doc/qt/html/qdragmoveevent.html -share/doc/qt/html/qdragobject-h.html -share/doc/qt/html/qdragobject-members.html -share/doc/qt/html/qdragobject.html -share/doc/qt/html/qdrawutil-h.html -share/doc/qt/html/qdropevent-members.html -share/doc/qt/html/qdropevent.html -share/doc/qt/html/qdropsite-h.html -share/doc/qt/html/qdropsite-members.html -share/doc/qt/html/qdropsite.html -share/doc/qt/html/qeditorfactory-h.html -share/doc/qt/html/qeditorfactory-members.html -share/doc/qt/html/qeditorfactory.html -share/doc/qt/html/qembed.html -share/doc/qt/html/qerrormessage-h.html -share/doc/qt/html/qerrormessage-members.html -share/doc/qt/html/qerrormessage.html -share/doc/qt/html/qerrormessage.png -share/doc/qt/html/qeucjpcodec-h.html -share/doc/qt/html/qeucjpcodec-members.html -share/doc/qt/html/qeucjpcodec.html -share/doc/qt/html/qeuckrcodec-h.html -share/doc/qt/html/qeuckrcodec-members.html -share/doc/qt/html/qeuckrcodec.html -share/doc/qt/html/qevent-h.html -share/doc/qt/html/qevent-members.html -share/doc/qt/html/qevent.html -share/doc/qt/html/qeventloop-h.html -share/doc/qt/html/qeventloop-members.html -share/doc/qt/html/qeventloop.html -share/doc/qt/html/qfd-example.html -share/doc/qt/html/qfile-h.html -share/doc/qt/html/qfile-members.html -share/doc/qt/html/qfile.html -share/doc/qt/html/qfiledialog-h.html -share/doc/qt/html/qfiledialog-members.html -share/doc/qt/html/qfiledialog.html -share/doc/qt/html/qfiledlg-m.png -share/doc/qt/html/qfiledlg-w.png -share/doc/qt/html/qfileiconprovider-members.html -share/doc/qt/html/qfileiconprovider.html -share/doc/qt/html/qfileinfo-h.html -share/doc/qt/html/qfileinfo-members.html -share/doc/qt/html/qfileinfo.html -share/doc/qt/html/qfilepreview-members.html -share/doc/qt/html/qfilepreview.html -share/doc/qt/html/qfocusdata-h.html -share/doc/qt/html/qfocusdata-members.html -share/doc/qt/html/qfocusdata.html -share/doc/qt/html/qfocusevent-members.html -share/doc/qt/html/qfocusevent.html -share/doc/qt/html/qfont-examples.html -share/doc/qt/html/qfont-h.html -share/doc/qt/html/qfont-members.html -share/doc/qt/html/qfont.html -share/doc/qt/html/qfontdatabase-h.html -share/doc/qt/html/qfontdatabase-members.html -share/doc/qt/html/qfontdatabase.html -share/doc/qt/html/qfontdialog-h.html -share/doc/qt/html/qfontdialog-members.html -share/doc/qt/html/qfontdialog.html -share/doc/qt/html/qfontdlg-w.png -share/doc/qt/html/qfontinfo-h.html -share/doc/qt/html/qfontinfo-members.html -share/doc/qt/html/qfontinfo.html -share/doc/qt/html/qfontmanager-members.html -share/doc/qt/html/qfontmanager.html -share/doc/qt/html/qfontmanager_qws-h.html -share/doc/qt/html/qfontmetrics-h.html -share/doc/qt/html/qfontmetrics-members.html -share/doc/qt/html/qfontmetrics.html -share/doc/qt/html/qframe-h.html -share/doc/qt/html/qframe-members.html -share/doc/qt/html/qframe.html -share/doc/qt/html/qftp-h.html -share/doc/qt/html/qftp-members.html -share/doc/qt/html/qftp.html -share/doc/qt/html/qgb18030codec-h.html -share/doc/qt/html/qgb18030codec-members.html -share/doc/qt/html/qgb18030codec.html -share/doc/qt/html/qgb2312codec-members.html -share/doc/qt/html/qgb2312codec.html -share/doc/qt/html/qgbkcodec-members.html -share/doc/qt/html/qgbkcodec.html -share/doc/qt/html/qgfx_qws-h.html -share/doc/qt/html/qgfxdriverfactory-members.html -share/doc/qt/html/qgfxdriverfactory.html -share/doc/qt/html/qgfxdriverfactory_qws-h.html -share/doc/qt/html/qgfxdriverplugin-members.html -share/doc/qt/html/qgfxdriverplugin.html -share/doc/qt/html/qgfxdriverplugin_qws-h.html -share/doc/qt/html/qgl-h.html -share/doc/qt/html/qgl-members.html -share/doc/qt/html/qgl.html -share/doc/qt/html/qglayoutiterator-members.html -share/doc/qt/html/qglayoutiterator.html -share/doc/qt/html/qglcolormap-h.html -share/doc/qt/html/qglcolormap-members.html -share/doc/qt/html/qglcolormap.html -share/doc/qt/html/qglcontext-members.html -share/doc/qt/html/qglcontext.html -share/doc/qt/html/qglformat-members.html -share/doc/qt/html/qglformat.html -share/doc/qt/html/qglobal-h.html -share/doc/qt/html/qglwidget-members.html -share/doc/qt/html/qglwidget.html -share/doc/qt/html/qgrid-h.html -share/doc/qt/html/qgrid-m.png -share/doc/qt/html/qgrid-members.html -share/doc/qt/html/qgrid.html -share/doc/qt/html/qgridlayout-members.html -share/doc/qt/html/qgridlayout.html -share/doc/qt/html/qgridview-h.html -share/doc/qt/html/qgridview-members.html -share/doc/qt/html/qgridview.html -share/doc/qt/html/qgroupbox-h.html -share/doc/qt/html/qgroupbox-members.html -share/doc/qt/html/qgroupbox.html -share/doc/qt/html/qgroupboxes.png -share/doc/qt/html/qgrpbox-w.png -share/doc/qt/html/qguardedptr-h.html -share/doc/qt/html/qguardedptr-members.html -share/doc/qt/html/qguardedptr.html -share/doc/qt/html/qhbox-h.html -share/doc/qt/html/qhbox-m.png -share/doc/qt/html/qhbox-members.html -share/doc/qt/html/qhbox.html -share/doc/qt/html/qhboxlayout-members.html -share/doc/qt/html/qhboxlayout.html -share/doc/qt/html/qhboxlayout.png -share/doc/qt/html/qhbuttongroup-h.html -share/doc/qt/html/qhbuttongroup-members.html -share/doc/qt/html/qhbuttongroup.html -share/doc/qt/html/qheader-h.html -share/doc/qt/html/qheader-m.png -share/doc/qt/html/qheader-members.html -share/doc/qt/html/qheader-w.png -share/doc/qt/html/qheader.html -share/doc/qt/html/qhebrewcodec-members.html -share/doc/qt/html/qhebrewcodec.html -share/doc/qt/html/qhgroupbox-h.html -share/doc/qt/html/qhgroupbox-members.html -share/doc/qt/html/qhgroupbox.html -share/doc/qt/html/qhideevent-members.html -share/doc/qt/html/qhideevent.html -share/doc/qt/html/qhostaddress-h.html -share/doc/qt/html/qhostaddress-members.html -share/doc/qt/html/qhostaddress.html -share/doc/qt/html/qhttp-h.html -share/doc/qt/html/qhttp-members.html -share/doc/qt/html/qhttp.html -share/doc/qt/html/qhttpheader-members.html -share/doc/qt/html/qhttpheader.html -share/doc/qt/html/qhttprequestheader-members.html -share/doc/qt/html/qhttprequestheader.html -share/doc/qt/html/qhttpresponseheader-members.html -share/doc/qt/html/qhttpresponseheader.html -share/doc/qt/html/qicondrag-members.html -share/doc/qt/html/qicondrag.html -share/doc/qt/html/qicondragitem-members.html -share/doc/qt/html/qicondragitem.html -share/doc/qt/html/qiconfactory-members.html -share/doc/qt/html/qiconfactory.html -share/doc/qt/html/qiconset-h.html -share/doc/qt/html/qiconset-members.html -share/doc/qt/html/qiconset.html -share/doc/qt/html/qiconview-h.html -share/doc/qt/html/qiconview-m.png -share/doc/qt/html/qiconview-members.html -share/doc/qt/html/qiconview-w.png -share/doc/qt/html/qiconview.html -share/doc/qt/html/qiconviewitem-members.html -share/doc/qt/html/qiconviewitem.html -share/doc/qt/html/qimage-h.html -share/doc/qt/html/qimage-members.html -share/doc/qt/html/qimage.html -share/doc/qt/html/qimageconsumer-members.html -share/doc/qt/html/qimageconsumer.html -share/doc/qt/html/qimagedecoder-members.html -share/doc/qt/html/qimagedecoder.html -share/doc/qt/html/qimagedrag-members.html -share/doc/qt/html/qimagedrag.html -share/doc/qt/html/qimageformat-members.html -share/doc/qt/html/qimageformat.html -share/doc/qt/html/qimageformatplugin-h.html -share/doc/qt/html/qimageformatplugin-members.html -share/doc/qt/html/qimageformatplugin.html -share/doc/qt/html/qimageformattype-members.html -share/doc/qt/html/qimageformattype.html -share/doc/qt/html/qimageio-members.html -share/doc/qt/html/qimageio.html -share/doc/qt/html/qimevent-members.html -share/doc/qt/html/qimevent.html -share/doc/qt/html/qinputdialog-h.html -share/doc/qt/html/qinputdialog-members.html -share/doc/qt/html/qinputdialog.html -share/doc/qt/html/qintcache-h.html -share/doc/qt/html/qintcache-members.html -share/doc/qt/html/qintcache.html -share/doc/qt/html/qintcacheiterator-members.html -share/doc/qt/html/qintcacheiterator.html -share/doc/qt/html/qintdict-h.html -share/doc/qt/html/qintdict-members.html -share/doc/qt/html/qintdict.html -share/doc/qt/html/qintdictiterator-members.html -share/doc/qt/html/qintdictiterator.html -share/doc/qt/html/qintvalidator-members.html -share/doc/qt/html/qintvalidator.html -share/doc/qt/html/qiodevice-h.html -share/doc/qt/html/qiodevice-members.html -share/doc/qt/html/qiodevice.html -share/doc/qt/html/qiodevicesource-members.html -share/doc/qt/html/qiodevicesource.html -share/doc/qt/html/qjiscodec-h.html -share/doc/qt/html/qjiscodec-members.html -share/doc/qt/html/qjiscodec.html -share/doc/qt/html/qkbddriverfactory-members.html -share/doc/qt/html/qkbddriverfactory.html -share/doc/qt/html/qkbddriverfactory_qws-h.html -share/doc/qt/html/qkbddriverplugin-members.html -share/doc/qt/html/qkbddriverplugin.html -share/doc/qt/html/qkbddriverplugin_qws-h.html -share/doc/qt/html/qkeyboard_qws-h.html -share/doc/qt/html/qkeyevent-members.html -share/doc/qt/html/qkeyevent.html -share/doc/qt/html/qkeysequence-h.html -share/doc/qt/html/qkeysequence-members.html -share/doc/qt/html/qkeysequence.html -share/doc/qt/html/qlabel-h.html -share/doc/qt/html/qlabel-m.png -share/doc/qt/html/qlabel-members.html -share/doc/qt/html/qlabel-w.png -share/doc/qt/html/qlabel.html -share/doc/qt/html/qlayout-h.html -share/doc/qt/html/qlayout-members.html -share/doc/qt/html/qlayout.html -share/doc/qt/html/qlayoutitem-members.html -share/doc/qt/html/qlayoutitem.html -share/doc/qt/html/qlayoutiterator-members.html -share/doc/qt/html/qlayoutiterator.html -share/doc/qt/html/qlcdnum-m.png -share/doc/qt/html/qlcdnum-w.png -share/doc/qt/html/qlcdnumber-h.html -share/doc/qt/html/qlcdnumber-members.html -share/doc/qt/html/qlcdnumber.html -share/doc/qt/html/qlibrary-h.html -share/doc/qt/html/qlibrary-members.html -share/doc/qt/html/qlibrary.html -share/doc/qt/html/qlined-m.png -share/doc/qt/html/qlined-w.png -share/doc/qt/html/qlineedit-h.html -share/doc/qt/html/qlineedit-members.html -share/doc/qt/html/qlineedit.html -share/doc/qt/html/qlist.html -share/doc/qt/html/qlistbox-h.html -share/doc/qt/html/qlistbox-m.png -share/doc/qt/html/qlistbox-members.html -share/doc/qt/html/qlistbox-w.png -share/doc/qt/html/qlistbox.html -share/doc/qt/html/qlistboxitem-members.html -share/doc/qt/html/qlistboxitem.html -share/doc/qt/html/qlistboxpixmap-members.html -share/doc/qt/html/qlistboxpixmap.html -share/doc/qt/html/qlistboxtext-members.html -share/doc/qt/html/qlistboxtext.html -share/doc/qt/html/qlistiterator.html -share/doc/qt/html/qlistview-h.html -share/doc/qt/html/qlistview-m.png -share/doc/qt/html/qlistview-members.html -share/doc/qt/html/qlistview-w.png -share/doc/qt/html/qlistview.html -share/doc/qt/html/qlistviewitem-members.html -share/doc/qt/html/qlistviewitem.html -share/doc/qt/html/qlistviewitemiterator-members.html -share/doc/qt/html/qlistviewitemiterator.html -share/doc/qt/html/qlistviewitems.png -share/doc/qt/html/qlocalfs-h.html -share/doc/qt/html/qlocalfs-members.html -share/doc/qt/html/qlocalfs.html -share/doc/qt/html/qmacmime-members.html -share/doc/qt/html/qmacmime.html -share/doc/qt/html/qmacstyle-members.html -share/doc/qt/html/qmacstyle.html -share/doc/qt/html/qmacstyle_mac-h.html -share/doc/qt/html/qmag-example.html -share/doc/qt/html/qmainwindow-h.html -share/doc/qt/html/qmainwindow-m.png -share/doc/qt/html/qmainwindow-members.html -share/doc/qt/html/qmainwindow-qdockareas.png -share/doc/qt/html/qmainwindow-w.png -share/doc/qt/html/qmainwindow.html -share/doc/qt/html/qmake-manual-1.html -share/doc/qt/html/qmake-manual-2.html -share/doc/qt/html/qmake-manual-3.html -share/doc/qt/html/qmake-manual-4.html -share/doc/qt/html/qmake-manual-5.html -share/doc/qt/html/qmake-manual-6.html -share/doc/qt/html/qmake-manual-7.html -share/doc/qt/html/qmake-manual.html -share/doc/qt/html/qmake.dcf -share/doc/qt/html/qmap-h.html -share/doc/qt/html/qmap-members.html -share/doc/qt/html/qmap.html -share/doc/qt/html/qmapconstiterator-members.html -share/doc/qt/html/qmapconstiterator.html -share/doc/qt/html/qmapiterator-members.html -share/doc/qt/html/qmapiterator.html -share/doc/qt/html/qmemarray-h.html -share/doc/qt/html/qmemarray-members.html -share/doc/qt/html/qmemarray.html -share/doc/qt/html/qmenubar-h.html -share/doc/qt/html/qmenubar-m.png -share/doc/qt/html/qmenubar-members.html -share/doc/qt/html/qmenubar-w.png -share/doc/qt/html/qmenubar.html -share/doc/qt/html/qmenudata-h.html -share/doc/qt/html/qmenudata-members.html -share/doc/qt/html/qmenudata.html -share/doc/qt/html/qmessagebox-crit.png -share/doc/qt/html/qmessagebox-h.html -share/doc/qt/html/qmessagebox-info.png -share/doc/qt/html/qmessagebox-members.html -share/doc/qt/html/qmessagebox-quest.png -share/doc/qt/html/qmessagebox-warn.png -share/doc/qt/html/qmessagebox.html -share/doc/qt/html/qmetaobject-h.html -share/doc/qt/html/qmetaobject-members.html -share/doc/qt/html/qmetaobject.html -share/doc/qt/html/qmetaproperty-members.html -share/doc/qt/html/qmetaproperty.html -share/doc/qt/html/qmime-h.html -share/doc/qt/html/qmimesource-members.html -share/doc/qt/html/qmimesource.html -share/doc/qt/html/qmimesourcefactory-members.html -share/doc/qt/html/qmimesourcefactory.html -share/doc/qt/html/qmlined-m.png -share/doc/qt/html/qmlined-w.png -share/doc/qt/html/qmotif-h.html -share/doc/qt/html/qmotif-members.html -share/doc/qt/html/qmotif.html -share/doc/qt/html/qmotifdialog-h.html -share/doc/qt/html/qmotifdialog-members.html -share/doc/qt/html/qmotifdialog.html -share/doc/qt/html/qmotifplusstyle-h.html -share/doc/qt/html/qmotifplusstyle-members.html -share/doc/qt/html/qmotifplusstyle.html -share/doc/qt/html/qmotifstyle-h.html -share/doc/qt/html/qmotifstyle-members.html -share/doc/qt/html/qmotifstyle.html -share/doc/qt/html/qmotifwidget-h.html -share/doc/qt/html/qmotifwidget-members.html -share/doc/qt/html/qmotifwidget.html -share/doc/qt/html/qmouse_qws-h.html -share/doc/qt/html/qmousedriverfactory-members.html -share/doc/qt/html/qmousedriverfactory.html -share/doc/qt/html/qmousedriverfactory_qws-h.html -share/doc/qt/html/qmousedriverplugin-members.html -share/doc/qt/html/qmousedriverplugin.html -share/doc/qt/html/qmousedriverplugin_qws-h.html -share/doc/qt/html/qmouseevent-members.html -share/doc/qt/html/qmouseevent.html -share/doc/qt/html/qmoveevent-members.html -share/doc/qt/html/qmoveevent.html -share/doc/qt/html/qmovie-h.html -share/doc/qt/html/qmovie-members.html -share/doc/qt/html/qmovie.html -share/doc/qt/html/qmovie.png -share/doc/qt/html/qmsgbox-m.png -share/doc/qt/html/qmsgbox-w.png -share/doc/qt/html/qmultilineedit-h.html -share/doc/qt/html/qmultilineedit-members.html -share/doc/qt/html/qmultilineedit.html -share/doc/qt/html/qmutex-h.html -share/doc/qt/html/qmutex-members.html -share/doc/qt/html/qmutex.html -share/doc/qt/html/qmutexlocker-members.html -share/doc/qt/html/qmutexlocker.html -share/doc/qt/html/qnamespace-h.html -share/doc/qt/html/qnetwork-h.html -share/doc/qt/html/qnetworkoperation-members.html -share/doc/qt/html/qnetworkoperation.html -share/doc/qt/html/qnetworkprotocol-h.html -share/doc/qt/html/qnetworkprotocol-members.html -share/doc/qt/html/qnetworkprotocol.html -share/doc/qt/html/qnp-h.html -share/doc/qt/html/qnpinstance-members.html -share/doc/qt/html/qnpinstance.html -share/doc/qt/html/qnplugin-members.html -share/doc/qt/html/qnplugin.html -share/doc/qt/html/qnpstream-members.html -share/doc/qt/html/qnpstream.html -share/doc/qt/html/qnpwidget-members.html -share/doc/qt/html/qnpwidget.html -share/doc/qt/html/qobject-h.html -share/doc/qt/html/qobject-members.html -share/doc/qt/html/qobject.html -share/doc/qt/html/qobjectcleanuphandler-h.html -share/doc/qt/html/qobjectcleanuphandler-members.html -share/doc/qt/html/qobjectcleanuphandler.html -share/doc/qt/html/qobjectlist-h.html -share/doc/qt/html/qobjectlist-members.html -share/doc/qt/html/qobjectlist.html -share/doc/qt/html/qobjectlistiterator-members.html -share/doc/qt/html/qobjectlistiterator.html -share/doc/qt/html/qpaintdevice-h.html -share/doc/qt/html/qpaintdevice-members.html -share/doc/qt/html/qpaintdevice.html -share/doc/qt/html/qpaintdevicemetrics-h.html -share/doc/qt/html/qpaintdevicemetrics-members.html -share/doc/qt/html/qpaintdevicemetrics.html -share/doc/qt/html/qpainter-h.html -share/doc/qt/html/qpainter-members.html -share/doc/qt/html/qpainter.html -share/doc/qt/html/qpaintevent-members.html -share/doc/qt/html/qpaintevent.html -share/doc/qt/html/qpair-h.html -share/doc/qt/html/qpair-members.html -share/doc/qt/html/qpair.html -share/doc/qt/html/qpalette-h.html -share/doc/qt/html/qpalette-members.html -share/doc/qt/html/qpalette.html -share/doc/qt/html/qpen-h.html -share/doc/qt/html/qpen-members.html -share/doc/qt/html/qpen.html -share/doc/qt/html/qpicture-h.html -share/doc/qt/html/qpicture-members.html -share/doc/qt/html/qpicture.html -share/doc/qt/html/qpixmap-h.html -share/doc/qt/html/qpixmap-members.html -share/doc/qt/html/qpixmap.html -share/doc/qt/html/qpixmapcache-h.html -share/doc/qt/html/qpixmapcache-members.html -share/doc/qt/html/qpixmapcache.html -share/doc/qt/html/qplatinumstyle-h.html -share/doc/qt/html/qplatinumstyle-members.html -share/doc/qt/html/qplatinumstyle.html -share/doc/qt/html/qpngimagepacker-members.html -share/doc/qt/html/qpngimagepacker.html -share/doc/qt/html/qpngio-h.html -share/doc/qt/html/qpoint-h.html -share/doc/qt/html/qpoint-members.html -share/doc/qt/html/qpoint.html -share/doc/qt/html/qpointarray-h.html -share/doc/qt/html/qpointarray-members.html -share/doc/qt/html/qpointarray.html -share/doc/qt/html/qpopmenu-fancy.png -share/doc/qt/html/qpopmenu-m.png -share/doc/qt/html/qpopmenu-w.png -share/doc/qt/html/qpopupmenu-h.html -share/doc/qt/html/qpopupmenu-members.html -share/doc/qt/html/qpopupmenu.html -share/doc/qt/html/qprintdlg-m.png -share/doc/qt/html/qprinter-h.html -share/doc/qt/html/qprinter-members.html -share/doc/qt/html/qprinter.html -share/doc/qt/html/qprocess-examples.html -share/doc/qt/html/qprocess-h.html -share/doc/qt/html/qprocess-members.html -share/doc/qt/html/qprocess.html -share/doc/qt/html/qprogbar-m.png -share/doc/qt/html/qprogbar-w.png -share/doc/qt/html/qprogdlg-m.png -share/doc/qt/html/qprogdlg-w.png -share/doc/qt/html/qprogressbar-h.html -share/doc/qt/html/qprogressbar-members.html -share/doc/qt/html/qprogressbar.html -share/doc/qt/html/qprogressdialog-h.html -share/doc/qt/html/qprogressdialog-members.html -share/doc/qt/html/qprogressdialog.html -share/doc/qt/html/qptrcollection-h.html -share/doc/qt/html/qptrcollection-members.html -share/doc/qt/html/qptrcollection.html -share/doc/qt/html/qptrdict-h.html -share/doc/qt/html/qptrdict-members.html -share/doc/qt/html/qptrdict.html -share/doc/qt/html/qptrdictiterator-members.html -share/doc/qt/html/qptrdictiterator.html -share/doc/qt/html/qptrlist-h.html -share/doc/qt/html/qptrlist-members.html -share/doc/qt/html/qptrlist.html -share/doc/qt/html/qptrlistiterator-members.html -share/doc/qt/html/qptrlistiterator.html -share/doc/qt/html/qptrqueue-h.html -share/doc/qt/html/qptrqueue-members.html -share/doc/qt/html/qptrqueue.html -share/doc/qt/html/qptrstack-h.html -share/doc/qt/html/qptrstack-members.html -share/doc/qt/html/qptrstack.html -share/doc/qt/html/qptrvector-h.html -share/doc/qt/html/qptrvector-members.html -share/doc/qt/html/qptrvector.html -share/doc/qt/html/qpushbt-m.png -share/doc/qt/html/qpushbt-w.png -share/doc/qt/html/qpushbutton-h.html -share/doc/qt/html/qpushbutton-members.html -share/doc/qt/html/qpushbutton.html -share/doc/qt/html/qqueue.html -share/doc/qt/html/qradiobt-m.png -share/doc/qt/html/qradiobt-w.png -share/doc/qt/html/qradiobutton-h.html -share/doc/qt/html/qradiobutton-members.html -share/doc/qt/html/qradiobutton.html -share/doc/qt/html/qrangecontrol-h.html -share/doc/qt/html/qrangecontrol-members.html -share/doc/qt/html/qrangecontrol.html -share/doc/qt/html/qrect-h.html -share/doc/qt/html/qrect-members.html -share/doc/qt/html/qrect.html -share/doc/qt/html/qregexp-h.html -share/doc/qt/html/qregexp-members.html -share/doc/qt/html/qregexp.html -share/doc/qt/html/qregexpvalidator-members.html -share/doc/qt/html/qregexpvalidator.html -share/doc/qt/html/qregion-h.html -share/doc/qt/html/qregion-members.html -share/doc/qt/html/qregion.html -share/doc/qt/html/qresizeevent-members.html -share/doc/qt/html/qresizeevent.html -share/doc/qt/html/qrtlcodec-h.html -share/doc/qt/html/qs-addwidg.png -share/doc/qt/html/qs-editconn1.png -share/doc/qt/html/qs-editconn2.png -share/doc/qt/html/qs-editfunc.png -share/doc/qt/html/qs-editlistbox1.png -share/doc/qt/html/qs-laygrid.png -share/doc/qt/html/qs-layhoriz.png -share/doc/qt/html/qs-layvert.png -share/doc/qt/html/qs-newdlg.png -share/doc/qt/html/qs-projset.png -share/doc/qt/html/qs-pushbutt.png -share/doc/qt/html/qs-spacers.png -share/doc/qt/html/qs-taborder.png -share/doc/qt/html/qs-txtlbl.png -share/doc/qt/html/qscrbar-m.png -share/doc/qt/html/qscrbar-w.png -share/doc/qt/html/qscreen-members.html -share/doc/qt/html/qscreen.html -share/doc/qt/html/qscrollbar-h.html -share/doc/qt/html/qscrollbar-members.html -share/doc/qt/html/qscrollbar.html -share/doc/qt/html/qscrollview-cl.png -share/doc/qt/html/qscrollview-h.html -share/doc/qt/html/qscrollview-m.png -share/doc/qt/html/qscrollview-members.html -share/doc/qt/html/qscrollview-vp.png -share/doc/qt/html/qscrollview-vp2.png -share/doc/qt/html/qscrollview-w.png -share/doc/qt/html/qscrollview.html -share/doc/qt/html/qsemaphore-h.html -share/doc/qt/html/qsemaphore-members.html -share/doc/qt/html/qsemaphore.html -share/doc/qt/html/qserversocket-h.html -share/doc/qt/html/qserversocket-members.html -share/doc/qt/html/qserversocket.html -share/doc/qt/html/qsessionmanager-h.html -share/doc/qt/html/qsessionmanager-members.html -share/doc/qt/html/qsessionmanager.html -share/doc/qt/html/qsettings-h.html -share/doc/qt/html/qsettings-members.html -share/doc/qt/html/qsettings.html -share/doc/qt/html/qsgistyle-h.html -share/doc/qt/html/qsgistyle-members.html -share/doc/qt/html/qsgistyle.html -share/doc/qt/html/qshowevent-members.html -share/doc/qt/html/qshowevent.html -share/doc/qt/html/qsignal-h.html -share/doc/qt/html/qsignal-members.html -share/doc/qt/html/qsignal.html -share/doc/qt/html/qsignalmapper-h.html -share/doc/qt/html/qsignalmapper-members.html -share/doc/qt/html/qsignalmapper.html -share/doc/qt/html/qsimplerichtext-h.html -share/doc/qt/html/qsimplerichtext-members.html -share/doc/qt/html/qsimplerichtext.html -share/doc/qt/html/qsize-h.html -share/doc/qt/html/qsize-members.html -share/doc/qt/html/qsize.html -share/doc/qt/html/qsizegrip-h.html -share/doc/qt/html/qsizegrip-m.png -share/doc/qt/html/qsizegrip-members.html -share/doc/qt/html/qsizegrip-w.png -share/doc/qt/html/qsizegrip.html -share/doc/qt/html/qsizepolicy-h.html -share/doc/qt/html/qsizepolicy-members.html -share/doc/qt/html/qsizepolicy.html -share/doc/qt/html/qsjiscodec-h.html -share/doc/qt/html/qsjiscodec-members.html -share/doc/qt/html/qsjiscodec.html -share/doc/qt/html/qslider-h.html -share/doc/qt/html/qslider-m.png -share/doc/qt/html/qslider-members.html -share/doc/qt/html/qslider-w.png -share/doc/qt/html/qslider.html -share/doc/qt/html/qsmetric.png -share/doc/qt/html/qsocket-h.html -share/doc/qt/html/qsocket-members.html -share/doc/qt/html/qsocket.html -share/doc/qt/html/qsocketdevice-h.html -share/doc/qt/html/qsocketdevice-members.html -share/doc/qt/html/qsocketdevice.html -share/doc/qt/html/qsocketnotifier-h.html -share/doc/qt/html/qsocketnotifier-members.html -share/doc/qt/html/qsocketnotifier.html -share/doc/qt/html/qsortedlist-h.html -share/doc/qt/html/qsortedlist-members.html -share/doc/qt/html/qsortedlist.html -share/doc/qt/html/qsound-h.html -share/doc/qt/html/qsound-members.html -share/doc/qt/html/qsound.html -share/doc/qt/html/qspaceritem-members.html -share/doc/qt/html/qspaceritem.html -share/doc/qt/html/qspinbox-h.html -share/doc/qt/html/qspinbox-m.png -share/doc/qt/html/qspinbox-members.html -share/doc/qt/html/qspinbox-w.png -share/doc/qt/html/qspinbox.html -share/doc/qt/html/qsplashscreen-h.html -share/doc/qt/html/qsplashscreen-members.html -share/doc/qt/html/qsplashscreen.html -share/doc/qt/html/qsplitter-h.html -share/doc/qt/html/qsplitter-m.png -share/doc/qt/html/qsplitter-members.html -share/doc/qt/html/qsplitter-w.png -share/doc/qt/html/qsplitter.html -share/doc/qt/html/qsql-h.html -share/doc/qt/html/qsql-members.html -share/doc/qt/html/qsql.html -share/doc/qt/html/qsqlcursor-h.html -share/doc/qt/html/qsqlcursor-members.html -share/doc/qt/html/qsqlcursor.html -share/doc/qt/html/qsqldatabase-h.html -share/doc/qt/html/qsqldatabase-members.html -share/doc/qt/html/qsqldatabase.html -share/doc/qt/html/qsqldriver-h.html -share/doc/qt/html/qsqldriver-members.html -share/doc/qt/html/qsqldriver.html -share/doc/qt/html/qsqldriverplugin-h.html -share/doc/qt/html/qsqldriverplugin-members.html -share/doc/qt/html/qsqldriverplugin.html -share/doc/qt/html/qsqleditorfactory-h.html -share/doc/qt/html/qsqleditorfactory-members.html -share/doc/qt/html/qsqleditorfactory.html -share/doc/qt/html/qsqlerror-h.html -share/doc/qt/html/qsqlerror-members.html -share/doc/qt/html/qsqlerror.html -share/doc/qt/html/qsqlfield-h.html -share/doc/qt/html/qsqlfield-members.html -share/doc/qt/html/qsqlfield.html -share/doc/qt/html/qsqlfieldinfo-members.html -share/doc/qt/html/qsqlfieldinfo.html -share/doc/qt/html/qsqlform-h.html -share/doc/qt/html/qsqlform-members.html -share/doc/qt/html/qsqlform.html -share/doc/qt/html/qsqlindex-h.html -share/doc/qt/html/qsqlindex-members.html -share/doc/qt/html/qsqlindex.html -share/doc/qt/html/qsqlpropertymap-h.html -share/doc/qt/html/qsqlpropertymap-members.html -share/doc/qt/html/qsqlpropertymap.html -share/doc/qt/html/qsqlquery-h.html -share/doc/qt/html/qsqlquery-members.html -share/doc/qt/html/qsqlquery.html -share/doc/qt/html/qsqlrecord-h.html -share/doc/qt/html/qsqlrecord-members.html -share/doc/qt/html/qsqlrecord.html -share/doc/qt/html/qsqlrecordinfo-members.html -share/doc/qt/html/qsqlrecordinfo.html -share/doc/qt/html/qsqlresult-h.html -share/doc/qt/html/qsqlresult-members.html -share/doc/qt/html/qsqlresult.html -share/doc/qt/html/qsqlselectcursor-h.html -share/doc/qt/html/qsqlselectcursor-members.html -share/doc/qt/html/qsqlselectcursor.html -share/doc/qt/html/qstack.html -share/doc/qt/html/qstatusbar-h.html -share/doc/qt/html/qstatusbar-m.png -share/doc/qt/html/qstatusbar-members.html -share/doc/qt/html/qstatusbar-w.png -share/doc/qt/html/qstatusbar.html -share/doc/qt/html/qstoreddrag-members.html -share/doc/qt/html/qstoreddrag.html -share/doc/qt/html/qstrilist-members.html -share/doc/qt/html/qstrilist.html -share/doc/qt/html/qstring-h.html -share/doc/qt/html/qstring-members.html -share/doc/qt/html/qstring.html -share/doc/qt/html/qstringlist-h.html -share/doc/qt/html/qstringlist-members.html -share/doc/qt/html/qstringlist.html -share/doc/qt/html/qstrlist-h.html -share/doc/qt/html/qstrlist-members.html -share/doc/qt/html/qstrlist.html -share/doc/qt/html/qstrlistiterator-members.html -share/doc/qt/html/qstrlistiterator.html -share/doc/qt/html/qstyle-h.html -share/doc/qt/html/qstyle-members.html -share/doc/qt/html/qstyle.html -share/doc/qt/html/qstylefactory-h.html -share/doc/qt/html/qstylefactory-members.html -share/doc/qt/html/qstylefactory.html -share/doc/qt/html/qstyleoption-members.html -share/doc/qt/html/qstyleoption.html -share/doc/qt/html/qstyleplugin-h.html -share/doc/qt/html/qstyleplugin-members.html -share/doc/qt/html/qstyleplugin.html -share/doc/qt/html/qstylesheet-h.html -share/doc/qt/html/qstylesheet-members.html -share/doc/qt/html/qstylesheet.html -share/doc/qt/html/qstylesheetitem-members.html -share/doc/qt/html/qstylesheetitem.html -share/doc/qt/html/qsyntaxhighlighter-h.html -share/doc/qt/html/qsyntaxhighlighter-members.html -share/doc/qt/html/qsyntaxhighlighter.html -share/doc/qt/html/qt-colors.png -share/doc/qt/html/qt-members.html -share/doc/qt/html/qt-template-lib.html -share/doc/qt/html/qt.dcf -share/doc/qt/html/qt.html -share/doc/qt/html/qt32-class-chart.png -share/doc/qt/html/qtab-members.html -share/doc/qt/html/qtab.html -share/doc/qt/html/qtabbar-h.html -share/doc/qt/html/qtabbar-m.png -share/doc/qt/html/qtabbar-members.html -share/doc/qt/html/qtabbar-w.png -share/doc/qt/html/qtabbar.html -share/doc/qt/html/qtabdialog-h.html -share/doc/qt/html/qtabdialog-members.html -share/doc/qt/html/qtabdialog.html -share/doc/qt/html/qtabdlg-m.png -share/doc/qt/html/qtabdlg-w.png -share/doc/qt/html/qtable-h.html -share/doc/qt/html/qtable-members.html -share/doc/qt/html/qtable.html -share/doc/qt/html/qtable.png -share/doc/qt/html/qtableitem-members.html -share/doc/qt/html/qtableitem.html -share/doc/qt/html/qtableitems.png -share/doc/qt/html/qtableselection-members.html -share/doc/qt/html/qtableselection.html -share/doc/qt/html/qtabletevent-members.html -share/doc/qt/html/qtabletevent.html -share/doc/qt/html/qtabwidget-h.html -share/doc/qt/html/qtabwidget-m.png -share/doc/qt/html/qtabwidget-members.html -share/doc/qt/html/qtabwidget-w.png -share/doc/qt/html/qtabwidget.html -share/doc/qt/html/qtextbrowser-h.html -share/doc/qt/html/qtextbrowser-m.png -share/doc/qt/html/qtextbrowser-members.html -share/doc/qt/html/qtextbrowser-w.png -share/doc/qt/html/qtextbrowser.html -share/doc/qt/html/qtextcodec-h.html -share/doc/qt/html/qtextcodec-members.html -share/doc/qt/html/qtextcodec.html -share/doc/qt/html/qtextcodecplugin-h.html -share/doc/qt/html/qtextcodecplugin-members.html -share/doc/qt/html/qtextcodecplugin.html -share/doc/qt/html/qtextdecoder-members.html -share/doc/qt/html/qtextdecoder.html -share/doc/qt/html/qtextdrag-members.html -share/doc/qt/html/qtextdrag.html -share/doc/qt/html/qtextedit-h.html -share/doc/qt/html/qtextedit-members.html -share/doc/qt/html/qtextedit.html -share/doc/qt/html/qtextencoder-members.html -share/doc/qt/html/qtextencoder.html -share/doc/qt/html/qtextistream-members.html -share/doc/qt/html/qtextistream.html -share/doc/qt/html/qtextostream-members.html -share/doc/qt/html/qtextostream.html -share/doc/qt/html/qtextstream-h.html -share/doc/qt/html/qtextstream-members.html -share/doc/qt/html/qtextstream.html -share/doc/qt/html/qtextview-h.html -share/doc/qt/html/qtextview-members.html -share/doc/qt/html/qtextview.html -share/doc/qt/html/qthread-h.html -share/doc/qt/html/qthread-members.html -share/doc/qt/html/qthread.html -share/doc/qt/html/qthreadstorage-h.html -share/doc/qt/html/qthreadstorage-members.html -share/doc/qt/html/qthreadstorage.html -share/doc/qt/html/qtime-members.html -share/doc/qt/html/qtime.html -share/doc/qt/html/qtimeedit-members.html -share/doc/qt/html/qtimeedit.html -share/doc/qt/html/qtimer-h.html -share/doc/qt/html/qtimer-members.html -share/doc/qt/html/qtimer.html -share/doc/qt/html/qtimerevent-members.html -share/doc/qt/html/qtimerevent.html -share/doc/qt/html/qtl-qvaluelist-example.html -share/doc/qt/html/qtl.html -share/doc/qt/html/qtoolbar-h.html -share/doc/qt/html/qtoolbar-members.html -share/doc/qt/html/qtoolbar.html -share/doc/qt/html/qtoolbox-h.html -share/doc/qt/html/qtoolbox-members.html -share/doc/qt/html/qtoolbox.html -share/doc/qt/html/qtoolbutton-h.html -share/doc/qt/html/qtoolbutton-members.html -share/doc/qt/html/qtoolbutton.html -share/doc/qt/html/qtooltip-h.html -share/doc/qt/html/qtooltip-members.html -share/doc/qt/html/qtooltip.html -share/doc/qt/html/qtooltipgroup-members.html -share/doc/qt/html/qtooltipgroup.html -share/doc/qt/html/qtranslator-h.html -share/doc/qt/html/qtranslator-members.html -share/doc/qt/html/qtranslator.html -share/doc/qt/html/qtranslatormessage-members.html -share/doc/qt/html/qtranslatormessage.html -share/doc/qt/html/qtsciicodec-h.html -share/doc/qt/html/qtsciicodec-members.html -share/doc/qt/html/qtsciicodec.html -share/doc/qt/html/quridrag-members.html -share/doc/qt/html/quridrag.html -share/doc/qt/html/qurl-h.html -share/doc/qt/html/qurl-members.html -share/doc/qt/html/qurl.html -share/doc/qt/html/qurlinfo-h.html -share/doc/qt/html/qurlinfo-members.html -share/doc/qt/html/qurlinfo.html -share/doc/qt/html/qurloperator-h.html -share/doc/qt/html/qurloperator-members.html -share/doc/qt/html/qurloperator.html -share/doc/qt/html/quuid-h.html -share/doc/qt/html/quuid-members.html -share/doc/qt/html/quuid.html -share/doc/qt/html/qvalidator-h.html -share/doc/qt/html/qvalidator-members.html -share/doc/qt/html/qvalidator.html -share/doc/qt/html/qvaluelist-h.html -share/doc/qt/html/qvaluelist-members.html -share/doc/qt/html/qvaluelist.html -share/doc/qt/html/qvaluelistconstiterator-members.html -share/doc/qt/html/qvaluelistconstiterator.html -share/doc/qt/html/qvaluelistiterator-members.html -share/doc/qt/html/qvaluelistiterator.html -share/doc/qt/html/qvaluestack-h.html -share/doc/qt/html/qvaluestack-members.html -share/doc/qt/html/qvaluestack.html -share/doc/qt/html/qvaluevector-h.html -share/doc/qt/html/qvaluevector-members.html -share/doc/qt/html/qvaluevector.html -share/doc/qt/html/qvariant-h.html -share/doc/qt/html/qvariant-members.html -share/doc/qt/html/qvariant.html -share/doc/qt/html/qvbox-h.html -share/doc/qt/html/qvbox-m.png -share/doc/qt/html/qvbox-members.html -share/doc/qt/html/qvbox.html -share/doc/qt/html/qvboxlayout-members.html -share/doc/qt/html/qvboxlayout.html -share/doc/qt/html/qvboxlayout.png -share/doc/qt/html/qvbuttongroup-h.html -share/doc/qt/html/qvbuttongroup-members.html -share/doc/qt/html/qvbuttongroup.html -share/doc/qt/html/qvector.html -share/doc/qt/html/qvgroupbox-h.html -share/doc/qt/html/qvgroupbox-members.html -share/doc/qt/html/qvgroupbox.html -share/doc/qt/html/qwaitcondition-h.html -share/doc/qt/html/qwaitcondition-members.html -share/doc/qt/html/qwaitcondition.html -share/doc/qt/html/qwerty-example.html -share/doc/qt/html/qwhatsthis-h.html -share/doc/qt/html/qwhatsthis-members.html -share/doc/qt/html/qwhatsthis.html -share/doc/qt/html/qwheelevent-members.html -share/doc/qt/html/qwheelevent.html -share/doc/qt/html/qwidget-h.html -share/doc/qt/html/qwidget-members.html -share/doc/qt/html/qwidget.html -share/doc/qt/html/qwidgetfactory-h.html -share/doc/qt/html/qwidgetfactory-members.html -share/doc/qt/html/qwidgetfactory.html -share/doc/qt/html/qwidgetitem-members.html -share/doc/qt/html/qwidgetitem.html -share/doc/qt/html/qwidgetplugin-h.html -share/doc/qt/html/qwidgetplugin-members.html -share/doc/qt/html/qwidgetplugin.html -share/doc/qt/html/qwidgetstack-h.html -share/doc/qt/html/qwidgetstack-members.html -share/doc/qt/html/qwidgetstack.html -share/doc/qt/html/qwindowdefs-h.html -share/doc/qt/html/qwindowsmime-members.html -share/doc/qt/html/qwindowsmime.html -share/doc/qt/html/qwindowsstyle-h.html -share/doc/qt/html/qwindowsstyle-members.html -share/doc/qt/html/qwindowsstyle.html -share/doc/qt/html/qwindowsystem_qws-h.html -share/doc/qt/html/qwizard-h.html -share/doc/qt/html/qwizard-members.html -share/doc/qt/html/qwizard.html -share/doc/qt/html/qwizard.png -share/doc/qt/html/qwmatrix-h.html -share/doc/qt/html/qwmatrix-members.html -share/doc/qt/html/qwmatrix.html -share/doc/qt/html/qworkspace-h.html -share/doc/qt/html/qworkspace-members.html -share/doc/qt/html/qworkspace.html -share/doc/qt/html/qws.html -share/doc/qt/html/qwsdecoration-members.html -share/doc/qt/html/qwsdecoration.html -share/doc/qt/html/qwsdecoration_qws-h.html -share/doc/qt/html/qwsinputmethod-members.html -share/doc/qt/html/qwsinputmethod.html -share/doc/qt/html/qwskeyboardhandler-members.html -share/doc/qt/html/qwskeyboardhandler.html -share/doc/qt/html/qwsmousehandler-members.html -share/doc/qt/html/qwsmousehandler.html -share/doc/qt/html/qwsserver-members.html -share/doc/qt/html/qwsserver.html -share/doc/qt/html/qwswindow-members.html -share/doc/qt/html/qwswindow.html -share/doc/qt/html/qxml-h.html -share/doc/qt/html/qxmlattributes-members.html -share/doc/qt/html/qxmlattributes.html -share/doc/qt/html/qxmlcontenthandler-members.html -share/doc/qt/html/qxmlcontenthandler.html -share/doc/qt/html/qxmldeclhandler-members.html -share/doc/qt/html/qxmldeclhandler.html -share/doc/qt/html/qxmldefaulthandler-members.html -share/doc/qt/html/qxmldefaulthandler.html -share/doc/qt/html/qxmldtdhandler-members.html -share/doc/qt/html/qxmldtdhandler.html -share/doc/qt/html/qxmlentityresolver-members.html -share/doc/qt/html/qxmlentityresolver.html -share/doc/qt/html/qxmlerrorhandler-members.html -share/doc/qt/html/qxmlerrorhandler.html -share/doc/qt/html/qxmlinputsource-members.html -share/doc/qt/html/qxmlinputsource.html -share/doc/qt/html/qxmllexicalhandler-members.html -share/doc/qt/html/qxmllexicalhandler.html -share/doc/qt/html/qxmllocator-members.html -share/doc/qt/html/qxmllocator.html -share/doc/qt/html/qxmlnamespacesupport-members.html -share/doc/qt/html/qxmlnamespacesupport.html -share/doc/qt/html/qxmlparseexception-members.html -share/doc/qt/html/qxmlparseexception.html -share/doc/qt/html/qxmlreader-members.html -share/doc/qt/html/qxmlreader.html -share/doc/qt/html/qxmlsimplereader-members.html -share/doc/qt/html/qxmlsimplereader.html -share/doc/qt/html/qxtwidget-h.html -share/doc/qt/html/qxtwidget-members.html -share/doc/qt/html/qxtwidget.html -share/doc/qt/html/rangecontrols-example.html -share/doc/qt/html/rd-add.png -share/doc/qt/html/rd-chooseanimage.png -share/doc/qt/html/rd-chooseapixmap.png -share/doc/qt/html/rd-configmf.png -share/doc/qt/html/rd-configtb.png -share/doc/qt/html/rd-cwidgdef.png -share/doc/qt/html/rd-cwidgprop.png -share/doc/qt/html/rd-cwidgsig.png -share/doc/qt/html/rd-cwidgslot.png -share/doc/qt/html/rd-dbconn.png -share/doc/qt/html/rd-ediconview.png -share/doc/qt/html/rd-editincdec.png -share/doc/qt/html/rd-edittext1.png -share/doc/qt/html/rd-edittext2.png -share/doc/qt/html/rd-edlistbox.png -share/doc/qt/html/rd-edlistview.png -share/doc/qt/html/rd-edlistview2.png -share/doc/qt/html/rd-edpalette.png -share/doc/qt/html/rd-edtablecol.png -share/doc/qt/html/rd-edtablerow.png -share/doc/qt/html/rd-find.png -share/doc/qt/html/rd-formset.png -share/doc/qt/html/rd-goto.png -share/doc/qt/html/rd-image.png -share/doc/qt/html/rd-open.png -share/doc/qt/html/rd-pagetitle.png -share/doc/qt/html/rd-prefedit1.png -share/doc/qt/html/rd-prefgen1.png -share/doc/qt/html/rd-projset.png -share/doc/qt/html/rd-projset2.png -share/doc/qt/html/rd-replace.png -share/doc/qt/html/rd-saveas.png -share/doc/qt/html/rd-saveform.png -share/doc/qt/html/rd-saveformas.png -share/doc/qt/html/rd-saveprojset.png -share/doc/qt/html/rd-selcolor.png -share/doc/qt/html/rd-selfont.png -share/doc/qt/html/rd-startdesigntab2.png -share/doc/qt/html/rd-template.png -share/doc/qt/html/rd-text.png -share/doc/qt/html/rd-title.png -share/doc/qt/html/rd-tunepalette.png -share/doc/qt/html/removed20.html -share/doc/qt/html/richtext-example.html -share/doc/qt/html/rintersect.png -share/doc/qt/html/rmo-editmenu.png -share/doc/qt/html/rmo-filemenu.png -share/doc/qt/html/rmo-helpmenu.png -share/doc/qt/html/rmo-layoutmenu.png -share/doc/qt/html/rmo-previewmenu.png -share/doc/qt/html/rmo-projectmenu.png -share/doc/qt/html/rmo-searchmenu.png -share/doc/qt/html/rmo-toolsmenu.png -share/doc/qt/html/rmo-windowmenu.png -share/doc/qt/html/rot-example.html -share/doc/qt/html/rsubtract.png -share/doc/qt/html/rtb-edit.png -share/doc/qt/html/rtb-file.png -share/doc/qt/html/rtb-layout.png -share/doc/qt/html/rtb-search.png -share/doc/qt/html/rtb-tbbuttons.png -share/doc/qt/html/rtb-tbcontain.png -share/doc/qt/html/rtb-tbcustom.png -share/doc/qt/html/rtb-tbdatabase.png -share/doc/qt/html/rtb-tbdisplay.png -share/doc/qt/html/rtb-tbinput.png -share/doc/qt/html/rtb-tbviews.png -share/doc/qt/html/rtb-toolbox.png -share/doc/qt/html/rtb-tools.png -share/doc/qt/html/runion.png -share/doc/qt/html/rxor.png -share/doc/qt/html/scaling.png -share/doc/qt/html/scribble-example.html -share/doc/qt/html/scripts.html -share/doc/qt/html/scrollview-example.html -share/doc/qt/html/search.png -share/doc/qt/html/session.html -share/doc/qt/html/session.png -share/doc/qt/html/shared.html -share/doc/qt/html/shclass.html -share/doc/qt/html/showimg-example.html -share/doc/qt/html/sidebar.png -share/doc/qt/html/signalsandslots.html -share/doc/qt/html/simple-application-example.html -share/doc/qt/html/simple-application.html -share/doc/qt/html/simple-font-demo-example.html -share/doc/qt/html/simple_dd-example.html -share/doc/qt/html/small-table-example-example.html -share/doc/qt/html/smooth.png -share/doc/qt/html/sound-example.html -share/doc/qt/html/splitter-example.html -share/doc/qt/html/splitter-views-w.png -share/doc/qt/html/sql-driver.html -share/doc/qt/html/sql-examples.html -share/doc/qt/html/sql-overview-basicbrowsing-main-cpp.html -share/doc/qt/html/sql-overview-basicbrowsing2-main-cpp.html -share/doc/qt/html/sql-overview-basicdatamanip-main-cpp.html -share/doc/qt/html/sql-overview-connect1-main-cpp.html -share/doc/qt/html/sql-overview-create_connections-main-cpp.html -share/doc/qt/html/sql-overview-custom1-main-cpp.html -share/doc/qt/html/sql-overview-custom1-main-h.html -share/doc/qt/html/sql-overview-delete-main-cpp.html -share/doc/qt/html/sql-overview-extract-main-cpp.html -share/doc/qt/html/sql-overview-form1-main-cpp.html -share/doc/qt/html/sql-overview-form2-main-h.html -share/doc/qt/html/sql-overview-insert-main-cpp.html -share/doc/qt/html/sql-overview-navigating-main-cpp.html -share/doc/qt/html/sql-overview-order1-main-cpp.html -share/doc/qt/html/sql-overview-order2-main-cpp.html -share/doc/qt/html/sql-overview-retrieve1-main-cpp.html -share/doc/qt/html/sql-overview-retrieve2-main-cpp.html -share/doc/qt/html/sql-overview-subclass1-main-cpp.html -share/doc/qt/html/sql-overview-subclass2-main-cpp.html -share/doc/qt/html/sql-overview-subclass2-main-h.html -share/doc/qt/html/sql-overview-subclass3-main-cpp.html -share/doc/qt/html/sql-overview-subclass3-main-h.html -share/doc/qt/html/sql-overview-subclass4-main-cpp.html -share/doc/qt/html/sql-overview-subclass4-main-h.html -share/doc/qt/html/sql-overview-subclass5-main-cpp.html -share/doc/qt/html/sql-overview-subclass5-main-h.html -share/doc/qt/html/sql-overview-table1-main-cpp.html -share/doc/qt/html/sql-overview-table2-main-cpp.html -share/doc/qt/html/sql-overview-table3-main-cpp.html -share/doc/qt/html/sql-overview-table3-main-h.html -share/doc/qt/html/sql-overview-table4-main-cpp.html -share/doc/qt/html/sql-overview-table4-main-h.html -share/doc/qt/html/sql-overview-update-main-cpp.html -share/doc/qt/html/sql.html -share/doc/qt/html/sqltable-example.html -share/doc/qt/html/statistics-example.html -share/doc/qt/html/step-by-step-examples.html -share/doc/qt/html/t1.png -share/doc/qt/html/t10-cannon-cpp.html -share/doc/qt/html/t10-cannon-h.html -share/doc/qt/html/t10-lcdrange-cpp.html -share/doc/qt/html/t10-lcdrange-h.html -share/doc/qt/html/t10-main-cpp.html -share/doc/qt/html/t10.png -share/doc/qt/html/t11-cannon-cpp.html -share/doc/qt/html/t11-cannon-h.html -share/doc/qt/html/t11-lcdrange-cpp.html -share/doc/qt/html/t11-lcdrange-h.html -share/doc/qt/html/t11-main-cpp.html -share/doc/qt/html/t11.png -share/doc/qt/html/t12-cannon-cpp.html -share/doc/qt/html/t12-cannon-h.html -share/doc/qt/html/t12-lcdrange-cpp.html -share/doc/qt/html/t12-lcdrange-h.html -share/doc/qt/html/t12-main-cpp.html -share/doc/qt/html/t12.png -share/doc/qt/html/t13-cannon-cpp.html -share/doc/qt/html/t13-cannon-h.html -share/doc/qt/html/t13-gamebrd-cpp.html -share/doc/qt/html/t13-gamebrd-h.html -share/doc/qt/html/t13-lcdrange-cpp.html -share/doc/qt/html/t13-lcdrange-h.html -share/doc/qt/html/t13-main-cpp.html -share/doc/qt/html/t13.png -share/doc/qt/html/t14-cannon-cpp.html -share/doc/qt/html/t14-cannon-h.html -share/doc/qt/html/t14-gamebrd-cpp.html -share/doc/qt/html/t14-gamebrd-h.html -share/doc/qt/html/t14-lcdrange-cpp.html -share/doc/qt/html/t14-lcdrange-h.html -share/doc/qt/html/t14-main-cpp.html -share/doc/qt/html/t14.png -share/doc/qt/html/t2.png -share/doc/qt/html/t3.png -share/doc/qt/html/t4.png -share/doc/qt/html/t5.png -share/doc/qt/html/t6.png -share/doc/qt/html/t7-lcdrange-cpp.html -share/doc/qt/html/t7-lcdrange-h.html -share/doc/qt/html/t7-main-cpp.html -share/doc/qt/html/t7.png -share/doc/qt/html/t8-cannon-cpp.html -share/doc/qt/html/t8-cannon-h.html -share/doc/qt/html/t8-lcdrange-cpp.html -share/doc/qt/html/t8-lcdrange-h.html -share/doc/qt/html/t8-main-cpp.html -share/doc/qt/html/t8.png -share/doc/qt/html/t9-cannon-cpp.html -share/doc/qt/html/t9-cannon-h.html -share/doc/qt/html/t9-lcdrange-cpp.html -share/doc/qt/html/t9-lcdrange-h.html -share/doc/qt/html/t9-main-cpp.html -share/doc/qt/html/t9.png -share/doc/qt/html/t9_1.png -share/doc/qt/html/t9_2.png -share/doc/qt/html/tabdialog-example.html -share/doc/qt/html/table-bigtable-main-cpp.html -share/doc/qt/html/table-examples.html -share/doc/qt/html/table-small-table-demo-main-cpp.html -share/doc/qt/html/table-statistics-statistics-cpp.html -share/doc/qt/html/table.html -share/doc/qt/html/tablet-example.html -share/doc/qt/html/tagreader-example.html -share/doc/qt/html/tagreader-with-features-example.html -share/doc/qt/html/templates.html -share/doc/qt/html/tetrix-example.html -share/doc/qt/html/text.html -share/doc/qt/html/textedit-example.html -share/doc/qt/html/themes-example.html -share/doc/qt/html/thread.html -share/doc/qt/html/threads.html -share/doc/qt/html/tictac-example.html -share/doc/qt/html/time.html -share/doc/qt/html/timers.html -share/doc/qt/html/titleindex -share/doc/qt/html/toggleaction-example.html -share/doc/qt/html/toolbar.png -share/doc/qt/html/toolbar1.png -share/doc/qt/html/tools-list.html -share/doc/qt/html/tools.html -share/doc/qt/html/tooltip-example.html -share/doc/qt/html/toplevel-example.html -share/doc/qt/html/trademarks.html -share/doc/qt/html/trivial-nsplugin-example.html -share/doc/qt/html/troll.html -share/doc/qt/html/tt1_en.png -share/doc/qt/html/tt1_la.png -share/doc/qt/html/tt2_en.png -share/doc/qt/html/tt2_fr.png -share/doc/qt/html/tt2_nl.png -share/doc/qt/html/tt3_10_en.png -share/doc/qt/html/tt3_10_pt_bad.png -share/doc/qt/html/tt3_10_pt_good.png -share/doc/qt/html/tt3_11_about_pt.png -share/doc/qt/html/tt3_11_en.png -share/doc/qt/html/tt3_11_pt.png -share/doc/qt/html/tutorial.html -share/doc/qt/html/tutorial1-01.html -share/doc/qt/html/tutorial1-02.html -share/doc/qt/html/tutorial1-03.html -share/doc/qt/html/tutorial1-04.html -share/doc/qt/html/tutorial1-05.html -share/doc/qt/html/tutorial1-06.html -share/doc/qt/html/tutorial1-07.html -share/doc/qt/html/tutorial1-08.html -share/doc/qt/html/tutorial1-09.html -share/doc/qt/html/tutorial1-10.html -share/doc/qt/html/tutorial1-11.html -share/doc/qt/html/tutorial1-12.html -share/doc/qt/html/tutorial1-13.html -share/doc/qt/html/tutorial1-14.html -share/doc/qt/html/tutorial2-01.html -share/doc/qt/html/tutorial2-02.html -share/doc/qt/html/tutorial2-03.html -share/doc/qt/html/tutorial2-04.html -share/doc/qt/html/tutorial2-05.html -share/doc/qt/html/tutorial2-06.html -share/doc/qt/html/tutorial2-07.html -share/doc/qt/html/tutorial2-08.html -share/doc/qt/html/tutorial2-09.html -share/doc/qt/html/tutorial2-10.html -share/doc/qt/html/tutorial2-11.html -share/doc/qt/html/tutorial2.html -share/doc/qt/html/uic.html -share/doc/qt/html/unicode.html -share/doc/qt/html/unsmooth.png -share/doc/qt/html/validateaccelerators.png -share/doc/qt/html/validatephrases.png -share/doc/qt/html/validatepunctuation.png -share/doc/qt/html/web.png -share/doc/qt/html/whatsthis -share/doc/qt/html/whatsthis.png -share/doc/qt/html/widgets-example.html -share/doc/qt/html/win-objexplor1.png -share/doc/qt/html/win-objexplor2.png -share/doc/qt/html/win-projoverview.png -share/doc/qt/html/win-propedit1.png -share/doc/qt/html/win-propedit2.png -share/doc/qt/html/winsystem.html -share/doc/qt/html/wizard-example.html -share/doc/qt/html/wizard-wizard-cpp.html -share/doc/qt/html/wizard-wizard-h.html -share/doc/qt/html/workspace.html -share/doc/qt/html/xform-example.html -share/doc/qt/html/xform.png -share/doc/qt/html/xml-examples.html -share/doc/qt/html/xml-sax-features-walkthrough.html -share/doc/qt/html/xml-sax-walkthrough.html -share/doc/qt/html/xml-tools.html -share/doc/qt/html/xml.html -share/doc/qt/html/y2k.html -share/qt/mkspecs/aix-g++/qmake.conf -share/qt/mkspecs/aix-g++/qplatformdefs.h -share/qt/mkspecs/aix-xlc-64/qmake.conf -share/qt/mkspecs/aix-xlc-64/qplatformdefs.h -share/qt/mkspecs/aix-xlc/qmake.conf -share/qt/mkspecs/aix-xlc/qplatformdefs.h -share/qt/mkspecs/bsdi-g++/qmake.conf -share/qt/mkspecs/bsdi-g++/qplatformdefs.h -share/qt/mkspecs/cygwin-g++/qmake.conf -share/qt/mkspecs/cygwin-g++/qplatformdefs.h -share/qt/mkspecs/darwin-g++/qmake.conf -share/qt/mkspecs/darwin-g++/qplatformdefs.h -share/qt/mkspecs/default/qmake.conf -share/qt/mkspecs/default/qplatformdefs.h -share/qt/mkspecs/dgux-g++/qmake.conf -share/qt/mkspecs/dgux-g++/qplatformdefs.h -share/qt/mkspecs/freebsd-g++/qmake.conf -share/qt/mkspecs/freebsd-g++/qplatformdefs.h -share/qt/mkspecs/hpux-acc-64/qmake.conf -share/qt/mkspecs/hpux-acc-64/qplatformdefs.h -share/qt/mkspecs/hpux-acc-o64/qmake.conf -share/qt/mkspecs/hpux-acc-o64/qplatformdefs.h -share/qt/mkspecs/hpux-acc/qmake.conf -share/qt/mkspecs/hpux-acc/qplatformdefs.h -share/qt/mkspecs/hpux-cc/qmake.conf -share/qt/mkspecs/hpux-cc/qplatformdefs.h -share/qt/mkspecs/hpux-g++-64/qmake.conf -share/qt/mkspecs/hpux-g++-64/qplatformdefs.h -share/qt/mkspecs/hpux-g++/qmake.conf -share/qt/mkspecs/hpux-g++/qplatformdefs.h -share/qt/mkspecs/hpuxi-acc-32/qmake.conf -share/qt/mkspecs/hpuxi-acc-32/qplatformdefs.h -share/qt/mkspecs/hpuxi-acc-64/qmake.conf -share/qt/mkspecs/hpuxi-acc-64/qplatformdefs.h -share/qt/mkspecs/hurd-g++/qmake.conf -share/qt/mkspecs/hurd-g++/qplatformdefs.h -share/qt/mkspecs/irix-cc-64/qmake.conf -share/qt/mkspecs/irix-cc-64/qplatformdefs.h -share/qt/mkspecs/irix-cc-o32/qmake.conf -share/qt/mkspecs/irix-cc-o32/qplatformdefs.h -share/qt/mkspecs/irix-cc/qmake.conf -share/qt/mkspecs/irix-cc/qplatformdefs.h -share/qt/mkspecs/irix-g++/qmake.conf -share/qt/mkspecs/irix-g++/qplatformdefs.h -share/qt/mkspecs/linux-cxx/qmake.conf -share/qt/mkspecs/linux-cxx/qplatformdefs.h -share/qt/mkspecs/linux-g++/qmake.conf -share/qt/mkspecs/linux-g++/qplatformdefs.h -share/qt/mkspecs/linux-icc/qmake.conf -share/qt/mkspecs/linux-icc/qplatformdefs.h -share/qt/mkspecs/linux-kcc/qmake.conf -share/qt/mkspecs/linux-kcc/qplatformdefs.h -share/qt/mkspecs/linux-kylix/qmake.conf -share/qt/mkspecs/linux-kylix/qplatformdefs.h -share/qt/mkspecs/linux-pgcc/qmake.conf -share/qt/mkspecs/linux-pgcc/qplatformdefs.h -share/qt/mkspecs/lynxos-g++/qmake.conf -share/qt/mkspecs/lynxos-g++/qplatformdefs.h -share/qt/mkspecs/macx-g++/Info.plist.app -share/qt/mkspecs/macx-g++/qmake.conf -share/qt/mkspecs/macx-g++/qplatformdefs.h -share/qt/mkspecs/macx-mwerks/mwerkstmpl.xml -share/qt/mkspecs/macx-mwerks/qmake.conf -share/qt/mkspecs/macx-mwerks/qplatformdefs.h -share/qt/mkspecs/macx-pbuilder/Info.plist.app -share/qt/mkspecs/macx-pbuilder/qmake.conf -share/qt/mkspecs/macx-pbuilder/qplatformdefs.h -share/qt/mkspecs/netbsd-g++/qmake.conf -share/qt/mkspecs/netbsd-g++/qplatformdefs.h -share/qt/mkspecs/openbsd-g++/qmake.conf -share/qt/mkspecs/openbsd-g++/qplatformdefs.h -share/qt/mkspecs/qnx-g++/qmake.conf -share/qt/mkspecs/qnx-g++/qplatformdefs.h -share/qt/mkspecs/reliant-cds-64/qmake.conf -share/qt/mkspecs/reliant-cds-64/qplatformdefs.h -share/qt/mkspecs/reliant-cds/qmake.conf -share/qt/mkspecs/reliant-cds/qplatformdefs.h -share/qt/mkspecs/sco-cc/qmake.conf -share/qt/mkspecs/sco-cc/qplatformdefs.h -share/qt/mkspecs/sco-g++/qmake.conf -share/qt/mkspecs/sco-g++/qplatformdefs.h -share/qt/mkspecs/solaris-cc-64/qmake.conf -share/qt/mkspecs/solaris-cc-64/qplatformdefs.h -share/qt/mkspecs/solaris-cc/qmake.conf -share/qt/mkspecs/solaris-cc/qplatformdefs.h -share/qt/mkspecs/solaris-g++-64/qmake.conf -share/qt/mkspecs/solaris-g++-64/qplatformdefs.h -share/qt/mkspecs/solaris-g++/qmake.conf -share/qt/mkspecs/solaris-g++/qplatformdefs.h -share/qt/mkspecs/tru64-cxx/qmake.conf -share/qt/mkspecs/tru64-cxx/qplatformdefs.h -share/qt/mkspecs/tru64-g++/qmake.conf -share/qt/mkspecs/tru64-g++/qplatformdefs.h -share/qt/mkspecs/unixware-cc/qmake.conf -share/qt/mkspecs/unixware-cc/qplatformdefs.h -share/qt/mkspecs/unixware-g++/qmake.conf -share/qt/mkspecs/unixware-g++/qplatformdefs.h -share/qt/mkspecs/win32-borland/qmake.conf -share/qt/mkspecs/win32-borland/qplatformdefs.h -share/qt/mkspecs/win32-g++/qmake.conf -share/qt/mkspecs/win32-g++/qplatformdefs.h -share/qt/mkspecs/win32-icc/qmake.conf -share/qt/mkspecs/win32-icc/qplatformdefs.h -share/qt/mkspecs/win32-icc/win32app.dsp -share/qt/mkspecs/win32-icc/win32dll.dsp -share/qt/mkspecs/win32-icc/win32lib.dsp -share/qt/mkspecs/win32-msvc.net/qmake.conf -share/qt/mkspecs/win32-msvc.net/qplatformdefs.h -share/qt/mkspecs/win32-msvc/qmake.conf -share/qt/mkspecs/win32-msvc/qplatformdefs.h -share/qt/mkspecs/win32-msvc/win32app.dsp -share/qt/mkspecs/win32-msvc/win32dll.dsp -share/qt/mkspecs/win32-msvc/win32lib.dsp -share/qt/mkspecs/win32-watcom/qmake.conf -share/qt/phrasebooks/danish.qph -share/qt/phrasebooks/dutch.qph -share/qt/phrasebooks/finnish.qph -share/qt/phrasebooks/french.qph -share/qt/phrasebooks/german.qph -share/qt/phrasebooks/italian.qph -share/qt/phrasebooks/norwegian.qph -share/qt/phrasebooks/russian.qph -share/qt/phrasebooks/spanish.qph -share/qt/phrasebooks/swedish.qph -share/qt/templates/Configuration_Dialog.ui -share/qt/templates/Dialog_with_Buttons_(Bottom).ui -share/qt/templates/Dialog_with_Buttons_(Right).ui -share/qt/templates/Tab_Dialog.ui -translations/assistant_de.qm -translations/qt_ar.qm -translations/qt_de.qm -translations/qt_fr.qm -translations/qt_iw.qm -translations/qt_ru.qm -@dirrm translations -@dirrm share/qt/templates -@dirrm share/qt/phrasebooks -@dirrm share/qt/mkspecs/win32-watcom -@dirrm share/qt/mkspecs/win32-msvc.net -@dirrm share/qt/mkspecs/win32-msvc -@dirrm share/qt/mkspecs/win32-icc -@dirrm share/qt/mkspecs/win32-g++ -@dirrm share/qt/mkspecs/win32-borland -@dirrm share/qt/mkspecs/unixware-g++ -@dirrm share/qt/mkspecs/unixware-cc -@dirrm share/qt/mkspecs/tru64-g++ -@dirrm share/qt/mkspecs/tru64-cxx -@dirrm share/qt/mkspecs/solaris-g++-64 -@dirrm share/qt/mkspecs/solaris-g++ -@dirrm share/qt/mkspecs/solaris-cc-64 -@dirrm share/qt/mkspecs/solaris-cc -@dirrm share/qt/mkspecs/sco-g++ -@dirrm share/qt/mkspecs/sco-cc -@dirrm share/qt/mkspecs/reliant-cds-64 -@dirrm share/qt/mkspecs/reliant-cds -@dirrm share/qt/mkspecs/qnx-g++ -@dirrm share/qt/mkspecs/openbsd-g++ -@dirrm share/qt/mkspecs/netbsd-g++ -@dirrm share/qt/mkspecs/macx-pbuilder -@dirrm share/qt/mkspecs/macx-mwerks -@dirrm share/qt/mkspecs/macx-g++ -@dirrm share/qt/mkspecs/lynxos-g++ -@dirrm share/qt/mkspecs/linux-pgcc -@dirrm share/qt/mkspecs/linux-kylix -@dirrm share/qt/mkspecs/linux-kcc -@dirrm share/qt/mkspecs/linux-icc -@dirrm share/qt/mkspecs/linux-g++ -@dirrm share/qt/mkspecs/linux-cxx -@dirrm share/qt/mkspecs/irix-g++ -@dirrm share/qt/mkspecs/irix-cc-o32 -@dirrm share/qt/mkspecs/irix-cc-64 -@dirrm share/qt/mkspecs/irix-cc -@dirrm share/qt/mkspecs/hurd-g++ -@dirrm share/qt/mkspecs/hpuxi-acc-64 -@dirrm share/qt/mkspecs/hpuxi-acc-32 -@dirrm share/qt/mkspecs/hpux-g++-64 -@dirrm share/qt/mkspecs/hpux-g++ -@dirrm share/qt/mkspecs/hpux-cc -@dirrm share/qt/mkspecs/hpux-acc-o64 -@dirrm share/qt/mkspecs/hpux-acc-64 -@dirrm share/qt/mkspecs/hpux-acc -@dirrm share/qt/mkspecs/freebsd-g++ -@dirrm share/qt/mkspecs/dgux-g++ -@dirrm share/qt/mkspecs/default -@dirrm share/qt/mkspecs/darwin-g++ -@dirrm share/qt/mkspecs/cygwin-g++ -@dirrm share/qt/mkspecs/bsdi-g++ -@dirrm share/qt/mkspecs/aix-xlc-64 -@dirrm share/qt/mkspecs/aix-xlc -@dirrm share/qt/mkspecs/aix-g++ -@dirrm share/qt/mkspecs -@dirrm share/qt -@dirrm share/doc/qt/html -@dirrm share/doc/qt -@dirrm lib/plugins/designer -@dirrm lib/plugins -@dirrm lib/pkgconfig -@dirrm include/private -@dirrm etc/settings diff --git a/x11-toolkits/qwt4/Makefile b/x11-toolkits/qwt4/Makefile deleted file mode 100644 index 7434ebd02af9..000000000000 --- a/x11-toolkits/qwt4/Makefile +++ /dev/null @@ -1,71 +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.1 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR=qwt - -MAINTAINER= ports@FreeBSD.org -COMMENT= Qwt widget library for technical purposes - -USE_QT_VER= 3 -USE_BZIP2= yes -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 \ - QwtCounter.3 \ - QwtCurve.3 \ - QwtDblRange.3 \ - QwtDiMap.3 \ - QwtGrid.3 \ - QwtKnob.3 \ - QwtLegend.3 \ - QwtLegendItem.3 \ - QwtMarker.3 \ - QwtPlot.3 \ - QwtPlotCanvas.3 \ - QwtPlotCurve.3 \ - QwtPlotGrid.3 \ - QwtPlotItem.3 \ - QwtPlotMappedItem.3 \ - QwtPlotMarker.3 \ - QwtPlotPrintFilter.3 \ - QwtRect.3 \ - QwtScale.3 \ - QwtScaleDiv.3 \ - QwtScaleDraw.3 \ - QwtScaleIf.3 \ - QwtSlider.3 \ - QwtSliderBase.3 \ - QwtSpline.3 \ - QwtSymbol.3 \ - QwtThermo.3 \ - QwtWheel.3 \ - changes.3 \ - install.3 \ - qwt_math.h.3 \ - screenshots.3 - -pre-build: - cd ${WRKSRC}; qmake -spec ${X11BASE}/share/qt/mkspecs/freebsd-g++ qwt.pro -o Makefile - -do-install: - ${INSTALL_DATA} ${WRKSRC}/lib/libqwt.so.0.4.1 ${PREFIX}/lib - ${LN} -fs libqwt.so.0.4.1 ${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 b15dfe410bcb..000000000000 --- a/x11-toolkits/qwt4/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (qwt-0.4.1.tar.bz2) = 45c64b0382c8963cfde026a6d2324f6d 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 a7e3070ddf97..000000000000 --- a/x11-toolkits/qwt4/pkg-plist +++ /dev/null @@ -1,33 +0,0 @@ -include/qwt/qwt_sldbase.h -include/qwt/qwt_plot_classes.h -include/qwt/qwt_scale.h -include/qwt/qwt_sclif.h -include/qwt/qwt_rect.h -include/qwt/qwt_thermo.h -include/qwt/qwt_marker.h -include/qwt/qwt_math.h -include/qwt/qwt_global.h -include/qwt/qwt_curve.h -include/qwt/qwt_autoscl.h -include/qwt/qwt.h -include/qwt/qwt_scldraw.h -include/qwt/qwt_dimap.h -include/qwt/qwt_counter.h -include/qwt/qwt_scldiv.h -include/qwt/qwt_slider.h -include/qwt/qwt_spline.h -include/qwt/qwt_plot_item.h -include/qwt/qwt_plot.h -include/qwt/qwt_plot_dict.h -include/qwt/qwt_symbol.h -include/qwt/qwt_plot_printfilter.h -include/qwt/qwt_plot_canvas.h -include/qwt/qwt_arrbtn.h -include/qwt/qwt_wheel.h -include/qwt/qwt_grid.h -include/qwt/qwt_knob.h -include/qwt/qwt_drange.h -include/qwt/qwt_legend.h -lib/libqwt.so -lib/libqwt.so.0.4.1 -@dirrm include/qwt diff --git a/x11-toolkits/ruby-fox-devel/Makefile b/x11-toolkits/ruby-fox-devel/Makefile deleted file mode 100644 index ebf0a905b5e4..000000000000 --- a/x11-toolkits/ruby-fox-devel/Makefile +++ /dev/null @@ -1,51 +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= 1.0.27 -CATEGORIES= x11-toolkits ruby -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= fxruby -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= FXRuby-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= knu@FreeBSD.org -COMMENT= Ruby extension module to use FOX, aka FXRuby - -#BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 -LIB_DEPENDS= FOX-1.0.0:${PORTSDIR}/x11-toolkits/fox \ - png.5:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg - -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 5d15e887cf38..000000000000 --- a/x11-toolkits/ruby-fox-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ruby/FXRuby-1.0.27.tar.gz) = 7c13377380545084a3bb881d96dccc4e 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 45af3ee10035..000000000000 --- a/x11-toolkits/ruby-fox-devel/pkg-plist +++ /dev/null @@ -1,207 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/fox.so -%%RUBY_SITELIBDIR%%/fox/aliases.rb -%%RUBY_SITELIBDIR%%/fox/calendar.rb -%%RUBY_SITELIBDIR%%/fox/chore.rb -%%RUBY_SITELIBDIR%%/fox/colors.rb -%%RUBY_SITELIBDIR%%/fox/core.rb -%%RUBY_SITELIBDIR%%/fox/dict.rb -%%RUBY_SITELIBDIR%%/fox/glgroup.rb -%%RUBY_SITELIBDIR%%/fox/glshapes.rb -%%RUBY_SITELIBDIR%%/fox/input.rb -%%RUBY_SITELIBDIR%%/fox/irb.rb -%%RUBY_SITELIBDIR%%/fox/iterators.rb -%%RUBY_SITELIBDIR%%/fox/keys.rb -%%RUBY_SITELIBDIR%%/fox/missingdep.rb -%%RUBY_SITELIBDIR%%/fox/pseudokeyboard.rb -%%RUBY_SITELIBDIR%%/fox/pseudomouse.rb -%%RUBY_SITELIBDIR%%/fox/responder.rb -%%RUBY_SITELIBDIR%%/fox/responder2.rb -%%RUBY_SITELIBDIR%%/fox/scintilla.rb -%%RUBY_SITELIBDIR%%/fox/settings.rb -%%RUBY_SITELIBDIR%%/fox/signal.rb -%%RUBY_SITELIBDIR%%/fox/timeout.rb -%%RUBY_SITELIBDIR%%/fox/undolist.rb -%%RUBY_SITELIBDIR%%/fox/version.rb -@dirrm %%RUBY_SITELIBDIR%%/fox -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/RAA.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/README -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/babelfish.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/bounce.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/browser.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/button.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/datatarget.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dctest.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dialog.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dilbert.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dirlist.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dragdrop.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dragsource.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dropsite.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/examples.xml -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/foursplit.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/glcanvas-scroll.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%%/iconlist.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.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/big.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/bigfolder.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/bigpenguin.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/bottomview.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/camera.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/capbutt.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/capnotlast.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/capproj.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/capround.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/colorpal.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/copy.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/cut.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/delimit.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/dippy.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/double_dash.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/filenew.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/fileopen.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/filesave.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/filesaveas.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/fonts.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/fox.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/foxicon.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/frontview.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/hello2.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/help.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/indent.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/jbevel.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/jmiter.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/jround.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/kill.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/leftview.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/light.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/minidoc.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/minifolder.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/minifolderopen.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/newfolder.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/nolight.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/onoff_dash.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/palette.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/parallel.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/paste.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/pattern.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/penguin.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/perspective.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/printicon.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/prop.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/redo.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/rightview.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/saveas.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/shutter1.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/shutter2.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/small.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/smoothlight.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/solid_line.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/tbuplevel.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/topview.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/undo.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/winapp.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/zoom.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/image.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/imageviewer.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/inputs.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/mditest.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/pig.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/raabrowser.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/scintilla-test.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%%/styledtext.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%%/textedit -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/icons -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ANNOUNCE -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/apes02.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/apes03.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/book.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/build.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/ch02s02.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/ch02s03.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/ch02s04.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/ch02s05.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/ch03s02.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/ch03s03.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/changes.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/cvs.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/differences.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/dragdroptut.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/call-chain-example.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/colordialog.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/dropsite-droprejected.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/foursplit.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/gltest.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/glviewer.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/groupbox.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/header.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/hello-with-button.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/hello-with-icon-1.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/hello-with-icon-2.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/hello-with-icon-3.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/hello-with-tooltip.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/hello-without-button.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/hello.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/hello2.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/iconlist-bigicons.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/iconlist-details.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/image.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/imageviewer.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/inheritance.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/images/tutorial1.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/implementation.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/infosources.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/library.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/opengl.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/pt01.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/pt02.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/scintilla.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/todo.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/tutorial1.html -%%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 ebf0a905b5e4..000000000000 --- a/x11-toolkits/ruby-fox10/Makefile +++ /dev/null @@ -1,51 +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= 1.0.27 -CATEGORIES= x11-toolkits ruby -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= fxruby -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= FXRuby-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= knu@FreeBSD.org -COMMENT= Ruby extension module to use FOX, aka FXRuby - -#BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 -LIB_DEPENDS= FOX-1.0.0:${PORTSDIR}/x11-toolkits/fox \ - png.5:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg - -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 5d15e887cf38..000000000000 --- a/x11-toolkits/ruby-fox10/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ruby/FXRuby-1.0.27.tar.gz) = 7c13377380545084a3bb881d96dccc4e 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 45af3ee10035..000000000000 --- a/x11-toolkits/ruby-fox10/pkg-plist +++ /dev/null @@ -1,207 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/fox.so -%%RUBY_SITELIBDIR%%/fox/aliases.rb -%%RUBY_SITELIBDIR%%/fox/calendar.rb -%%RUBY_SITELIBDIR%%/fox/chore.rb -%%RUBY_SITELIBDIR%%/fox/colors.rb -%%RUBY_SITELIBDIR%%/fox/core.rb -%%RUBY_SITELIBDIR%%/fox/dict.rb -%%RUBY_SITELIBDIR%%/fox/glgroup.rb -%%RUBY_SITELIBDIR%%/fox/glshapes.rb -%%RUBY_SITELIBDIR%%/fox/input.rb -%%RUBY_SITELIBDIR%%/fox/irb.rb -%%RUBY_SITELIBDIR%%/fox/iterators.rb -%%RUBY_SITELIBDIR%%/fox/keys.rb -%%RUBY_SITELIBDIR%%/fox/missingdep.rb -%%RUBY_SITELIBDIR%%/fox/pseudokeyboard.rb -%%RUBY_SITELIBDIR%%/fox/pseudomouse.rb -%%RUBY_SITELIBDIR%%/fox/responder.rb -%%RUBY_SITELIBDIR%%/fox/responder2.rb -%%RUBY_SITELIBDIR%%/fox/scintilla.rb -%%RUBY_SITELIBDIR%%/fox/settings.rb -%%RUBY_SITELIBDIR%%/fox/signal.rb -%%RUBY_SITELIBDIR%%/fox/timeout.rb -%%RUBY_SITELIBDIR%%/fox/undolist.rb -%%RUBY_SITELIBDIR%%/fox/version.rb -@dirrm %%RUBY_SITELIBDIR%%/fox -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/RAA.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/README -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/babelfish.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/bounce.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/browser.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/button.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/datatarget.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dctest.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dialog.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dilbert.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dirlist.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dragdrop.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dragsource.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dropsite.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/examples.xml -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/foursplit.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/glcanvas-scroll.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%%/iconlist.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.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/big.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/bigfolder.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/bigpenguin.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/bottomview.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/camera.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/capbutt.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/capnotlast.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/capproj.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/capround.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/colorpal.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/copy.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/cut.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/delimit.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/dippy.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/double_dash.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/filenew.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/fileopen.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/filesave.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/filesaveas.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/fonts.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/fox.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/foxicon.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/frontview.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/hello2.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/help.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/indent.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/jbevel.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/jmiter.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/jround.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/kill.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/leftview.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/light.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/minidoc.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/minifolder.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/minifolderopen.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/newfolder.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/nolight.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/onoff_dash.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/palette.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/parallel.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/paste.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/pattern.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/penguin.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/perspective.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/printicon.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/prop.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/redo.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/rightview.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/saveas.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/shutter1.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/shutter2.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/small.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/smoothlight.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/solid_line.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/tbuplevel.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/topview.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/undo.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/winapp.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/zoom.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/image.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/imageviewer.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/inputs.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/mditest.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/pig.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/raabrowser.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/scintilla-test.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%%/styledtext.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%%/textedit -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/icons -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ANNOUNCE -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/apes02.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/apes03.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/book.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/build.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/ch02s02.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/ch02s03.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/ch02s04.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/ch02s05.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/ch03s02.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/ch03s03.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/changes.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/cvs.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/differences.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/dragdroptut.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/call-chain-example.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/colordialog.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/dropsite-droprejected.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/foursplit.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/gltest.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/glviewer.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/groupbox.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/header.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/hello-with-button.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/hello-with-icon-1.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/hello-with-icon-2.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/hello-with-icon-3.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/hello-with-tooltip.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/hello-without-button.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/hello.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/hello2.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/iconlist-bigicons.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/iconlist-details.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/image.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/imageviewer.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/inheritance.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/images/tutorial1.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/implementation.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/infosources.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/library.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/opengl.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/pt01.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/pt02.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/scintilla.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/todo.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/tutorial1.html -%%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 ebf0a905b5e4..000000000000 --- a/x11-toolkits/ruby-fox12/Makefile +++ /dev/null @@ -1,51 +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= 1.0.27 -CATEGORIES= x11-toolkits ruby -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= fxruby -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= FXRuby-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= knu@FreeBSD.org -COMMENT= Ruby extension module to use FOX, aka FXRuby - -#BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 -LIB_DEPENDS= FOX-1.0.0:${PORTSDIR}/x11-toolkits/fox \ - png.5:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg - -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 5d15e887cf38..000000000000 --- a/x11-toolkits/ruby-fox12/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ruby/FXRuby-1.0.27.tar.gz) = 7c13377380545084a3bb881d96dccc4e 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 45af3ee10035..000000000000 --- a/x11-toolkits/ruby-fox12/pkg-plist +++ /dev/null @@ -1,207 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/fox.so -%%RUBY_SITELIBDIR%%/fox/aliases.rb -%%RUBY_SITELIBDIR%%/fox/calendar.rb -%%RUBY_SITELIBDIR%%/fox/chore.rb -%%RUBY_SITELIBDIR%%/fox/colors.rb -%%RUBY_SITELIBDIR%%/fox/core.rb -%%RUBY_SITELIBDIR%%/fox/dict.rb -%%RUBY_SITELIBDIR%%/fox/glgroup.rb -%%RUBY_SITELIBDIR%%/fox/glshapes.rb -%%RUBY_SITELIBDIR%%/fox/input.rb -%%RUBY_SITELIBDIR%%/fox/irb.rb -%%RUBY_SITELIBDIR%%/fox/iterators.rb -%%RUBY_SITELIBDIR%%/fox/keys.rb -%%RUBY_SITELIBDIR%%/fox/missingdep.rb -%%RUBY_SITELIBDIR%%/fox/pseudokeyboard.rb -%%RUBY_SITELIBDIR%%/fox/pseudomouse.rb -%%RUBY_SITELIBDIR%%/fox/responder.rb -%%RUBY_SITELIBDIR%%/fox/responder2.rb -%%RUBY_SITELIBDIR%%/fox/scintilla.rb -%%RUBY_SITELIBDIR%%/fox/settings.rb -%%RUBY_SITELIBDIR%%/fox/signal.rb -%%RUBY_SITELIBDIR%%/fox/timeout.rb -%%RUBY_SITELIBDIR%%/fox/undolist.rb -%%RUBY_SITELIBDIR%%/fox/version.rb -@dirrm %%RUBY_SITELIBDIR%%/fox -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/RAA.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/README -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/babelfish.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/bounce.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/browser.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/button.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/datatarget.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dctest.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dialog.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dilbert.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dirlist.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dragdrop.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dragsource.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dropsite.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/examples.xml -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/foursplit.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/glcanvas-scroll.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%%/iconlist.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.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/big.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/bigfolder.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/bigpenguin.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/bottomview.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/camera.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/capbutt.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/capnotlast.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/capproj.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/capround.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/colorpal.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/copy.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/cut.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/delimit.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/dippy.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/double_dash.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/filenew.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/fileopen.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/filesave.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/filesaveas.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/fonts.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/fox.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/foxicon.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/frontview.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/hello2.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/help.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/indent.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/jbevel.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/jmiter.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/jround.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/kill.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/leftview.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/light.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/minidoc.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/minifolder.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/minifolderopen.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/newfolder.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/nolight.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/onoff_dash.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/palette.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/parallel.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/paste.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/pattern.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/penguin.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/perspective.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/printicon.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/prop.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/redo.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/rightview.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/saveas.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/shutter1.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/shutter2.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/small.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/smoothlight.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/solid_line.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/tbuplevel.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/topview.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/undo.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/winapp.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/zoom.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/image.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/imageviewer.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/inputs.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/mditest.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/pig.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/raabrowser.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/scintilla-test.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%%/styledtext.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%%/textedit -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/icons -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ANNOUNCE -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/apes02.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/apes03.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/book.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/build.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/ch02s02.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/ch02s03.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/ch02s04.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/ch02s05.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/ch03s02.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/ch03s03.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/changes.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/cvs.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/differences.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/dragdroptut.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/call-chain-example.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/colordialog.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/dropsite-droprejected.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/foursplit.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/gltest.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/glviewer.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/groupbox.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/header.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/hello-with-button.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/hello-with-icon-1.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/hello-with-icon-2.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/hello-with-icon-3.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/hello-with-tooltip.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/hello-without-button.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/hello.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/hello2.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/iconlist-bigicons.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/iconlist-details.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/image.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/imageviewer.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/inheritance.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/images/tutorial1.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/implementation.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/infosources.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/library.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/opengl.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/pt01.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/pt02.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/scintilla.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/todo.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/tutorial1.html -%%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/tix/pkg-plist b/x11-toolkits/tix/pkg-plist index 19b0d7e912c5..99ac6329e72c 100644 --- a/x11-toolkits/tix/pkg-plist +++ b/x11-toolkits/tix/pkg-plist @@ -1,4 +1,4 @@ -bin/tixwish4.1.8.2 +bin/tixwish4.1.8.4 @exec ln -s %D/%F %B/tixwish @unexec rm %B/tixwish include/tix.h @@ -16,10 +16,10 @@ include/tix/generic/tixPort.h include/tix/generic/tixTList.h include/tix/unix/tixUnixInt.h include/tix/unix/tixUnixPort.h -lib/libtix4182.so.1.2 -lib/libtix4182.so -lib/libtixsam4182.so.1.2 -lib/libtixsam4182.so +lib/libtix4184.so.1.2 +lib/libtix4184.so +lib/libtixsam4184.so.1.2 +lib/libtixsam4184.so lib/tix4.1/bitmaps/act_fold.gif lib/tix4.1/bitmaps/act_fold.xbm lib/tix4.1/bitmaps/act_fold.xpm diff --git a/x11-toolkits/wxgtk24-contrib/Makefile b/x11-toolkits/wxgtk24-contrib/Makefile deleted file mode 100644 index 1d8a8ed4e5e3..000000000000 --- a/x11-toolkits/wxgtk24-contrib/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# New ports collection makefile for: wxgtk-contrib -# Date created: November 4, 2003 -# Whom: fjoe@FreeBSD.ORG -# -# $FreeBSD$ -# - -PORTREVISION= 1 - -MAINTAINER= fjoe@FreeBSD.org -COMMENT= The wxWindows GUI toolkit contributed libraries - -WXGTK_FLAVOR= gtk-contrib -MASTERDIR= ${.CURDIR}/../wxgtk - -.include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/wxgtk24-contrib/pkg-plist b/x11-toolkits/wxgtk24-contrib/pkg-plist deleted file mode 100644 index e2b142c75bf6..000000000000 --- a/x11-toolkits/wxgtk24-contrib/pkg-plist +++ /dev/null @@ -1,18 +0,0 @@ -lib/libwx_gtk_canvas-2.4.so -lib/libwx_gtk_canvas-2.4.so.0 -lib/libwx_gtk_dcsvg-2.4.so -lib/libwx_gtk_dcsvg-2.4.so.0 -lib/libwx_gtk_fl-2.4.so -lib/libwx_gtk_fl-2.4.so.0 -lib/libwx_gtk_gizmos-2.4.so -lib/libwx_gtk_gizmos-2.4.so.0 -lib/libwx_gtk_net-2.4.so -lib/libwx_gtk_net-2.4.so.0 -lib/libwx_gtk_ogl-2.4.so -lib/libwx_gtk_ogl-2.4.so.0 -lib/libwx_gtk_plot-2.4.so -lib/libwx_gtk_plot-2.4.so.0 -lib/libwx_gtk_stc-2.4.so -lib/libwx_gtk_stc-2.4.so.0 -lib/libwx_gtk_xrc-2.4.so -lib/libwx_gtk_xrc-2.4.so.0 diff --git a/x11-toolkits/wxgtk24-docs/Makefile b/x11-toolkits/wxgtk24-docs/Makefile deleted file mode 100644 index ebbbd53c650d..000000000000 --- a/x11-toolkits/wxgtk24-docs/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: wxgtk_doc -# Date created: 1 Apr 23:51:14 2003 CEST -# Whom: Michal Pasternak <dotz@irc.pl> -# -# $FreeBSD$ -# - -PORTNAME= wxgtk_doc -PORTVERSION= 2.4.2 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= wxwindows -DISTNAME= wxWindows-${PORTVERSION}-HTML - -MAINTAINER= dotz@irc.pl -COMMENT= wxWindows documentation in HTML - -NO_BUILD= YES -USE_ZIP= YES - -WXGTKDOCDIR= ${PREFIX}/share/doc/${PORTNAME}/html/ -WRKSRC= ${WRKDIR}/wxWindows-${PORTVERSION}/docs/html/ - -do-install: - @${MKDIR} ${WXGTKDOCDIR} - @${CP} -R ${WRKSRC}/* ${WXGTKDOCDIR} - -post-install: - @(cd ${WRKSRC} && ${FIND} * -type f | ${XARGS} printf "share/doc/${PORTNAME}/html/%s\n" >> ${TMPPLIST}) - @(cd ${WRKSRC} && ${FIND} * -type d | ${XARGS} printf "@dirrm share/doc/${PORTNAME}/html/%s\n" >> ${TMPPLIST}) - @${ECHO} @dirrm share/doc/${PORTNAME}/html >> ${TMPPLIST} - @${ECHO} @dirrm share/doc/${PORTNAME} >> ${TMPPLIST} - -.include <bsd.port.mk> diff --git a/x11-toolkits/wxgtk24-docs/distinfo b/x11-toolkits/wxgtk24-docs/distinfo deleted file mode 100644 index 73a11f47a37a..000000000000 --- a/x11-toolkits/wxgtk24-docs/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (wxWindows-2.4.2-HTML.zip) = 700292c9f97114f7f65e6d023b1dd9c5 diff --git a/x11-toolkits/wxgtk24-docs/pkg-descr b/x11-toolkits/wxgtk24-docs/pkg-descr deleted file mode 100644 index 9a66e42e3cf6..000000000000 --- a/x11-toolkits/wxgtk24-docs/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -wxGTK documentation - -WWW: http://www.wxwindows.org/ diff --git a/x11-toolkits/wxgtk24-docs/pkg-plist b/x11-toolkits/wxgtk24-docs/pkg-plist deleted file mode 100644 index 435f005646ca..000000000000 --- a/x11-toolkits/wxgtk24-docs/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -@comment automatically generated plist diff --git a/x11-toolkits/wxgtk24/Makefile b/x11-toolkits/wxgtk24/Makefile deleted file mode 100644 index 1f8f0921caee..000000000000 --- a/x11-toolkits/wxgtk24/Makefile +++ /dev/null @@ -1,98 +0,0 @@ -# New ports collection makefile for: wxGTK -# Date created: September 18, 1999 -# Whom: nectar@FreeBSD.ORG -# -# $FreeBSD$ -# - -PORTNAME= wx -PORTVERSION= 2.4.2 -PORTREVISION?= 6 -PKGNAMESUFFIX= ${WXGTK_FLAVOR} -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/ -MASTER_SITE_SUBDIR= wxwindows -DISTNAME= wxGTK-${PORTVERSION} - -MAINTAINER?= fjoe@FreeBSD.org -COMMENT?= The wxWindows GUI toolkit with GTK+ bindings - -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff \ - iconv.3:${PORTSDIR}/converters/libiconv - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GL= yes -USE_GMAKE= yes -USE_REINPLACE= yes -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="-I${WRKSRC}/include \ - -I${LOCALBASE}/include \ - -I${X11BASE}/include \ - ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib -liconv \ - -L${X11BASE}/lib \ - ${PTHREAD_LIBS}" -MAKE_ENV= WXGTK_FLAVOR="${WXGTK_FLAVOR}" -PLIST= ${.CURDIR}/pkg-plist - -WXGTK_FLAVOR?= gtk - -.if ${WXGTK_FLAVOR} != "gtk-common" -RUN_DEPENDS= ${X11BASE}/include/wx/wx.h:${PORTSDIR}/x11-toolkits/wxgtk-common -.endif - -.if ${WXGTK_FLAVOR:M*-common} != "" -NO_BUILD= yes -INSTALL_TARGET= install-common -.endif # *-common - -.if ${WXGTK_FLAVOR:M*-contrib*} != "" -BUILD_WRKSRC= ${WRKSRC}/contrib/src -INSTALL_WRKSRC= ${BUILD_WRKSRC} - -.if ${WXGTK_FLAVOR} != "gtk-contrib-common" -RUN_DEPENDS= ${X11BASE}/include/wx/stc/stc.h:${PORTSDIR}/x11-toolkits/wxgtk-contrib-common -.if ${WXGTK_FLAVOR} == "gtk-contrib" -LIB_DEPENDS+= wx_gtk-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk -.elif ${WXGTK_FLAVOR} == "gtk2-contrib" -LIB_DEPENDS+= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2 -.elif ${WXGTK_FLAVOR} == "gtk2-unicode-contrib" -LIB_DEPENDS+= wx_gtk2u-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2-unicode -.endif -.endif # !gtk-contrib-common -.endif # *-contrib* - -.include <bsd.port.pre.mk> - -.if ${WXGTK_FLAVOR:M*-unicode*} != "" -.if ${OSVERSION} < 500000 -IGNORE= Systems prior to FreeBSD 5.0 currently out of support -.endif -CONFIGURE_ARGS+=--enable-unicode -.endif # *-unicode* - -.if ${WXGTK_FLAVOR:Mgtk2*} != "" -USE_GNOME= gtk20 -CONFIGURE_ARGS+=--enable-gtk2 ${MACHINE_ARCH}-portbld-freebsd${OSREL} -.else -USE_GNOME= gtk12 -CONFIGURE_ARGS+=--host=${CONFIGURE_TARGET} --build=${CONFIGURE_TARGET} -.endif - -pre-patch: -.if ${WXGTK_FLAVOR:Mgtk2*} != "" - @${REINPLACE_CMD} -e 's|lgdk|lgdk-x11-2.0|g' ${WRKSRC}/configure -.else - @${REINPLACE_CMD} -e 's|lgdk|lgdk12|g' ${WRKSRC}/configure -.endif - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/wxgtk24/distinfo b/x11-toolkits/wxgtk24/distinfo deleted file mode 100644 index d33ca383e712..000000000000 --- a/x11-toolkits/wxgtk24/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (wxGTK-2.4.2.tar.bz2) = cdadfe82fc93f8a65a2ae18a95b0b0e3 diff --git a/x11-toolkits/wxgtk24/files/patch-ac b/x11-toolkits/wxgtk24/files/patch-ac deleted file mode 100644 index 9513e8f0e204..000000000000 --- a/x11-toolkits/wxgtk24/files/patch-ac +++ /dev/null @@ -1,124 +0,0 @@ ---- Makefile.in.orig Sun Sep 21 18:31:27 2003 -+++ Makefile.in Tue Nov 4 22:33:54 2003 -@@ -332,17 +332,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 - -@@ -371,28 +367,23 @@ - - 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 -+afminstall: - @if test ! -d $(datadir); then $(INSTALL) -d $(datadir); fi - $(INSTALL) -d $(datadir)/wx -- $(INSTALL) -d $(datadir)/wx/$(VER_MAJMIN) -- $(INSTALL) -d $(datadir)/wx/$(VER_MAJMIN)/afm -- $(INSTALL) -d $(datadir)/wx/$(VER_MAJMIN)/gs_afm -- $(INSTALL_DATA) $(top_srcdir)/misc/afm/*.afm $(datadir)/wx/$(VER_MAJMIN)/afm -- $(INSTALL_DATA) $(top_srcdir)/misc/gs_afm/*.afm $(datadir)/wx/$(VER_MAJMIN)/gs_afm -+ $(INSTALL) -d $(datadir)/wx/afm -+ $(INSTALL) -d $(datadir)/wx/gs_afm -+ $(INSTALL_DATA) $(top_srcdir)/misc/afm/*.afm $(datadir)/wx/afm -+ $(INSTALL_DATA) $(top_srcdir)/misc/gs_afm/*.afm $(datadir)/wx/gs_afm - --m4datainstall: preinstall -+m4datainstall: - $(INSTALL) -d $(datadir)/aclocal - $(INSTALL_DATA) $(top_srcdir)/wxwin.m4 $(datadir)/aclocal - -@@ -410,7 +401,7 @@ - - # this is the real install target: copies the library, wx-config and the - # headers to the installation directory --preinstall: $(build_libdir)/@WX_TARGET_LIBRARY@ $(top_builddir)/wx@TOOLCHAIN_NAME@-config -+install-common: @AFMINSTALL@ m4datainstall @WIN32INSTALL@ - @echo " " - @echo " Installing wxWindows..." - @echo " " -@@ -419,26 +410,11 @@ - @if test ! -d $(bindir); then $(INSTALL) -d $(bindir); fi - @if test ! -d $(libdir); then $(INSTALL) -d $(libdir); fi - -- $(INSTALL_SCRIPT) $(top_builddir)/wx@TOOLCHAIN_NAME@-config $(bindir)/wx@TOOLCHAIN_NAME@-config -- cd $(bindir) && rm -f wx-config && $(LN_S) wx@TOOLCHAIN_NAME@-config wx-config -- @INSTALL_LIBRARY@ $(build_libdir)/@WX_TARGET_LIBRARY@ $(libdir)/@WX_TARGET_LIBRARY@ -- @if test "x@WX_LIBRARY_IMPORTLIB@" != "x"; then \ -- $(INSTALL_PROGRAM) $(top_builddir)/lib/@WX_LIBRARY_IMPORTLIB@ $(libdir)/@WX_LIBRARY_IMPORTLIB@; fi -- -- $(INSTALL) -d $(libdir)/wx -- $(INSTALL) -d $(libdir)/wx/include -- $(INSTALL) -d $(libdir)/wx/include/univ -- $(INSTALL) -d $(libdir)/wx/include/@TOOLCHAIN_NAME@ -- $(INSTALL) -d $(libdir)/wx/include/@TOOLCHAIN_NAME@/wx -- $(INSTALL_DATA) $(build_libdir)/wx/include/@TOOLCHAIN_NAME@/wx/setup.h \ -- $(libdir)/wx/include/@TOOLCHAIN_NAME@/wx/setup.h -- - $(INSTALL) -d $(includedir)/wx - @# FIXME: This will erroneously install a wx/base dir for wxBase.. - @if test "$(USE_GUI)" = 1; then $(INSTALL) -d $(includedir)/wx/@TOOLKIT_DIR@; fi - @if test "$(USE_GUI)" = 1; then $(INSTALL) -d $(includedir)/wx/html; fi - @if test "$(USE_GUI)" = 1; then $(INSTALL) -d $(includedir)/wx/generic; fi -- @if test "$(USE_GUI)" = 1; then $(INSTALL) -d $(includedir)/wx/univ; fi - @if test "@TOOLKIT_DIR@" = "msw"; then $(INSTALL) -d $(includedir)/wx/msw/ole; fi - - @# always install msw headers for wxBase, it's much simpler -@@ -459,6 +435,19 @@ - echo "$(INSTALL_DATA) $(top_srcdir)/locale/$$p.mo $(localedir)/$$p/LC_MESSAGES/wxstd.mo"; \ - done - -+preinstall: $(build_libdir)/@WX_TARGET_LIBRARY@ $(top_builddir)/wx@TOOLCHAIN_NAME@-config -+ $(INSTALL_SCRIPT) $(top_builddir)/wx@TOOLCHAIN_NAME@-config $(bindir)/wx@TOOLCHAIN_NAME@-config -+ @if test "$(WXGTK_FLAVOR)" = "gtk"; then \ -+ cd $(bindir) && rm -f wx-config && $(LN_S) wx@TOOLCHAIN_NAME@-config wx-config; \ -+ fi -+ @INSTALL_LIBRARY@ $(build_libdir)/@WX_TARGET_LIBRARY@ $(libdir)/@WX_TARGET_LIBRARY@ -+ @if test "x@WX_LIBRARY_IMPORTLIB@" != "x"; then \ -+ $(INSTALL_PROGRAM) $(top_builddir)/lib/@WX_LIBRARY_IMPORTLIB@ $(libdir)/@WX_LIBRARY_IMPORTLIB@; fi -+ $(INSTALL) -d $(prefix)/include/wx/@TOOLCHAIN_NAME@ -+ $(INSTALL) -d $(prefix)/include/wx/@TOOLCHAIN_NAME@/wx -+ $(INSTALL_DATA) $(build_libdir)/wx/include/@TOOLCHAIN_NAME@/wx/setup.h \ -+ $(prefix)/include/wx/@TOOLCHAIN_NAME@/wx/setup.h -+ - preinstall_res: $(build_libdir)/@WX_RESOURCES_MACOSX_ASCII@ $(build_libdir)/@WX_RESOURCES_MACOSX_DATA@ - @echo " " - @echo " Installing wxWindows Mac resource ..." -@@ -474,7 +463,7 @@ - @if test ! -d $(libdir); then $(INSTALL) -d $(libdir); fi - @INSTALL_LIBRARY@ $(build_libdir)/@WX_TARGET_LIBRARY_GL@ $(libdir)/@WX_TARGET_LIBRARY_GL@ - --install: @AFMINSTALL@ @WX_ALL_INSTALLED@ m4datainstall @WIN32INSTALL@ -+install: @WX_ALL_INSTALLED@ - @echo " " - @echo " The installation of wxWindows is finished. On certain" - @echo " platforms (e.g. Linux) you'll now have to run ldconfig" diff --git a/x11-toolkits/wxgtk24/files/patch-configure b/x11-toolkits/wxgtk24/files/patch-configure deleted file mode 100644 index 2236f9edacee..000000000000 --- a/x11-toolkits/wxgtk24/files/patch-configure +++ /dev/null @@ -1,73 +0,0 @@ ---- configure.orig Tue Nov 4 19:54:04 2003 -+++ configure Tue Nov 4 20:12:59 2003 -@@ -11731,7 +11731,7 @@ - - - if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then -- if test "$USE_DARWIN" = 1; then -+ if test "$USE_DARWIN" = 1 -o "$USE_FREEBSD" = 1; then - system_zlib_h_ok="yes" - else - echo $ac_n "checking for zlib.h >= 1.1.4""... $ac_c" 1>&6 -@@ -16099,6 +16099,13 @@ - WX_RESOURCES_MACOSX_DATA="lib${WX_LIBRARY}.${WX_CURRENT}.rsrc" - fi - ;; -+ -+ *-*-freebsd* ) -+ WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}" -+ WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}" -+ WX_LIBRARY_LINK1="lib${WX_LIBRARY}.${SO_SUFFIX}" -+ WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}" -+ ;; - esac - - WX_LIBRARY_NAME_STATIC="lib${WX_LIBRARY}.a" -@@ -18679,7 +18686,7 @@ - ;; - esac - -- THREAD_OPTS="$THREAD_OPTS pthread none" -+ THREAD_OPTS= - - THREADS_OK=no - for flag in $THREAD_OPTS; do -@@ -18736,6 +18743,8 @@ - THREADS_CFLAGS="" - done - -+ THREADS_OK=yes -+ - if test "x$THREADS_OK" != "xyes"; then - wxUSE_THREADS=no - echo "configure: warning: No thread support on this system... disabled" 1>&2 -@@ -18752,7 +18761,6 @@ - flag="-D_THREAD_SAFE" - ;; - *-freebsd*) -- flag="-D_THREAD_SAFE" - ;; - *-hp-hpux* ) - flag="-D_REENTRANT" -@@ -19529,21 +19537,6 @@ - CODE_GEN_FLAGS="$CODE_GEN_FLAGS -ffunction-sections" - ;; - esac --fi -- --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 "$WXWIN_COMPATIBILITY_2" = "yes"; then diff --git a/x11-toolkits/wxgtk24/files/patch-contrib-include-wx-fl-frmview.h b/x11-toolkits/wxgtk24/files/patch-contrib-include-wx-fl-frmview.h deleted file mode 100644 index 57217e446561..000000000000 --- a/x11-toolkits/wxgtk24/files/patch-contrib-include-wx-fl-frmview.h +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/include/wx/fl/frmview.h.orig Wed Nov 5 00:02:21 2003 -+++ contrib/include/wx/fl/frmview.h Wed Nov 5 00:03:08 2003 -@@ -114,7 +114,7 @@ - - // if file name is empty, views are are not saved/loaded - -- virtual void Init( wxWindow* pMainFrame, const wxString& settingsFile = "" ); -+ virtual void Init( wxWindow* pMainFrame, const wxString& settingsFile = wxEmptyString ); - - // synonyms - wxFrame* GetParentFrame(); diff --git a/x11-toolkits/wxgtk24/files/patch-contrib-src-Makefile.in b/x11-toolkits/wxgtk24/files/patch-contrib-src-Makefile.in deleted file mode 100644 index 5d9fe0443f8e..000000000000 --- a/x11-toolkits/wxgtk24/files/patch-contrib-src-Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- contrib/src/Makefile.in.orig Sun Sep 21 18:32:39 2003 -+++ contrib/src/Makefile.in Tue Nov 4 22:30:37 2003 -@@ -1,6 +1,6 @@ - # $Id: Makefile.in,v 1.13.2.1 2003/07/28 08:23:09 VS Exp $ - --CONTRIB_SUBDIRS=canvas fl gizmos mmedia net ogl plot stc svg xrc animate #applet -+CONTRIB_SUBDIRS=canvas fl gizmos net ogl plot stc svg xrc #animate applet mmedia - - all: - @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE)); done -@@ -10,6 +10,9 @@ - - install: - @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE) install); done -+ -+install-common: -+ @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE) install-common); done - - uninstall: - @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE) uninstall); done diff --git a/x11-toolkits/wxgtk24/files/patch-contrib-src-gizmos-multicell.cpp b/x11-toolkits/wxgtk24/files/patch-contrib-src-gizmos-multicell.cpp deleted file mode 100644 index 88d6778914ba..000000000000 --- a/x11-toolkits/wxgtk24/files/patch-contrib-src-gizmos-multicell.cpp +++ /dev/null @@ -1,33 +0,0 @@ ---- contrib/src/gizmos/multicell.cpp.orig Wed Nov 5 00:04:44 2003 -+++ contrib/src/gizmos/multicell.cpp Wed Nov 5 00:06:11 2003 -@@ -633,17 +633,12 @@ - m_minCellSize = wxSize(5, 5); - } - //--------------------------------------------------------------------------- --wxString itoa(int x) --{ -- char bfr[255]; -- sprintf(bfr, "%d", x); -- return bfr; --} --//--------------------------------------------------------------------------- - void wxMultiCellCanvas :: Add(wxWindow *win, unsigned int row, unsigned int col) - { -- wxASSERT_MSG(row >= 0 && row < m_maxRows, wxString("Row ") + itoa(row) + " out of bounds (" + itoa(m_maxRows) + ")"); -- wxASSERT_MSG(col >= 0 && col < m_maxCols, wxString("Column ") + itoa(col) + " out of bounds (" + itoa(m_maxCols) + ")"); -+ wxASSERT_MSG(row >= 0 && row < m_maxRows, -+ wxString::Format(_T("Row %d out of bounds (0..%d)"), row, m_maxRows) ); -+ wxASSERT_MSG(col >= 0 && col < m_maxCols, -+ wxString::Format(_T("Column %d out of bounds (0..%d)"), col, m_maxCols) ); - wxASSERT_MSG(m_cells[CELL_LOC(row, col)] == NULL, wxT("Cell already occupied")); - - wxCell *newCell = new wxCell(win); -@@ -660,7 +655,7 @@ - if (!m_cells[CELL_LOC(row, col)]) - { - // Create an empty static text field as a placeholder -- m_cells[CELL_LOC(row, col)] = new wxCell(new wxStaticText(m_parent, -1, "")); -+ m_cells[CELL_LOC(row, col)] = new wxCell(new wxStaticText(m_parent, -1, wxT(""))); - } - wxFlexGridSizer::Add(m_cells[CELL_LOC(row, col)]->m_window); - } diff --git a/x11-toolkits/wxgtk24/files/patch-contrib-src-plot-plot.cpp b/x11-toolkits/wxgtk24/files/patch-contrib-src-plot-plot.cpp deleted file mode 100644 index ff6fc281b199..000000000000 --- a/x11-toolkits/wxgtk24/files/patch-contrib-src-plot-plot.cpp +++ /dev/null @@ -1,38 +0,0 @@ ---- contrib/src/plot/plot.cpp.orig Wed Nov 5 00:03:37 2003 -+++ contrib/src/plot/plot.cpp Wed Nov 5 00:04:27 2003 -@@ -204,7 +204,7 @@ - END_EVENT_TABLE() - - wxPlotArea::wxPlotArea( wxPlotWindow *parent ) -- : wxWindow( parent, -1, wxDefaultPosition, wxDefaultSize, wxSIMPLE_BORDER, "plotarea" ) -+ : wxWindow( parent, -1, wxDefaultPosition, wxDefaultSize, wxSIMPLE_BORDER, _T("plotarea") ) - { - m_owner = parent; - -@@ -462,7 +462,7 @@ - END_EVENT_TABLE() - - wxPlotXAxisArea::wxPlotXAxisArea( wxPlotWindow *parent ) -- : wxWindow( parent, -1, wxDefaultPosition, wxSize(-1,40), 0, "plotxaxisarea" ) -+ : wxWindow( parent, -1, wxDefaultPosition, wxSize(-1,40), 0, _T("plotxaxisarea") ) - { - m_owner = parent; - -@@ -589,7 +589,7 @@ - END_EVENT_TABLE() - - wxPlotYAxisArea::wxPlotYAxisArea( wxPlotWindow *parent ) -- : wxWindow( parent, -1, wxDefaultPosition, wxSize(60,-1), 0, "plotyaxisarea" ) -+ : wxWindow( parent, -1, wxDefaultPosition, wxSize(60,-1), 0, _T("plotyaxisarea") ) - { - m_owner = parent; - -@@ -713,7 +713,7 @@ - END_EVENT_TABLE() - - wxPlotWindow::wxPlotWindow( wxWindow *parent, wxWindowID id, const wxPoint &pos, const wxSize &size, int flag ) -- : wxScrolledWindow( parent, id, pos, size, flag, "plotcanvas" ) -+ : wxScrolledWindow( parent, id, pos, size, flag, _T("plotcanvas") ) - { - m_xUnitsPerValue = 1.0; - m_xZoom = 1.0; diff --git a/x11-toolkits/wxgtk24/files/patch-include::wx::wxchar.h b/x11-toolkits/wxgtk24/files/patch-include::wx::wxchar.h deleted file mode 100644 index f0fd474d8047..000000000000 --- a/x11-toolkits/wxgtk24/files/patch-include::wx::wxchar.h +++ /dev/null @@ -1,18 +0,0 @@ - -$FreeBSD$ - ---- include/wx/wxchar.h.orig Sun Sep 15 21:19:48 2002 -+++ include/wx/wxchar.h Sat Oct 26 18:06:12 2002 -@@ -554,10 +554,10 @@ - #endif // wxUSE_WCHAR_T - - // checks whether the passed in pointer is NULL and if the string is empty --inline bool wxIsEmpty(const wxChar *p) { return !p || !*p; } -+WXDLLEXPORT inline bool wxIsEmpty(const wxChar *p) { return !p || !*p; } - - // safe version of strlen() (returns 0 if passed NULL pointer) --inline size_t wxStrlen(const wxChar *psz) { return psz ? wxStrlen_(psz) : 0; } -+WXDLLEXPORT inline size_t wxStrlen(const wxChar *psz) { return psz ? wxStrlen_(psz) : 0; } - - WXDLLEXPORT bool wxOKlibc(); // for internal use - diff --git a/x11-toolkits/wxgtk24/files/patch-src-common-datetime.cpp b/x11-toolkits/wxgtk24/files/patch-src-common-datetime.cpp deleted file mode 100644 index f4931273f720..000000000000 --- a/x11-toolkits/wxgtk24/files/patch-src-common-datetime.cpp +++ /dev/null @@ -1,56 +0,0 @@ ---- src/common/datetime.cpp.orig Tue Nov 4 09:50:09 2003 -+++ src/common/datetime.cpp Tue Nov 4 09:52:02 2003 -@@ -349,6 +349,35 @@ - return wxString(buf); - } - -+#ifdef HAVE_STRPTIME -+ -+// Unicode-friendly strptime() wrapper -+static const wxChar * -+CallStrptime(const wxChar *input, const char *fmt, tm *tm) -+{ -+ // the problem here is that strptime() returns pointer into the string we -+ // passed to it while we're really interested in the pointer into the -+ // original, Unicode, string so we try to transform the pointer back -+#if wxUSE_UNICODE -+ wxCharBuffer inputMB(wxConvertWX2MB(input)); -+#else // ASCII -+ const char * const inputMB = input; -+#endif // Unicode/Ascii -+ -+ const char *result = strptime(inputMB, fmt, tm); -+ if ( !result ) -+ return NULL; -+ -+#if wxUSE_UNICODE -+ // FIXME: this is wrong in presence of surrogates &c -+ return input + (result - inputMB.data()); -+#else // ASCII -+ return result; -+#endif // Unicode/Ascii -+} -+ -+#endif // HAVE_STRPTIME -+ - // if year and/or month have invalid values, replace them with the current ones - static void ReplaceDefaultYearMonthWithCurrent(int *year, - wxDateTime::Month *month) -@@ -2920,7 +2949,7 @@ - // to our generic code anyhow (FIXME !Unicode friendly) - { - struct tm tm; -- const wxChar *result = strptime(input, "%x", &tm); -+ const wxChar *result = CallStrptime(input, "%x", &tm); - if ( result ) - { - input = result; -@@ -2985,7 +3014,7 @@ - { - // use strptime() to do it for us (FIXME !Unicode friendly) - struct tm tm; -- input = strptime(input, "%X", &tm); -+ input = CallStrptime(input, "%X", &tm); - if ( !input ) - { - return (wxChar *)NULL; diff --git a/x11-toolkits/wxgtk24/files/patch-src-gtk-notebook.cpp b/x11-toolkits/wxgtk24/files/patch-src-gtk-notebook.cpp deleted file mode 100644 index 1aae1c52f5fa..000000000000 --- a/x11-toolkits/wxgtk24/files/patch-src-gtk-notebook.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gtk/notebook.cpp.orig Sun Sep 21 18:31:57 2003 -+++ src/gtk/notebook.cpp Mon Nov 10 03:26:16 2003 -@@ -643,7 +643,7 @@ - nb_page->m_text = text; - if (nb_page->m_text.IsEmpty()) nb_page->m_text = wxT(""); - -- nb_page->m_label = GTK_LABEL( gtk_label_new(nb_page->m_text.mbc_str()) ); -+ nb_page->m_label = GTK_LABEL( gtk_label_new(wxGTK_CONV(nb_page->m_text)) ); - gtk_box_pack_end( GTK_BOX(nb_page->m_box), GTK_WIDGET(nb_page->m_label), FALSE, FALSE, m_padding ); - - /* show the label */ diff --git a/x11-toolkits/wxgtk24/files/patch-src-makelib.env.in b/x11-toolkits/wxgtk24/files/patch-src-makelib.env.in deleted file mode 100644 index 17ce4b33fced..000000000000 --- a/x11-toolkits/wxgtk24/files/patch-src-makelib.env.in +++ /dev/null @@ -1,61 +0,0 @@ ---- src/makelib.env.in.orig Sun Sep 21 18:31:38 2003 -+++ src/makelib.env.in Tue Nov 4 22:33:31 2003 -@@ -35,8 +35,8 @@ - INSTALL_DATA = @INSTALL_DATA@ - - TARGETLIB_STATIC = $(TARGET_LIBNAME).a --TARGETLIB_SHARED = $(TARGET_LIBNAME).so.$(LIBVERSION_CURRENT).$(LIBVERSION_REVISION).$(LIBVERSION_AGE) --TARGETLIB_LINK1 = $(TARGET_LIBNAME).so.$(LIBVERSION_CURRENT) -+TARGETLIB_SHARED = $(TARGET_LIBNAME).so.$(LIBVERSION_CURRENT) -+TARGETLIB_LINK1 = $(TARGET_LIBNAME).so - TARGETLIB_LINK2 = $(TARGET_LIBNAME).so - - TARGETLIB_SONAME = @WX_TARGET_LIBRARY_SONAME@ -@@ -72,9 +72,8 @@ - @$(INSTALL) -d $(top_builddir)/lib - $(SHARED_LD) $@ $(TARGETLIB_SONAME) $(OBJECTS) $(LDFLAGS_VERSIONING) - cd $(top_builddir)/lib \ -- && $(RM) $(TARGETLIB_LINK1) $(TARGETLIB_LINK2) \ -- && $(LN_S) $(TARGETLIB_SHARED) $(TARGETLIB_LINK1) \ -- && $(LN_S) $(TARGETLIB_SHARED) $(TARGETLIB_LINK2) -+ && $(RM) $(TARGETLIB_LINK1) \ -+ && $(LN_S) $(TARGETLIB_SHARED) $(TARGETLIB_LINK1) - - $(top_builddir)/lib/$(TARGETLIB_STATIC): $(OBJECTS) - @$(INSTALL) -d $(top_builddir)/lib -@@ -82,14 +81,15 @@ - $(AR) $(AROPTIONS) $@ $(OBJECTS) - $(RANLIB) $@ - --install: install_@WX_TARGET_LIBRARY_TYPE@ install_headers -+install: install_@WX_TARGET_LIBRARY_TYPE@ -+ -+install-common: install_headers - - install_so: - $(INSTALL_PROGRAM) $(top_builddir)/lib/$(TARGETLIB_SHARED) $(libdir)/$(TARGETLIB_SHARED) -- @$(RM) $(libdir)/$(TARGETLIB_LINK1) $(libdir)/$(TARGETLIB_LINK2) -+ @$(RM) $(libdir)/$(TARGETLIB_LINK1) - cd $(libdir) \ -- && $(LN_S) $(TARGETLIB_SHARED) $(TARGETLIB_LINK1) \ -- && $(LN_S) $(TARGETLIB_SHARED) $(TARGETLIB_LINK2) -+ && $(LN_S) $(TARGETLIB_SHARED) $(TARGETLIB_LINK1) - - install_a: - $(INSTALL_PROGRAM) $(top_builddir)/lib/$(TARGETLIB_STATIC) $(libdir)/$(TARGETLIB_STATIC) -@@ -105,7 +105,6 @@ - $(RM) $(libdir)/$(TARGETLIB_STATIC) - $(RM) $(libdir)/$(TARGETLIB_SHARED) - $(RM) $(libdir)/$(TARGETLIB_LINK1) -- $(RM) $(libdir)/$(TARGETLIB_LINK2) - @echo "removing headers" - @for h in $(HEADERS); do \ - $(RM) $(includedir)/wx/$(HEADER_SUBDIR)/$$h; \ -@@ -118,7 +117,6 @@ - clean: - $(RM) $(OBJECTS) $(top_builddir)/lib/$(TARGETLIB_SHARED) \ - $(top_builddir)/lib/$(TARGETLIB_LINK1) \ -- $(top_builddir)/lib/$(TARGETLIB_LINK2) \ - $(top_builddir)/lib/$(TARGETLIB_STATIC) core - - .PHONY: all libtype_so libtype_a install install_so install_a install_headers uninstall clean diff --git a/x11-toolkits/wxgtk24/files/patch-src_common_intl.cpp b/x11-toolkits/wxgtk24/files/patch-src_common_intl.cpp deleted file mode 100644 index f8e465e4cbc3..000000000000 --- a/x11-toolkits/wxgtk24/files/patch-src_common_intl.cpp +++ /dev/null @@ -1,22 +0,0 @@ ---- src/common/intl.cpp.orig Sat Oct 4 23:10:24 2003 -+++ src/common/intl.cpp Sun Oct 5 21:35:30 2003 -@@ -743,8 +742,18 @@ - } - if ( !retloc ) - { -+ wxString langFull; -+ if (wxGetEnv(wxT("LC_ALL"), &langFull)|| -+ wxGetEnv(wxT("LC_MESSAGES"), &langFull) || -+ wxGetEnv(wxT("LANG"), &langFull)) -+ { -+ retloc = wxSetlocale(LC_ALL, langFull); -+ } -+ } -+ if ( !retloc ) -+ { - wxLogError(wxT("Cannot set locale to '%s'."), locale.c_str()); -- return FALSE; -+ //return FALSE; - } - #elif defined(__WIN32__) - 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 a7ed9b6792da..000000000000 --- a/x11-toolkits/wxgtk24/files/patch-wx-config.in +++ /dev/null @@ -1,11 +0,0 @@ ---- wx-config.in.orig Wed Nov 5 00:19:46 2003 -+++ wx-config.in Wed Nov 5 00:20:14 2003 -@@ -66,7 +66,7 @@ - if test $inplace_flag = yes ; then - includes="-I$inplace_builddir/lib/wx/include/@TOOLCHAIN_NAME@ -I$inplace_include" - else -- includes="-I@libdir@/wx/include/@TOOLCHAIN_NAME@$includes" -+ includes="-I@prefix@/include/wx/@TOOLCHAIN_NAME@$includes" - fi - - if test $static_flag = yes ; then diff --git a/x11-toolkits/wxgtk24/pkg-descr b/x11-toolkits/wxgtk24/pkg-descr deleted file mode 100644 index 6ce99d6c5d9c..000000000000 --- a/x11-toolkits/wxgtk24/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -wxWindows is a C++ GUI framework for platform independent software -development. On FreeBSD the Gtk toolkit is used. - -WWW: http://www.wxwindows.org/ diff --git a/x11-toolkits/wxgtk24/pkg-plist b/x11-toolkits/wxgtk24/pkg-plist deleted file mode 100644 index 1db0937a8ce8..000000000000 --- a/x11-toolkits/wxgtk24/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -bin/wx-config -bin/wxgtk-2.4-config -include/wx/gtk-2.4/wx/setup.h -lib/libwx_gtk-2.4.so -lib/libwx_gtk-2.4.so.0 -lib/libwx_gtk_gl-2.4.so -lib/libwx_gtk_gl-2.4.so.0 -@dirrm include/wx/gtk-2.4/wx -@dirrm include/wx/gtk-2.4 |