pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
xgobi: remove
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <tk%giga.or.at@localhost>
Pushed By: wiz
Date: Wed Mar 20 10:31:56 2019 +0100
Changeset: 86f790696fa5dbcba044814b3b0a1dd479224321
Modified Files:
Makefile
Removed Files:
xgobi/DESCR
xgobi/Makefile
xgobi/PLIST
xgobi/distinfo
xgobi/patches/patch-aa
Log Message:
xgobi: remove
distfile not available, web searches indicate it was replaced with ggobi
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=86f790696fa5dbcba044814b3b0a1dd479224321
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
xgobi/DESCR | 17 ----
xgobi/Makefile | 43 ---------
xgobi/PLIST | 230 -------------------------------------------------
xgobi/distinfo | 6 --
xgobi/patches/patch-aa | 37 --------
6 files changed, 334 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index d80951187b..ee42021c53 100644
--- a/Makefile
+++ b/Makefile
@@ -4905,7 +4905,6 @@ SUBDIR+= xf86-video-virtualbox
SUBDIR+= xf86rushproto
SUBDIR+= xfce4-wm-dfbsd
SUBDIR+= xfs
-SUBDIR+= xgobi
SUBDIR+= xine-plugin
SUBDIR+= xinetd
SUBDIR+= xinput_calibrator
diff --git a/xgobi/DESCR b/xgobi/DESCR
deleted file mode 100644
index 1a5d11020f..0000000000
--- a/xgobi/DESCR
+++ /dev/null
@@ -1,17 +0,0 @@
-This package provides two programs: XGobi and XGvis.
-
-XGobi is an interactive dynamic graphics program for data
-visualization in the X Window System. It is especially
-designed for the exploration of multivariate data. Its
-basic plot is a scatterplot, and these are some of the
-tools available for scatterplot display and manipulation.
-
-XGvis is an interactive multidimensional scaling (MDS)
-program that consists of a control panel to manipulate the
-parameters of the MDS stress function and an xgobi window
-for data display. It can be used either for visualization
-of dissimilarity data, for dimension reduction, or for
-graph layout. Graph layout is usually done in 2D, but
-xgvis allows layouts in arbitrary dimensions, 3D being the
-default. It permits missing values, which can be used to
-implement multidimensional unfolding.
diff --git a/xgobi/Makefile b/xgobi/Makefile
deleted file mode 100644
index d8dd1b92f2..0000000000
--- a/xgobi/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# $NetBSD: Makefile,v 1.15 2012/10/07 20:11:09 asau Exp $
-#
-
-DISTNAME= xgobi
-PKGNAME= xgobi-20030626
-PKGREVISION= 2
-CATEGORIES= graphics
-MASTER_SITES= http://www.research.att.com/areas/stat/xgobi/
-
-MAINTAINER= dprice%cs.nmsu.edu@localhost
-HOMEPAGE= http://www.research.att.com/areas/stat/xgobi/
-COMMENT= Data Visualization Systems for viewing high-dimensional data
-
-WRKSRC= ${WRKDIR}/${DISTNAME}
-CONFIGURE_DIRS= src
-USE_IMAKE= yes
-
-INSTALLATION_DIRS= ${PKGMANDIR}/man1 bin
-INSTALLATION_DIRS+= share/doc/${PKGNAME_NOREV}/HELP
-INSTALLATION_DIRS+= share/examples/${PKGNAME_NOREV}/data_xgobi
-INSTALLATION_DIRS+= share/examples/${PKGNAME_NOREV}/data_xgvis
-
-do-install:
-.for program in xgobi xgvis
- ${INSTALL_PROGRAM} ${WRKSRC}/src/${program} ${DESTDIR}${PREFIX}/bin
-.endfor
-.for man in xgobi.1 xgvis.1
- ${INSTALL_DATA} ${WRKSRC}/manpages/${man} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
-.endfor
-.for doc in Changes Readme.install Readme.S Copyright
- ${INSTALL_DATA} ${WRKSRC}/${doc} ${DESTDIR}${PREFIX}/share/doc/${PKGNAME_NOREV}
-.endfor
- ${INSTALL_DATA} ${WRKSRC}/help/* ${DESTDIR}${PREFIX}/share/doc/${PKGNAME_NOREV}/HELP
- ${INSTALL_DATA} ${WRKSRC}/XGobi.ex ${DESTDIR}${PREFIX}/share/examples/${PKGNAME_NOREV}
- ${INSTALL_DATA} ${WRKSRC}/data_xgobi/* ${DESTDIR}${PREFIX}/share/examples/${PKGNAME_NOREV}/data_xgobi
- ${INSTALL_DATA} ${WRKSRC}/data_xgvis/* ${DESTDIR}${PREFIX}/share/examples/${PKGNAME_NOREV}/data_xgvis
-
-.include "../../x11/libX11/buildlink3.mk"
-.include "../../x11/libXaw/buildlink3.mk"
-.include "../../x11/libXt/buildlink3.mk"
-.include "../../x11/libXp/buildlink3.mk"
-.include "../../x11/xbitmaps/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/xgobi/PLIST b/xgobi/PLIST
deleted file mode 100644
index eb1ba33b67..0000000000
--- a/xgobi/PLIST
+++ /dev/null
@@ -1,230 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/10/11 10:45:25 thomasklausner Exp $
-bin/xgobi
-bin/xgvis
-man/man1/xgobi.1
-man/man1/xgvis.1
-share/doc/${PKGNAME}/Changes
-share/doc/${PKGNAME}/Copyright
-share/doc/${PKGNAME}/HELP/AV2XGErrTable
-share/doc/${PKGNAME}/HELP/AboutXGobi
-share/doc/${PKGNAME}/HELP/Br_BrushOn
-share/doc/${PKGNAME}/HELP/Br_ColorMenu
-share/doc/${PKGNAME}/HELP/Br_GlyphMenu
-share/doc/${PKGNAME}/HELP/Br_PointsLines
-share/doc/${PKGNAME}/HELP/Br_ResetMenu
-share/doc/${PKGNAME}/HELP/Br_SendUpdate
-share/doc/${PKGNAME}/HELP/Brush_Erase
-share/doc/${PKGNAME}/HELP/Brush_Modes
-share/doc/${PKGNAME}/HELP/CaseList
-share/doc/${PKGNAME}/HELP/Corr_Backtrack
-share/doc/${PKGNAME}/HELP/Corr_BtrackDir
-share/doc/${PKGNAME}/HELP/Corr_Manip
-share/doc/${PKGNAME}/HELP/Corr_Optmz
-share/doc/${PKGNAME}/HELP/Corr_Pause
-share/doc/${PKGNAME}/HELP/Corr_Pursuit
-share/doc/${PKGNAME}/HELP/Corr_Reinit
-share/doc/${PKGNAME}/HELP/Corr_Sphere
-share/doc/${PKGNAME}/HELP/Corr_SyncAxes
-share/doc/${PKGNAME}/HELP/CreateFileSet
-share/doc/${PKGNAME}/HELP/DisplayOptions
-share/doc/${PKGNAME}/HELP/ExtendFileSet
-share/doc/${PKGNAME}/HELP/FileMenu
-share/doc/${PKGNAME}/HELP/Help
-share/doc/${PKGNAME}/HELP/HideOrExclude
-share/doc/${PKGNAME}/HELP/Id_RmLabels
-share/doc/${PKGNAME}/HELP/Identify_Cycle
-share/doc/${PKGNAME}/HELP/Jitter
-share/doc/${PKGNAME}/HELP/JumpBrush
-share/doc/${PKGNAME}/HELP/LE_AddLines
-share/doc/${PKGNAME}/HELP/LE_RmAllLines
-share/doc/${PKGNAME}/HELP/LE_RmLines
-share/doc/${PKGNAME}/HELP/LE_ShowLines
-share/doc/${PKGNAME}/HELP/LinkBrush
-share/doc/${PKGNAME}/HELP/LinkIdent
-share/doc/${PKGNAME}/HELP/LinkLineBrush
-share/doc/${PKGNAME}/HELP/MP_Groups
-share/doc/${PKGNAME}/HELP/MP_Reset
-share/doc/${PKGNAME}/HELP/Magnify
-share/doc/${PKGNAME}/HELP/MissingData
-share/doc/${PKGNAME}/HELP/Options
-share/doc/${PKGNAME}/HELP/ParCoords
-share/doc/${PKGNAME}/HELP/Plot1D
-share/doc/${PKGNAME}/HELP/Plot1D_Cycle
-share/doc/${PKGNAME}/HELP/PlotWindow
-share/doc/${PKGNAME}/HELP/Print
-share/doc/${PKGNAME}/HELP/ReadData
-share/doc/${PKGNAME}/HELP/ReshapeBrush
-share/doc/${PKGNAME}/HELP/Ro_Axis
-share/doc/${PKGNAME}/HELP/Ro_Chdir
-share/doc/${PKGNAME}/HELP/Ro_Interp
-share/doc/${PKGNAME}/HELP/Ro_Pause
-share/doc/${PKGNAME}/HELP/Ro_Reinit
-share/doc/${PKGNAME}/HELP/Ro_Rock
-share/doc/${PKGNAME}/HELP/Ro_SaveCoefs
-share/doc/${PKGNAME}/HELP/Ro_SaveRMat
-share/doc/${PKGNAME}/HELP/Ro_Speed
-share/doc/${PKGNAME}/HELP/Sc_Center
-share/doc/${PKGNAME}/HELP/Sc_PlotSquare
-share/doc/${PKGNAME}/HELP/Sc_ResetScale
-share/doc/${PKGNAME}/HELP/Sc_ResetShift
-share/doc/${PKGNAME}/HELP/Sc_ScaleCtrl
-share/doc/${PKGNAME}/HELP/Sc_ScaleType
-share/doc/${PKGNAME}/HELP/Sc_ShiftCtrl
-share/doc/${PKGNAME}/HELP/Sc_StdizeMenu
-share/doc/${PKGNAME}/HELP/Sm_Menu
-share/doc/${PKGNAME}/HELP/Sm_Show
-share/doc/${PKGNAME}/HELP/Sm_Step
-share/doc/${PKGNAME}/HELP/Sm_Width
-share/doc/${PKGNAME}/HELP/Smooth
-share/doc/${PKGNAME}/HELP/Stdize_NDev
-share/doc/${PKGNAME}/HELP/Subset
-share/doc/${PKGNAME}/HELP/SubsetRescale
-share/doc/${PKGNAME}/HELP/SyncBrush
-share/doc/${PKGNAME}/HELP/ToPP
-share/doc/${PKGNAME}/HELP/ToPP_Bitmap
-share/doc/${PKGNAME}/HELP/ToPP_IndexMenu
-share/doc/${PKGNAME}/HELP/ToPP_Jumpsz
-share/doc/${PKGNAME}/HELP/ToPP_Optmz
-share/doc/${PKGNAME}/HELP/ToPP_ScaleXAxis
-share/doc/${PKGNAME}/HELP/ToPP_TermsExp
-share/doc/${PKGNAME}/HELP/ToolMenu
-share/doc/${PKGNAME}/HELP/TourPP_BMSZ
-share/doc/${PKGNAME}/HELP/TourPP_RF
-share/doc/${PKGNAME}/HELP/TourPP_RecordBM
-share/doc/${PKGNAME}/HELP/TourPP_RetnToBM
-share/doc/${PKGNAME}/HELP/TourPP_ShowLines
-share/doc/${PKGNAME}/HELP/TourPP_ShowPoints
-share/doc/${PKGNAME}/HELP/TourPP_TermsinExp
-share/doc/${PKGNAME}/HELP/TourSectionEps
-share/doc/${PKGNAME}/HELP/Tour_Backtrack
-share/doc/${PKGNAME}/HELP/Tour_BtrackDir
-share/doc/${PKGNAME}/HELP/Tour_HistOn
-share/doc/${PKGNAME}/HELP/Tour_IOMenu
-share/doc/${PKGNAME}/HELP/Tour_InterpMenu
-share/doc/${PKGNAME}/HELP/Tour_Linking
-share/doc/${PKGNAME}/HELP/Tour_LocalScan
-share/doc/${PKGNAME}/HELP/Tour_Manip
-share/doc/${PKGNAME}/HELP/Tour_PC_Axes
-share/doc/${PKGNAME}/HELP/Tour_PathLen
-share/doc/${PKGNAME}/HELP/Tour_Pause
-share/doc/${PKGNAME}/HELP/Tour_PrinComp
-share/doc/${PKGNAME}/HELP/Tour_Reinit
-share/doc/${PKGNAME}/HELP/Tour_Section
-share/doc/${PKGNAME}/HELP/Tour_SendUpdate
-share/doc/${PKGNAME}/HELP/Tour_Speed
-share/doc/${PKGNAME}/HELP/Tour_StepGo
-share/doc/${PKGNAME}/HELP/Tour_Store
-share/doc/${PKGNAME}/HELP/Transformations
-share/doc/${PKGNAME}/HELP/VarList
-share/doc/${PKGNAME}/HELP/VarPanel
-share/doc/${PKGNAME}/HELP/ViewMenu
-share/doc/${PKGNAME}/HELP/XYPlot_Cycle
-share/doc/${PKGNAME}/HELP/xgv_stress.tex
-share/doc/${PKGNAME}/HELP/xgvis
-share/doc/${PKGNAME}/HELP/xgvis_MDS_background
-share/doc/${PKGNAME}/HELP/xgvis_controls
-share/doc/${PKGNAME}/HELP/xgvis_input_file_formats
-share/doc/${PKGNAME}/Readme.S
-share/doc/${PKGNAME}/Readme.install
-share/examples/${PKGNAME}/XGobi.ex
-share/examples/${PKGNAME}/data_xgobi/c60
-share/examples/${PKGNAME}/data_xgobi/c60.linecolors
-share/examples/${PKGNAME}/data_xgobi/c60.lines
-share/examples/${PKGNAME}/data_xgobi/cube6
-share/examples/${PKGNAME}/data_xgobi/cube6.lines
-share/examples/${PKGNAME}/data_xgobi/death1987
-share/examples/${PKGNAME}/data_xgobi/death1987.col
-share/examples/${PKGNAME}/data_xgobi/death1987.lines
-share/examples/${PKGNAME}/data_xgobi/death1987.resources
-share/examples/${PKGNAME}/data_xgobi/death1987.row
-share/examples/${PKGNAME}/data_xgobi/flea.col
-share/examples/${PKGNAME}/data_xgobi/flea.colors
-share/examples/${PKGNAME}/data_xgobi/flea.dat
-share/examples/${PKGNAME}/data_xgobi/flea.doc
-share/examples/${PKGNAME}/data_xgobi/flea.glyphs
-share/examples/${PKGNAME}/data_xgobi/flea.row
-share/examples/${PKGNAME}/data_xgobi/kai.dat
-share/examples/${PKGNAME}/data_xgobi/kai.doc
-share/examples/${PKGNAME}/data_xgobi/kai.lines
-share/examples/${PKGNAME}/data_xgobi/kai.resources
-share/examples/${PKGNAME}/data_xgobi/kai.row
-share/examples/${PKGNAME}/data_xgobi/laser
-share/examples/${PKGNAME}/data_xgobi/laser.col
-share/examples/${PKGNAME}/data_xgobi/laser.doc
-share/examples/${PKGNAME}/data_xgobi/laser.resources
-share/examples/${PKGNAME}/data_xgobi/laser.vgroups
-share/examples/${PKGNAME}/data_xgobi/olive
-share/examples/${PKGNAME}/data_xgobi/olive.col
-share/examples/${PKGNAME}/data_xgobi/olive.colors
-share/examples/${PKGNAME}/data_xgobi/olive.glyphs
-share/examples/${PKGNAME}/data_xgobi/olive.resources
-share/examples/${PKGNAME}/data_xgobi/olive.row
-share/examples/${PKGNAME}/data_xgobi/places
-share/examples/${PKGNAME}/data_xgobi/places.col
-share/examples/${PKGNAME}/data_xgobi/places.doc
-share/examples/${PKGNAME}/data_xgobi/places.resources
-share/examples/${PKGNAME}/data_xgobi/places.row
-share/examples/${PKGNAME}/data_xgobi/prim7
-share/examples/${PKGNAME}/data_xgobi/prim7.colors
-share/examples/${PKGNAME}/data_xgobi/prim7.doc
-share/examples/${PKGNAME}/data_xgobi/prim7.glyphs
-share/examples/${PKGNAME}/data_xgobi/prim7.lines
-share/examples/${PKGNAME}/data_xgobi/prim7.res
-share/examples/${PKGNAME}/data_xgobi/prim7.resources
-share/examples/${PKGNAME}/data_xgobi/randu
-share/examples/${PKGNAME}/data_xgobi/randu.doc
-share/examples/${PKGNAME}/data_xgobi/river
-share/examples/${PKGNAME}/data_xgobi/river.col
-share/examples/${PKGNAME}/data_xgobi/river.doc
-share/examples/${PKGNAME}/data_xgobi/sleep.col
-share/examples/${PKGNAME}/data_xgobi/sleep.dat
-share/examples/${PKGNAME}/data_xgobi/sleep.doc
-share/examples/${PKGNAME}/data_xgobi/sleep.missing
-share/examples/${PKGNAME}/data_xgobi/sleep.row
-share/examples/${PKGNAME}/data_xgobi/sleep.table
-share/examples/${PKGNAME}/data_xgobi/sphere1.dat
-share/examples/${PKGNAME}/data_xgobi/sphere1.doc
-share/examples/${PKGNAME}/data_xgobi/sphere1.resources
-share/examples/${PKGNAME}/data_xgobi/sphere2.dat
-share/examples/${PKGNAME}/data_xgobi/sphere2.doc
-share/examples/${PKGNAME}/data_xgobi/sphere2.resources
-share/examples/${PKGNAME}/data_xgobi/tips.col
-share/examples/${PKGNAME}/data_xgobi/tips.dat
-share/examples/${PKGNAME}/data_xgobi/tips.doc
-share/examples/${PKGNAME}/data_xgvis/basket.edges
-share/examples/${PKGNAME}/data_xgvis/basket.pos
-share/examples/${PKGNAME}/data_xgvis/buckyball.dat
-share/examples/${PKGNAME}/data_xgvis/buckyball.linecolors
-share/examples/${PKGNAME}/data_xgvis/buckyball.lines
-share/examples/${PKGNAME}/data_xgvis/buckyball.resources
-share/examples/${PKGNAME}/data_xgvis/grid5.edges
-share/examples/${PKGNAME}/data_xgvis/grid5.pos
-share/examples/${PKGNAME}/data_xgvis/hyper8.edges
-share/examples/${PKGNAME}/data_xgvis/hyper8.pos
-share/examples/${PKGNAME}/data_xgvis/morsecodes.R
-share/examples/${PKGNAME}/data_xgvis/morsecodes.col
-share/examples/${PKGNAME}/data_xgvis/morsecodes.colors
-share/examples/${PKGNAME}/data_xgvis/morsecodes.dat
-share/examples/${PKGNAME}/data_xgvis/morsecodes.dist
-share/examples/${PKGNAME}/data_xgvis/morsecodes.doc
-share/examples/${PKGNAME}/data_xgvis/morsecodes.glyphs
-share/examples/${PKGNAME}/data_xgvis/morsecodes.linecolors
-share/examples/${PKGNAME}/data_xgvis/morsecodes.lines
-share/examples/${PKGNAME}/data_xgvis/morsecodes.pos
-share/examples/${PKGNAME}/data_xgvis/morsecodes.raw
-share/examples/${PKGNAME}/data_xgvis/morsecodes.row
-share/examples/${PKGNAME}/data_xgvis/morsecodes.sim
-share/examples/${PKGNAME}/data_xgvis/perm4.edges
-share/examples/${PKGNAME}/data_xgvis/perm4.linecolors
-share/examples/${PKGNAME}/data_xgvis/perm4.pos
-share/examples/${PKGNAME}/data_xgvis/perm4.row
-share/examples/${PKGNAME}/data_xgvis/perm5.edges
-share/examples/${PKGNAME}/data_xgvis/perm5.labels
-share/examples/${PKGNAME}/data_xgvis/perm5.pos
-share/examples/${PKGNAME}/data_xgvis/perm6.edges
-share/examples/${PKGNAME}/data_xgvis/perm6.labels
-share/examples/${PKGNAME}/data_xgvis/perm6.pos
-share/examples/${PKGNAME}/data_xgvis/torus1.edges
-share/examples/${PKGNAME}/data_xgvis/torus1.pos
-share/examples/${PKGNAME}/data_xgvis/torus2.edges
-share/examples/${PKGNAME}/data_xgvis/torus2.pos
diff --git a/xgobi/distinfo b/xgobi/distinfo
deleted file mode 100644
index 7271f89d3d..0000000000
--- a/xgobi/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.4 2008/03/05 20:18:08 asau Exp $
-
-SHA1 (xgobi.tar.gz) = d8739d337e7c3993cd831dbf894a1511f26b9fe9
-RMD160 (xgobi.tar.gz) = 00d6b8ac046bd2e2a0419058293deb793d135398
-Size (xgobi.tar.gz) = 799731 bytes
-SHA1 (patch-aa) = 38f20ea9174ca1298dd228f35854dddfdb73859d
diff --git a/xgobi/patches/patch-aa b/xgobi/patches/patch-aa
deleted file mode 100644
index 95428f8bc1..0000000000
--- a/xgobi/patches/patch-aa
+++ /dev/null
@@ -1,37 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2008/03/05 19:46:42 asau Exp $
-
---- src/xgv_anchor.c.orig 2001-12-03 20:56:01.000000000 +0300
-+++ src/xgv_anchor.c 2008-03-05 22:24:25.000000000 +0300
-@@ -34,20 +34,20 @@
- #include "DrawingA.h"
- #include "xgvis.h"
-
--void xgv_shift_clust_widgets(xgobidata *);
--void xgv_alloc_clust(xgobidata *);
--void xgv_addGroup(int, Widget, xgobidata *);
--void xgv_draw_cluster_symbol(xgobidata *, int);
--void xgv_mark_cluster_symbol(xgobidata *, int, int);
--void xgv_create_clust_widgets(xgobidata *);
-+static void xgv_shift_clust_widgets(xgobidata *);
-+static void xgv_alloc_clust(xgobidata *);
-+static void xgv_addGroup(int, Widget, xgobidata *);
-+static void xgv_draw_cluster_symbol(xgobidata *, int);
-+static void xgv_mark_cluster_symbol(xgobidata *, int, int);
-+static void xgv_create_clust_widgets(xgobidata *);
- XtCallbackProc xgv_reset_clusters_cback (Widget, xgobidata *, XtPointer);
- XtCallbackProc xgv_open_anchor_popup_cback(Widget, xgobidata *, XtPointer);
--XtCallbackProc xgv_symbol_reset_cb(Widget, xgobidata *, XawDrawingAreaCallbackStruct *);
--XtCallbackProc xgv_anchor_cback(Widget, xgobidata *, XtPointer);
--XtCallbackProc xgv_close_cback(Widget, xgobidata *, XtPointer);
--XtCallbackProc xgv_symbol_expose_cb(Widget, xgobidata *, XawDrawingAreaCallbackStruct *);
--XtCallbackProc xgv_exclude_cback(Widget, xgobidata *, XtPointer);
--XtCallbackProc xgv_hide_cback(Widget, xgobidata *, XtPointer);
-+static XtCallbackProc xgv_symbol_reset_cb(Widget, xgobidata *, XawDrawingAreaCallbackStruct *);
-+static XtCallbackProc xgv_anchor_cback(Widget, xgobidata *, XtPointer);
-+static XtCallbackProc xgv_close_cback(Widget, xgobidata *, XtPointer);
-+static XtCallbackProc xgv_symbol_expose_cb(Widget, xgobidata *, XawDrawingAreaCallbackStruct *);
-+static XtCallbackProc xgv_exclude_cback(Widget, xgobidata *, XtPointer);
-+static XtCallbackProc xgv_hide_cback(Widget, xgobidata *, XtPointer);
-
- extern void save_group_names(xgobidata *);
- extern void save_brush_groups(xgobidata *);
Home |
Main Index |
Thread Index |
Old Index