diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-19 19:58:05 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-19 19:58:05 +0000 |
commit | d6991558c724e3ca8ca7b0977666ff8cfea99565 (patch) | |
tree | d4e7a48c0a6c61a78624835311c4428db5e75dc4 /graphics | |
parent | d2ce71a2784eeffdd2f3ac0ea59111d0bfbbca83 (diff) | |
download | ports-d6991558c724e3ca8ca7b0977666ff8cfea99565.tar.gz ports-d6991558c724e3ca8ca7b0977666ff8cfea99565.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/EZWGL/Makefile | 77 | ||||
-rw-r--r-- | graphics/EZWGL/distinfo | 5 | ||||
-rw-r--r-- | graphics/EZWGL/files/manpages | 56 | ||||
-rw-r--r-- | graphics/EZWGL/files/patch-ah | 13 | ||||
-rw-r--r-- | graphics/EZWGL/files/patch-ai | 16 | ||||
-rw-r--r-- | graphics/EZWGL/files/patch-aj | 11 | ||||
-rw-r--r-- | graphics/EZWGL/files/patch-ak | 11 | ||||
-rw-r--r-- | graphics/EZWGL/files/patch-al | 73 | ||||
-rw-r--r-- | graphics/EZWGL/pkg-descr | 2 | ||||
-rw-r--r-- | graphics/EZWGL/pkg-plist | 905 |
10 files changed, 616 insertions, 553 deletions
diff --git a/graphics/EZWGL/Makefile b/graphics/EZWGL/Makefile index 76df26fb882f..2183c6ac5fef 100644 --- a/graphics/EZWGL/Makefile +++ b/graphics/EZWGL/Makefile @@ -6,70 +6,43 @@ # PORTNAME= EZWGL -PORTVERSION= 1.40c +PORTVERSION= 1.50 CATEGORIES= graphics devel MASTER_SITES= ftp://ftp.ma.utexas.edu/pub/mzou/ -DISTFILES= EZWGL-1.40-doc.tgz ${DISTNAME}-src.tgz +DISTFILES= ${DISTNAME}-demo.tgz ${DISTNAME}-doc.tgz ${DISTNAME}-src.tgz MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ + png.3:${PORTSDIR}/graphics/png + +EXTRACT_AFTER_ARGS= | ${TAR} --exclude 'CVS' -xf - -ALL_TARGET= shared clean static USE_X_PREFIX= yes -WRKSRC= ${WRKDIR}/${PKGNAME} +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" .include "files/manpages" -.include <bsd.port.pre.mk> - -.if ${PORTOBJFORMAT} == "elf" -VERSION= 1 -.else -VERSION= 1.4 -.endif - -pre-install: -.for file in Makefile.orig animate btnbox clock counter hanoi locator meter puzzle - -@ ${RM} ${WRKSRC}/demos/${file} -.endfor -.for file in Makefile.orig src1 src2 target1 target2 - -@ ${RM} ${WRKSRC}/demos/DnD/${file} -.endfor -.for file in setroot transparent - -@ ${RM} ${WRKSRC}/demos/Glass/${file} -.endfor -.for file in Makefile.orig gears image julia pendulum - -@ ${RM} ${WRKSRC}/demos/GL/${file} -.endfor -.for file in Makefile.orig client server - -@ ${RM} ${WRKSRC}/demos/Message/${file} -.endfor - -@ ${RMDIR} ${WRKDIR}/EZWGL-1.40/doc/html/misc - -@ ${MV} ${WRKDIR}/EZWGL-1.40/doc/man3/EZ_RegisterCompositeWidget,3 ${WRKDIR}/EZWGL-1.40/doc/man3/EZ_RegisterCompositeWidget.3 - -@ ${RM} ${WRKSRC}/examples/Makefile.orig - -do-install: - @ ${INSTALL_DATA} ${WRKSRC}/include/EZ.h ${PREFIX}/include - @ ${INSTALL_DATA} ${WRKSRC}/lib/libEZ.a ${PREFIX}/lib - @ ${INSTALL_DATA} ${WRKSRC}/lib/libEZ.so.${VERSION} ${PREFIX}/lib - @ ${LN} -sf libEZ.so.${VERSION} ${PREFIX}/lib/libEZ.so +post-install: .for file in ${MAN3} - @ ${INSTALL_MAN} ${WRKDIR}/EZWGL-1.40/doc/man3/${file} ${PREFIX}/man/man3 + ${INSTALL_MAN} ${WRKSRC}/doc/man3/${file} ${PREFIX}/man/man3 .endfor - @ ${MKDIR} ${PREFIX}/share/examples/EZ - @ cd ${WRKSRC}/examples; tar cf - * | \ - (cd ${PREFIX}/share/examples/EZ; tar --unlink -xf - ) - @ ${MKDIR} ${PREFIX}/share/examples/EZ/demos - @ cd ${WRKSRC}/demos; tar cf - * | \ - (cd ${PREFIX}/share/examples/EZ/demos; tar --unlink -xf - ) - -post-install: + @${MKDIR} ${PREFIX}/share/examples/EZ + ${TAR} -C ${WRKSRC}/examples --exclude 'Makefile.in' -cf - . | \ + ${TAR} -C ${PREFIX}/share/examples/EZ --unlink -xf - + ${TAR} -C ${WRKSRC} --exclude 'Makefile.in' -cf - demos | \ + ${TAR} -C ${PREFIX}/share/examples/EZ --unlink -xf - + find ${PREFIX}/share/examples/EZ | xargs ${CHOWN} ${SHAREOWN}:${SHAREGRP} + find ${PREFIX}/share/examples/EZ -type f | xargs ${CHMOD} ${SHAREMODE} .if !defined(NOPORTDOCS) - @ ${MKDIR} ${PREFIX}/share/doc/EZ - @ cd ${WRKDIR}/EZWGL-1.40/doc; tar cf - html ps | \ - (cd ${PREFIX}/share/doc/EZ; tar --unlink -xf - ) + @${MKDIR} ${PREFIX}/share/doc/EZ + ${TAR} -C ${WRKSRC}/doc --exclude 'misc' -cf - html ps | \ + ${TAR} -C ${PREFIX}/share/doc/EZ --unlink -xf - + find ${PREFIX}/share/doc/EZ | xargs ${CHOWN} ${SHAREOWN}:${SHAREGRP} + find ${PREFIX}/share/doc/EZ -type f | xargs ${CHMOD} ${SHAREMODE} .endif - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib + ${LDCONFIG} -m ${PREFIX}/lib -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/graphics/EZWGL/distinfo b/graphics/EZWGL/distinfo index e236f54ed02c..9c272de1a17f 100644 --- a/graphics/EZWGL/distinfo +++ b/graphics/EZWGL/distinfo @@ -1,2 +1,3 @@ -MD5 (EZWGL-1.40-doc.tgz) = ee99a79a3efddf01952313fcee8c5610 -MD5 (EZWGL-1.40c-src.tgz) = 6e2c205d19c875951015f0e3085933aa +MD5 (EZWGL-1.50-demo.tgz) = b659cd13f532bc93c7fbceabffbd1908 +MD5 (EZWGL-1.50-doc.tgz) = a103377108a17ec8818f35920900a6d8 +MD5 (EZWGL-1.50-src.tgz) = 757fdfd379131f21f2c5b8e14a6bc828 diff --git a/graphics/EZWGL/files/manpages b/graphics/EZWGL/files/manpages index 56f416940aab..970d9a2e8c41 100644 --- a/graphics/EZWGL/files/manpages +++ b/graphics/EZWGL/files/manpages @@ -7,6 +7,7 @@ MAN3+= EZ_AddInput.3 MAN3+= EZ_AddItemCallBack.3 MAN3+= EZ_AddWidgetCallBack.3 MAN3+= EZ_AllocateColorFromName.3 +MAN3+= EZ_AllowDualLabel.3 MAN3+= EZ_AutoSelectBackBuffer.3 MAN3+= EZ_Begin.3 MAN3+= EZ_BlinkWidget.3 @@ -34,6 +35,7 @@ MAN3+= EZ_CreateDirTree.3 MAN3+= EZ_CreateGLImage.3 MAN3+= EZ_CreateItem.3 MAN3+= EZ_CreateLabelPixmapFromImageFile.3 +MAN3+= EZ_CreateMenuFromList.3 MAN3+= EZ_CreateRotateTextPixmap.3 MAN3+= EZ_CreateSimpleMenu.3 MAN3+= EZ_CreateTimer.3 @@ -70,6 +72,7 @@ MAN3+= EZ_Enable.3 MAN3+= EZ_EnterEvent.3 MAN3+= EZ_EntryEditBackward.3 MAN3+= EZ_EventMainLoop.3 +MAN3+= EZ_ExecuteIdleCallBacks.3 MAN3+= EZ_FancyListBoxClear.3 MAN3+= EZ_FancyListBoxDeleteSomeRows.3 MAN3+= EZ_FancyListBoxFindItemAtXY.3 @@ -92,6 +95,7 @@ MAN3+= EZ_GetAndUseWidgetResources.3 MAN3+= EZ_GetApplicationResource.3 MAN3+= EZ_GetAtom.3 MAN3+= EZ_GetBackgroundGC.3 +MAN3+= EZ_GetBackgroundPV.3 MAN3+= EZ_GetBubbleHelp.3 MAN3+= EZ_GetCheckButtonState.3 MAN3+= EZ_GetCommunicationWindow.3 @@ -119,6 +123,8 @@ MAN3+= EZ_GetFontName.3 MAN3+= EZ_GetGC.3 MAN3+= EZ_GetGLImageInfo.3 MAN3+= EZ_GetGLImageWindow.3 +MAN3+= EZ_GetHistogramSelection.3 +MAN3+= EZ_GetHistogramValue.3 MAN3+= EZ_GetInstanceName.3 MAN3+= EZ_GetItemClientData.3 MAN3+= EZ_GetItemUnknownData.3 @@ -134,6 +140,7 @@ MAN3+= EZ_GetListTreeWidgetComponents.3 MAN3+= EZ_GetListTreeWidgetSelection.3 MAN3+= EZ_GetListTreeWidgetTree.3 MAN3+= EZ_GetListTreeWidgetXYOffset.3 +MAN3+= EZ_GetLoctorXY.3 MAN3+= EZ_GetMatrix.3 MAN3+= EZ_GetNoteBookPageTab.3 MAN3+= EZ_GetNumberOfAllocatedColors.3 @@ -143,10 +150,14 @@ MAN3+= EZ_GetParentWidget.3 MAN3+= EZ_GetPopupMenuTitleWidget.3 MAN3+= EZ_GetRadioButtonGroupID.3 MAN3+= EZ_GetRadioButtonGroupVariableValue.3 +MAN3+= EZ_GetScrollButtonScrollCount.3 MAN3+= EZ_GetScrollbarState.3 MAN3+= EZ_GetSliderValue.3 +MAN3+= EZ_GetSpinButtonComponents.3 +MAN3+= EZ_GetSpinButtonValue.3 MAN3+= EZ_GetTextProperty.3 MAN3+= EZ_GetTextWidgetComponents.3 +MAN3+= EZ_GetThumbWheelValue.3 MAN3+= EZ_GetTimerClientData.3 MAN3+= EZ_GetTimerState.3 MAN3+= EZ_GetToplevelWidget.3 @@ -154,6 +165,7 @@ MAN3+= EZ_GetWidgetAbsoluteGeometry.3 MAN3+= EZ_GetWidgetBorder.3 MAN3+= EZ_GetWidgetFont.3 MAN3+= EZ_GetWidgetGeometry.3 +MAN3+= EZ_GetWidgetGroupLeader.3 MAN3+= EZ_GetWidgetIntData.3 MAN3+= EZ_GetWidgetItemWidget.3 MAN3+= EZ_GetWidgetOrientation.3 @@ -218,6 +230,7 @@ MAN3+= EZ_MenuBarFindItem.3 MAN3+= EZ_MenuBarFindItemAndMenu.3 MAN3+= EZ_MenuBarInsertItemAndMenu.3 MAN3+= EZ_MenuBarSetItemMenu.3 +MAN3+= EZ_MoveWidgetWindow.3 MAN3+= EZ_MultMatrix.3 MAN3+= EZ_MultiplyMatrix.3 MAN3+= EZ_NewList.3 @@ -234,15 +247,41 @@ MAN3+= EZ_PopMatrix.3 MAN3+= EZ_PrintStandardOptions.3 MAN3+= EZ_PushMatrix.3 MAN3+= EZ_PutGLImage.3 +MAN3+= EZ_QueryPixelValue.3 MAN3+= EZ_QueueLedAction.3 MAN3+= EZ_RaiseWidgetWindow.3 +MAN3+= EZ_RegisterApplicationResources.3 MAN3+= EZ_RegisterCompositeWidget.3 MAN3+= EZ_RegisterMessageHandler.3 MAN3+= EZ_RegisterPrimitiveWidget.3 +MAN3+= EZ_RegisterResourcesAll.3 MAN3+= EZ_RegisterWidget.3 MAN3+= EZ_RemoveWidget.3 MAN3+= EZ_ReparentWidget.3 MAN3+= EZ_Rotate.3 +MAN3+= EZ_SSheetClearRegion.3 +MAN3+= EZ_SSheetCopyRegion.3 +MAN3+= EZ_SSheetDeleteChart.3 +MAN3+= EZ_SSheetFindCell.3 +MAN3+= EZ_SSheetFindCursorCell.3 +MAN3+= EZ_SSheetGetActiveCell.3 +MAN3+= EZ_SSheetGetActiveChart.3 +MAN3+= EZ_SSheetGetCell.3 +MAN3+= EZ_SSheetGetHighlightedRegion.3 +MAN3+= EZ_SSheetGetRegionString.3 +MAN3+= EZ_SSheetGetSizes.3 +MAN3+= EZ_SSheetIndexToString.3 +MAN3+= EZ_SSheetInsertItem.3 +MAN3+= EZ_SSheetInsertRegionString.3 +MAN3+= EZ_SSheetMakeChart.3 +MAN3+= EZ_SSheetSetActiveCell.3 +MAN3+= EZ_SSheetSetFirstCell.3 +MAN3+= EZ_SSheetSetHScrollbar.3 +MAN3+= EZ_SSheetSetRegionJustification.3 +MAN3+= EZ_SSheetSetTabChar.3 +MAN3+= EZ_SSheetSetTextProperty.3 +MAN3+= EZ_SSheetSortRegion.3 +MAN3+= EZ_SSheetSwapRow.3 MAN3+= EZ_Save3DCanvas2PPMImage.3 MAN3+= EZ_Save3DCanvas2PS.3 MAN3+= EZ_SaveWidget2Postscript.3 @@ -256,6 +295,7 @@ MAN3+= EZ_SetBitmapFont.3 MAN3+= EZ_SetClientMessageHandler.3 MAN3+= EZ_SetDefaultEntryTextFont.3 MAN3+= EZ_SetDefaultMessageHandler.3 +MAN3+= EZ_SetDialValue.3 MAN3+= EZ_SetDirTreeDefaultPixmaps.3 MAN3+= EZ_SetDirTreeDirectoryNodeCreator.3 MAN3+= EZ_SetDirTreeOpenDirectoryMode.3 @@ -268,9 +308,16 @@ MAN3+= EZ_SetFancyListBoxRowBg.3 MAN3+= EZ_SetFileSelectorInitialPattern.3 MAN3+= EZ_SetFocusTo.3 MAN3+= EZ_SetGlobalBackground.3 +MAN3+= EZ_SetGlobalEventFilter.3 MAN3+= EZ_SetGlobalForeground.3 MAN3+= EZ_SetGrab.3 +MAN3+= EZ_SetGradientBarColors.3 +MAN3+= EZ_SetGradientBarValue.3 MAN3+= EZ_SetHScrollbarDiscreteSpeed.3 +MAN3+= EZ_SetHistogramColors.3 +MAN3+= EZ_SetHistogramRange.3 +MAN3+= EZ_SetHistogramValue.3 +MAN3+= EZ_SetHistogramValues.3 MAN3+= EZ_SetIconPath.3 MAN3+= EZ_SetKbdHighlightColor.3 MAN3+= EZ_SetLcdBackground.3 @@ -307,13 +354,17 @@ MAN3+= EZ_SetWidgetCallBack.3 MAN3+= EZ_SetWidgetLabelString.3 MAN3+= EZ_SetWidgetPosition.3 MAN3+= EZ_SetWorkAreaGeometryManager.3 +MAN3+= EZ_SetupRuler.3 +MAN3+= EZ_SetupSpinButton.3 MAN3+= EZ_ShadeModel.3 MAN3+= EZ_Shutdown.3 MAN3+= EZ_SitForALittleBit.3 +MAN3+= EZ_SlideOpenWidget.3 MAN3+= EZ_Sphere.3 MAN3+= EZ_StartAsIcon.3 MAN3+= EZ_StopStatusMeter.3 MAN3+= EZ_SwapBuffers.3 +MAN3+= EZ_TermStartCommand.3 MAN3+= EZ_TextEndOfLine.3 MAN3+= EZ_TextGetBufferString.3 MAN3+= EZ_TiePopupMenu.3 @@ -338,6 +389,8 @@ MAN3+= EZ_WidgetAddDnDDataDecoder.3 MAN3+= EZ_WidgetDispatchEvent.3 MAN3+= EZ_WidgetExist.3 MAN3+= EZ_WidgetIsViewable.3 +MAN3+= EZ_WidgetMarkRuler.3 +MAN3+= EZ_WidgetNotifyRuler.3 MAN3+= EZ_WindowIsWidgetWindow.3 MAN3+= EZ_WorkAreaClear.3 MAN3+= EZ_WorkAreaDrawItemAt.3 @@ -538,6 +591,9 @@ MLINKS+= EZ_InstallSymbolicFloat.3 EZ_RetrieveSymbolicFloat.3 MLINKS+= EZ_InstallSymbolicInt.3 EZ_RetrieveSymbolicInt.3 MLINKS+= EZ_InstallSymbolicPointer.3 EZ_RetrieveSymbolicPointer.3 MLINKS+= EZ_InstallSymbolicULong.3 EZ_RetrieveSymbolicULong.3 +MLINKS+= EZ_SSheetSortRegion.3 EZ_SSheetSortColumns.3 +MLINKS+= EZ_SSheetSortRegion.3 EZ_SSheetSortRegionR.3 +MLINKS+= EZ_SSheetSortRegion.3 EZ_SSheetSortRows.3 MLINKS+= EZ_Save3DCanvas2PS.3 EZ_Save3DCanvas2PSA.3 MLINKS+= EZ_SaveWidget2Postscript.3 EZ_SaveWidget2PPM.3 MLINKS+= EZ_EventMainLoop.3 EZ_ServiceEvents.3 diff --git a/graphics/EZWGL/files/patch-ah b/graphics/EZWGL/files/patch-ah new file mode 100644 index 000000000000..9513881dfdbb --- /dev/null +++ b/graphics/EZWGL/files/patch-ah @@ -0,0 +1,13 @@ +--- Make.common.in.orig Sat Dec 4 06:48:54 1999 ++++ Make.common.in Sat Apr 8 18:00:00 2000 +@@ -30,8 +30,8 @@ + LN = @LN@ + RANLIB = @RANLIB@ + INSTALL = @INSTALL@ +-INSTALL_PROGRAM = @INSTALL@ -s -m 755 +-INSTALL_DATA = @INSTALL@ -m 644 ++INSTALL_PROGRAM = @INSTALL_PROGRAM@ ++INSTALL_DATA = @INSTALL_DATA@ + CFLAGS = @CFLAGS@ + CPPFLAGS = @CPPFLAGS@ + LDFLAGS = @LDFLAGS@ diff --git a/graphics/EZWGL/files/patch-ai b/graphics/EZWGL/files/patch-ai new file mode 100644 index 000000000000..95e6a1350da8 --- /dev/null +++ b/graphics/EZWGL/files/patch-ai @@ -0,0 +1,16 @@ +--- Makefile.in.orig Sat Dec 4 06:48:54 1999 ++++ Makefile.in Sat Apr 8 18:00:00 2000 +@@ -25,11 +25,11 @@ + + all shared static: + @for I in ${subdirs}; do (cd $$I; ${MAKE} $@ || exit 1); done +- @for I in ${sampledirs}; do (cd $$I; ${MAKE}); done ++# @for I in ${sampledirs}; do (cd $$I; ${MAKE}); done + + + install install-shared install-static: +- @for I in $(subdirs); do (cd $$I; $(MAKE) DESTDIR=/usr/local \ ++ @for I in $(subdirs); do (cd $$I; $(MAKE) DESTDIR=$(prefix) \ + $@ || exit 1); done + + clean: diff --git a/graphics/EZWGL/files/patch-aj b/graphics/EZWGL/files/patch-aj new file mode 100644 index 000000000000..941a60273fe8 --- /dev/null +++ b/graphics/EZWGL/files/patch-aj @@ -0,0 +1,11 @@ +--- configure.orig Sat Dec 4 06:48:55 1999 ++++ configure Sat Apr 8 18:00:00 2000 +@@ -1008,7 +1008,7 @@ + fi + CFLAGS="$CCOPTS" + fi +-CFLAGS="${CFLAGS} -fpic" ++CFLAGS="${CFLAGS}" + + # Extract the first word of "gcc", so it can be a program name with args. + set dummy gcc; ac_word=$2 diff --git a/graphics/EZWGL/files/patch-ak b/graphics/EZWGL/files/patch-ak new file mode 100644 index 000000000000..83221971f500 --- /dev/null +++ b/graphics/EZWGL/files/patch-ak @@ -0,0 +1,11 @@ +--- include/Makefile.in.orig Sat Dec 4 06:49:18 1999 ++++ include/Makefile.in Sat Apr 8 18:00:00 2000 +@@ -9,7 +9,7 @@ + install-shared install-static: install + + install: +- $(CP) EZ.h $(destincludedir) ++ $(INSTALL_DATA) EZ.h $(destincludedir) + + clean realclean: + diff --git a/graphics/EZWGL/files/patch-al b/graphics/EZWGL/files/patch-al new file mode 100644 index 000000000000..7e06d72922ab --- /dev/null +++ b/graphics/EZWGL/files/patch-al @@ -0,0 +1,73 @@ +--- lib/Makefile.in.orig Sat Dec 4 06:49:27 1999 ++++ lib/Makefile.in Sat Apr 8 18:00:00 2000 +@@ -4,9 +4,9 @@ + + #---------------------------------------------------------------------------------- + +-all: shared ++all: static shared + +-install: install-shared ++install: install-static install-shared + + static: libEZ.a + +@@ -92,31 +92,26 @@ + #---------------------------------------------------------------------------------- + + OBJ = $(SRC:.c=.o) ++SOBJ = $(SRC:.c=.so) + +-libEZ.so.$(MAJORVERSION): libEZ.so.$(MAJORVERSION).$(MINORVERSION) ++libEZ.so.$(MAJORVERSION): $(SOBJ) + - $(RMF) libEZ.so.$(MAJORVERSION) +- $(LN) -s libEZ.so.$(MAJORVERSION).$(MINORVERSION) libEZ.so.$(MAJORVERSION) ++ $(CC) -shared -Wl,-soname,$@ -o $@ $(SOBJ) + - $(RMF) libEZ.so +- $(LN) -s libEZ.so.$(MAJORVERSION) libEZ.so +- +-libEZ.so.$(MAJORVERSION).$(MINORVERSION): $(OBJ) +- $(CC) -shared -o libEZ.so.$(MAJORVERSION).$(MINORVERSION) $(OBJ) +- ++ $(LN) -sf $@ libEZ.so + + libEZ.a: $(OBJ) + $(AR) r libEZ.a $(OBJ) + $(RANLIB) libEZ.a + + install-shared: shared +- $(CP) libEZ.so.$(MAJORVERSION).$(MINORVERSION) $(destlibdir) + - $(RMF) $(destlibdir)/libEZ.so $(destlibdir)/libEZ.so.$(MAJORVERSION) +- $(LN) -s $(destlibdir)/libEZ.so.$(MAJORVERSION).$(MINORVERSION) $(destlibdir)/libEZ.so.$(MAJORVERSION) +- $(LN) -s $(destlibdir)/libEZ.so.$(MAJORVERSION) $(destlibdir)/libEZ.so +- - (lldconfig >/dev/null || /sbin/ldconfig) ++ $(INSTALL_DATA) libEZ.so.$(MAJORVERSION) $(destlibdir) ++ $(LN) -sf libEZ.so.$(MAJORVERSION) $(destlibdir)/libEZ.so + + +-install-static: shared +- $(CP) libEZ.a $(destlibdir) ++install-static: static ++ $(INSTALL_DATA) libEZ.a $(destlibdir) + $(RANLIB) $(destlibdir)/libEZ.a + + clean: +@@ -137,12 +132,16 @@ + fnmatch.o: fnmatch.c + $(CC) $(LINC) $(CFLAGS) -c fnmatch.c + ++.SUFFIXES: .c .so .o ++ + .c.o: +- $(CC) $(LINC) $(XINC) $(CFLAGS) -c $< ++ $(CC) $(LINC) $(XINC) $(CPPFLAGS) $(CFLAGS) -c $< + ++.c.so: ++ $(CC) $(LINC) $(XINC) $(CPPFLAGS) $(CFLAGS) -fpic -DPIC -c $< -o $@ + + .c: +- $(CC) $(LINC) $(XINC) $(CFLAGS) $< -o $@ -L./ -lEZ $(XLIB) $(LIBS) ++ $(CC) $(LINC) $(XINC) $(CPPFLAGS) $(CFLAGS) $< -o $@ -L./ -lEZ $(XLIB) $(LIBS) + + #---------------------------------------------------------------------------------- + diff --git a/graphics/EZWGL/pkg-descr b/graphics/EZWGL/pkg-descr index 7118734b5151..223a99f4bd42 100644 --- a/graphics/EZWGL/pkg-descr +++ b/graphics/EZWGL/pkg-descr @@ -2,3 +2,5 @@ This graphics library implements about 100 OpenGL(TM) like graphics functions and procedures that provides high level support for 3D graphics, including features like zbuffer, double-buffer and lighting. + +WWW: http://rene.ma.utexas.edu/~mzou/EZWGL/ diff --git a/graphics/EZWGL/pkg-plist b/graphics/EZWGL/pkg-plist index 6cc3945290ac..e63cacb2447c 100644 --- a/graphics/EZWGL/pkg-plist +++ b/graphics/EZWGL/pkg-plist @@ -1,59 +1,41 @@ include/EZ.h lib/libEZ.a lib/libEZ.so -lib/libEZ.so.1.4 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R +lib/libEZ.so.1 +@exec /sbin/ldconfig -m %B +@unexec /sbin/ldconfig -R share/doc/EZ/html/applications.html +share/doc/EZ/html/documentation.html +share/doc/EZ/html/download.html share/doc/EZ/html/ezfm.html -share/doc/EZ/html/index.html -share/doc/EZ/html/welcome.html -share/doc/EZ/html/images/bg.gif- share/doc/EZ/html/images/dot_clear.gif share/doc/EZ/html/images/ez.gif share/doc/EZ/html/images/grnbg.gif +share/doc/EZ/html/index.html +share/doc/EZ/html/mailinglist.html share/doc/EZ/html/manp/.html share/doc/EZ/html/manp/EZ.html -share/doc/EZ/html/manp/EZ_ActivateChildren.html share/doc/EZ/html/manp/EZ_ActivateNoteBookPage.html -share/doc/EZ/html/manp/EZ_ActivateSibling.html share/doc/EZ/html/manp/EZ_ActivateWidget.html share/doc/EZ/html/manp/EZ_AddEventHandler.html share/doc/EZ/html/manp/EZ_AddIdleCallBack.html share/doc/EZ/html/manp/EZ_AddInput.html share/doc/EZ/html/manp/EZ_AddItemCallBack.html -share/doc/EZ/html/manp/EZ_AddMessageHandler.html share/doc/EZ/html/manp/EZ_AddWidgetCallBack.html share/doc/EZ/html/manp/EZ_AllocateColorFromName.html -share/doc/EZ/html/manp/EZ_AllocateColorFromRGB.html -share/doc/EZ/html/manp/EZ_AppendListBoxItem.html +share/doc/EZ/html/manp/EZ_AllowDualLabel.html share/doc/EZ/html/manp/EZ_AutoSelectBackBuffer.html share/doc/EZ/html/manp/EZ_Begin.html -share/doc/EZ/html/manp/EZ_BindLightSrc.html -share/doc/EZ/html/manp/EZ_BindMaterial.html share/doc/EZ/html/manp/EZ_BlinkWidget.html -share/doc/EZ/html/manp/EZ_BroadcastMessage.html -share/doc/EZ/html/manp/EZ_BusyCursor.html share/doc/EZ/html/manp/EZ_CMove2f.html share/doc/EZ/html/manp/EZ_CMove3f.html -share/doc/EZ/html/manp/EZ_CMove3fv.html -share/doc/EZ/html/manp/EZ_CMoveScreen2f.html -share/doc/EZ/html/manp/EZ_CMoveScreen3f.html -share/doc/EZ/html/manp/EZ_CMoveScreen3fv.html share/doc/EZ/html/manp/EZ_CallList.html -share/doc/EZ/html/manp/EZ_CallLists.html share/doc/EZ/html/manp/EZ_CallWidgetCallbacks.html -share/doc/EZ/html/manp/EZ_CallWidgetMotionCallbacks.html -share/doc/EZ/html/manp/EZ_CancelTimer.html share/doc/EZ/html/manp/EZ_Clear.html share/doc/EZ/html/manp/EZ_ClearColorf.html -share/doc/EZ/html/manp/EZ_ClearIndex.html share/doc/EZ/html/manp/EZ_ClearLcd.html share/doc/EZ/html/manp/EZ_ClearListBox.html share/doc/EZ/html/manp/EZ_Color3f.html -share/doc/EZ/html/manp/EZ_Color3fv.html -share/doc/EZ/html/manp/EZ_Color4f.html -share/doc/EZ/html/manp/EZ_Color4fv.html share/doc/EZ/html/manp/EZ_ColorMapMode.html share/doc/EZ/html/manp/EZ_ColorMaterial.html share/doc/EZ/html/manp/EZ_ComputeItemSize.html @@ -64,44 +46,28 @@ share/doc/EZ/html/manp/EZ_ConfigureWidget.html share/doc/EZ/html/manp/EZ_CopyMatrix.html share/doc/EZ/html/manp/EZ_CopyTransposeMatrix.html share/doc/EZ/html/manp/EZ_CopyVector.html -share/doc/EZ/html/manp/EZ_CreateCursorFromBitmapData.html share/doc/EZ/html/manp/EZ_CreateCursorFromBitmapFile.html share/doc/EZ/html/manp/EZ_CreateDirTree.html share/doc/EZ/html/manp/EZ_CreateGLImage.html share/doc/EZ/html/manp/EZ_CreateItem.html share/doc/EZ/html/manp/EZ_CreateLabelPixmapFromImageFile.html -share/doc/EZ/html/manp/EZ_CreateLabelPixmapFromXBitmapData.html -share/doc/EZ/html/manp/EZ_CreateLabelPixmapFromXBitmapFile.html -share/doc/EZ/html/manp/EZ_CreateLabelPixmapFromXPixmap.html -share/doc/EZ/html/manp/EZ_CreateLabelPixmapFromXpmData.html -share/doc/EZ/html/manp/EZ_CreateLabelPixmapFromXpmFile.html +share/doc/EZ/html/manp/EZ_CreateMenuFromList.html share/doc/EZ/html/manp/EZ_CreateRotateTextPixmap.html share/doc/EZ/html/manp/EZ_CreateSimpleMenu.html share/doc/EZ/html/manp/EZ_CreateTimer.html share/doc/EZ/html/manp/EZ_CreateTreeNode.html share/doc/EZ/html/manp/EZ_CreateWidget.html -share/doc/EZ/html/manp/EZ_CreateWidgetXrm.html -share/doc/EZ/html/manp/EZ_CreateXPixmapFromBitmapFile.html share/doc/EZ/html/manp/EZ_CreateXPixmapFromImageFile.html -share/doc/EZ/html/manp/EZ_CreateXPixmapFromXpmData.html -share/doc/EZ/html/manp/EZ_CreateXPixmapFromXpmFile.html share/doc/EZ/html/manp/EZ_Cube.html share/doc/EZ/html/manp/EZ_CullFace.html -share/doc/EZ/html/manp/EZ_DeActivateChildren.html -share/doc/EZ/html/manp/EZ_DeActivateSibling.html -share/doc/EZ/html/manp/EZ_DeActivateWidget.html share/doc/EZ/html/manp/EZ_DefineLightModel.html -share/doc/EZ/html/manp/EZ_DeleteList.html share/doc/EZ/html/manp/EZ_DefineLightSrc.html share/doc/EZ/html/manp/EZ_DefineMaterial.html -share/doc/EZ/html/manp/EZ_DeleteListBoxItem.html -share/doc/EZ/html/manp/EZ_DeleteLists.html -share/doc/EZ/html/manp/EZ_DeleteMessageHandler.html +share/doc/EZ/html/manp/EZ_DeleteList.html share/doc/EZ/html/manp/EZ_DestroyItem.html share/doc/EZ/html/manp/EZ_DestroyWidget.html share/doc/EZ/html/manp/EZ_DestroyWidgetWindows.html share/doc/EZ/html/manp/EZ_DetachFrame.html -share/doc/EZ/html/manp/EZ_Disable.html share/doc/EZ/html/manp/EZ_DisableBubbleHelp.html share/doc/EZ/html/manp/EZ_DisableHighlight.html share/doc/EZ/html/manp/EZ_DisableImageDithering.html @@ -110,94 +76,55 @@ share/doc/EZ/html/manp/EZ_DisableSliderDepression.html share/doc/EZ/html/manp/EZ_DisableWidget.html share/doc/EZ/html/manp/EZ_DisableWidgetTree.html share/doc/EZ/html/manp/EZ_DisplayWidget.html -share/doc/EZ/html/manp/EZ_DisplayWidgetUnderPointer.html share/doc/EZ/html/manp/EZ_DnDGetDragConversionTargets.html share/doc/EZ/html/manp/EZ_DnDGetMatchedConversionTargets.html share/doc/EZ/html/manp/EZ_DoPopup.html -share/doc/EZ/html/manp/EZ_DoPopupAt.html share/doc/EZ/html/manp/EZ_DoScroll.html -share/doc/EZ/html/manp/EZ_DockFrame.html -share/doc/EZ/html/manp/EZ_Dodecahedron.html share/doc/EZ/html/manp/EZ_DrawBuffer.html share/doc/EZ/html/manp/EZ_DrawRectBorder.html share/doc/EZ/html/manp/EZ_DrawString.html share/doc/EZ/html/manp/EZ_DrawWidget.html share/doc/EZ/html/manp/EZ_Enable.html -share/doc/EZ/html/manp/EZ_EnableBubbleHelp.html -share/doc/EZ/html/manp/EZ_EnableHighlight.html -share/doc/EZ/html/manp/EZ_EnableImageDithering.html -share/doc/EZ/html/manp/EZ_EnableLabelOffset.html -share/doc/EZ/html/manp/EZ_EnableLableOffset.html -share/doc/EZ/html/manp/EZ_EnableSliderDepression.html -share/doc/EZ/html/manp/EZ_EnableWidget.html -share/doc/EZ/html/manp/EZ_EnableWidgetTree.html -share/doc/EZ/html/manp/EZ_End.html -share/doc/EZ/html/manp/EZ_EndList.html share/doc/EZ/html/manp/EZ_EnterEvent.html share/doc/EZ/html/manp/EZ_EntryEditBackward.html -share/doc/EZ/html/manp/EZ_EntryEditBackwardWord.html -share/doc/EZ/html/manp/EZ_EntryEditBeginOfInput.html -share/doc/EZ/html/manp/EZ_EntryEditDeleteChar.html -share/doc/EZ/html/manp/EZ_EntryEditEndOfInput.html -share/doc/EZ/html/manp/EZ_EntryEditForeward.html -share/doc/EZ/html/manp/EZ_EntryEditForwardWord.html -share/doc/EZ/html/manp/EZ_EntryEditInsertString.html -share/doc/EZ/html/manp/EZ_EntryEditKillEndOfLine.html -share/doc/EZ/html/manp/EZ_EntryEditKillRegion.html -share/doc/EZ/html/manp/EZ_EntryEditSetMarker.html -share/doc/EZ/html/manp/EZ_EntryPasteSelection.html share/doc/EZ/html/manp/EZ_EventMainLoop.html +share/doc/EZ/html/manp/EZ_ExecuteIdleCallBacks.html share/doc/EZ/html/manp/EZ_FancyListBoxClear.html -share/doc/EZ/html/manp/EZ_FancyListBoxDeleteRow.html share/doc/EZ/html/manp/EZ_FancyListBoxDeleteSomeRows.html share/doc/EZ/html/manp/EZ_FancyListBoxFindItemAtXY.html share/doc/EZ/html/manp/EZ_FancyListBoxFindRowAtXY.html -share/doc/EZ/html/manp/EZ_FancyListBoxGetHighlightedItems.html share/doc/EZ/html/manp/EZ_FancyListBoxGetHighlightedRows.html -share/doc/EZ/html/manp/EZ_FancyListBoxInsertRow.html -share/doc/EZ/html/manp/EZ_FancyListBoxReplaceItem.html -share/doc/EZ/html/manp/EZ_FancyListBoxReplaceItemUsingIdx.html -share/doc/EZ/html/manp/EZ_FancyListBoxSelectItem.html -share/doc/EZ/html/manp/EZ_FancyListBoxSelectItemUsingIdx.html +share/doc/EZ/html/manp/EZ_FigItemAddString.html +share/doc/EZ/html/manp/EZ_FigItemHidePiece.html +share/doc/EZ/html/manp/EZ_FixFocusHighlightBorder.html share/doc/EZ/html/manp/EZ_FlashWidgetBorder.html share/doc/EZ/html/manp/EZ_Fogfv.html -share/doc/EZ/html/manp/EZ_Free.html -share/doc/EZ/html/manp/EZ_FreeGLImage.html -share/doc/EZ/html/manp/EZ_FreeLabelPixmap.html -share/doc/EZ/html/manp/EZ_FreeXPixmap.html share/doc/EZ/html/manp/EZ_FreezeWidget.html share/doc/EZ/html/manp/EZ_FrontFace.html share/doc/EZ/html/manp/EZ_Frustum.html -share/doc/EZ/html/manp/EZ_GLConfig.html -share/doc/EZ/html/manp/EZ_GLEnterEvent.html share/doc/EZ/html/manp/EZ_GLNextEvent.html share/doc/EZ/html/manp/EZ_GLResetEvents.html -share/doc/EZ/html/manp/EZ_GetGLImageInfo.html share/doc/EZ/html/manp/EZ_GenLists.html share/doc/EZ/html/manp/EZ_GenerateRotationMatrix.html share/doc/EZ/html/manp/EZ_Get3DCanvasSize.html share/doc/EZ/html/manp/EZ_GetAndUseWidgetResources.html -share/doc/EZ/html/manp/EZ_GetApplicationName.html share/doc/EZ/html/manp/EZ_GetApplicationResource.html share/doc/EZ/html/manp/EZ_GetAtom.html +share/doc/EZ/html/manp/EZ_GetBackgroundGC.html +share/doc/EZ/html/manp/EZ_GetBackgroundPV.html share/doc/EZ/html/manp/EZ_GetBubbleHelp.html share/doc/EZ/html/manp/EZ_GetCheckButtonState.html -share/doc/EZ/html/manp/EZ_GetChildrenWidget.html -share/doc/EZ/html/manp/EZ_GetClassName.html -share/doc/EZ/html/manp/EZ_GetColormap.html +share/doc/EZ/html/manp/EZ_GetCommunicationWindow.html share/doc/EZ/html/manp/EZ_GetCursor.html -share/doc/EZ/html/manp/EZ_GetCursorByName.html +share/doc/EZ/html/manp/EZ_GetDarkBrightNormalBDGC.html share/doc/EZ/html/manp/EZ_GetDefaultMaterial.html -share/doc/EZ/html/manp/EZ_GetDepth.html share/doc/EZ/html/manp/EZ_GetDirTreeNodeFullPath.html share/doc/EZ/html/manp/EZ_GetDisplay.html -share/doc/EZ/html/manp/EZ_GetDisplayInfo.html +share/doc/EZ/html/manp/EZ_GetDisplaySize.html share/doc/EZ/html/manp/EZ_GetDnDDragSrcXYOffset.html share/doc/EZ/html/manp/EZ_GetDnDDropLocation.html -share/doc/EZ/html/manp/EZ_GetEntryString.html share/doc/EZ/html/manp/EZ_GetFancyListBoxData.html share/doc/EZ/html/manp/EZ_GetFancyListBoxItemUsingIdx.html -share/doc/EZ/html/manp/EZ_GetFancyListBoxNumberOfColumns.html share/doc/EZ/html/manp/EZ_GetFancyListBoxNumberOfRows.html share/doc/EZ/html/manp/EZ_GetFancyListBoxNumberofRows.html share/doc/EZ/html/manp/EZ_GetFancyListBoxSelection.html @@ -206,71 +133,67 @@ share/doc/EZ/html/manp/EZ_GetFancyListBoxWidgetComponents.html share/doc/EZ/html/manp/EZ_GetFancyListBoxXYOffset.html share/doc/EZ/html/manp/EZ_GetFileSelectorComponents.html share/doc/EZ/html/manp/EZ_GetFileSelectorSelection.html -share/doc/EZ/html/manp/EZ_GetFontFromId.html -share/doc/EZ/html/manp/EZ_GetFontFromName.html +share/doc/EZ/html/manp/EZ_GetFileSelectorWidgetComponents.html +share/doc/EZ/html/manp/EZ_GetFocus.html share/doc/EZ/html/manp/EZ_GetFontName.html +share/doc/EZ/html/manp/EZ_GetGC.html +share/doc/EZ/html/manp/EZ_GetGLImageInfo.html +share/doc/EZ/html/manp/EZ_GetGLImageWindow.html +share/doc/EZ/html/manp/EZ_GetHistogramSelection.html +share/doc/EZ/html/manp/EZ_GetHistogramValue.html share/doc/EZ/html/manp/EZ_GetInstanceName.html share/doc/EZ/html/manp/EZ_GetItemClientData.html -share/doc/EZ/html/manp/EZ_GetItemDimension.html -share/doc/EZ/html/manp/EZ_GetItemHeight.html -share/doc/EZ/html/manp/EZ_GetItemIntData.html -share/doc/EZ/html/manp/EZ_GetItemPosition.html -share/doc/EZ/html/manp/EZ_GetItemPtrData.html share/doc/EZ/html/manp/EZ_GetItemUnknownData.html -share/doc/EZ/html/manp/EZ_GetItemUnknownDataPtr.html share/doc/EZ/html/manp/EZ_GetItemWidth.html share/doc/EZ/html/manp/EZ_GetLabelItemStringInfo.html +share/doc/EZ/html/manp/EZ_GetLabelPixmapFromGLImage.html share/doc/EZ/html/manp/EZ_GetLabelPixmapInfo.html share/doc/EZ/html/manp/EZ_GetLedString.html -share/doc/EZ/html/manp/EZ_GetListBoxSelectedItem.html +share/doc/EZ/html/manp/EZ_GetListBoxData.html share/doc/EZ/html/manp/EZ_GetListBoxSelection.html -share/doc/EZ/html/manp/EZ_GetListBoxSelectionLineNumber.html share/doc/EZ/html/manp/EZ_GetListBoxWidgetComponents.html share/doc/EZ/html/manp/EZ_GetListTreeWidgetComponents.html share/doc/EZ/html/manp/EZ_GetListTreeWidgetSelection.html share/doc/EZ/html/manp/EZ_GetListTreeWidgetTree.html share/doc/EZ/html/manp/EZ_GetListTreeWidgetXYOffset.html +share/doc/EZ/html/manp/EZ_GetLoctorXY.html share/doc/EZ/html/manp/EZ_GetMatrix.html share/doc/EZ/html/manp/EZ_GetNoteBookPageTab.html share/doc/EZ/html/manp/EZ_GetNumberOfAllocatedColors.html -share/doc/EZ/html/manp/EZ_GetNumberOfReservedColorsForGL.html share/doc/EZ/html/manp/EZ_GetOptionalEntryWidgetComponents.html +share/doc/EZ/html/manp/EZ_GetParentBgGC.html share/doc/EZ/html/manp/EZ_GetParentWidget.html +share/doc/EZ/html/manp/EZ_GetPopupMenuTitleWidget.html share/doc/EZ/html/manp/EZ_GetRadioButtonGroupID.html share/doc/EZ/html/manp/EZ_GetRadioButtonGroupVariableValue.html -share/doc/EZ/html/manp/EZ_GetScreen.html +share/doc/EZ/html/manp/EZ_GetScrollButtonScrollCount.html share/doc/EZ/html/manp/EZ_GetScrollbarState.html -share/doc/EZ/html/manp/EZ_GetSelectedMenuItem.html -share/doc/EZ/html/manp/EZ_GetSiblingWidget.html share/doc/EZ/html/manp/EZ_GetSliderValue.html +share/doc/EZ/html/manp/EZ_GetSpinButtonComponents.html +share/doc/EZ/html/manp/EZ_GetSpinButtonValue.html share/doc/EZ/html/manp/EZ_GetTextProperty.html share/doc/EZ/html/manp/EZ_GetTextWidgetComponents.html +share/doc/EZ/html/manp/EZ_GetThumbWheelValue.html share/doc/EZ/html/manp/EZ_GetTimerClientData.html -share/doc/EZ/html/manp/EZ_GetTimerIntData.html -share/doc/EZ/html/manp/EZ_GetTimerPtrData.html share/doc/EZ/html/manp/EZ_GetTimerState.html -share/doc/EZ/html/manp/EZ_GetVisual.html +share/doc/EZ/html/manp/EZ_GetToplevelWidget.html share/doc/EZ/html/manp/EZ_GetWidgetAbsoluteGeometry.html -share/doc/EZ/html/manp/EZ_GetWidgetBorderWidth.html -share/doc/EZ/html/manp/EZ_GetWidgetCINames.html -share/doc/EZ/html/manp/EZ_GetWidgetClientData.html -share/doc/EZ/html/manp/EZ_GetWidgetDimension.html +share/doc/EZ/html/manp/EZ_GetWidgetBorder.html +share/doc/EZ/html/manp/EZ_GetWidgetFont.html share/doc/EZ/html/manp/EZ_GetWidgetGeometry.html -share/doc/EZ/html/manp/EZ_GetWidgetHeight.html +share/doc/EZ/html/manp/EZ_GetWidgetGroupLeader.html share/doc/EZ/html/manp/EZ_GetWidgetIntData.html share/doc/EZ/html/manp/EZ_GetWidgetItemWidget.html -share/doc/EZ/html/manp/EZ_GetWidgetLabelPosition.html -share/doc/EZ/html/manp/EZ_GetWidgetLabelString.html -share/doc/EZ/html/manp/EZ_GetWidgetMinHeight.html -share/doc/EZ/html/manp/EZ_GetWidgetMinWidth.html -share/doc/EZ/html/manp/EZ_GetWidgetPosition.html -share/doc/EZ/html/manp/EZ_GetWidgetPtrData.html +share/doc/EZ/html/manp/EZ_GetWidgetOrientation.html +share/doc/EZ/html/manp/EZ_GetWidgetPaddings.html +share/doc/EZ/html/manp/EZ_GetWidgetPixmap.html share/doc/EZ/html/manp/EZ_GetWidgetResource.html share/doc/EZ/html/manp/EZ_GetWidgetReturnData.html +share/doc/EZ/html/manp/EZ_GetWidgetReturnedData.html +share/doc/EZ/html/manp/EZ_GetWidgetTileOrigin.html share/doc/EZ/html/manp/EZ_GetWidgetUnknownData.html -share/doc/EZ/html/manp/EZ_GetWidgetUnknownDataPtr.html -share/doc/EZ/html/manp/EZ_GetWidgetWidth.html share/doc/EZ/html/manp/EZ_GetWidgetWindow.html +share/doc/EZ/html/manp/EZ_GetWorkAreaData.html share/doc/EZ/html/manp/EZ_GetWorkAreaItemUsingIdx.html share/doc/EZ/html/manp/EZ_GetWorkAreaNumberOfItems.html share/doc/EZ/html/manp/EZ_GetWorkAreaSelection.html @@ -281,16 +204,13 @@ share/doc/EZ/html/manp/EZ_GlobFileName.html share/doc/EZ/html/manp/EZ_GlobFiles.html share/doc/EZ/html/manp/EZ_GlobHiddenFiles.html share/doc/EZ/html/manp/EZ_GrabPointer.html +share/doc/EZ/html/manp/EZ_HandleDnDEvents.html share/doc/EZ/html/manp/EZ_HideWidget.html -share/doc/EZ/html/manp/EZ_Icosahedron.html +share/doc/EZ/html/manp/EZ_HighlightWidget.html share/doc/EZ/html/manp/EZ_IdentityMatrix.html share/doc/EZ/html/manp/EZ_Index.html -share/doc/EZ/html/manp/EZ_Indexf.html share/doc/EZ/html/manp/EZ_Initialize.html -share/doc/EZ/html/manp/EZ_InitializeXrm.html -share/doc/EZ/html/manp/EZ_InsertListBoxItem.html share/doc/EZ/html/manp/EZ_InsertWidgetAfter.html -share/doc/EZ/html/manp/EZ_InsertWidgetBefore.html share/doc/EZ/html/manp/EZ_InstallSymbol.html share/doc/EZ/html/manp/EZ_InstallSymbolicFloat.html share/doc/EZ/html/manp/EZ_InstallSymbolicInt.html @@ -300,22 +220,14 @@ share/doc/EZ/html/manp/EZ_InverseTranspose.html share/doc/EZ/html/manp/EZ_InvertMatrix.html share/doc/EZ/html/manp/EZ_IsList.html share/doc/EZ/html/manp/EZ_ItemAddDnDDataDecoder.html -share/doc/EZ/html/manp/EZ_ItemAddDnDDataEncoder.html -share/doc/EZ/html/manp/EZ_ItemDeleteAllDnDDataDecoders.html -share/doc/EZ/html/manp/EZ_ItemDeleteAllDnDDataEncoders.html -share/doc/EZ/html/manp/EZ_ItemDeleteDnDDataDecoder.html -share/doc/EZ/html/manp/EZ_ItemDeleteDnDDataEncoder.html share/doc/EZ/html/manp/EZ_ItemExist.html share/doc/EZ/html/manp/EZ_LabelItemSetProperty.html share/doc/EZ/html/manp/EZ_LedIsFree.html share/doc/EZ/html/manp/EZ_LibraryVersion.html share/doc/EZ/html/manp/EZ_LightModelf.html -share/doc/EZ/html/manp/EZ_LightModelfv.html share/doc/EZ/html/manp/EZ_Lightf.html -share/doc/EZ/html/manp/EZ_Lightfv.html -share/doc/EZ/html/manp/EZ_ListBoxSelectItem.html -share/doc/EZ/html/manp/EZ_ListBoxSelectItemUsingIdx.html share/doc/EZ/html/manp/EZ_ListTreeFindNodeAtXY.html +share/doc/EZ/html/manp/EZ_ListTreeGetHighlightedNodes.html share/doc/EZ/html/manp/EZ_ListTreeWidgetSelectNode.html share/doc/EZ/html/manp/EZ_ListTreeWidgetSelectNodeUsingItem.html share/doc/EZ/html/manp/EZ_LoadIdentity.html @@ -326,7 +238,6 @@ share/doc/EZ/html/manp/EZ_LookAt.html share/doc/EZ/html/manp/EZ_Malloc.html share/doc/EZ/html/manp/EZ_MapColor.html share/doc/EZ/html/manp/EZ_Materialf.html -share/doc/EZ/html/manp/EZ_Materialfv.html share/doc/EZ/html/manp/EZ_MatrixMode.html share/doc/EZ/html/manp/EZ_MenuBarAddItemAndMenu.html share/doc/EZ/html/manp/EZ_MenuBarDeleteItem.html @@ -335,353 +246,208 @@ share/doc/EZ/html/manp/EZ_MenuBarFindItem.html share/doc/EZ/html/manp/EZ_MenuBarFindItemAndMenu.html share/doc/EZ/html/manp/EZ_MenuBarInsertItemAndMenu.html share/doc/EZ/html/manp/EZ_MenuBarSetItemMenu.html -share/doc/EZ/html/manp/EZ_ModifyListBoxItem.html +share/doc/EZ/html/manp/EZ_MoveWidgetWindow.html share/doc/EZ/html/manp/EZ_MultMatrix.html share/doc/EZ/html/manp/EZ_MultiplyMatrix.html share/doc/EZ/html/manp/EZ_NewList.html share/doc/EZ/html/manp/EZ_Normal3f.html -share/doc/EZ/html/manp/EZ_Normal3fv.html -share/doc/EZ/html/manp/EZ_NormalCursor.html -share/doc/EZ/html/manp/EZ_Octahedron.html +share/doc/EZ/html/manp/EZ_OnFrameDragHandle.html share/doc/EZ/html/manp/EZ_OnOffSecretEntry.html -share/doc/EZ/html/manp/EZ_OptionEntryAppendOption.html share/doc/EZ/html/manp/EZ_OptionEntryClearOptions.html -share/doc/EZ/html/manp/EZ_OptionEntryDeleteOption.html +share/doc/EZ/html/manp/EZ_OptionalEntryClearOptions.html share/doc/EZ/html/manp/EZ_Ortho.html share/doc/EZ/html/manp/EZ_Ortho2.html share/doc/EZ/html/manp/EZ_Perspective.html -share/doc/EZ/html/manp/EZ_PixelValue2RGB.html share/doc/EZ/html/manp/EZ_PolygonMode.html share/doc/EZ/html/manp/EZ_PopMatrix.html share/doc/EZ/html/manp/EZ_PrintStandardOptions.html share/doc/EZ/html/manp/EZ_PushMatrix.html +share/doc/EZ/html/manp/EZ_PutGLImage.html +share/doc/EZ/html/manp/EZ_QueryPixelValue.html share/doc/EZ/html/manp/EZ_QueueLedAction.html -share/doc/EZ/html/manp/EZ_RGBMode.html +share/doc/EZ/html/manp/EZ_RaiseWidgetWindow.html +share/doc/EZ/html/manp/EZ_RegisterApplicationResources.html +share/doc/EZ/html/manp/EZ_RegisterCompositeWidget.html +share/doc/EZ/html/manp/EZ_RegisterMessageHandler.html +share/doc/EZ/html/manp/EZ_RegisterPrimitiveWidget.html +share/doc/EZ/html/manp/EZ_RegisterResourcesAll.html share/doc/EZ/html/manp/EZ_RegisterWidget.html -share/doc/EZ/html/manp/EZ_ReleaseGrab.html -share/doc/EZ/html/manp/EZ_RemoveAllEventHandlers.html -share/doc/EZ/html/manp/EZ_RemoveAllItemCallBacks.html -share/doc/EZ/html/manp/EZ_RemoveAllWidgetCallBacks.html -share/doc/EZ/html/manp/EZ_RemoveEvent.html -share/doc/EZ/html/manp/EZ_RemoveEventHandler.html -share/doc/EZ/html/manp/EZ_RemoveInput.html -share/doc/EZ/html/manp/EZ_RemoveItemCallBack.html -share/doc/EZ/html/manp/EZ_RemoveLedAction.html share/doc/EZ/html/manp/EZ_RemoveWidget.html -share/doc/EZ/html/manp/EZ_RemoveWidgetCallBack.html -share/doc/EZ/html/manp/EZ_ResetTimer.html -share/doc/EZ/html/manp/EZ_RetrieveSymbol.html -share/doc/EZ/html/manp/EZ_RetrieveSymbolicFloat.html -share/doc/EZ/html/manp/EZ_RetrieveSymbolicInt.html -share/doc/EZ/html/manp/EZ_RetrieveSymbolicPointer.html -share/doc/EZ/html/manp/EZ_RetrieveSymbolicULong.html +share/doc/EZ/html/manp/EZ_ReparentWidget.html share/doc/EZ/html/manp/EZ_Rotate.html +share/doc/EZ/html/manp/EZ_SSheetClearRegion.html +share/doc/EZ/html/manp/EZ_SSheetCopyRegion.html +share/doc/EZ/html/manp/EZ_SSheetDeleteChart.html +share/doc/EZ/html/manp/EZ_SSheetFindCell.html +share/doc/EZ/html/manp/EZ_SSheetFindCursorCell.html +share/doc/EZ/html/manp/EZ_SSheetGetActiveCell.html +share/doc/EZ/html/manp/EZ_SSheetGetActiveChart.html +share/doc/EZ/html/manp/EZ_SSheetGetCell.html +share/doc/EZ/html/manp/EZ_SSheetGetHighlightedRegion.html +share/doc/EZ/html/manp/EZ_SSheetGetRegionString.html +share/doc/EZ/html/manp/EZ_SSheetGetSizes.html +share/doc/EZ/html/manp/EZ_SSheetIndexToString.html +share/doc/EZ/html/manp/EZ_SSheetInsertItem.html +share/doc/EZ/html/manp/EZ_SSheetInsertRegionString.html +share/doc/EZ/html/manp/EZ_SSheetMakeChart.html +share/doc/EZ/html/manp/EZ_SSheetSetActiveCell.html +share/doc/EZ/html/manp/EZ_SSheetSetFirstCell.html +share/doc/EZ/html/manp/EZ_SSheetSetHScrollbar.html +share/doc/EZ/html/manp/EZ_SSheetSetRegionJustification.html +share/doc/EZ/html/manp/EZ_SSheetSetTabChar.html +share/doc/EZ/html/manp/EZ_SSheetSetTextProperty.html +share/doc/EZ/html/manp/EZ_SSheetSortColumns.html +share/doc/EZ/html/manp/EZ_SSheetSortRegion.html +share/doc/EZ/html/manp/EZ_SSheetSortRegionR.html +share/doc/EZ/html/manp/EZ_SSheetSortRows.html +share/doc/EZ/html/manp/EZ_SSheetSwapRow.html share/doc/EZ/html/manp/EZ_Save3DCanvas2PPMImage.html share/doc/EZ/html/manp/EZ_Save3DCanvas2PS.html -share/doc/EZ/html/manp/EZ_Save3DCanvas2PSA.html +share/doc/EZ/html/manp/EZ_SaveWidget2Postscript.html share/doc/EZ/html/manp/EZ_Scale.html -share/doc/EZ/html/manp/EZ_ServiceEvents.html +share/doc/EZ/html/manp/EZ_ScaleFigItem.html +share/doc/EZ/html/manp/EZ_SendMessage.html share/doc/EZ/html/manp/EZ_Set3DCanvas.html share/doc/EZ/html/manp/EZ_SetApplicationName.html share/doc/EZ/html/manp/EZ_SetBackBuffer.html share/doc/EZ/html/manp/EZ_SetBitmapFont.html -share/doc/EZ/html/manp/EZ_SetCheckButtonState.html share/doc/EZ/html/manp/EZ_SetClientMessageHandler.html share/doc/EZ/html/manp/EZ_SetDefaultEntryTextFont.html -share/doc/EZ/html/manp/EZ_SetDefaultLabelFont.html -share/doc/EZ/html/manp/EZ_SetDefaultMenuTitleFont.html +share/doc/EZ/html/manp/EZ_SetDefaultMessageHandler.html +share/doc/EZ/html/manp/EZ_SetDialValue.html share/doc/EZ/html/manp/EZ_SetDirTreeDefaultPixmaps.html -share/doc/EZ/html/manp/EZ_SetDirTreeDefaultPixmapsFromXpmFiles.html share/doc/EZ/html/manp/EZ_SetDirTreeDirectoryNodeCreator.html -share/doc/EZ/html/manp/EZ_SetDirTreeFileNodeCreator.html share/doc/EZ/html/manp/EZ_SetDirTreeOpenDirectoryMode.html +share/doc/EZ/html/manp/EZ_SetDragIcon.html share/doc/EZ/html/manp/EZ_SetEntryString.html +share/doc/EZ/html/manp/EZ_SetExecutorCommand.html share/doc/EZ/html/manp/EZ_SetFancyListBoxData.html share/doc/EZ/html/manp/EZ_SetFancyListBoxHeader.html -share/doc/EZ/html/manp/EZ_SetFancyListBoxXYOffset.html +share/doc/EZ/html/manp/EZ_SetFancyListBoxRowBg.html share/doc/EZ/html/manp/EZ_SetFileSelectorInitialPattern.html share/doc/EZ/html/manp/EZ_SetFocusTo.html -share/doc/EZ/html/manp/EZ_SetForeground.html share/doc/EZ/html/manp/EZ_SetGlobalBackground.html +share/doc/EZ/html/manp/EZ_SetGlobalEventFilter.html share/doc/EZ/html/manp/EZ_SetGlobalForeground.html share/doc/EZ/html/manp/EZ_SetGrab.html +share/doc/EZ/html/manp/EZ_SetGradientBarColors.html +share/doc/EZ/html/manp/EZ_SetGradientBarValue.html share/doc/EZ/html/manp/EZ_SetHScrollbarDiscreteSpeed.html -share/doc/EZ/html/manp/EZ_SetItemClientData.html -share/doc/EZ/html/manp/EZ_SetItemDimension.html -share/doc/EZ/html/manp/EZ_SetItemHeight.html -share/doc/EZ/html/manp/EZ_SetItemIntData.html -share/doc/EZ/html/manp/EZ_SetItemPosition.html -share/doc/EZ/html/manp/EZ_SetItemPtrData.html -share/doc/EZ/html/manp/EZ_SetItemUnknownData.html -share/doc/EZ/html/manp/EZ_SetItemWidth.html +share/doc/EZ/html/manp/EZ_SetHistogramColors.html +share/doc/EZ/html/manp/EZ_SetHistogramRange.html +share/doc/EZ/html/manp/EZ_SetHistogramValue.html +share/doc/EZ/html/manp/EZ_SetHistogramValues.html +share/doc/EZ/html/manp/EZ_SetIconPath.html share/doc/EZ/html/manp/EZ_SetKbdHighlightColor.html -share/doc/EZ/html/manp/EZ_SetKbdHighlightColorRGB.html share/doc/EZ/html/manp/EZ_SetLcdBackground.html -share/doc/EZ/html/manp/EZ_SetLcdFloat.html share/doc/EZ/html/manp/EZ_SetLcdFontSize.html -share/doc/EZ/html/manp/EZ_SetLcdForeground.html share/doc/EZ/html/manp/EZ_SetLcdInteger.html share/doc/EZ/html/manp/EZ_SetLcdNDigits.html share/doc/EZ/html/manp/EZ_SetLcdString.html share/doc/EZ/html/manp/EZ_SetLedBackground.html share/doc/EZ/html/manp/EZ_SetLedColorFunction.html share/doc/EZ/html/manp/EZ_SetLedFont.html -share/doc/EZ/html/manp/EZ_SetLedHeight.html share/doc/EZ/html/manp/EZ_SetLedPixelSize.html share/doc/EZ/html/manp/EZ_SetLedSize.html share/doc/EZ/html/manp/EZ_SetLedString.html -share/doc/EZ/html/manp/EZ_SetLedWidth.html share/doc/EZ/html/manp/EZ_SetListBoxItems.html share/doc/EZ/html/manp/EZ_SetListTreeWidgetTree.html -share/doc/EZ/html/manp/EZ_SetListTreeWidgetXYOffset.html share/doc/EZ/html/manp/EZ_SetMenuButtonMenu.html -share/doc/EZ/html/manp/EZ_SetOffPixelColor.html +share/doc/EZ/html/manp/EZ_SetNoteBookOrientation.html share/doc/EZ/html/manp/EZ_SetOptionalEntryOptionalItems.html share/doc/EZ/html/manp/EZ_SetOptionalEntryString.html -share/doc/EZ/html/manp/EZ_SetRadioButtonGroupVariableValue.html +share/doc/EZ/html/manp/EZ_SetOptionalEntryStyle.html share/doc/EZ/html/manp/EZ_SetScrollbarDiscreteSpeed.html share/doc/EZ/html/manp/EZ_SetSliderRange.html -share/doc/EZ/html/manp/EZ_SetSliderValue.html +share/doc/EZ/html/manp/EZ_SetStatusMeterBackground.html +share/doc/EZ/html/manp/EZ_SetStatusMeterForeground.html +share/doc/EZ/html/manp/EZ_SetStatusMeterRange.html +share/doc/EZ/html/manp/EZ_SetStatusMeterValue.html share/doc/EZ/html/manp/EZ_SetSubMenuMenu.html share/doc/EZ/html/manp/EZ_SetTimerCallBack.html share/doc/EZ/html/manp/EZ_SetTimerClientData.html -share/doc/EZ/html/manp/EZ_SetTimerIntData.html -share/doc/EZ/html/manp/EZ_SetTimerPtrData.html -share/doc/EZ/html/manp/EZ_SetVScrollbarDiscreteSpeed.html +share/doc/EZ/html/manp/EZ_SetTreeWidgetRowBg.html share/doc/EZ/html/manp/EZ_SetVectorFont.html share/doc/EZ/html/manp/EZ_SetWidgetCINames.html share/doc/EZ/html/manp/EZ_SetWidgetCallBack.html -share/doc/EZ/html/manp/EZ_SetWidgetClientData.html -share/doc/EZ/html/manp/EZ_SetWidgetHeight.html -share/doc/EZ/html/manp/EZ_SetWidgetIntData.html share/doc/EZ/html/manp/EZ_SetWidgetLabelString.html share/doc/EZ/html/manp/EZ_SetWidgetPosition.html -share/doc/EZ/html/manp/EZ_SetWidgetPtrData.html -share/doc/EZ/html/manp/EZ_SetWidgetUnknownData.html -share/doc/EZ/html/manp/EZ_SetWidgetWidth.html share/doc/EZ/html/manp/EZ_SetWorkAreaGeometryManager.html -share/doc/EZ/html/manp/EZ_SetWorkAreaXYOffset.html +share/doc/EZ/html/manp/EZ_SetupRuler.html +share/doc/EZ/html/manp/EZ_SetupSpinButton.html share/doc/EZ/html/manp/EZ_ShadeModel.html share/doc/EZ/html/manp/EZ_Shutdown.html share/doc/EZ/html/manp/EZ_SitForALittleBit.html +share/doc/EZ/html/manp/EZ_SlideOpenWidget.html share/doc/EZ/html/manp/EZ_Sphere.html share/doc/EZ/html/manp/EZ_StartAsIcon.html +share/doc/EZ/html/manp/EZ_StopStatusMeter.html share/doc/EZ/html/manp/EZ_SwapBuffers.html -share/doc/EZ/html/manp/EZ_SwapWidgets.html -share/doc/EZ/html/manp/EZ_Tetrahedron.html -share/doc/EZ/html/manp/EZ_TextBackwardChar.html -share/doc/EZ/html/manp/EZ_TextBackwardWord.html -share/doc/EZ/html/manp/EZ_TextBeginningOfBuffer.html -share/doc/EZ/html/manp/EZ_TextBeginningOfLine.html -share/doc/EZ/html/manp/EZ_TextClear.html -share/doc/EZ/html/manp/EZ_TextDeleteNextChar.html -share/doc/EZ/html/manp/EZ_TextDeletePreviousChar.html -share/doc/EZ/html/manp/EZ_TextEndOfBuffer.html +share/doc/EZ/html/manp/EZ_TermStartCommand.html share/doc/EZ/html/manp/EZ_TextEndOfLine.html -share/doc/EZ/html/manp/EZ_TextForwardChar.html -share/doc/EZ/html/manp/EZ_TextForwardWord.html -share/doc/EZ/html/manp/EZ_TextGetPosition.html -share/doc/EZ/html/manp/EZ_TextGetRegionString.html -share/doc/EZ/html/manp/EZ_TextGotoPosition.html -share/doc/EZ/html/manp/EZ_TextInsertChar.html -share/doc/EZ/html/manp/EZ_TextInsertNewLine.html -share/doc/EZ/html/manp/EZ_TextInsertString.html -share/doc/EZ/html/manp/EZ_TextInsertStringWithProperty.html -share/doc/EZ/html/manp/EZ_TextKillEndOfLine.html -share/doc/EZ/html/manp/EZ_TextKillRegion.html -share/doc/EZ/html/manp/EZ_TextLoadAnnotatedFile.html -share/doc/EZ/html/manp/EZ_TextLoadFile.html -share/doc/EZ/html/manp/EZ_TextNextLine.html -share/doc/EZ/html/manp/EZ_TextNextPage.html -share/doc/EZ/html/manp/EZ_TextPasteSelection.html -share/doc/EZ/html/manp/EZ_TextPreviousLine.html -share/doc/EZ/html/manp/EZ_TextPreviousPage.html -share/doc/EZ/html/manp/EZ_TextReDisplay.html -share/doc/EZ/html/manp/EZ_TextReplaceRegionWithPixmap.html -share/doc/EZ/html/manp/EZ_TextSaveAnnotatedText.html -share/doc/EZ/html/manp/EZ_TextSaveText.html -share/doc/EZ/html/manp/EZ_TextSetMarker.html -share/doc/EZ/html/manp/EZ_TextSetRegionBackground.html -share/doc/EZ/html/manp/EZ_TextSetRegionFont.html -share/doc/EZ/html/manp/EZ_TextSetRegionForeground.html -share/doc/EZ/html/manp/EZ_TextSetRegionProperty.html -share/doc/EZ/html/manp/EZ_TextSetRegionUnderline.html +share/doc/EZ/html/manp/EZ_TextGetBufferString.html share/doc/EZ/html/manp/EZ_TiePopupMenu.html -share/doc/EZ/html/manp/EZ_TileExpand.html +share/doc/EZ/html/manp/EZ_TildeExpand.html share/doc/EZ/html/manp/EZ_Translate.html share/doc/EZ/html/manp/EZ_TreeAttachSubtree.html share/doc/EZ/html/manp/EZ_TreeDestroyNodeDescendants.html share/doc/EZ/html/manp/EZ_TreeDestroySubtree.html -share/doc/EZ/html/manp/EZ_TreeDetachSubtree.html share/doc/EZ/html/manp/EZ_TreeFindNode.html share/doc/EZ/html/manp/EZ_TreeFindNodeUsingItem.html share/doc/EZ/html/manp/EZ_TreeNodeGetChildren.html share/doc/EZ/html/manp/EZ_TreeNodeGetItem.html -share/doc/EZ/html/manp/EZ_TreeNodeGetParent.html -share/doc/EZ/html/manp/EZ_TreeNodeGetSibling.html share/doc/EZ/html/manp/EZ_TreeSetBGColor.html share/doc/EZ/html/manp/EZ_TreeSetCharacter.html share/doc/EZ/html/manp/EZ_TreeTraverseTree.html share/doc/EZ/html/manp/EZ_Tube.html -share/doc/EZ/html/manp/EZ_UnFreezeWidget.html -share/doc/EZ/html/manp/EZ_UngrabPointer.html share/doc/EZ/html/manp/EZ_UpdateDirTreeWidget.html -share/doc/EZ/html/manp/EZ_UpdateScrollbar.html -share/doc/EZ/html/manp/EZ_Vertex2f.html -share/doc/EZ/html/manp/EZ_Vertex2fv.html share/doc/EZ/html/manp/EZ_Vertex3f.html -share/doc/EZ/html/manp/EZ_Vertex3fv.html -share/doc/EZ/html/manp/EZ_WaitAndServiceNextEvent.html share/doc/EZ/html/manp/EZ_WaitCursor.html share/doc/EZ/html/manp/EZ_WarpPointer.html share/doc/EZ/html/manp/EZ_WidgetAddDnDDataDecoder.html -share/doc/EZ/html/manp/EZ_WidgetAddDnDDataEncoder.html -share/doc/EZ/html/manp/EZ_WidgetDeleteAllDnDDataDecoders.html -share/doc/EZ/html/manp/EZ_WidgetDeleteAllDnDDataEncoders.html -share/doc/EZ/html/manp/EZ_WidgetDeleteDnDDataDecoder.html -share/doc/EZ/html/manp/EZ_WidgetDeleteDnDDataEncoder.html +share/doc/EZ/html/manp/EZ_WidgetDispatchEvent.html share/doc/EZ/html/manp/EZ_WidgetExist.html share/doc/EZ/html/manp/EZ_WidgetIsViewable.html +share/doc/EZ/html/manp/EZ_WidgetMarkRuler.html +share/doc/EZ/html/manp/EZ_WidgetNotifyRuler.html share/doc/EZ/html/manp/EZ_WindowIsWidgetWindow.html share/doc/EZ/html/manp/EZ_WorkAreaClear.html -share/doc/EZ/html/manp/EZ_WorkAreaDeleteItem.html -share/doc/EZ/html/manp/EZ_WorkAreaDeleteItemUsingIdx.html +share/doc/EZ/html/manp/EZ_WorkAreaDrawItemAt.html share/doc/EZ/html/manp/EZ_WorkAreaFindItemAtXY.html -share/doc/EZ/html/manp/EZ_WorkAreaInsertItem.html -share/doc/EZ/html/manp/EZ_WorkAreaInsertItemAfter.html -share/doc/EZ/html/manp/EZ_WorkAreaRearrange.html +share/doc/EZ/html/manp/EZ_WorkAreaGetHighlightedItems.html share/doc/EZ/html/manp/EZ_WorkAreaInsertAndDrawItemAt.html -share/doc/EZ/html/manp/EZ_WorkAreaInsertItemBefore.html -share/doc/EZ/html/manp/EZ_WorkAreaInsertItemUsingIdx.html share/doc/EZ/html/manp/EZ_WorkAreaInsertItems.html share/doc/EZ/html/manp/EZ_WorkAreaRaiseItem.html share/doc/EZ/html/manp/EZ_WorkAreaScaleItem.html -share/doc/EZ/html/manp/EZ_WorkAreaSelectItem.html -share/doc/EZ/html/manp/EZ_WorkAreaSelectItemUsingIdx.html -share/doc/EZ/html/manp/EZ_ZeroMatrix.html -share/doc/EZ/html/manp/EZ_SetStatusMeterRange.html -share/doc/EZ/html/manp/EZ_SetStatusMeterRangeN.html -share/doc/EZ/html/manp/EZ_SetStatusMeterBackground.html -share/doc/EZ/html/manp/EZ_SetStatusMeterForeground.html -share/doc/EZ/html/manp/EZ_SetStatusMeterForegroundN.html -share/doc/EZ/html/manp/EZ_SetStatusMeterValue.html -share/doc/EZ/html/manp/EZ_SetStatusMeterValueN.html -share/doc/EZ/html/manp/EZ_StopStatusMeter.html -share/doc/EZ/html/manp/EZ_TextGetBufferString.html -share/doc/EZ/html/manp/EZ_StartStatusMeter.html -share/doc/EZ/html/manp/EZ_PutGLImage.html -share/doc/EZ/html/manp/EZ_PutGLImageScreen.html -share/doc/EZ/html/manp/EZ_PutGLImageWindow.html -share/doc/EZ/html/manp/EZ_PutGLImageXWindow.html -share/doc/EZ/html/manp/EZ_ReplyMessage.html -share/doc/EZ/html/manp/EZ_SendMessage.html -share/doc/EZ/html/manp/EZ_SetDefaultMessageHandler.html -share/doc/EZ/html/manp/EZ_FigItemAddArc.html -share/doc/EZ/html/manp/EZ_FigItemAddArcs.html -share/doc/EZ/html/manp/EZ_FigItemAddFilledArc.html -share/doc/EZ/html/manp/EZ_FigItemAddFilledArcs.html -share/doc/EZ/html/manp/EZ_FigItemAddFilledRectangle.html -share/doc/EZ/html/manp/EZ_FigItemAddFilledRectangles.html -share/doc/EZ/html/manp/EZ_FigItemAddLines.html -share/doc/EZ/html/manp/EZ_FigItemAddPixmap.html -share/doc/EZ/html/manp/EZ_FigItemAddPoints.html -share/doc/EZ/html/manp/EZ_FigItemAddPolygon.html -share/doc/EZ/html/manp/EZ_FigItemAddRectangle.html -share/doc/EZ/html/manp/EZ_FigItemAddRectangles.html -share/doc/EZ/html/manp/EZ_FigItemAddSegments.html -share/doc/EZ/html/manp/EZ_FigItemAddString.html -share/doc/EZ/html/manp/EZ_FigItemHidePiece.html -share/doc/EZ/html/manp/EZ_FixFocusHighlightBorder.html -share/doc/EZ/html/manp/EZ_FrameIsDetached.html -share/doc/EZ/html/manp/EZ_FreeGC.html -share/doc/EZ/html/manp/EZ_GetBackgroundGC.html -share/doc/EZ/html/manp/EZ_GetBackgroundTileGC.html -share/doc/EZ/html/manp/EZ_GetCommunicationWindow.html -share/doc/EZ/html/manp/EZ_GetCursorName.html -share/doc/EZ/html/manp/EZ_GetDarkBrightNormalBDGC.html -share/doc/EZ/html/manp/EZ_GetDisplaySize.html -share/doc/EZ/html/manp/EZ_GetFileSelectorWidgetComponents.html -share/doc/EZ/html/manp/EZ_GetFocus.html -share/doc/EZ/html/manp/EZ_GetFontFromXFontId.html -share/doc/EZ/html/manp/EZ_GetGC.html -share/doc/EZ/html/manp/EZ_GetGLImageWindow.html -share/doc/EZ/html/manp/EZ_GetGLImageXWindow.html -share/doc/EZ/html/manp/EZ_GetIconPath.html -share/doc/EZ/html/manp/EZ_GetLabelPixmapFromGLImage.html -share/doc/EZ/html/manp/EZ_GetListBoxData.html -share/doc/EZ/html/manp/EZ_GetMenuButtonMenu.html -share/doc/EZ/html/manp/EZ_GetOptionalEntryString.html -share/doc/EZ/html/manp/EZ_GetParentBgGC.html -share/doc/EZ/html/manp/EZ_GetParentBgTileGC.html -share/doc/EZ/html/manp/EZ_GetPopupMenuTitleWidget.html -share/doc/EZ/html/manp/EZ_GetStatusMeterValue.html -share/doc/EZ/html/manp/EZ_GetStatusMeterValueN.html -share/doc/EZ/html/manp/EZ_GetToplevelWidget.html -share/doc/EZ/html/manp/EZ_GetWidgetBorder.html -share/doc/EZ/html/manp/EZ_GetWidgetFont.html -share/doc/EZ/html/manp/EZ_GetWidgetMinDimension.html -share/doc/EZ/html/manp/EZ_GetWidgetOrientation.html -share/doc/EZ/html/manp/EZ_GetWidgetPaddings.html -share/doc/EZ/html/manp/EZ_GetWidgetPixmap.html -share/doc/EZ/html/manp/EZ_GetWidgetReturnedData.html -share/doc/EZ/html/manp/EZ_GetWidgetTileOrigin.html -share/doc/EZ/html/manp/EZ_GetWorkAreaData.html -share/doc/EZ/html/manp/EZ_HandleDnDEvents.html -share/doc/EZ/html/manp/EZ_HighlightFrameDragHandle.html -share/doc/EZ/html/manp/EZ_HighlightWidget.html -share/doc/EZ/html/manp/EZ_ListTreeGetHighlightedItems.html -share/doc/EZ/html/manp/EZ_ListTreeGetHighlightedNodes.html -share/doc/EZ/html/manp/EZ_OnFrameDragHandle.html -share/doc/EZ/html/manp/EZ_OptionalEntryAppendOption.html -share/doc/EZ/html/manp/EZ_OptionalEntryClearOptions.html -share/doc/EZ/html/manp/EZ_OptionalEntryDeleteOption.html -share/doc/EZ/html/manp/EZ_OptionalEntryInsertOption.html -share/doc/EZ/html/manp/EZ_RaiseWidgetWindow.html -share/doc/EZ/html/manp/EZ_RegisterMessageHandler.html -share/doc/EZ/html/manp/EZ_RegisterPrimitiveWidget.html -share/doc/EZ/html/manp/EZ_RemoveAllIdleCallBacks.html -share/doc/EZ/html/manp/EZ_RemoveIdleCallBack.html -share/doc/EZ/html/manp/EZ_ReparentWidget.html -share/doc/EZ/html/manp/EZ_ReplyMessageR.html -share/doc/EZ/html/manp/EZ_RestartTimer.html -share/doc/EZ/html/manp/EZ_SaveWidget2PPM.html -share/doc/EZ/html/manp/EZ_SaveWidget2Postscript.html -share/doc/EZ/html/manp/EZ_ScaleFigItem.html -share/doc/EZ/html/manp/EZ_SetDragCursor.html -share/doc/EZ/html/manp/EZ_SetDragIcon.html -share/doc/EZ/html/manp/EZ_SetExecutorCommand.html -share/doc/EZ/html/manp/EZ_SetFancyListBoxRowBg.html -share/doc/EZ/html/manp/EZ_SetIconPath.html -share/doc/EZ/html/manp/EZ_SetLedForeground.html -share/doc/EZ/html/manp/EZ_SetLedOffPixelColor.html -share/doc/EZ/html/manp/EZ_SetNoteBookOrientation.html -share/doc/EZ/html/manp/EZ_SetOptionalEntryStyle.html -share/doc/EZ/html/manp/EZ_SetTreeWidgetRowBg.html -share/doc/EZ/html/manp/EZ_TildeExpand.html -share/doc/EZ/html/manp/EZ_TreeSetBGColorName.html -share/doc/EZ/html/manp/EZ_TreeSetFGColor.html -share/doc/EZ/html/manp/EZ_TreeSetFGColorName.html -share/doc/EZ/html/manp/EZ_WarpPointerToWidgetWindow.html -share/doc/EZ/html/manp/EZ_WidgetDispatchEvent.html -share/doc/EZ/html/manp/EZ_WorkAreaDrawItemAt.html -share/doc/EZ/html/manp/EZ_WorkAreaGetHighlightedItems.html -share/doc/EZ/html/manp/bg.gif share/doc/EZ/html/manp/contents.html share/doc/EZ/html/manp/ez.gif share/doc/EZ/html/manp/index.html share/doc/EZ/html/manual/0.html share/doc/EZ/html/manual/1.html -share/doc/EZ/html/manual/2.html -share/doc/EZ/html/manual/3.html -share/doc/EZ/html/manual/4.html -share/doc/EZ/html/manual/5.html -share/doc/EZ/html/manual/6.html -share/doc/EZ/html/manual/7.html -share/doc/EZ/html/manual/8.html -share/doc/EZ/html/manual/9.html share/doc/EZ/html/manual/10.html +share/doc/EZ/html/manual/100.html +share/doc/EZ/html/manual/101.html +share/doc/EZ/html/manual/102.html +share/doc/EZ/html/manual/103.html +share/doc/EZ/html/manual/104.html +share/doc/EZ/html/manual/105.html +share/doc/EZ/html/manual/106.html +share/doc/EZ/html/manual/107.html +share/doc/EZ/html/manual/108.html +share/doc/EZ/html/manual/109.html share/doc/EZ/html/manual/11.html +share/doc/EZ/html/manual/110.html +share/doc/EZ/html/manual/111.html +share/doc/EZ/html/manual/112.html +share/doc/EZ/html/manual/113.html +share/doc/EZ/html/manual/114.html +share/doc/EZ/html/manual/115.html +share/doc/EZ/html/manual/116.html +share/doc/EZ/html/manual/117.html +share/doc/EZ/html/manual/118.html +share/doc/EZ/html/manual/119.html share/doc/EZ/html/manual/12.html +share/doc/EZ/html/manual/120.html share/doc/EZ/html/manual/13.html share/doc/EZ/html/manual/14.html share/doc/EZ/html/manual/15.html @@ -689,6 +455,7 @@ share/doc/EZ/html/manual/16.html share/doc/EZ/html/manual/17.html share/doc/EZ/html/manual/18.html share/doc/EZ/html/manual/19.html +share/doc/EZ/html/manual/2.html share/doc/EZ/html/manual/20.html share/doc/EZ/html/manual/21.html share/doc/EZ/html/manual/22.html @@ -699,6 +466,7 @@ share/doc/EZ/html/manual/26.html share/doc/EZ/html/manual/27.html share/doc/EZ/html/manual/28.html share/doc/EZ/html/manual/29.html +share/doc/EZ/html/manual/3.html share/doc/EZ/html/manual/30.html share/doc/EZ/html/manual/31.html share/doc/EZ/html/manual/32.html @@ -709,6 +477,7 @@ share/doc/EZ/html/manual/36.html share/doc/EZ/html/manual/37.html share/doc/EZ/html/manual/38.html share/doc/EZ/html/manual/39.html +share/doc/EZ/html/manual/4.html share/doc/EZ/html/manual/40.html share/doc/EZ/html/manual/41.html share/doc/EZ/html/manual/42.html @@ -719,6 +488,7 @@ share/doc/EZ/html/manual/46.html share/doc/EZ/html/manual/47.html share/doc/EZ/html/manual/48.html share/doc/EZ/html/manual/49.html +share/doc/EZ/html/manual/5.html share/doc/EZ/html/manual/50.html share/doc/EZ/html/manual/51.html share/doc/EZ/html/manual/52.html @@ -729,6 +499,7 @@ share/doc/EZ/html/manual/56.html share/doc/EZ/html/manual/57.html share/doc/EZ/html/manual/58.html share/doc/EZ/html/manual/59.html +share/doc/EZ/html/manual/6.html share/doc/EZ/html/manual/60.html share/doc/EZ/html/manual/61.html share/doc/EZ/html/manual/62.html @@ -739,6 +510,7 @@ share/doc/EZ/html/manual/66.html share/doc/EZ/html/manual/67.html share/doc/EZ/html/manual/68.html share/doc/EZ/html/manual/69.html +share/doc/EZ/html/manual/7.html share/doc/EZ/html/manual/70.html share/doc/EZ/html/manual/71.html share/doc/EZ/html/manual/72.html @@ -749,6 +521,7 @@ share/doc/EZ/html/manual/76.html share/doc/EZ/html/manual/77.html share/doc/EZ/html/manual/78.html share/doc/EZ/html/manual/79.html +share/doc/EZ/html/manual/8.html share/doc/EZ/html/manual/80.html share/doc/EZ/html/manual/81.html share/doc/EZ/html/manual/82.html @@ -759,6 +532,7 @@ share/doc/EZ/html/manual/86.html share/doc/EZ/html/manual/87.html share/doc/EZ/html/manual/88.html share/doc/EZ/html/manual/89.html +share/doc/EZ/html/manual/9.html share/doc/EZ/html/manual/90.html share/doc/EZ/html/manual/91.html share/doc/EZ/html/manual/92.html @@ -769,27 +543,9 @@ share/doc/EZ/html/manual/96.html share/doc/EZ/html/manual/97.html share/doc/EZ/html/manual/98.html share/doc/EZ/html/manual/99.html -share/doc/EZ/html/manual/100.html -share/doc/EZ/html/manual/101.html -share/doc/EZ/html/manual/102.html -share/doc/EZ/html/manual/103.html -share/doc/EZ/html/manual/104.html -share/doc/EZ/html/manual/105.html -share/doc/EZ/html/manual/106.html -share/doc/EZ/html/manual/107.html -share/doc/EZ/html/manual/108.html share/doc/EZ/html/manual/contents.html share/doc/EZ/html/manual/images/0.gif share/doc/EZ/html/manual/images/1.gif -share/doc/EZ/html/manual/images/2.gif -share/doc/EZ/html/manual/images/3.gif -share/doc/EZ/html/manual/images/3dcanvas.jpg -share/doc/EZ/html/manual/images/4.gif -share/doc/EZ/html/manual/images/5.gif -share/doc/EZ/html/manual/images/6.gif -share/doc/EZ/html/manual/images/7.gif -share/doc/EZ/html/manual/images/8.gif -share/doc/EZ/html/manual/images/9.gif share/doc/EZ/html/manual/images/10.gif share/doc/EZ/html/manual/images/11.gif share/doc/EZ/html/manual/images/12.gif @@ -800,6 +556,7 @@ share/doc/EZ/html/manual/images/16.gif share/doc/EZ/html/manual/images/17.gif share/doc/EZ/html/manual/images/18.gif share/doc/EZ/html/manual/images/19.gif +share/doc/EZ/html/manual/images/2.gif share/doc/EZ/html/manual/images/20.gif share/doc/EZ/html/manual/images/21.gif share/doc/EZ/html/manual/images/22.gif @@ -810,6 +567,7 @@ share/doc/EZ/html/manual/images/26.gif share/doc/EZ/html/manual/images/27.gif share/doc/EZ/html/manual/images/28.gif share/doc/EZ/html/manual/images/29.gif +share/doc/EZ/html/manual/images/3.gif share/doc/EZ/html/manual/images/30.gif share/doc/EZ/html/manual/images/31.gif share/doc/EZ/html/manual/images/32.gif @@ -820,6 +578,8 @@ share/doc/EZ/html/manual/images/36.gif share/doc/EZ/html/manual/images/37.gif share/doc/EZ/html/manual/images/38.gif share/doc/EZ/html/manual/images/39.gif +share/doc/EZ/html/manual/images/3dcanvas.jpg +share/doc/EZ/html/manual/images/4.gif share/doc/EZ/html/manual/images/40.gif share/doc/EZ/html/manual/images/41.gif share/doc/EZ/html/manual/images/42.gif @@ -830,6 +590,7 @@ share/doc/EZ/html/manual/images/46.gif share/doc/EZ/html/manual/images/47.gif share/doc/EZ/html/manual/images/48.gif share/doc/EZ/html/manual/images/49.gif +share/doc/EZ/html/manual/images/5.gif share/doc/EZ/html/manual/images/50.gif share/doc/EZ/html/manual/images/51.gif share/doc/EZ/html/manual/images/52.gif @@ -840,6 +601,7 @@ share/doc/EZ/html/manual/images/56.gif share/doc/EZ/html/manual/images/57.gif share/doc/EZ/html/manual/images/58.gif share/doc/EZ/html/manual/images/59.gif +share/doc/EZ/html/manual/images/6.gif share/doc/EZ/html/manual/images/60.gif share/doc/EZ/html/manual/images/61.gif share/doc/EZ/html/manual/images/62.gif @@ -850,8 +612,12 @@ share/doc/EZ/html/manual/images/66.gif share/doc/EZ/html/manual/images/67.gif share/doc/EZ/html/manual/images/68.gif share/doc/EZ/html/manual/images/69.gif +share/doc/EZ/html/manual/images/7.gif share/doc/EZ/html/manual/images/70.gif -share/doc/EZ/html/manual/images/bg.gif- +share/doc/EZ/html/manual/images/71.gif +share/doc/EZ/html/manual/images/72.gif +share/doc/EZ/html/manual/images/8.gif +share/doc/EZ/html/manual/images/9.gif share/doc/EZ/html/manual/images/bgrnd08.gif share/doc/EZ/html/manual/images/blue_ball_small.gif share/doc/EZ/html/manual/images/blue_contents.gif @@ -862,18 +628,25 @@ share/doc/EZ/html/manual/images/blue_prev.gif share/doc/EZ/html/manual/images/blue_readme.gif share/doc/EZ/html/manual/images/blue_up.gif share/doc/EZ/html/manual/images/blue_warning.gif +share/doc/EZ/html/manual/images/button.jpg share/doc/EZ/html/manual/images/cbutton.jpg +share/doc/EZ/html/manual/images/dial.jpg share/doc/EZ/html/manual/images/dot_clear.gif share/doc/EZ/html/manual/images/entry.jpg +share/doc/EZ/html/manual/images/executor.jpg share/doc/EZ/html/manual/images/ez.gif share/doc/EZ/html/manual/images/fileselector.jpg share/doc/EZ/html/manual/images/flistbox.jpg share/doc/EZ/html/manual/images/frame.jpg +share/doc/EZ/html/manual/images/gbar.jpg share/doc/EZ/html/manual/images/grnbg.gif +share/doc/EZ/html/manual/images/histogram.jpg share/doc/EZ/html/manual/images/label.jpg share/doc/EZ/html/manual/images/lcd.jpg share/doc/EZ/html/manual/images/led.jpg +share/doc/EZ/html/manual/images/listTree.jpg share/doc/EZ/html/manual/images/listbox.jpg +share/doc/EZ/html/manual/images/locator.jpg share/doc/EZ/html/manual/images/mbutton.jpg share/doc/EZ/html/manual/images/mbutton1.jpg share/doc/EZ/html/manual/images/menu.jpg @@ -882,130 +655,147 @@ share/doc/EZ/html/manual/images/menubar.jpg share/doc/EZ/html/manual/images/menus.jpg share/doc/EZ/html/manual/images/nbutton.jpg share/doc/EZ/html/manual/images/notebook.jpg -share/doc/EZ/html/manual/images/optentry.jpg -share/doc/EZ/html/manual/images/optentry1.jpg -share/doc/EZ/html/manual/images/optentryL.jpg +share/doc/EZ/html/manual/images/optionEntry.jpg +share/doc/EZ/html/manual/images/paneHandle.jpg share/doc/EZ/html/manual/images/rbutton.jpg share/doc/EZ/html/manual/images/red_ball_small.gif +share/doc/EZ/html/manual/images/ruler.jpg share/doc/EZ/html/manual/images/scroll.jpg +share/doc/EZ/html/manual/images/scrollBtn.jpg share/doc/EZ/html/manual/images/slider.jpg +share/doc/EZ/html/manual/images/spinBtn.jpg +share/doc/EZ/html/manual/images/ssheet.jpg share/doc/EZ/html/manual/images/statusmeter.jpg +share/doc/EZ/html/manual/images/term.jpg share/doc/EZ/html/manual/images/text.jpg +share/doc/EZ/html/manual/images/thumbWheel.jpg +share/doc/EZ/html/manual/images/toplevel.jpg share/doc/EZ/html/manual/images/tree.jpg share/doc/EZ/html/manual/images/workarea.jpg share/doc/EZ/html/navigation.html -share/doc/EZ/html/screenshots/3DCanvas.gif -share/doc/EZ/html/screenshots/3DCanvas.html -share/doc/EZ/html/screenshots/Button.gif -share/doc/EZ/html/screenshots/Button.html -share/doc/EZ/html/screenshots/CheckButton.gif -share/doc/EZ/html/screenshots/CheckButton.html -share/doc/EZ/html/screenshots/Entry.gif -share/doc/EZ/html/screenshots/Entry.html -share/doc/EZ/html/screenshots/Executor.gif -share/doc/EZ/html/screenshots/Executor.html -share/doc/EZ/html/screenshots/FancyListbox.gif -share/doc/EZ/html/screenshots/FancyListbox.html -share/doc/EZ/html/screenshots/FileSelector.gif -share/doc/EZ/html/screenshots/FileSelector.html -share/doc/EZ/html/screenshots/Frame.gif -share/doc/EZ/html/screenshots/Frame.html -share/doc/EZ/html/screenshots/Label.gif -share/doc/EZ/html/screenshots/Label.html -share/doc/EZ/html/screenshots/Led.gif -share/doc/EZ/html/screenshots/Led.html -share/doc/EZ/html/screenshots/ListTree.gif -share/doc/EZ/html/screenshots/ListTree.html -share/doc/EZ/html/screenshots/Listbox.gif -share/doc/EZ/html/screenshots/Listbox.html -share/doc/EZ/html/screenshots/Menu.gif -share/doc/EZ/html/screenshots/Menu.html -share/doc/EZ/html/screenshots/Notebook.gif -share/doc/EZ/html/screenshots/Notebook.html -share/doc/EZ/html/screenshots/OptionEntry.gif -share/doc/EZ/html/screenshots/OptionEntry.html -share/doc/EZ/html/screenshots/PaneHandle.gif -share/doc/EZ/html/screenshots/PaneHandle.html -share/doc/EZ/html/screenshots/RadioButton.gif -share/doc/EZ/html/screenshots/RadioButton.html -share/doc/EZ/html/screenshots/Slider.gif -share/doc/EZ/html/screenshots/Slider.html -share/doc/EZ/html/screenshots/StatusMeter.gif -share/doc/EZ/html/screenshots/StatusMeter.html -share/doc/EZ/html/screenshots/Toplevel.gif -share/doc/EZ/html/screenshots/Toplevel.html -share/doc/EZ/html/screenshots/TextWidget.gif -share/doc/EZ/html/screenshots/TextWidget.html -share/doc/EZ/html/screenshots/WorkArea.gif -share/doc/EZ/html/screenshots/WorkArea.html -share/doc/EZ/html/screenshots/Lcd.gif -share/doc/EZ/html/screenshots/Lcd.html +share/doc/EZ/html/release.html +share/doc/EZ/html/screenshots/3dcanvas.html +share/doc/EZ/html/screenshots/3dcanvas.jpg +share/doc/EZ/html/screenshots/button.html +share/doc/EZ/html/screenshots/button.jpg +share/doc/EZ/html/screenshots/cbutton.html +share/doc/EZ/html/screenshots/cbutton.jpg +share/doc/EZ/html/screenshots/dial.html +share/doc/EZ/html/screenshots/dial.jpg +share/doc/EZ/html/screenshots/entry.html +share/doc/EZ/html/screenshots/entry.jpg +share/doc/EZ/html/screenshots/executor.html +share/doc/EZ/html/screenshots/executor.jpg +share/doc/EZ/html/screenshots/fileselector.html +share/doc/EZ/html/screenshots/fileselector.jpg +share/doc/EZ/html/screenshots/flistbox.html +share/doc/EZ/html/screenshots/flistbox.jpg +share/doc/EZ/html/screenshots/frame.html +share/doc/EZ/html/screenshots/frame.jpg +share/doc/EZ/html/screenshots/gbar.html +share/doc/EZ/html/screenshots/gbar.jpg +share/doc/EZ/html/screenshots/histogram.html +share/doc/EZ/html/screenshots/histogram.jpg +share/doc/EZ/html/screenshots/label.html +share/doc/EZ/html/screenshots/label.jpg +share/doc/EZ/html/screenshots/lcd.html +share/doc/EZ/html/screenshots/lcd.jpg +share/doc/EZ/html/screenshots/led.html +share/doc/EZ/html/screenshots/led.jpg +share/doc/EZ/html/screenshots/listTree.html +share/doc/EZ/html/screenshots/listTree.jpg +share/doc/EZ/html/screenshots/listbox.html share/doc/EZ/html/screenshots/listbox.jpg -share/doc/EZ/html/mailinglist.html +share/doc/EZ/html/screenshots/locator.html +share/doc/EZ/html/screenshots/locator.jpg +share/doc/EZ/html/screenshots/mbutton.html +share/doc/EZ/html/screenshots/mbutton.jpg +share/doc/EZ/html/screenshots/mbutton1.html +share/doc/EZ/html/screenshots/mbutton1.jpg +share/doc/EZ/html/screenshots/menu.html +share/doc/EZ/html/screenshots/menu.jpg +share/doc/EZ/html/screenshots/menu1.html +share/doc/EZ/html/screenshots/menu1.jpg +share/doc/EZ/html/screenshots/menubar.html +share/doc/EZ/html/screenshots/menubar.jpg +share/doc/EZ/html/screenshots/menus.html +share/doc/EZ/html/screenshots/menus.jpg +share/doc/EZ/html/screenshots/nbutton.html +share/doc/EZ/html/screenshots/nbutton.jpg +share/doc/EZ/html/screenshots/notebook.html +share/doc/EZ/html/screenshots/notebook.jpg +share/doc/EZ/html/screenshots/optionEntry.html +share/doc/EZ/html/screenshots/optionEntry.jpg +share/doc/EZ/html/screenshots/paneHandle.html +share/doc/EZ/html/screenshots/paneHandle.jpg +share/doc/EZ/html/screenshots/rbutton.html +share/doc/EZ/html/screenshots/rbutton.jpg +share/doc/EZ/html/screenshots/ruler.html +share/doc/EZ/html/screenshots/ruler.jpg +share/doc/EZ/html/screenshots/scroll.html +share/doc/EZ/html/screenshots/scroll.jpg +share/doc/EZ/html/screenshots/scrollBtn.html +share/doc/EZ/html/screenshots/scrollBtn.jpg +share/doc/EZ/html/screenshots/slider.html +share/doc/EZ/html/screenshots/slider.jpg +share/doc/EZ/html/screenshots/spinBtn.html +share/doc/EZ/html/screenshots/spinBtn.jpg +share/doc/EZ/html/screenshots/ssheet.html +share/doc/EZ/html/screenshots/ssheet.jpg +share/doc/EZ/html/screenshots/statusmeter.html +share/doc/EZ/html/screenshots/statusmeter.jpg +share/doc/EZ/html/screenshots/term.html +share/doc/EZ/html/screenshots/term.jpg +share/doc/EZ/html/screenshots/text.html +share/doc/EZ/html/screenshots/text.jpg +share/doc/EZ/html/screenshots/thumbWheel.html +share/doc/EZ/html/screenshots/thumbWheel.jpg +share/doc/EZ/html/screenshots/toplevel.html +share/doc/EZ/html/screenshots/toplevel.jpg +share/doc/EZ/html/screenshots/tree.html +share/doc/EZ/html/screenshots/tree.jpg +share/doc/EZ/html/screenshots/workarea.html +share/doc/EZ/html/screenshots/workarea.jpg share/doc/EZ/html/screenshots.html -share/doc/EZ/html/download.html -share/doc/EZ/html/documentation.html -share/doc/EZ/html/release.html +share/doc/EZ/html/welcome.html share/doc/EZ/ps/part1.ps share/doc/EZ/ps/part2.ps share/examples/EZ/Demo +share/examples/EZ/LED.c share/examples/EZ/Makefile share/examples/EZ/README +share/examples/EZ/REdit.c +share/examples/EZ/a.gif +share/examples/EZ/abcd +share/examples/EZ/appres.c share/examples/EZ/arrows.c share/examples/EZ/bg.gif share/examples/EZ/bg1.gif +share/examples/EZ/browser.c share/examples/EZ/button_pig.xpm share/examples/EZ/cbutton.c share/examples/EZ/cloth.gif +share/examples/EZ/color.c +share/examples/EZ/csrc.c share/examples/EZ/cursor.c share/examples/EZ/demo.c -share/examples/EZ/entry.c -share/examples/EZ/fileselector.c -share/examples/EZ/flistbox.c -share/examples/EZ/folder.xpm -share/examples/EZ/frame.c -share/examples/EZ/hibye.c -share/examples/EZ/input.c -share/examples/EZ/label.c -share/examples/EZ/led.c -share/examples/EZ/marble -share/examples/EZ/mbutton.c -share/examples/EZ/menu.c -share/examples/EZ/nbutton.c -share/examples/EZ/optentry.c -share/examples/EZ/rbutton.c -share/examples/EZ/rotateTxt.c -share/examples/EZ/scroll.c -share/examples/EZ/slider.c -share/examples/EZ/text.c -share/examples/EZ/timer.c -share/examples/EZ/tree.c -share/examples/EZ/twotails.xpm -share/examples/EZ/workarea.c -share/examples/EZ/xevent.c -share/examples/EZ/demos/Makefile -share/examples/EZ/demos/README -share/examples/EZ/demos/animate.c -share/examples/EZ/demos/btnbox.c -share/examples/EZ/demos/clock.c -share/examples/EZ/demos/counter.c -share/examples/EZ/demos/guilin.gif -share/examples/EZ/demos/hanoi.c -share/examples/EZ/demos/locator.c -share/examples/EZ/demos/meter.c -share/examples/EZ/demos/puzzle.c -share/examples/EZ/demos/DnD/src2.c -share/examples/EZ/demos/DnD/target2.c share/examples/EZ/demos/DnD/Makefile +share/examples/EZ/demos/DnD/README share/examples/EZ/demos/DnD/src1.c +share/examples/EZ/demos/DnD/src2.c share/examples/EZ/demos/DnD/target1.c -share/examples/EZ/demos/DnD/README +share/examples/EZ/demos/DnD/target2.c share/examples/EZ/demos/GL/Makefile share/examples/EZ/demos/GL/README +share/examples/EZ/demos/GL/example1.c +share/examples/EZ/demos/GL/example2.c +share/examples/EZ/demos/GL/example3.c +share/examples/EZ/demos/GL/example4.c share/examples/EZ/demos/GL/flowers.xpm share/examples/EZ/demos/GL/gears.c share/examples/EZ/demos/GL/guilin.gif share/examples/EZ/demos/GL/image.c +share/examples/EZ/demos/GL/image2.c share/examples/EZ/demos/GL/julia.c share/examples/EZ/demos/GL/pendulum.c share/examples/EZ/demos/Glass/Makefile @@ -1013,10 +803,20 @@ share/examples/EZ/demos/Glass/README share/examples/EZ/demos/Glass/setroot.c share/examples/EZ/demos/Glass/transparent.c share/examples/EZ/demos/Glass/widget.c -share/examples/EZ/demos/Message/client.c -share/examples/EZ/demos/Message/server.c +share/examples/EZ/demos/Makefile share/examples/EZ/demos/Message/Makefile share/examples/EZ/demos/Message/README +share/examples/EZ/demos/Message/client.c +share/examples/EZ/demos/Message/server.c +share/examples/EZ/demos/README +share/examples/EZ/demos/REdit/Makefile +share/examples/EZ/demos/REdit/README +share/examples/EZ/demos/REdit/REdit.c +share/examples/EZ/demos/REdit/redit.c +share/examples/EZ/demos/animate.c +share/examples/EZ/demos/bg.gif +share/examples/EZ/demos/bg1.gif +share/examples/EZ/demos/btnbox.c share/examples/EZ/demos/burning/borrar-0.xpm share/examples/EZ/demos/burning/borrar-1.xpm share/examples/EZ/demos/burning/borrar-2.xpm @@ -1026,18 +826,125 @@ share/examples/EZ/demos/burning/borrar-5.xpm share/examples/EZ/demos/burning/borrar-6.xpm share/examples/EZ/demos/burning/borrar-7.xpm share/examples/EZ/demos/burning/borrar-8.xpm -@dirrm share/doc/EZ/html/images -@dirrm share/doc/EZ/html/manp +share/examples/EZ/demos/clock.c +share/examples/EZ/demos/counter.c +share/examples/EZ/demos/ezterm.c +share/examples/EZ/demos/greatwall.gif +share/examples/EZ/demos/hanoi.c +share/examples/EZ/demos/led.c +share/examples/EZ/demos/marble +share/examples/EZ/demos/meter.c +share/examples/EZ/demos/pendulum.c +share/examples/EZ/demos/puzzle.c +share/examples/EZ/demos/scroll.c +share/examples/EZ/demos/slide.c +share/examples/EZ/demos/xpm.c +share/examples/EZ/demos/xpms/aicons.xpm +share/examples/EZ/demos/xpms/bart.xpm +share/examples/EZ/demos/xpms/batsignal.xpm +share/examples/EZ/demos/xpms/bill_cat.xpm +share/examples/EZ/demos/xpms/bsd_daemon.xpm +share/examples/EZ/demos/xpms/bsd_daemon2.xpm +share/examples/EZ/demos/xpms/cat_scratch.xpm +share/examples/EZ/demos/xpms/caution.xpm +share/examples/EZ/demos/xpms/city.xpm +share/examples/EZ/demos/xpms/clipboard.xpm +share/examples/EZ/demos/xpms/dont_panic.xpm +share/examples/EZ/demos/xpms/dont_panic2.xpm +share/examples/EZ/demos/xpms/dragon_head.xpm +share/examples/EZ/demos/xpms/dragonfly.xpm +share/examples/EZ/demos/xpms/earth.xpm +share/examples/EZ/demos/xpms/escherknot.xpm +share/examples/EZ/demos/xpms/file.xpm +share/examples/EZ/demos/xpms/fireplace.xpm +share/examples/EZ/demos/xpms/flowers.xpm +share/examples/EZ/demos/xpms/gary.xpm +share/examples/EZ/demos/xpms/hawk.xpm +share/examples/EZ/demos/xpms/hobbes.xpm +share/examples/EZ/demos/xpms/iris.xpm +share/examples/EZ/demos/xpms/lightning.xpm +share/examples/EZ/demos/xpms/monster.xpm +share/examples/EZ/demos/xpms/new.xpm +share/examples/EZ/demos/xpms/next.xpm +share/examples/EZ/demos/xpms/panda.xpm +share/examples/EZ/demos/xpms/plane.xpm +share/examples/EZ/demos/xpms/robotman.xpm +share/examples/EZ/demos/xpms/scissors.xpm +share/examples/EZ/demos/xpms/sgi.xpm +share/examples/EZ/demos/xpms/sonic.xpm +share/examples/EZ/demos/xpms/spacecop.xpm +share/examples/EZ/demos/xpms/spider.xpm +share/examples/EZ/demos/xpms/taz.xpm +share/examples/EZ/demos/xpms/triceratops.xpm +share/examples/EZ/demos/xpms/trout.xpm +share/examples/EZ/demos/xpms/tuna.xpm +share/examples/EZ/demos/xpms/twotails.xpm +share/examples/EZ/demos/xpms/unicorn.xpm +share/examples/EZ/demos/xpms/war.xpm +share/examples/EZ/demos/xpms/xmh.xpm +share/examples/EZ/demos/xruler.c +share/examples/EZ/dial.c +share/examples/EZ/display.c +share/examples/EZ/dog3.xpm +share/examples/EZ/entry.c +share/examples/EZ/fileselector.c +share/examples/EZ/flbxselection.c +share/examples/EZ/flistbox.c +share/examples/EZ/folder.xpm +share/examples/EZ/frame.c +share/examples/EZ/freelabel.c +share/examples/EZ/gbar.c +share/examples/EZ/gridbag.c +share/examples/EZ/h.c +share/examples/EZ/hibye.c +share/examples/EZ/histogram.c +share/examples/EZ/idle.c +share/examples/EZ/input.c +share/examples/EZ/label.c +share/examples/EZ/led.c +share/examples/EZ/locator.c +share/examples/EZ/marble +share/examples/EZ/mbutton.c +share/examples/EZ/menu.c +share/examples/EZ/menu1.c +share/examples/EZ/nbutton.c +share/examples/EZ/notebook.c +share/examples/EZ/optentry.c +share/examples/EZ/rbutton.c +share/examples/EZ/rotateTxt.c +share/examples/EZ/ruler.c +share/examples/EZ/scroll.c +share/examples/EZ/scrollBtn.c +share/examples/EZ/sguilin.gif +share/examples/EZ/shape.c +share/examples/EZ/slider.c +share/examples/EZ/spinBtn.c +share/examples/EZ/ssheet.c +share/examples/EZ/text.c +share/examples/EZ/text.txt +share/examples/EZ/thumWheel.c +share/examples/EZ/timer.c +share/examples/EZ/tree.c +share/examples/EZ/treetest.c +share/examples/EZ/twotails.xpm +share/examples/EZ/warning.c +share/examples/EZ/workarea.c +share/examples/EZ/xevent.c +share/examples/EZ/ximage.c +@dirrm share/examples/EZ/demos/xpms +@dirrm share/examples/EZ/demos/burning +@dirrm share/examples/EZ/demos/REdit +@dirrm share/examples/EZ/demos/Message +@dirrm share/examples/EZ/demos/Glass +@dirrm share/examples/EZ/demos/GL +@dirrm share/examples/EZ/demos/DnD +@dirrm share/examples/EZ/demos +@dirrm share/examples/EZ +@dirrm share/doc/EZ/ps +@dirrm share/doc/EZ/html/screenshots @dirrm share/doc/EZ/html/manual/images @dirrm share/doc/EZ/html/manual -@dirrm share/doc/EZ/html/screenshots +@dirrm share/doc/EZ/html/manp +@dirrm share/doc/EZ/html/images @dirrm share/doc/EZ/html -@dirrm share/doc/EZ/ps @dirrm share/doc/EZ -@dirrm share/examples/EZ/demos/DnD -@dirrm share/examples/EZ/demos/GL -@dirrm share/examples/EZ/demos/Glass -@dirrm share/examples/EZ/demos/Message -@dirrm share/examples/EZ/demos/burning -@dirrm share/examples/EZ/demos -@dirrm share/examples/EZ |