1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

C++ wrapper for gtk, a x11 graphics library

PR:		ports/6704
Submitted by:	Yukihiro Nakai <Nakai@technologist.com>
This commit is contained in:
Jun Kuriyama 1998-08-31 22:01:46 +00:00
parent 09d62c707e
commit db327d4fac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12973
30 changed files with 768 additions and 0 deletions

View File

@ -0,0 +1,29 @@
# New ports collection makefile for: gtk--
# Version required: 0.9.14
# Date created: 11 May 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $Id$
#
DISTNAME= Gtk---0.9.14
PKGNAME= gtk---0.9.14
CATEGORIES= x11-toolkits
MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/gtk--/
MAINTAINER= Nakai@technologist.com
LIB_DEPENDS= gtk11\\.1\\.:${PORTSDIR}/x11-toolkits/gtk11
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
# Why gtk11 port renames gtk-config to gtk11-config? (patch-ae)
#GNU_CONFIGURE= yes
USE_AUTOCONF= yes
# for the future GNOME support
#CONFIGURE_ARGS+= --with-gnome=${X11BASE}
USE_GMAKE= yes
post-install:
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Gtk---0.9.14.tar.gz) = d06ab557247b3b223c6661d41633f256

View File

@ -0,0 +1 @@
C++ wrapper for gtk, a x11 graphics library

View File

@ -0,0 +1 @@
C++ wrapper for gtk, a x11 graphics library

View File

@ -0,0 +1,96 @@
bin/gensig
bin/gtkmm-config
include/gtk--.h
include/gtk--/accelgroup.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--/checkbutton.h
include/gtk--/checkmenuitem.h
include/gtk--/clist.h
include/gtk--/colorselection.h
include/gtk--/colorselectiondialog.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--/gc.h
include/gtk--/handlebox.h
include/gtk--/image.h
include/gtk--/inputdialog.h
include/gtk--/item.h
include/gtk--/itemfactory.h
include/gtk--/label.h
include/gtk--/list.h
include/gtk--/listitem.h
include/gtk--/main.h
include/gtk--/menu.h
include/gtk--/menubar.h
include/gtk--/menufactory.h
include/gtk--/menuitem.h
include/gtk--/menupath.h
include/gtk--/menushell.h
include/gtk--/misc.h
include/gtk--/notebook.h
include/gtk--/object.h
include/gtk--/optionmenu.h
include/gtk--/paned.h
include/gtk--/pixmap.h
include/gtk--/preview.h
include/gtk--/progress.h
include/gtk--/progressbar.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--/spinbutton.h
include/gtk--/statusbar.h
include/gtk--/style.h
include/gtk--/table.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
include/gtk--sig.h
include/gtk--sigcommon.h
include/gtk--sigconn.h
include/gtk--sigcpp.h
include/gtk--sigproxy.h
include/gtk--sigslot.h
lib/Gtk--/include/gtk--config.h
lib/libgtkmm-1.1.a
lib/libgtkmm-1.1.la
lib/libgtkmm-1.1.so
lib/libgtkmm-1.1.so.1.1
@exec /sbin/ldconfig -m %B
@unexec /sbin/ldconfig -R
share/aclocal/gtk--.m4
@dirrm include/gtk--
@dirrm lib/Gtk--/include
@dirrm lib/Gtk--

View File

@ -0,0 +1,29 @@
# New ports collection makefile for: gtk--
# Version required: 0.9.14
# Date created: 11 May 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $Id$
#
DISTNAME= Gtk---0.9.14
PKGNAME= gtk---0.9.14
CATEGORIES= x11-toolkits
MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/gtk--/
MAINTAINER= Nakai@technologist.com
LIB_DEPENDS= gtk11\\.1\\.:${PORTSDIR}/x11-toolkits/gtk11
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
# Why gtk11 port renames gtk-config to gtk11-config? (patch-ae)
#GNU_CONFIGURE= yes
USE_AUTOCONF= yes
# for the future GNOME support
#CONFIGURE_ARGS+= --with-gnome=${X11BASE}
USE_GMAKE= yes
post-install:
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Gtk---0.9.14.tar.gz) = d06ab557247b3b223c6661d41633f256

View File

@ -0,0 +1 @@
C++ wrapper for gtk, a x11 graphics library

View File

@ -0,0 +1 @@
C++ wrapper for gtk, a x11 graphics library

View File

@ -0,0 +1,96 @@
bin/gensig
bin/gtkmm-config
include/gtk--.h
include/gtk--/accelgroup.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--/checkbutton.h
include/gtk--/checkmenuitem.h
include/gtk--/clist.h
include/gtk--/colorselection.h
include/gtk--/colorselectiondialog.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--/gc.h
include/gtk--/handlebox.h
include/gtk--/image.h
include/gtk--/inputdialog.h
include/gtk--/item.h
include/gtk--/itemfactory.h
include/gtk--/label.h
include/gtk--/list.h
include/gtk--/listitem.h
include/gtk--/main.h
include/gtk--/menu.h
include/gtk--/menubar.h
include/gtk--/menufactory.h
include/gtk--/menuitem.h
include/gtk--/menupath.h
include/gtk--/menushell.h
include/gtk--/misc.h
include/gtk--/notebook.h
include/gtk--/object.h
include/gtk--/optionmenu.h
include/gtk--/paned.h
include/gtk--/pixmap.h
include/gtk--/preview.h
include/gtk--/progress.h
include/gtk--/progressbar.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--/spinbutton.h
include/gtk--/statusbar.h
include/gtk--/style.h
include/gtk--/table.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
include/gtk--sig.h
include/gtk--sigcommon.h
include/gtk--sigconn.h
include/gtk--sigcpp.h
include/gtk--sigproxy.h
include/gtk--sigslot.h
lib/Gtk--/include/gtk--config.h
lib/libgtkmm-1.1.a
lib/libgtkmm-1.1.la
lib/libgtkmm-1.1.so
lib/libgtkmm-1.1.so.1.1
@exec /sbin/ldconfig -m %B
@unexec /sbin/ldconfig -R
share/aclocal/gtk--.m4
@dirrm include/gtk--
@dirrm lib/Gtk--/include
@dirrm lib/Gtk--

View File

@ -0,0 +1,29 @@
# New ports collection makefile for: gtk--
# Version required: 0.9.14
# Date created: 11 May 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $Id$
#
DISTNAME= Gtk---0.9.14
PKGNAME= gtk---0.9.14
CATEGORIES= x11-toolkits
MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/gtk--/
MAINTAINER= Nakai@technologist.com
LIB_DEPENDS= gtk11\\.1\\.:${PORTSDIR}/x11-toolkits/gtk11
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
# Why gtk11 port renames gtk-config to gtk11-config? (patch-ae)
#GNU_CONFIGURE= yes
USE_AUTOCONF= yes
# for the future GNOME support
#CONFIGURE_ARGS+= --with-gnome=${X11BASE}
USE_GMAKE= yes
post-install:
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Gtk---0.9.14.tar.gz) = d06ab557247b3b223c6661d41633f256

View File

@ -0,0 +1 @@
C++ wrapper for gtk, a x11 graphics library

View File

@ -0,0 +1 @@
C++ wrapper for gtk, a x11 graphics library

View File

@ -0,0 +1,96 @@
bin/gensig
bin/gtkmm-config
include/gtk--.h
include/gtk--/accelgroup.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--/checkbutton.h
include/gtk--/checkmenuitem.h
include/gtk--/clist.h
include/gtk--/colorselection.h
include/gtk--/colorselectiondialog.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--/gc.h
include/gtk--/handlebox.h
include/gtk--/image.h
include/gtk--/inputdialog.h
include/gtk--/item.h
include/gtk--/itemfactory.h
include/gtk--/label.h
include/gtk--/list.h
include/gtk--/listitem.h
include/gtk--/main.h
include/gtk--/menu.h
include/gtk--/menubar.h
include/gtk--/menufactory.h
include/gtk--/menuitem.h
include/gtk--/menupath.h
include/gtk--/menushell.h
include/gtk--/misc.h
include/gtk--/notebook.h
include/gtk--/object.h
include/gtk--/optionmenu.h
include/gtk--/paned.h
include/gtk--/pixmap.h
include/gtk--/preview.h
include/gtk--/progress.h
include/gtk--/progressbar.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--/spinbutton.h
include/gtk--/statusbar.h
include/gtk--/style.h
include/gtk--/table.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
include/gtk--sig.h
include/gtk--sigcommon.h
include/gtk--sigconn.h
include/gtk--sigcpp.h
include/gtk--sigproxy.h
include/gtk--sigslot.h
lib/Gtk--/include/gtk--config.h
lib/libgtkmm-1.1.a
lib/libgtkmm-1.1.la
lib/libgtkmm-1.1.so
lib/libgtkmm-1.1.so.1.1
@exec /sbin/ldconfig -m %B
@unexec /sbin/ldconfig -R
share/aclocal/gtk--.m4
@dirrm include/gtk--
@dirrm lib/Gtk--/include
@dirrm lib/Gtk--

View File

@ -0,0 +1,29 @@
# New ports collection makefile for: gtk--
# Version required: 0.9.14
# Date created: 11 May 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $Id$
#
DISTNAME= Gtk---0.9.14
PKGNAME= gtk---0.9.14
CATEGORIES= x11-toolkits
MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/gtk--/
MAINTAINER= Nakai@technologist.com
LIB_DEPENDS= gtk11\\.1\\.:${PORTSDIR}/x11-toolkits/gtk11
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
# Why gtk11 port renames gtk-config to gtk11-config? (patch-ae)
#GNU_CONFIGURE= yes
USE_AUTOCONF= yes
# for the future GNOME support
#CONFIGURE_ARGS+= --with-gnome=${X11BASE}
USE_GMAKE= yes
post-install:
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Gtk---0.9.14.tar.gz) = d06ab557247b3b223c6661d41633f256

View File

@ -0,0 +1 @@
C++ wrapper for gtk, a x11 graphics library

View File

@ -0,0 +1 @@
C++ wrapper for gtk, a x11 graphics library

View File

@ -0,0 +1,96 @@
bin/gensig
bin/gtkmm-config
include/gtk--.h
include/gtk--/accelgroup.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--/checkbutton.h
include/gtk--/checkmenuitem.h
include/gtk--/clist.h
include/gtk--/colorselection.h
include/gtk--/colorselectiondialog.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--/gc.h
include/gtk--/handlebox.h
include/gtk--/image.h
include/gtk--/inputdialog.h
include/gtk--/item.h
include/gtk--/itemfactory.h
include/gtk--/label.h
include/gtk--/list.h
include/gtk--/listitem.h
include/gtk--/main.h
include/gtk--/menu.h
include/gtk--/menubar.h
include/gtk--/menufactory.h
include/gtk--/menuitem.h
include/gtk--/menupath.h
include/gtk--/menushell.h
include/gtk--/misc.h
include/gtk--/notebook.h
include/gtk--/object.h
include/gtk--/optionmenu.h
include/gtk--/paned.h
include/gtk--/pixmap.h
include/gtk--/preview.h
include/gtk--/progress.h
include/gtk--/progressbar.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--/spinbutton.h
include/gtk--/statusbar.h
include/gtk--/style.h
include/gtk--/table.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
include/gtk--sig.h
include/gtk--sigcommon.h
include/gtk--sigconn.h
include/gtk--sigcpp.h
include/gtk--sigproxy.h
include/gtk--sigslot.h
lib/Gtk--/include/gtk--config.h
lib/libgtkmm-1.1.a
lib/libgtkmm-1.1.la
lib/libgtkmm-1.1.so
lib/libgtkmm-1.1.so.1.1
@exec /sbin/ldconfig -m %B
@unexec /sbin/ldconfig -R
share/aclocal/gtk--.m4
@dirrm include/gtk--
@dirrm lib/Gtk--/include
@dirrm lib/Gtk--

View File

@ -0,0 +1,29 @@
# New ports collection makefile for: gtk--
# Version required: 0.9.14
# Date created: 11 May 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $Id$
#
DISTNAME= Gtk---0.9.14
PKGNAME= gtk---0.9.14
CATEGORIES= x11-toolkits
MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/gtk--/
MAINTAINER= Nakai@technologist.com
LIB_DEPENDS= gtk11\\.1\\.:${PORTSDIR}/x11-toolkits/gtk11
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
# Why gtk11 port renames gtk-config to gtk11-config? (patch-ae)
#GNU_CONFIGURE= yes
USE_AUTOCONF= yes
# for the future GNOME support
#CONFIGURE_ARGS+= --with-gnome=${X11BASE}
USE_GMAKE= yes
post-install:
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Gtk---0.9.14.tar.gz) = d06ab557247b3b223c6661d41633f256

View File

@ -0,0 +1 @@
C++ wrapper for gtk, a x11 graphics library

View File

@ -0,0 +1 @@
C++ wrapper for gtk, a x11 graphics library

View File

@ -0,0 +1,96 @@
bin/gensig
bin/gtkmm-config
include/gtk--.h
include/gtk--/accelgroup.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--/checkbutton.h
include/gtk--/checkmenuitem.h
include/gtk--/clist.h
include/gtk--/colorselection.h
include/gtk--/colorselectiondialog.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--/gc.h
include/gtk--/handlebox.h
include/gtk--/image.h
include/gtk--/inputdialog.h
include/gtk--/item.h
include/gtk--/itemfactory.h
include/gtk--/label.h
include/gtk--/list.h
include/gtk--/listitem.h
include/gtk--/main.h
include/gtk--/menu.h
include/gtk--/menubar.h
include/gtk--/menufactory.h
include/gtk--/menuitem.h
include/gtk--/menupath.h
include/gtk--/menushell.h
include/gtk--/misc.h
include/gtk--/notebook.h
include/gtk--/object.h
include/gtk--/optionmenu.h
include/gtk--/paned.h
include/gtk--/pixmap.h
include/gtk--/preview.h
include/gtk--/progress.h
include/gtk--/progressbar.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--/spinbutton.h
include/gtk--/statusbar.h
include/gtk--/style.h
include/gtk--/table.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
include/gtk--sig.h
include/gtk--sigcommon.h
include/gtk--sigconn.h
include/gtk--sigcpp.h
include/gtk--sigproxy.h
include/gtk--sigslot.h
lib/Gtk--/include/gtk--config.h
lib/libgtkmm-1.1.a
lib/libgtkmm-1.1.la
lib/libgtkmm-1.1.so
lib/libgtkmm-1.1.so.1.1
@exec /sbin/ldconfig -m %B
@unexec /sbin/ldconfig -R
share/aclocal/gtk--.m4
@dirrm include/gtk--
@dirrm lib/Gtk--/include
@dirrm lib/Gtk--

View File

@ -0,0 +1,29 @@
# New ports collection makefile for: gtk--
# Version required: 0.9.14
# Date created: 11 May 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $Id$
#
DISTNAME= Gtk---0.9.14
PKGNAME= gtk---0.9.14
CATEGORIES= x11-toolkits
MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/gtk--/
MAINTAINER= Nakai@technologist.com
LIB_DEPENDS= gtk11\\.1\\.:${PORTSDIR}/x11-toolkits/gtk11
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
# Why gtk11 port renames gtk-config to gtk11-config? (patch-ae)
#GNU_CONFIGURE= yes
USE_AUTOCONF= yes
# for the future GNOME support
#CONFIGURE_ARGS+= --with-gnome=${X11BASE}
USE_GMAKE= yes
post-install:
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Gtk---0.9.14.tar.gz) = d06ab557247b3b223c6661d41633f256

View File

@ -0,0 +1 @@
C++ wrapper for gtk, a x11 graphics library

View File

@ -0,0 +1 @@
C++ wrapper for gtk, a x11 graphics library

View File

@ -0,0 +1,96 @@
bin/gensig
bin/gtkmm-config
include/gtk--.h
include/gtk--/accelgroup.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--/checkbutton.h
include/gtk--/checkmenuitem.h
include/gtk--/clist.h
include/gtk--/colorselection.h
include/gtk--/colorselectiondialog.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--/gc.h
include/gtk--/handlebox.h
include/gtk--/image.h
include/gtk--/inputdialog.h
include/gtk--/item.h
include/gtk--/itemfactory.h
include/gtk--/label.h
include/gtk--/list.h
include/gtk--/listitem.h
include/gtk--/main.h
include/gtk--/menu.h
include/gtk--/menubar.h
include/gtk--/menufactory.h
include/gtk--/menuitem.h
include/gtk--/menupath.h
include/gtk--/menushell.h
include/gtk--/misc.h
include/gtk--/notebook.h
include/gtk--/object.h
include/gtk--/optionmenu.h
include/gtk--/paned.h
include/gtk--/pixmap.h
include/gtk--/preview.h
include/gtk--/progress.h
include/gtk--/progressbar.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--/spinbutton.h
include/gtk--/statusbar.h
include/gtk--/style.h
include/gtk--/table.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
include/gtk--sig.h
include/gtk--sigcommon.h
include/gtk--sigconn.h
include/gtk--sigcpp.h
include/gtk--sigproxy.h
include/gtk--sigslot.h
lib/Gtk--/include/gtk--config.h
lib/libgtkmm-1.1.a
lib/libgtkmm-1.1.la
lib/libgtkmm-1.1.so
lib/libgtkmm-1.1.so.1.1
@exec /sbin/ldconfig -m %B
@unexec /sbin/ldconfig -R
share/aclocal/gtk--.m4
@dirrm include/gtk--
@dirrm lib/Gtk--/include
@dirrm lib/Gtk--