summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-01-02 19:51:39 +0000
committerSteve Price <steve@FreeBSD.org>1999-01-02 19:51:39 +0000
commit61588de77e5ecbb34ced747c5492ace69e229109 (patch)
tree3d186722ffdba62d1a9fa6a5ae136475791cf30d /graphics
parentUpdate to version 1.1.2. (diff)
Update to version 1.40.
PR: 9216 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=15783
Diffstat (limited to 'graphics')
-rw-r--r--graphics/EZWGL/Makefile37
-rw-r--r--graphics/EZWGL/distinfo5
-rw-r--r--graphics/EZWGL/files/manpages298
-rw-r--r--graphics/EZWGL/pkg-plist788
4 files changed, 635 insertions, 493 deletions
diff --git a/graphics/EZWGL/Makefile b/graphics/EZWGL/Makefile
index 2319b652e59c..7349d144206f 100644
--- a/graphics/EZWGL/Makefile
+++ b/graphics/EZWGL/Makefile
@@ -1,15 +1,15 @@
# New ports collection makefile for: EZWGL
-# Version required: 1.39
+# Version required: 1.40
# Date created: 4 May 1998
# Whom: Andrey Zakhvatov
#
-# $Id: Makefile,v 1.12 1998/11/11 05:37:17 asami Exp $
+# $Id: Makefile,v 1.13 1998/11/21 07:27:35 steve Exp $
#
-DISTNAME= EZWGL-1.39
+DISTNAME= EZWGL-1.40
CATEGORIES= graphics devel
MASTER_SITES= ftp://ftp.ma.utexas.edu/pub/mzou/
-DISTFILES= ${DISTNAME}-src.tgz ${DISTNAME}-doc.tgz
+DISTFILES= ${DISTNAME}-demo.tgz ${DISTNAME}-doc.tgz ${DISTNAME}-src.tgz
MAINTAINER= andy@icc.surw.chel.su
@@ -26,12 +26,16 @@ WRKSRC= ${WRKDIR}/${PKGNAME}
.if ${PORTOBJFORMAT} == "elf"
VERSION= 1
.else
-VERSION= 1.3
+VERSION= 1.4
.endif
pre-install:
+ -@ ${RM} ${WRKSRC}/demos/Makefile.orig
+ -@ ${RM} ${WRKSRC}/demos/DnD/Makefile.orig
+ -@ ${RM} ${WRKSRC}/demos/GL/Makefile.orig
+ -@ ${RM} ${WRKSRC}/demos/Message/Makefile.orig
+ -@ ${MV} ${WRKSRC}/doc/man3/EZ_RegisterCompositeWidget,3 ${WRKSRC}/doc/man3/EZ_RegisterCompositeWidget.3
-@ ${RM} ${WRKSRC}/examples/Makefile.orig
- -@ ${RM} ${WRKSRC}/examples/ExampleMsg
do-install:
@ ${INSTALL_DATA} ${WRKSRC}/include/EZ.h ${PREFIX}/include
@@ -39,22 +43,21 @@ do-install:
@ ${INSTALL_DATA} ${WRKSRC}/lib/libEZ.so.${VERSION} ${PREFIX}/lib
@ ${LN} -sf libEZ.so.${VERSION} ${PREFIX}/lib/libEZ.so
.for file in ${MAN3}
- @ ${INSTALL_MAN} ${WRKSRC}/man3/${file} ${PREFIX}/man/man3
+ @ ${INSTALL_MAN} ${WRKSRC}/doc/man3/${file} ${PREFIX}/man/man3
.endfor
- @ ${MKDIR} ${PREFIX}/share/examples/EZ/pixmaps
- @ ${INSTALL_DATA} \
- `find ${WRKSRC}/examples \! -type d | grep -v pixmaps` \
- ${PREFIX}/share/examples/EZ
- @ ${INSTALL_DATA} ${WRKSRC}/examples/pixmaps/* \
- ${PREFIX}/share/examples/EZ/pixmaps
+ @ ${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:
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/EZ
- @ ${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/doc/EZ
- @ cd ${WRKSRC}; tar cf - html ps | \
+ @ cd ${WRKSRC}/doc; tar cf - html ps | \
(cd ${PREFIX}/share/doc/EZ; tar --unlink -xf - )
.endif
-
-post-install:
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.post.mk>
diff --git a/graphics/EZWGL/distinfo b/graphics/EZWGL/distinfo
index dab39a728469..de1342d5886d 100644
--- a/graphics/EZWGL/distinfo
+++ b/graphics/EZWGL/distinfo
@@ -1,2 +1,3 @@
-MD5 (EZWGL-1.39-src.tgz) = 9545ff4064b0629dda793b778c1a5762
-MD5 (EZWGL-1.39-doc.tgz) = b3a32e49d34c0c9f73a04a0d38a8f890
+MD5 (EZWGL-1.40-src.tgz) = 817f7aee5f0fd67410b857f329fe7a18
+MD5 (EZWGL-1.40-doc.tgz) = ee99a79a3efddf01952313fcee8c5610
+MD5 (EZWGL-1.40-demo.tgz) = d6ba842e5814988a182a7feac4135ccb
diff --git a/graphics/EZWGL/files/manpages b/graphics/EZWGL/files/manpages
index aea51cdfc111..b543e3be9f00 100644
--- a/graphics/EZWGL/files/manpages
+++ b/graphics/EZWGL/files/manpages
@@ -2,13 +2,14 @@ MAN3+= EZ.3
MAN3+= EZ_ActivateNoteBookPage.3
MAN3+= EZ_ActivateWidget.3
MAN3+= EZ_AddEventHandler.3
+MAN3+= EZ_AddIdleCallBack.3
MAN3+= EZ_AddInput.3
MAN3+= EZ_AddItemCallBack.3
-MAN3+= EZ_AddMessageHandler.3
MAN3+= EZ_AddWidgetCallBack.3
MAN3+= EZ_AllocateColorFromName.3
MAN3+= EZ_AutoSelectBackBuffer.3
MAN3+= EZ_Begin.3
+MAN3+= EZ_BlinkWidget.3
MAN3+= EZ_CMove2f.3
MAN3+= EZ_CMove3f.3
MAN3+= EZ_CallList.3
@@ -21,6 +22,8 @@ MAN3+= EZ_Color3f.3
MAN3+= EZ_ColorMapMode.3
MAN3+= EZ_ColorMaterial.3
MAN3+= EZ_ComputeItemSize.3
+MAN3+= EZ_ComputeWidgetWindowSize.3
+MAN3+= EZ_Configure3DCanvas.3
MAN3+= EZ_ConfigureItem.3
MAN3+= EZ_ConfigureWidget.3
MAN3+= EZ_CopyMatrix.3
@@ -31,6 +34,7 @@ MAN3+= EZ_CreateDirTree.3
MAN3+= EZ_CreateGLImage.3
MAN3+= EZ_CreateItem.3
MAN3+= EZ_CreateLabelPixmapFromImageFile.3
+MAN3+= EZ_CreateRotateTextPixmap.3
MAN3+= EZ_CreateSimpleMenu.3
MAN3+= EZ_CreateTimer.3
MAN3+= EZ_CreateTreeNode.3
@@ -45,6 +49,7 @@ MAN3+= EZ_DeleteList.3
MAN3+= EZ_DestroyItem.3
MAN3+= EZ_DestroyWidget.3
MAN3+= EZ_DestroyWidgetWindows.3
+MAN3+= EZ_DetachFrame.3
MAN3+= EZ_DisableBubbleHelp.3
MAN3+= EZ_DisableHighlight.3
MAN3+= EZ_DisableImageDithering.3
@@ -56,7 +61,9 @@ MAN3+= EZ_DisplayWidget.3
MAN3+= EZ_DnDGetDragConversionTargets.3
MAN3+= EZ_DnDGetMatchedConversionTargets.3
MAN3+= EZ_DoPopup.3
+MAN3+= EZ_DoScroll.3
MAN3+= EZ_DrawBuffer.3
+MAN3+= EZ_DrawRectBorder.3
MAN3+= EZ_DrawString.3
MAN3+= EZ_DrawWidget.3
MAN3+= EZ_Enable.3
@@ -64,8 +71,13 @@ MAN3+= EZ_EnterEvent.3
MAN3+= EZ_EntryEditBackward.3
MAN3+= EZ_EventMainLoop.3
MAN3+= EZ_FancyListBoxClear.3
+MAN3+= EZ_FancyListBoxDeleteSomeRows.3
MAN3+= EZ_FancyListBoxFindItemAtXY.3
MAN3+= EZ_FancyListBoxFindRowAtXY.3
+MAN3+= EZ_FancyListBoxGetHighlightedRows.3
+MAN3+= EZ_FigItemAddString.3
+MAN3+= EZ_FigItemHidePiece.3
+MAN3+= EZ_FixFocusHighlightBorder.3
MAN3+= EZ_FlashWidgetBorder.3
MAN3+= EZ_Fogfv.3
MAN3+= EZ_FreezeWidget.3
@@ -81,10 +93,13 @@ MAN3+= EZ_GetApplicationResource.3
MAN3+= EZ_GetAtom.3
MAN3+= EZ_GetBubbleHelp.3
MAN3+= EZ_GetCheckButtonState.3
+MAN3+= EZ_GetCommunicationWindow.3
MAN3+= EZ_GetCursor.3
+MAN3+= EZ_GetDarkBrightNormalBDGC.3
MAN3+= EZ_GetDefaultMaterial.3
MAN3+= EZ_GetDirTreeNodeFullPath.3
MAN3+= EZ_GetDisplay.3
+MAN3+= EZ_GetDisplaySize.3
MAN3+= EZ_GetDnDDragSrcXYOffset.3
MAN3+= EZ_GetDnDDropLocation.3
MAN3+= EZ_GetFancyListBoxData.3
@@ -97,16 +112,21 @@ MAN3+= EZ_GetFancyListBoxWidgetComponents.3
MAN3+= EZ_GetFancyListBoxXYOffset.3
MAN3+= EZ_GetFileSelectorComponents.3
MAN3+= EZ_GetFileSelectorSelection.3
-MAN3+= EZ_GetFontFromId.3
+MAN3+= EZ_GetFileSelectorWidgetComponents.3
+MAN3+= EZ_GetFocus.3
MAN3+= EZ_GetFontName.3
+MAN3+= EZ_GetGC.3
MAN3+= EZ_GetGLImageInfo.3
+MAN3+= EZ_GetGLImageWindow.3
MAN3+= EZ_GetInstanceName.3
MAN3+= EZ_GetItemClientData.3
MAN3+= EZ_GetItemUnknownData.3
MAN3+= EZ_GetItemWidth.3
MAN3+= EZ_GetLabelItemStringInfo.3
+MAN3+= EZ_GetLabelPixmapFromGLImage.3
MAN3+= EZ_GetLabelPixmapInfo.3
-MAN3+= EZ_GetLedString.c
+MAN3+= EZ_GetLedString.3
+MAN3+= EZ_GetListBoxData.3
MAN3+= EZ_GetListBoxSelection.3
MAN3+= EZ_GetListBoxWidgetComponents.3
MAN3+= EZ_GetListTreeWidgetComponents.3
@@ -117,7 +137,9 @@ MAN3+= EZ_GetMatrix.3
MAN3+= EZ_GetNoteBookPageTab.3
MAN3+= EZ_GetNumberOfAllocatedColors.3
MAN3+= EZ_GetOptionalEntryWidgetComponents.3
+MAN3+= EZ_GetParentBgGC.3
MAN3+= EZ_GetParentWidget.3
+MAN3+= EZ_GetPopupMenuTitleWidget.3
MAN3+= EZ_GetRadioButtonGroupID.3
MAN3+= EZ_GetRadioButtonGroupVariableValue.3
MAN3+= EZ_GetScrollbarState.3
@@ -126,14 +148,23 @@ MAN3+= EZ_GetTextProperty.3
MAN3+= EZ_GetTextWidgetComponents.3
MAN3+= EZ_GetTimerClientData.3
MAN3+= EZ_GetTimerState.3
+MAN3+= EZ_GetToplevelWidget.3
MAN3+= EZ_GetWidgetAbsoluteGeometry.3
+MAN3+= EZ_GetWidgetBorder.3
+MAN3+= EZ_GetWidgetFont.3
MAN3+= EZ_GetWidgetGeometry.3
MAN3+= EZ_GetWidgetIntData.3
MAN3+= EZ_GetWidgetItemWidget.3
+MAN3+= EZ_GetWidgetOrientation.3
+MAN3+= EZ_GetWidgetPaddings.3
+MAN3+= EZ_GetWidgetPixmap.3
MAN3+= EZ_GetWidgetResource.3
MAN3+= EZ_GetWidgetReturnData.3
+MAN3+= EZ_GetWidgetReturnedData.3
+MAN3+= EZ_GetWidgetTileOrigin.3
MAN3+= EZ_GetWidgetUnknownData.3
MAN3+= EZ_GetWidgetWindow.3
+MAN3+= EZ_GetWorkAreaData.3
MAN3+= EZ_GetWorkAreaItemUsingIdx.3
MAN3+= EZ_GetWorkAreaNumberOfItems.3
MAN3+= EZ_GetWorkAreaSelection.3
@@ -145,6 +176,7 @@ MAN3+= EZ_GlobFiles.3
MAN3+= EZ_GlobHiddenFiles.3
MAN3+= EZ_GrabPointer.3
MAN3+= EZ_HideWidget.3
+MAN3+= EZ_HighlightWidget.3
MAN3+= EZ_IdentityMatrix.3
MAN3+= EZ_Index.3
MAN3+= EZ_Initialize.3
@@ -165,6 +197,7 @@ MAN3+= EZ_LibraryVersion.3
MAN3+= EZ_LightModelf.3
MAN3+= EZ_Lightf.3
MAN3+= EZ_ListTreeFindNodeAtXY.3
+MAN3+= EZ_ListTreeGetHighlightedNodes.3
MAN3+= EZ_ListTreeWidgetSelectNode.3
MAN3+= EZ_ListTreeWidgetSelectNodeUsingItem.3
MAN3+= EZ_LoadIdentity.3
@@ -187,8 +220,10 @@ MAN3+= EZ_MultMatrix.3
MAN3+= EZ_MultiplyMatrix.3
MAN3+= EZ_NewList.3
MAN3+= EZ_Normal3f.3
+MAN3+= EZ_OnFrameDragHandle.3
MAN3+= EZ_OnOffSecretEntry.3
MAN3+= EZ_OptionEntryClearOptions.3
+MAN3+= EZ_OptionalEntryClearOptions.3
MAN3+= EZ_Ortho.3
MAN3+= EZ_Ortho2.3
MAN3+= EZ_Perspective.3
@@ -198,13 +233,19 @@ MAN3+= EZ_PrintStandardOptions.3
MAN3+= EZ_PushMatrix.3
MAN3+= EZ_PutGLImage.3
MAN3+= EZ_QueueLedAction.3
+MAN3+= EZ_RaiseWidgetWindow.3
+MAN3+= EZ_RegisterCompositeWidget.3
+MAN3+= EZ_RegisterMessageHandler.3
+MAN3+= EZ_RegisterPrimitiveWidget.3
MAN3+= EZ_RegisterWidget.3
-MAN3+= EZ_RemoveEvent.3
MAN3+= EZ_RemoveWidget.3
+MAN3+= EZ_ReparentWidget.3
MAN3+= EZ_Rotate.3
MAN3+= EZ_Save3DCanvas2PPMImage.3
MAN3+= EZ_Save3DCanvas2PS.3
+MAN3+= EZ_SaveWidget2Postscript.3
MAN3+= EZ_Scale.3
+MAN3+= EZ_ScaleFigItem.3
MAN3+= EZ_SendMessage.3
MAN3+= EZ_Set3DCanvas.3
MAN3+= EZ_SetApplicationName.3
@@ -216,15 +257,19 @@ MAN3+= EZ_SetDefaultMessageHandler.3
MAN3+= EZ_SetDirTreeDefaultPixmaps.3
MAN3+= EZ_SetDirTreeDirectoryNodeCreator.3
MAN3+= EZ_SetDirTreeOpenDirectoryMode.3
+MAN3+= EZ_SetDragIcon.3
MAN3+= EZ_SetEntryString.3
+MAN3+= EZ_SetExecutorCommand.3
MAN3+= EZ_SetFancyListBoxData.3
MAN3+= EZ_SetFancyListBoxHeader.3
+MAN3+= EZ_SetFancyListBoxRowBg.3
MAN3+= EZ_SetFileSelectorInitialPattern.3
MAN3+= EZ_SetFocusTo.3
MAN3+= EZ_SetGlobalBackground.3
MAN3+= EZ_SetGlobalForeground.3
MAN3+= EZ_SetGrab.3
MAN3+= EZ_SetHScrollbarDiscreteSpeed.3
+MAN3+= EZ_SetIconPath.3
MAN3+= EZ_SetKbdHighlightColor.3
MAN3+= EZ_SetLcdBackground.3
MAN3+= EZ_SetLcdFontSize.3
@@ -240,8 +285,10 @@ MAN3+= EZ_SetLedString.3
MAN3+= EZ_SetListBoxItems.3
MAN3+= EZ_SetListTreeWidgetTree.3
MAN3+= EZ_SetMenuButtonMenu.3
+MAN3+= EZ_SetNoteBookOrientation.3
MAN3+= EZ_SetOptionalEntryOptionalItems.3
MAN3+= EZ_SetOptionalEntryString.3
+MAN3+= EZ_SetOptionalEntryStyle.3
MAN3+= EZ_SetScrollbarDiscreteSpeed.3
MAN3+= EZ_SetSliderRange.3
MAN3+= EZ_SetStatusMeterBackground.3
@@ -251,6 +298,7 @@ MAN3+= EZ_SetStatusMeterValue.3
MAN3+= EZ_SetSubMenuMenu.3
MAN3+= EZ_SetTimerCallBack.3
MAN3+= EZ_SetTimerClientData.3
+MAN3+= EZ_SetTreeWidgetRowBg.3
MAN3+= EZ_SetVectorFont.3
MAN3+= EZ_SetWidgetCINames.3
MAN3+= EZ_SetWidgetCallBack.3
@@ -267,7 +315,7 @@ MAN3+= EZ_SwapBuffers.3
MAN3+= EZ_TextEndOfLine.3
MAN3+= EZ_TextGetBufferString.3
MAN3+= EZ_TiePopupMenu.3
-MAN3+= EZ_TileExpand.3
+MAN3+= EZ_TildeExpand.3
MAN3+= EZ_Translate.3
MAN3+= EZ_TreeAttachSubtree.3
MAN3+= EZ_TreeDestroyNodeDescendants.3
@@ -285,60 +333,59 @@ MAN3+= EZ_Vertex3f.3
MAN3+= EZ_WaitCursor.3
MAN3+= EZ_WarpPointer.3
MAN3+= EZ_WidgetAddDnDDataDecoder.3
+MAN3+= EZ_WidgetDispatchEvent.3
MAN3+= EZ_WidgetExist.3
MAN3+= EZ_WidgetIsViewable.3
MAN3+= EZ_WindowIsWidgetWindow.3
MAN3+= EZ_WorkAreaClear.3
+MAN3+= EZ_WorkAreaDrawItemAt.3
MAN3+= EZ_WorkAreaFindItemAtXY.3
+MAN3+= EZ_WorkAreaGetHighlightedItems.3
+MAN3+= EZ_WorkAreaInsertAndDrawItemAt.3
+MAN3+= EZ_WorkAreaInsertItems.3
+MAN3+= EZ_WorkAreaRaiseItem.3
+MAN3+= EZ_WorkAreaScaleItem.3
-MLINKS+= EZ_ActivateWidget.3 EZ_DeActivateWidget.3
-MLINKS+= EZ_AddEventHandler.3 EZ_RemoveAllEventHandlers.3
-MLINKS+= EZ_AddEventHandler.3 EZ_RemoveEventHandler.3
-MLINKS+= EZ_AddInput.3 EZ_RemoveInput.3
-MLINKS+= EZ_AddItemCallBack.3 EZ_RemoveAllItemCallBacks.3
-MLINKS+= EZ_AddItemCallBack.3 EZ_RemoveItemCallBack.3
-MLINKS+= EZ_AddMessageHandler.3 EZ_DeleteMessageHandler.3
-MLINKS+= EZ_AddWidgetCallBack.3 EZ_RemoveAllWidgetCallBacks.3
-MLINKS+= EZ_AddWidgetCallBack.3 EZ_RemoveWidgetCallBack.3
+MLINKS+= EZ_ActivateWidget.3 EZ_ActivateChildren.3
+MLINKS+= EZ_ActivateWidget.3 EZ_ActivateSibling.3
MLINKS+= EZ_AllocateColorFromName.3 EZ_AllocateColorFromRGB.3
-MLINKS+= EZ_AllocateColorFromName.3 EZ_PixelValue2RGB.3
+MLINKS+= EZ_ClearListBox.3 EZ_AppendListBoxItem.3
+MLINKS+= EZ_DefineLightSrc.3 EZ_BindLightSrc.3
+MLINKS+= EZ_DefineMaterial.3 EZ_BindMaterial.3
+MLINKS+= EZ_SendMessage.3 EZ_BroadcastMessage.3
+MLINKS+= EZ_WaitCursor.3 EZ_BusyCursor.3
MLINKS+= EZ_CMove3f.3 EZ_CMove3fv.3
+MLINKS+= EZ_CMove3f.3 EZ_CMoveScreen2f.3
MLINKS+= EZ_CMove3f.3 EZ_CMoveScreen3f.3
MLINKS+= EZ_CMove3f.3 EZ_CMoveScreen3fv.3
MLINKS+= EZ_CallList.3 EZ_CallLists.3
MLINKS+= EZ_CallWidgetCallbacks.3 EZ_CallWidgetMotionCallbacks.3
+MLINKS+= EZ_CreateTimer.3 EZ_CancelTimer.3
MLINKS+= EZ_ClearColorf.3 EZ_ClearIndex.3
-MLINKS+= EZ_ClearListBox.3 EZ_AppendListBoxItem.3
-MLINKS+= EZ_ClearListBox.3 EZ_DeleteListBoxItem.3
-MLINKS+= EZ_ClearListBox.3 EZ_InsertListBoxItem.3
-MLINKS+= EZ_ClearListBox.3 EZ_ListBoxSelectItem.3
-MLINKS+= EZ_ClearListBox.3 EZ_ListBoxSelectItemUsingIdx.3
-MLINKS+= EZ_ClearListBox.3 EZ_ModifyListBoxItem.3
MLINKS+= EZ_Color3f.3 EZ_Color3fv.3
MLINKS+= EZ_Color3f.3 EZ_Color4f.3
MLINKS+= EZ_Color3f.3 EZ_Color4fv.3
-MLINKS+= EZ_ColorMapMode.3 EZ_RGBMode.3
MLINKS+= EZ_CreateCursorFromBitmapFile.3 EZ_CreateCursorFromBitmapData.3
-MLINKS+= EZ_CreateGLImage.3 EZ_FreeGLImage.3
MLINKS+= EZ_CreateLabelPixmapFromImageFile.3 EZ_CreateLabelPixmapFromXBitmapData.3
MLINKS+= EZ_CreateLabelPixmapFromImageFile.3 EZ_CreateLabelPixmapFromXBitmapFile.3
+MLINKS+= EZ_CreateLabelPixmapFromImageFile.3 EZ_CreateLabelPixmapFromXPixmap.3
MLINKS+= EZ_CreateLabelPixmapFromImageFile.3 EZ_CreateLabelPixmapFromXpmData.3
MLINKS+= EZ_CreateLabelPixmapFromImageFile.3 EZ_CreateLabelPixmapFromXpmFile.3
-MLINKS+= EZ_CreateLabelPixmapFromImageFile.3 EZ_FreeLabelPixmap.3
-MLINKS+= EZ_CreateTimer.3 EZ_CancelTimer.3
-MLINKS+= EZ_CreateTimer.3 EZ_ResetTimer.3
MLINKS+= EZ_CreateWidget.3 EZ_CreateWidgetXrm.3
MLINKS+= EZ_CreateXPixmapFromImageFile.3 EZ_CreateXPixmapFromBitmapFile.3
MLINKS+= EZ_CreateXPixmapFromImageFile.3 EZ_CreateXPixmapFromXpmData.3
MLINKS+= EZ_CreateXPixmapFromImageFile.3 EZ_CreateXPixmapFromXpmFile.3
-MLINKS+= EZ_CreateXPixmapFromImageFile.3 EZ_FreeXPixmap.3
-MLINKS+= EZ_Cube.3 EZ_Dodecahedron.3
-MLINKS+= EZ_Cube.3 EZ_Icosahedron.3
-MLINKS+= EZ_Cube.3 EZ_Octahedron.3
-MLINKS+= EZ_Cube.3 EZ_Tetrahedron.3
-MLINKS+= EZ_DefineLightSrc.3 EZ_BindLightSrc.3
-MLINKS+= EZ_DefineMaterial.3 EZ_BindMaterial.3
+MLINKS+= EZ_ActivateWidget.3 EZ_DeActivateChildren.3
+MLINKS+= EZ_ActivateWidget.3 EZ_DeActivateSibling.3
+MLINKS+= EZ_ActivateWidget.3 EZ_DeActivateWidget.3
+MLINKS+= EZ_ClearListBox.3 EZ_DeleteListBoxItem.3
MLINKS+= EZ_DeleteList.3 EZ_DeleteLists.3
+MLINKS+= EZ_RegisterMessageHandler.3 EZ_DeleteMessageHandler.3
+MLINKS+= EZ_Enable.3 EZ_Disable.3
+MLINKS+= EZ_DisplayWidget.3 EZ_DisplayWidgetUnderPointer.3
+MLINKS+= EZ_DoPopup.3 EZ_DoPopupAt.3
+MLINKS+= EZ_DetachFrame.3 EZ_DockFrame.3
+MLINKS+= EZ_Cube.3 EZ_Dodecahedron.3
MLINKS+= EZ_DisableBubbleHelp.3 EZ_EnableBubbleHelp.3
MLINKS+= EZ_DisableHighlight.3 EZ_EnableHighlight.3
MLINKS+= EZ_DisableImageDithering.3 EZ_EnableImageDithering.3
@@ -346,9 +393,8 @@ MLINKS+= EZ_DisableLabelOffset.3 EZ_EnableLableOffset.3
MLINKS+= EZ_DisableSliderDepression.3 EZ_EnableSliderDepression.3
MLINKS+= EZ_DisableWidget.3 EZ_EnableWidget.3
MLINKS+= EZ_DisableWidgetTree.3 EZ_EnableWidgetTree.3
-MLINKS+= EZ_DoPopup.3 EZ_DoPopupAt.3
-MLINKS+= EZ_Enable.3 EZ_Disable.3
-MLINKS+= EZ_EnterEvent.3 EZ_GLEnterEvent.3
+MLINKS+= EZ_Begin.3 EZ_End.3
+MLINKS+= EZ_NewList.3 EZ_EndList.3
MLINKS+= EZ_EntryEditBackward.3 EZ_EntryEditBackwardWord.3
MLINKS+= EZ_EntryEditBackward.3 EZ_EntryEditBeginOfInput.3
MLINKS+= EZ_EntryEditBackward.3 EZ_EntryEditDeleteChar.3
@@ -360,77 +406,90 @@ MLINKS+= EZ_EntryEditBackward.3 EZ_EntryEditKillEndOfLine.3
MLINKS+= EZ_EntryEditBackward.3 EZ_EntryEditKillRegion.3
MLINKS+= EZ_EntryEditBackward.3 EZ_EntryEditSetMarker.3
MLINKS+= EZ_EntryEditBackward.3 EZ_EntryPasteSelection.3
-MLINKS+= EZ_EventMainLoop.3 EZ_ServiceEvents.3
-MLINKS+= EZ_EventMainLoop.3 EZ_WaitAndServiceNextEvent.3
MLINKS+= EZ_FancyListBoxClear.3 EZ_FancyListBoxDeleteRow.3
+MLINKS+= EZ_FancyListBoxGetHighlightedRows.3 EZ_FancyListBoxGetHighlightedItems.3
MLINKS+= EZ_FancyListBoxClear.3 EZ_FancyListBoxInsertRow.3
MLINKS+= EZ_FancyListBoxClear.3 EZ_FancyListBoxReplaceItem.3
MLINKS+= EZ_FancyListBoxClear.3 EZ_FancyListBoxReplaceItemUsingIdx.3
MLINKS+= EZ_FancyListBoxClear.3 EZ_FancyListBoxSelectItem.3
MLINKS+= EZ_FancyListBoxClear.3 EZ_FancyListBoxSelectItemUsingIdx.3
-MLINKS+= EZ_FreezeWidget.3 EZ_UnFreezeWidget.3
-MLINKS+= EZ_GetCheckButtonState.3 EZ_SetCheckButtonState.3
-MLINKS+= EZ_GetCursor.3 EZ_GetCursorByName.3
+MLINKS+= EZ_FigItemAddString.3 EZ_FigItemAddArc.3
+MLINKS+= EZ_FigItemAddString.3 EZ_FigItemAddArcs.3
+MLINKS+= EZ_FigItemAddString.3 EZ_FigItemAddFilledArc.3
+MLINKS+= EZ_FigItemAddString.3 EZ_FigItemAddFilledArcs.3
+MLINKS+= EZ_FigItemAddString.3 EZ_FigItemAddFilledRectangle.3
+MLINKS+= EZ_FigItemAddString.3 EZ_FigItemAddFilledRectangles.3
+MLINKS+= EZ_FigItemAddString.3 EZ_FigItemAddLines.3
+MLINKS+= EZ_FigItemAddString.3 EZ_FigItemAddPixmap.3
+MLINKS+= EZ_FigItemAddString.3 EZ_FigItemAddPoints.3
+MLINKS+= EZ_FigItemAddString.3 EZ_FigItemAddPolygon.3
+MLINKS+= EZ_FigItemAddString.3 EZ_FigItemAddRectangle.3
+MLINKS+= EZ_FigItemAddString.3 EZ_FigItemAddRectangles.3
+MLINKS+= EZ_FigItemAddString.3 EZ_FigItemAddSegments.3
+MLINKS+= EZ_DetachFrame.3 EZ_FrameIsDetached.3
+MLINKS+= EZ_Malloc.3 EZ_Free.3
+MLINKS+= EZ_GetGC.3 EZ_FreeGC.3
+MLINKS+= EZ_CreateGLImage.3 EZ_FreeGLImage.3
+MLINKS+= EZ_CreateLabelPixmapFromImageFile.3 EZ_FreeLabelPixmap.3
+MLINKS+= EZ_CreateXPixmapFromImageFile.3 EZ_FreeXPixmap.3
+MLINKS+= EZ_Configure3DCanvas.3 EZ_GLConfig.3
+MLINKS+= EZ_EnterEvent.3 EZ_GLEnterEvent.3
+MLINKS+= EZ_SetApplicationName.3 EZ_GetApplicationName.3
+MLINKS+= EZ_GetBackgroundGC.3 EZ_GetBackgroundTileGC.3
+MLINKS+= EZ_GetParentWidget.3 EZ_GetChildrenWidget.3
+MLINKS+= EZ_GetInstanceName.3 EZ_GetClassName.3
MLINKS+= EZ_GetDisplay.3 EZ_GetColormap.3
+MLINKS+= EZ_GetCursor.3 EZ_GetCursorByName.3
+MLINKS+= EZ_GetCursor.3 EZ_GetCursorName.3
MLINKS+= EZ_GetDisplay.3 EZ_GetDepth.3
MLINKS+= EZ_GetDisplay.3 EZ_GetDisplayInfo.3
-MLINKS+= EZ_GetDisplay.3 EZ_GetScreen.3
-MLINKS+= EZ_GetDisplay.3 EZ_GetVisual.3
+MLINKS+= EZ_SetEntryString.3 EZ_GetEntryString.3
MLINKS+= EZ_GetFancyListBoxNumberofRows.3 EZ_GetFancyListBoxNumberOfColumns.3
-MLINKS+= EZ_GetFancyListBoxXYOffset.3 EZ_SetFancyListBoxXYOffset.3
-MLINKS+= EZ_GetFontFromId.3 EZ_GetFontFromName.3
-MLINKS+= EZ_GetInstanceName.3 EZ_GetClassName.3
-MLINKS+= EZ_GetItemClientData.3 EZ_GetItemIntData.3
-MLINKS+= EZ_GetItemClientData.3 EZ_GetItemPtrData.3
-MLINKS+= EZ_GetItemClientData.3 EZ_SetItemClientData.3
-MLINKS+= EZ_GetItemClientData.3 EZ_SetItemIntData.3
-MLINKS+= EZ_GetItemClientData.3 EZ_SetItemPtrData.3
-MLINKS+= EZ_GetItemUnknownData.3 EZ_GetItemUnknownDataPtr.3
-MLINKS+= EZ_GetItemUnknownData.3 EZ_SetItemUnknownData.3
+MLINKS+= EZ_GetWidgetFont.3 EZ_GetFontFromId.3
+MLINKS+= EZ_GetWidgetFont.3 EZ_GetFontFromName.3
+MLINKS+= EZ_GetWidgetFont.3 EZ_GetFontFromXFontId.3
+MLINKS+= EZ_GetGLImageWindow.3 EZ_GetGLImageXWindow.3
+MLINKS+= EZ_SetIconPath.3 EZ_GetIconPath.3
MLINKS+= EZ_GetItemWidth.3 EZ_GetItemDimension.3
MLINKS+= EZ_GetItemWidth.3 EZ_GetItemHeight.3
+MLINKS+= EZ_GetItemClientData.3 EZ_GetItemIntData.3
MLINKS+= EZ_GetItemWidth.3 EZ_GetItemPosition.3
-MLINKS+= EZ_GetItemWidth.3 EZ_SetItemDimension.3
-MLINKS+= EZ_GetItemWidth.3 EZ_SetItemHeight.3
-MLINKS+= EZ_GetItemWidth.3 EZ_SetItemPosition.3
-MLINKS+= EZ_GetItemWidth.3 EZ_SetItemWidth.3
+MLINKS+= EZ_GetItemClientData.3 EZ_GetItemPtrData.3
+MLINKS+= EZ_GetItemUnknownData.3 EZ_GetItemUnknownDataPtr.3
MLINKS+= EZ_GetListBoxSelection.3 EZ_GetListBoxSelectedItem.3
MLINKS+= EZ_GetListBoxSelection.3 EZ_GetListBoxSelectionLineNumber.3
-MLINKS+= EZ_GetListTreeWidgetXYOffset.3 EZ_SetListTreeWidgetXYOffset.3
+MLINKS+= EZ_SetMenuButtonMenu.3 EZ_GetMenuButtonMenu.3
MLINKS+= EZ_GetNumberOfAllocatedColors.3 EZ_GetNumberOfReservedColorsForGL.3
-MLINKS+= EZ_GetParentWidget.3 EZ_GetChildrenWidget.3
+MLINKS+= EZ_SetOptionalEntryString.3 EZ_GetOptionalEntryString.3
+MLINKS+= EZ_GetParentBgGC.3 EZ_GetParentBgTileGC.3
+MLINKS+= EZ_GetDisplay.3 EZ_GetScreen.3
+MLINKS+= EZ_GetWidgetReturnData.3 EZ_GetSelectedMenuItem.3
MLINKS+= EZ_GetParentWidget.3 EZ_GetSiblingWidget.3
-MLINKS+= EZ_GetRadioButtonGroupVariableValue.3 EZ_SetRadioButtonGroupVariableValue.3
-MLINKS+= EZ_GetScrollbarState.3 EZ_UpdateScrollbar.3
-MLINKS+= EZ_GetSliderValue.3 EZ_SetSliderValue.3
+MLINKS+= EZ_SetStatusMeterValue.3 EZ_GetStatusMeterValue.3
+MLINKS+= EZ_SetStatusMeterValue.3 EZ_GetStatusMeterValueN.3
MLINKS+= EZ_GetTimerClientData.3 EZ_GetTimerIntData.3
MLINKS+= EZ_GetTimerClientData.3 EZ_GetTimerPtrData.3
+MLINKS+= EZ_GetDisplay.3 EZ_GetVisual.3
MLINKS+= EZ_GetWidgetGeometry.3 EZ_GetWidgetBorderWidth.3
+MLINKS+= EZ_SetWidgetCINames.3 EZ_GetWidgetCINames.3
+MLINKS+= EZ_GetWidgetIntData.3 EZ_GetWidgetClientData.3
MLINKS+= EZ_GetWidgetGeometry.3 EZ_GetWidgetDimension.3
MLINKS+= EZ_GetWidgetGeometry.3 EZ_GetWidgetHeight.3
+MLINKS+= EZ_SetWidgetLabelString.3 EZ_GetWidgetLabelPosition.3
+MLINKS+= EZ_SetWidgetLabelString.3 EZ_GetWidgetLabelString.3
+MLINKS+= EZ_GetWidgetGeometry.3 EZ_GetWidgetMinDimention.3
MLINKS+= EZ_GetWidgetGeometry.3 EZ_GetWidgetMinHeight.3
MLINKS+= EZ_GetWidgetGeometry.3 EZ_GetWidgetMinWidth.3
MLINKS+= EZ_GetWidgetGeometry.3 EZ_GetWidgetPosition.3
-MLINKS+= EZ_GetWidgetGeometry.3 EZ_GetWidgetWidth.3
-MLINKS+= EZ_GetWidgetIntData.3 EZ_GetWidgetClientData.3
MLINKS+= EZ_GetWidgetIntData.3 EZ_GetWidgetPtrData.3
-MLINKS+= EZ_GetWidgetIntData.3 EZ_SetWidgetClientData.3
-MLINKS+= EZ_GetWidgetIntData.3 EZ_SetWidgetIntData.3
-MLINKS+= EZ_GetWidgetIntData.3 EZ_SetWidgetPtrData.3
-MLINKS+= EZ_GetWidgetReturnData.3 EZ_GetSelectedMenuItem.3
MLINKS+= EZ_GetWidgetUnknownData.3 EZ_GetWidgetUnknownDataPtr.3
-MLINKS+= EZ_GetWidgetUnknownData.3 EZ_SetWidgetUnknownData.3
-MLINKS+= EZ_GetWorkAreaXYOffset.3 EZ_SetWorkAreaXYOffset.3
-MLINKS+= EZ_GrabPointer.3 EZ_UngrabPointer.3
-MLINKS+= EZ_IdentityMatrix.3 EZ_ZeroMatrix.3
+MLINKS+= EZ_GetWidgetGeometry.3 EZ_GetWidgetWidth.3
+MLINKS+= EZ_OnFrameDragHandle.3 EZ_HighlightFrameDragHandle.3
+MLINKS+= EZ_Cube.3 EZ_Icosahedron.3
+MLINKS+= EZ_Index.3 EZ_Indexf.3
MLINKS+= EZ_Initialize.3 EZ_InitializeXrm.3
+MLINKS+= EZ_ClearListBox.3 EZ_InsertListBoxItem.3
MLINKS+= EZ_InsertWidgetAfter.3 EZ_InsertWidgetBefore.3
-MLINKS+= EZ_InsertWidgetAfter.3 EZ_SwapWidgets.3
-MLINKS+= EZ_InstallSymbol.3 EZ_RetrieveSymbol.3
-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_ItemAddDnDDataDecoder.3 EZ_ItemAddDnDDataEncoder.3
MLINKS+= EZ_ItemAddDnDDataDecoder.3 EZ_ItemDeleteAllDnDDataDecoders.3
MLINKS+= EZ_ItemAddDnDDataDecoder.3 EZ_ItemDeleteAllDnDDataEncoders.3
@@ -438,45 +497,90 @@ MLINKS+= EZ_ItemAddDnDDataDecoder.3 EZ_ItemDeleteDnDDataDecoder.3
MLINKS+= EZ_ItemAddDnDDataDecoder.3 EZ_ItemDeleteDnDDataEncoder.3
MLINKS+= EZ_LightModelf.3 EZ_LightModelfv.3
MLINKS+= EZ_Lightf.3 EZ_Lightfv.3
-MLINKS+= EZ_Malloc.3 EZ_Free.3
+MLINKS+= EZ_ClearListBox.3 EZ_ListBoxSelectItem.3
+MLINKS+= EZ_ClearListBox.3 EZ_ListBoxSelectItemUsingIdx.3
+MLINKS+= EZ_ListTreeGetHighlightedNodes.3 EZ_ListTreeGetHighlightedItems.3
MLINKS+= EZ_Materialf.3 EZ_Materialfv.3
-MLINKS+= EZ_NewList.3 EZ_EndList.3
+MLINKS+= EZ_ClearListBox.3 EZ_ModifyListBoxItem.3
MLINKS+= EZ_Normal3f.3 EZ_Normal3fv.3
+MLINKS+= EZ_WaitCursor.3 EZ_NormalCursor.3
+MLINKS+= EZ_Cube.3 EZ_Octahedron.3
MLINKS+= EZ_OptionEntryClearOptions.3 EZ_OptionEntryAppendOption.3
MLINKS+= EZ_OptionEntryClearOptions.3 EZ_OptionEntryDeleteOption.3
+MLINKS+= EZ_OptionEntryClearOptions.3 EZ_OptionalEntryAppendOption.3
+MLINKS+= EZ_OptionEntryClearOptions.3 EZ_OptionalEntryDeleteOption.3
+MLINKS+= EZ_OptionEntryClearOptions.3 EZ_OptionalEntryInsertOption.3
+MLINKS+= EZ_AllocateColorFromName.3 EZ_PixelValue2RGB.3
MLINKS+= EZ_PutGLImage.3 EZ_PutGLImageScreen.3
MLINKS+= EZ_PutGLImage.3 EZ_PutGLImageWindow.3
MLINKS+= EZ_PutGLImage.3 EZ_PutGLImageXWindow.3
+MLINKS+= EZ_ColorMapMode.3 EZ_RGBMode.3
+MLINKS+= EZ_SetGrab.3 EZ_ReleaseGrab.3
+MLINKS+= EZ_AddEventHandler.3 EZ_RemoveAllEventHandlers.3
+MLINKS+= EZ_AddIdleCallBack.3 EZ_RemoveAllIdleCallBacks.3
+MLINKS+= EZ_AddItemCallBack.3 EZ_RemoveAllItemCallBacks.3
+MLINKS+= EZ_AddWidgetCallBack.3 EZ_RemoveAllWidgetCallBacks.3
+MLINKS+= EZ_WidgetDispatchEvent.3 EZ_RemoveEvent.3
+MLINKS+= EZ_AddEventHandler.3 EZ_RemoveEventHandler.3
+MLINKS+= EZ_AddIdleCallBack.3 EZ_RemoveIdleCallBack.3
+MLINKS+= EZ_AddInput.3 EZ_RemoveInput.3
+MLINKS+= EZ_AddItemCallBack.3 EZ_RemoveItemCallBack.3
MLINKS+= EZ_QueueLedAction.3 EZ_RemoveLedAction.3
-MLINKS+= EZ_Save3DCanvas2PS.3 EZ_Save3DCanvas2PSA.3
-MLINKS+= EZ_SendMessage.3 EZ_BroadcastMessage.3
+MLINKS+= EZ_AddWidgetCallBack.3 EZ_RemoveWidgetCallBack.3
MLINKS+= EZ_SendMessage.3 EZ_ReplyMessage.3
-MLINKS+= EZ_SetApplicationName.3 EZ_GetApplicationName.3
+MLINKS+= EZ_SendMessage.3 EZ_ReplyMessageR.3
+MLINKS+= EZ_CreateTimer.3 EZ_ResetTimer.3
+MLINKS+= EZ_CreateTimer.3 EZ_RestartTimer.3
+MLINKS+= EZ_InstallSymbol.3 EZ_RetrieveSymbol.3
+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_Save3DCanvas2PS.3 EZ_Save3DCanvas2PSA.3
+MLINKS+= EZ_SaveWidget2Postscript.3 EZ_SaveWidget2PPM.3
+MLINKS+= EZ_EventMainLoop.3 EZ_ServiceEvents.3
+MLINKS+= EZ_GetCheckButtonState.3 EZ_SetCheckButtonState.3
MLINKS+= EZ_SetDefaultEntryTextFont.3 EZ_SetDefaultLabelFont.3
MLINKS+= EZ_SetDefaultEntryTextFont.3 EZ_SetDefaultMenuTitleFont.3
MLINKS+= EZ_SetDirTreeDefaultPixmaps.3 EZ_SetDirTreeDefaultPixmapsFromXpmFiles.3
MLINKS+= EZ_SetDirTreeDirectoryNodeCreator.3 EZ_SetDirTreeFileNodeCreator.3
-MLINKS+= EZ_SetEntryString.3 EZ_GetEntryString.3
-MLINKS+= EZ_SetGrab.3 EZ_ReleaseGrab.3
-MLINKS+= EZ_SetHScrollbarDiscreteSpeed.3 EZ_SetVScrollbarDiscreteSpeed.3
+MLINKS+= EZ_SetDragIcon.3 EZ_SetDragCursor.3
+MLINKS+= EZ_GetFancyListBoxXYOffset.3 EZ_SetFancyListBoxXYOffset.3
+MLINKS+= EZ_SetLedBackground.3 EZ_SetForeground.3
+MLINKS+= EZ_GetItemClientData.3 EZ_SetItemClientData.3
+MLINKS+= EZ_GetItemWidth.3 EZ_SetItemDimension.3
+MLINKS+= EZ_GetItemWidth.3 EZ_SetItemHeight.3
+MLINKS+= EZ_GetItemClientData.3 EZ_SetItemIntData.3
+MLINKS+= EZ_GetItemWidth.3 EZ_SetItemPosition.3
+MLINKS+= EZ_GetItemClientData.3 EZ_SetItemPtrData.3
+MLINKS+= EZ_GetItemUnknownData.3 EZ_SetItemUnknownData.3
+MLINKS+= EZ_GetItemWidth.3 EZ_SetItemWidth.3
MLINKS+= EZ_SetKbdHighlightColor.3 EZ_SetKbdHighlightColorRGB.3
-MLINKS+= EZ_SetLcdBackground.3 EZ_SetLcdForeground.3
MLINKS+= EZ_SetLcdInteger.3 EZ_SetLcdFloat.3
-MLINKS+= EZ_SetLedBackground.3 EZ_SetForeground.3
-MLINKS+= EZ_SetLedBackground.3 EZ_SetOffPixelColor.3
+MLINKS+= EZ_SetLcdBackground.3 EZ_SetLcdForeground.3
+MLINKS+= EZ_SetLedBackground.3 EZ_SetLedForeground.3
MLINKS+= EZ_SetLedSize.3 EZ_SetLedHeight.3
MLINKS+= EZ_SetLedSize.3 EZ_SetLedWidth.3
+MLINKS+= EZ_GetListTreeWidgetXYOffset.3 EZ_SetListTreeWidgetXYOffset.3
+MLINKS+= EZ_SetLedBackground.3 EZ_SetOffPixelColor.3
+MLINKS+= EZ_GetRadioButtonGroupVariableValue.3 EZ_SetRadioButtonGroupVariableValue.3
+MLINKS+= EZ_GetSliderValue.3 EZ_SetSliderValue.3
MLINKS+= EZ_SetStatusMeterForeground.3 EZ_SetStatusMeterForegroundN.3
MLINKS+= EZ_SetStatusMeterRange.3 EZ_SetStatusMeterRangeN.3
MLINKS+= EZ_SetStatusMeterValue.3 EZ_SetStatusMeterValueN.3
MLINKS+= EZ_SetTimerClientData.3 EZ_SetTimerIntData.3
MLINKS+= EZ_SetTimerClientData.3 EZ_SetTimerPtrData.3
-MLINKS+= EZ_SetWidgetCINames.3 EZ_GetWidgetCINames.3
-MLINKS+= EZ_SetWidgetLabelString.3 EZ_GetWidgetLabelPosition.3
-MLINKS+= EZ_SetWidgetLabelString.3 EZ_GetWidgetLabelString.3
+MLINKS+= EZ_SetHScrollbarDiscreteSpeed.3 EZ_SetVScrollbarDiscreteSpeed.3
+MLINKS+= EZ_GetWidgetIntData.3 EZ_SetWidgetClientData.3
MLINKS+= EZ_SetWidgetPosition.3 EZ_SetWidgetHeight.3
+MLINKS+= EZ_GetWidgetIntData.3 EZ_SetWidgetIntData.3
+MLINKS+= EZ_GetWidgetIntData.3 EZ_SetWidgetPtrData.3
+MLINKS+= EZ_GetWidgetUnknownData.3 EZ_SetWidgetUnknownData.3
MLINKS+= EZ_SetWidgetPosition.3 EZ_SetWidgetWidth.3
+MLINKS+= EZ_GetWorkAreaXYOffset.3 EZ_SetWorkAreaXYOffset.3
MLINKS+= EZ_StopStatusMeter.3 EZ_StartStatusMeter.3
+MLINKS+= EZ_InsertWidgetAfter.3 EZ_SwapWidgets.3
+MLINKS+= EZ_Cube.3 EZ_Tetrahedron.3
MLINKS+= EZ_TextEndOfLine.3 EZ_TextBackwardChar.3
MLINKS+= EZ_TextEndOfLine.3 EZ_TextBackwardWord.3
MLINKS+= EZ_TextEndOfLine.3 EZ_TextBeginningOfBuffer.3
@@ -516,10 +620,17 @@ MLINKS+= EZ_TextEndOfLine.3 EZ_TextSetRegionUnderline.3
MLINKS+= EZ_TreeAttachSubtree.3 EZ_TreeDetachSubtree.3
MLINKS+= EZ_TreeNodeGetChildren.3 EZ_TreeNodeGetParent.3
MLINKS+= EZ_TreeNodeGetChildren.3 EZ_TreeNodeGetSibling.3
+MLINKS+= EZ_TreeSetBGColor.3 EZ_TreeSetBGColorName.3
+MLINKS+= EZ_TreeSetBGColor.3 EZ_TreeSetFGColor.3
+MLINKS+= EZ_TreeSetBGColor.3 EZ_TreeSetFGColorName.3
+MLINKS+= EZ_FreezeWidget.3 EZ_UnFreezeWidget.3
+MLINKS+= EZ_GrabPointer.3 EZ_UngrabPointer.3
+MLINKS+= EZ_GetScrollbarState.3 EZ_UpdateScrollbar.3
MLINKS+= EZ_Vertex3f.3 EZ_Vertex2f.3
MLINKS+= EZ_Vertex3f.3 EZ_Vertex2fv.3
MLINKS+= EZ_Vertex3f.3 EZ_Vertex3fv.3
-MLINKS+= EZ_WaitCursor.3 EZ_NormalCursor.3
+MLINKS+= EZ_EventMainLoop.3 EZ_WaitAndServiceNextEvent.3
+MLINKS+= EZ_WarpPointer.3 EZ_WarpPointerToWidgetWindow.3
MLINKS+= EZ_WidgetAddDnDDataDecoder.3 EZ_WidgetAddDnDDataEncoder.3
MLINKS+= EZ_WidgetAddDnDDataDecoder.3 EZ_WidgetDeleteAllDnDDataDecoders.3
MLINKS+= EZ_WidgetAddDnDDataDecoder.3 EZ_WidgetDeleteAllDnDDataEncoders.3
@@ -534,3 +645,4 @@ MLINKS+= EZ_WorkAreaClear.3 EZ_WorkAreaInsertItemUsingIdx.3
MLINKS+= EZ_WorkAreaClear.3 EZ_WorkAreaRearrange.3
MLINKS+= EZ_WorkAreaClear.3 EZ_WorkAreaSelectItem.3
MLINKS+= EZ_WorkAreaClear.3 EZ_WorkAreaSelectItemUsingIdx.3
+MLINKS+= EZ_IdentityMatrix.3 EZ_ZeroMatrix.3
diff --git a/graphics/EZWGL/pkg-plist b/graphics/EZWGL/pkg-plist
index 06b966f0f5af..382b6b902fc9 100644
--- a/graphics/EZWGL/pkg-plist
+++ b/graphics/EZWGL/pkg-plist
@@ -1,18 +1,28 @@
include/EZ.h
lib/libEZ.a
lib/libEZ.so
-lib/libEZ.so.1.3
+lib/libEZ.so.1.4
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
-share/doc/EZ/LICENSE
+share/doc/EZ/html/applications.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/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
@@ -21,15 +31,19 @@ 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_CallWidgetCallbacks.html
-share/doc/EZ/html/manp/EZ_CallWidgetMotionCallbacks.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
@@ -43,6 +57,8 @@ 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
+share/doc/EZ/html/manp/EZ_ComputeWidgetWindowSize.html
+share/doc/EZ/html/manp/EZ_Configure3DCanvas.html
share/doc/EZ/html/manp/EZ_ConfigureItem.html
share/doc/EZ/html/manp/EZ_ConfigureWidget.html
share/doc/EZ/html/manp/EZ_CopyMatrix.html
@@ -51,12 +67,15 @@ 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_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
@@ -68,6 +87,8 @@ 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
@@ -75,9 +96,11 @@ 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_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
@@ -87,22 +110,28 @@ 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
@@ -120,8 +149,11 @@ share/doc/EZ/html/manp/EZ_EntryPasteSelection.html
share/doc/EZ/html/manp/EZ_EventMainLoop.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
@@ -130,70 +162,28 @@ share/doc/EZ/html/manp/EZ_FancyListBoxSelectItemUsingIdx.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_GetAndUseWidgetResources.html
-share/doc/EZ/html/manp/EZ_GetChildrenWidget.html
-share/doc/EZ/html/manp/EZ_GetClassName.html
-share/doc/EZ/html/manp/EZ_GetDnDDragSrcXYOffset.html
-share/doc/EZ/html/manp/EZ_GetFancyListBoxData.html
-share/doc/EZ/html/manp/EZ_GetFancyListBoxNumberOfRows.html
-share/doc/EZ/html/manp/EZ_GetFancyListBoxXYOffset.html
-share/doc/EZ/html/manp/EZ_GetInstanceName.html
-share/doc/EZ/html/manp/EZ_GetItemUnknownData.html
-share/doc/EZ/html/manp/EZ_GetItemUnknownDataPtr.html
-share/doc/EZ/html/manp/EZ_GetListTreeWidgetXYOffset.html
-share/doc/EZ/html/manp/EZ_GetParentWidget.html
-share/doc/EZ/html/manp/EZ_GetSiblingWidget.html
-share/doc/EZ/html/manp/EZ_GetWidgetCINames.html
-share/doc/EZ/html/manp/EZ_GetWidgetUnknownData.html
-share/doc/EZ/html/manp/EZ_GetWidgetUnknownDataPtr.html
-share/doc/EZ/html/manp/EZ_GetWorkAreaItemUsingIdx.html
-share/doc/EZ/html/manp/EZ_GetWorkAreaNumberOfItems.html
-share/doc/EZ/html/manp/EZ_GetWorkAreaXYOffset.html
-share/doc/EZ/html/manp/EZ_GetWritableGC.html
-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_InverseTranspose.html
-share/doc/EZ/html/manp/EZ_InvertMatrix.html
-share/doc/EZ/html/manp/EZ_ItemExist.html
-share/doc/EZ/html/manp/EZ_ListTreeFindNodeAtXY.html
-share/doc/EZ/html/manp/EZ_MenuBarAddItemAndMenu.html
-share/doc/EZ/html/manp/EZ_MenuBarDeleteItem.html
-share/doc/EZ/html/manp/EZ_MenuBarDeleteItemAndMenu.html
-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_OptionEntryAppendOption.html
-share/doc/EZ/html/manp/EZ_OptionEntryClearOptions.html
-share/doc/EZ/html/manp/EZ_OptionEntryDeleteOption.html
-share/doc/EZ/html/manp/EZ_PrintStandardOptions.html
-share/doc/EZ/html/manp/EZ_RegisterWidget.html
-share/doc/EZ/html/manp/EZ_SetFancyListBoxXYOffset.html
-share/doc/EZ/html/manp/EZ_SetGlobalForeground.html
-share/doc/EZ/html/manp/EZ_SetItemUnknownData.html
-share/doc/EZ/html/manp/EZ_SetListTreeWidgetXYOffset.html
-share/doc/EZ/html/manp/EZ_SetWidgetCINames.html
-share/doc/EZ/html/manp/EZ_SetWidgetUnknownData.html
-share/doc/EZ/html/manp/EZ_SetWorkAreaXYOffset.html
-share/doc/EZ/html/manp/EZ_TileExpand.html
-share/doc/EZ/html/manp/EZ_Tube.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_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_GetCursor.html
share/doc/EZ/html/manp/EZ_GetCursorByName.html
@@ -202,44 +192,56 @@ 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_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
share/doc/EZ/html/manp/EZ_GetFancyListBoxSelectionIdx.html
share/doc/EZ/html/manp/EZ_GetFancyListBoxWidgetComponents.html
-share/doc/EZ/html/manp/EZ_GetFontFromId.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_GetFontName.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_Index.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_GetLabelPixmapInfo.html
share/doc/EZ/html/manp/EZ_GetLedString.html
-share/doc/EZ/html/manp/EZ_GetListBoxSelection.html
share/doc/EZ/html/manp/EZ_GetListBoxSelectedItem.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_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_GetParentWidget.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_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_GetTextProperty.html
share/doc/EZ/html/manp/EZ_GetTextWidgetComponents.html
@@ -250,6 +252,7 @@ share/doc/EZ/html/manp/EZ_GetTimerState.html
share/doc/EZ/html/manp/EZ_GetVisual.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_GetWidgetGeometry.html
@@ -264,14 +267,25 @@ share/doc/EZ/html/manp/EZ_GetWidgetPosition.html
share/doc/EZ/html/manp/EZ_GetWidgetPtrData.html
share/doc/EZ/html/manp/EZ_GetWidgetResource.html
share/doc/EZ/html/manp/EZ_GetWidgetReturnData.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_GetWorkAreaItemUsingIdx.html
+share/doc/EZ/html/manp/EZ_GetWorkAreaNumberOfItems.html
share/doc/EZ/html/manp/EZ_GetWorkAreaSelection.html
share/doc/EZ/html/manp/EZ_GetWorkAreaWidgetComponents.html
+share/doc/EZ/html/manp/EZ_GetWorkAreaXYOffset.html
+share/doc/EZ/html/manp/EZ_GetWritableGC.html
+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_HideWidget.html
share/doc/EZ/html/manp/EZ_Icosahedron.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
@@ -282,6 +296,8 @@ share/doc/EZ/html/manp/EZ_InstallSymbolicFloat.html
share/doc/EZ/html/manp/EZ_InstallSymbolicInt.html
share/doc/EZ/html/manp/EZ_InstallSymbolicPointer.html
share/doc/EZ/html/manp/EZ_InstallSymbolicULong.html
+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
@@ -289,6 +305,7 @@ 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
@@ -298,6 +315,7 @@ 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_ListTreeWidgetSelectNode.html
share/doc/EZ/html/manp/EZ_ListTreeWidgetSelectNodeUsingItem.html
share/doc/EZ/html/manp/EZ_LoadIdentity.html
@@ -310,6 +328,13 @@ 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
+share/doc/EZ/html/manp/EZ_MenuBarDeleteItemAndMenu.html
+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_MultMatrix.html
share/doc/EZ/html/manp/EZ_MultiplyMatrix.html
@@ -319,15 +344,20 @@ 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_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_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_QueueLedAction.html
share/doc/EZ/html/manp/EZ_RGBMode.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
@@ -368,10 +398,12 @@ share/doc/EZ/html/manp/EZ_SetDirTreeOpenDirectoryMode.html
share/doc/EZ/html/manp/EZ_SetEntryString.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_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_SetGlobalForeground.html
share/doc/EZ/html/manp/EZ_SetGrab.html
share/doc/EZ/html/manp/EZ_SetHScrollbarDiscreteSpeed.html
share/doc/EZ/html/manp/EZ_SetItemClientData.html
@@ -380,11 +412,12 @@ 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_SetLcdFloat.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
@@ -400,6 +433,7 @@ 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_SetOptionalEntryOptionalItems.html
@@ -410,12 +444,12 @@ share/doc/EZ/html/manp/EZ_SetSliderRange.html
share/doc/EZ/html/manp/EZ_SetSliderValue.html
share/doc/EZ/html/manp/EZ_SetSubMenuMenu.html
share/doc/EZ/html/manp/EZ_SetTimerCallBack.html
-share/doc/EZ/html/manp/EZ_Sphere.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_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
@@ -423,11 +457,14 @@ 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_ShadeModel.html
share/doc/EZ/html/manp/EZ_Shutdown.html
share/doc/EZ/html/manp/EZ_SitForALittleBit.html
+share/doc/EZ/html/manp/EZ_Sphere.html
share/doc/EZ/html/manp/EZ_StartAsIcon.html
share/doc/EZ/html/manp/EZ_SwapBuffers.html
share/doc/EZ/html/manp/EZ_SwapWidgets.html
@@ -456,7 +493,6 @@ 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_Vertex2f.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
@@ -471,6 +507,7 @@ 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_TiePopupMenu.html
+share/doc/EZ/html/manp/EZ_TileExpand.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
@@ -485,10 +522,12 @@ 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
@@ -511,143 +550,125 @@ 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_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_GetFancyListBoxNumberofRows.html
-share/doc/EZ/html/manp/EZ_SetStatueMeterRange.html
-share/doc/EZ/html/manp/EZ_SetStatueMeterRangeN.html
-share/doc/EZ/html/manp/EZ_SetStatusForeground.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_FreeGLImage.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_SetStatusMeterRange.html
share/doc/EZ/html/manp/EZ_StartStatusMeter.html
-share/doc/EZ/html/manp/EZ_GetFancyListBoxNumberOfColumns.html
-share/doc/EZ/html/manp/EZ_SetStatusMeterRangeN.html
-share/doc/EZ/html/manp/EZ_AddMessageHandler.html
-share/doc/EZ/html/manp/EZ_BroadcastMessage.html
-share/doc/EZ/html/manp/EZ_CreateGLImage.html
-share/doc/EZ/html/manp/EZ_DeleteMessageHandler.html
-share/doc/EZ/html/manp/EZ_GetGLImageInfo.html
share/doc/EZ/html/manp/EZ_PutGLImage.html
-share/doc/EZ/html/manp/EZ_GetLabelPixmapInfo.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/images/ez.gif
-share/doc/EZ/html/images/bg.gif
-share/doc/EZ/html/images/grnbg.gif
-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/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
-share/doc/EZ/html/manual/images/13.gif
-share/doc/EZ/html/manual/images/14.gif
-share/doc/EZ/html/manual/images/15.gif
-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/20.gif
-share/doc/EZ/html/manual/images/21.gif
-share/doc/EZ/html/manual/images/22.gif
-share/doc/EZ/html/manual/images/23.gif
-share/doc/EZ/html/manual/images/24.gif
-share/doc/EZ/html/manual/images/25.gif
-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/30.gif
-share/doc/EZ/html/manual/images/31.gif
-share/doc/EZ/html/manual/images/32.gif
-share/doc/EZ/html/manual/images/33.gif
-share/doc/EZ/html/manual/images/34.gif
-share/doc/EZ/html/manual/images/35.gif
-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/40.gif
-share/doc/EZ/html/manual/images/41.gif
-share/doc/EZ/html/manual/images/42.gif
-share/doc/EZ/html/manual/images/43.gif
-share/doc/EZ/html/manual/images/44.gif
-share/doc/EZ/html/manual/images/45.gif
-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/50.gif
-share/doc/EZ/html/manual/images/51.gif
-share/doc/EZ/html/manual/images/52.gif
-share/doc/EZ/html/manual/images/53.gif
-share/doc/EZ/html/manual/images/54.gif
-share/doc/EZ/html/manual/images/55.gif
-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/60.gif
-share/doc/EZ/html/manual/images/61.gif
-share/doc/EZ/html/manual/images/62.gif
-share/doc/EZ/html/manual/images/63.gif
-share/doc/EZ/html/manual/images/64.gif
-share/doc/EZ/html/manual/images/65.gif
-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/70.gif
-share/doc/EZ/html/manual/images/71.gif
-share/doc/EZ/html/manual/images/72.gif
-share/doc/EZ/html/manual/images/73.gif
-share/doc/EZ/html/manual/images/74.gif
-share/doc/EZ/html/manual/images/75.gif
-share/doc/EZ/html/manual/images/76.gif
-share/doc/EZ/html/manual/images/77.gif
-share/doc/EZ/html/manual/images/78.gif
-share/doc/EZ/html/manual/images/bg.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
-share/doc/EZ/html/manual/images/blue_dir.gif
-share/doc/EZ/html/manual/images/blue_grab.gif
-share/doc/EZ/html/manual/images/blue_next.gif
-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/ez.gif
-share/doc/EZ/html/manual/images/grnbg.gif
-share/doc/EZ/html/manual/images/79.gif
-share/doc/EZ/html/manual/images/80.gif
-share/doc/EZ/html/manual/images/81.gif
-share/doc/EZ/html/manual/contents.html
share/doc/EZ/html/manual/0.html
share/doc/EZ/html/manual/1.html
share/doc/EZ/html/manual/2.html
@@ -757,167 +778,169 @@ 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/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/120.html
-share/doc/EZ/html/manual/121.html
-share/doc/EZ/html/manual/122.html
-share/doc/EZ/html/manual/123.html
-share/doc/EZ/html/manual/124.html
-share/doc/EZ/html/manual/125.html
-share/doc/EZ/html/manual/126.html
-share/doc/EZ/html/manual/127.html
-share/doc/EZ/html/manual/128.html
-share/doc/EZ/html/manual/129.html
-share/doc/EZ/html/manual/130.html
-share/doc/EZ/html/manual/131.html
-share/doc/EZ/html/manual/132.html
-share/doc/EZ/html/manual/133.html
-share/doc/EZ/html/manual/134.html
-share/doc/EZ/html/manual/135.html
-share/doc/EZ/html/manual/136.html
-share/doc/EZ/html/manual/137.html
-share/doc/EZ/html/manual/138.html
-share/doc/EZ/html/manual/139.html
-share/doc/EZ/html/manual/140.html
-share/doc/EZ/html/manual/141.html
-share/doc/EZ/html/manual/142.html
-share/doc/EZ/html/manual/143.html
-share/doc/EZ/html/manual/144.html
-share/doc/EZ/html/manual/145.html
-share/doc/EZ/html/manual/146.html
-share/doc/EZ/html/manual/147.html
-share/doc/EZ/html/manual/148.html
-share/doc/EZ/html/manual/149.html
-share/doc/EZ/html/manual/150.html
-share/doc/EZ/html/manual/151.html
-share/doc/EZ/html/manual/152.html
-share/doc/EZ/html/manual/153.html
-share/doc/EZ/html/manual/154.html
-share/doc/EZ/html/manual/155.html
-share/doc/EZ/html/manual/156.html
-share/doc/EZ/html/manual/157.html
-share/doc/EZ/html/manual/158.html
-share/doc/EZ/html/manual/159.html
-share/doc/EZ/html/manual/160.html
-share/doc/EZ/html/manual/161.html
-share/doc/EZ/html/manual/162.html
-share/doc/EZ/html/manual/163.html
-share/doc/EZ/html/manual/164.html
-share/doc/EZ/html/manual/165.html
-share/doc/EZ/html/manual/166.html
-share/doc/EZ/html/manual/167.html
-share/doc/EZ/html/manual/168.html
-share/doc/EZ/html/manual/169.html
-share/doc/EZ/html/manual/170.html
-share/doc/EZ/html/manual/171.html
-share/doc/EZ/html/manual/172.html
-share/doc/EZ/html/manual/173.html
-share/doc/EZ/html/manual/174.html
-share/doc/EZ/html/manual/175.html
-share/doc/EZ/html/manual/176.html
-share/doc/EZ/html/manual/177.html
-share/doc/EZ/html/manual/178.html
-share/doc/EZ/html/manual/179.html
-share/doc/EZ/html/manual/180.html
-share/doc/EZ/html/manual/181.html
-share/doc/EZ/html/manual/182.html
-share/doc/EZ/html/manual/183.html
-share/doc/EZ/html/manual/184.html
-share/doc/EZ/html/manual/185.html
-share/doc/EZ/html/manual/186.html
-share/doc/EZ/html/manual/187.html
-share/doc/EZ/html/manual/188.html
-share/doc/EZ/html/manual/189.html
-share/doc/EZ/html/manual/190.html
-share/doc/EZ/html/manual/191.html
-share/doc/EZ/html/manual/192.html
-share/doc/EZ/html/manual/193.html
-share/doc/EZ/html/manual/194.html
-share/doc/EZ/html/manual/195.html
-share/doc/EZ/html/manual/196.html
-share/doc/EZ/html/manual/197.html
-share/doc/EZ/html/manual/198.html
-share/doc/EZ/html/manual/199.html
-share/doc/EZ/html/manual/200.html
-share/doc/EZ/html/manual/201.html
-share/doc/EZ/html/manual/202.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
+share/doc/EZ/html/manual/images/13.gif
+share/doc/EZ/html/manual/images/14.gif
+share/doc/EZ/html/manual/images/15.gif
+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/20.gif
+share/doc/EZ/html/manual/images/21.gif
+share/doc/EZ/html/manual/images/22.gif
+share/doc/EZ/html/manual/images/23.gif
+share/doc/EZ/html/manual/images/24.gif
+share/doc/EZ/html/manual/images/25.gif
+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/30.gif
+share/doc/EZ/html/manual/images/31.gif
+share/doc/EZ/html/manual/images/32.gif
+share/doc/EZ/html/manual/images/33.gif
+share/doc/EZ/html/manual/images/34.gif
+share/doc/EZ/html/manual/images/35.gif
+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/40.gif
+share/doc/EZ/html/manual/images/41.gif
+share/doc/EZ/html/manual/images/42.gif
+share/doc/EZ/html/manual/images/43.gif
+share/doc/EZ/html/manual/images/44.gif
+share/doc/EZ/html/manual/images/45.gif
+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/50.gif
+share/doc/EZ/html/manual/images/51.gif
+share/doc/EZ/html/manual/images/52.gif
+share/doc/EZ/html/manual/images/53.gif
+share/doc/EZ/html/manual/images/54.gif
+share/doc/EZ/html/manual/images/55.gif
+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/60.gif
+share/doc/EZ/html/manual/images/61.gif
+share/doc/EZ/html/manual/images/62.gif
+share/doc/EZ/html/manual/images/63.gif
+share/doc/EZ/html/manual/images/64.gif
+share/doc/EZ/html/manual/images/65.gif
+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/70.gif
+share/doc/EZ/html/manual/images/bg.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
+share/doc/EZ/html/manual/images/blue_dir.gif
+share/doc/EZ/html/manual/images/blue_grab.gif
+share/doc/EZ/html/manual/images/blue_next.gif
+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/cbutton.jpg
+share/doc/EZ/html/manual/images/dot_clear.gif
+share/doc/EZ/html/manual/images/entry.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/grnbg.gif
+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/listbox.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
+share/doc/EZ/html/manual/images/menu1.jpg
+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/rbutton.jpg
+share/doc/EZ/html/manual/images/red_ball_small.gif
+share/doc/EZ/html/manual/images/scroll.jpg
+share/doc/EZ/html/manual/images/slider.jpg
+share/doc/EZ/html/manual/images/statusmeter.jpg
+share/doc/EZ/html/manual/images/text.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/Button.gif
-share/doc/EZ/html/screenshots/Frame
-share/doc/EZ/html/screenshots/CheckButton.gif
-share/doc/EZ/html/screenshots/Entry.gif
-share/doc/EZ/html/screenshots/Executor.gif
-share/doc/EZ/html/screenshots/FileSelector.gif
-share/doc/EZ/html/screenshots/FancyListbox.gif
-share/doc/EZ/html/screenshots/Icon.gif
-share/doc/EZ/html/screenshots/Frame.gif
-share/doc/EZ/html/screenshots/Label.gif
share/doc/EZ/html/screenshots/3DCanvas.gif
-share/doc/EZ/html/screenshots/Listbox.gif
-share/doc/EZ/html/screenshots/ListTree.gif
-share/doc/EZ/html/screenshots/Menu.gif
-share/doc/EZ/html/screenshots/Notebook.gif
-share/doc/EZ/html/screenshots/OptionEntry.gif
-share/doc/EZ/html/screenshots/PaneHandle.gif
-share/doc/EZ/html/screenshots/TextWidget.gif
-share/doc/EZ/html/screenshots/WorkArea.gif
-share/doc/EZ/html/screenshots/Slider.gif
-share/doc/EZ/html/screenshots/RadioButton.gif
-share/doc/EZ/html/screenshots/Entry
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/Icon.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/Button
-share/doc/EZ/html/screenshots/Icon
-share/doc/EZ/html/screenshots/Label
-share/doc/EZ/html/screenshots/CheckButton
-share/doc/EZ/html/screenshots/RadioButton
-share/doc/EZ/html/screenshots/3DCanvas
-share/doc/EZ/html/screenshots/Executor
-share/doc/EZ/html/screenshots/FancyListbox
-share/doc/EZ/html/screenshots/ListTree
-share/doc/EZ/html/screenshots/Listbox
-share/doc/EZ/html/screenshots/Menu
-share/doc/EZ/html/screenshots/Notebook
-share/doc/EZ/html/screenshots/PaneHandle
-share/doc/EZ/html/screenshots/Slider
-share/doc/EZ/html/screenshots/TextWidget
-share/doc/EZ/html/screenshots/Led.gif
-share/doc/EZ/html/screenshots/Lcd
share/doc/EZ/html/screenshots/Lcd.gif
share/doc/EZ/html/screenshots/Lcd.html
-share/doc/EZ/html/screenshots/Led
-share/doc/EZ/html/screenshots/Led.html
-share/doc/EZ/html/screenshots/StatusMeter.gif
-share/doc/EZ/html/screenshots/StatusMeter
-share/doc/EZ/html/screenshots/StatusMeter.html
+share/doc/EZ/html/screenshots/listbox.jpg
share/doc/EZ/html/mailinglist.html
share/doc/EZ/html/screenshots.html
share/doc/EZ/html/download.html
@@ -925,81 +948,80 @@ share/doc/EZ/html/documentation.html
share/doc/EZ/html/release.html
share/doc/EZ/ps/part1.ps
share/doc/EZ/ps/part2.ps
-share/examples/EZ/Example.c
-share/examples/EZ/Example1.c
-share/examples/EZ/Example10.c
-share/examples/EZ/Example11.c
-share/examples/EZ/Example12S.c
-share/examples/EZ/Example12T.c
-share/examples/EZ/Example13S.c
-share/examples/EZ/Example13T.c
-share/examples/EZ/Example14.c
-share/examples/EZ/Example15.c
-share/examples/EZ/Example16.c
-share/examples/EZ/Example2.c
-share/examples/EZ/Example3.c
-share/examples/EZ/Example4.c
-share/examples/EZ/Example5.c
-share/examples/EZ/Example6.c
-share/examples/EZ/Example7.c
-share/examples/EZ/Example8.c
-share/examples/EZ/Example9.c
-share/examples/EZ/ExampleEHandler.c
-share/examples/EZ/ExampleFLB.c
-share/examples/EZ/ExampleG.c
-share/examples/EZ/ExampleG1.c
-share/examples/EZ/ExampleG2.c
-share/examples/EZ/ExampleG3.c
-share/examples/EZ/ExampleG4.c
-share/examples/EZ/ExampleGGG.c
-share/examples/EZ/ExampleGshade.c
-share/examples/EZ/ExampleImage.c
-share/examples/EZ/ExampleInput.c
-share/examples/EZ/ExampleLed.c
-share/examples/EZ/ExampleMsg.c
-share/examples/EZ/ExampleNBtn.c
-share/examples/EZ/ExampleTimer.c
-share/examples/EZ/ExampleTree.c
-share/examples/EZ/FLBSelection.c
-share/examples/EZ/GridBag.c
+share/examples/EZ/Demo
share/examples/EZ/Makefile
-share/examples/EZ/brick.gif
-share/examples/EZ/clock.c
+share/examples/EZ/README
+share/examples/EZ/arrows.c
+share/examples/EZ/bg.gif
+share/examples/EZ/bg1.gif
+share/examples/EZ/button_pig.xpm
+share/examples/EZ/cbutton.c
+share/examples/EZ/cloth.gif
share/examples/EZ/cursor.c
-share/examples/EZ/dog3.xpm
-share/examples/EZ/file.xpm
-share/examples/EZ/fish1.xpm
-share/examples/EZ/fish2.xpm
+share/examples/EZ/demo.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/src1.c
+share/examples/EZ/demos/DnD/target1.c
+share/examples/EZ/demos/DnD/README
+share/examples/EZ/demos/GL/pendulum.c
+share/examples/EZ/demos/GL/gears.c
+share/examples/EZ/demos/GL/image.c
+share/examples/EZ/demos/GL/julia.c
+share/examples/EZ/demos/GL/flowers.xpm
+share/examples/EZ/demos/GL/guilin.gif
+share/examples/EZ/demos/GL/Makefile
+share/examples/EZ/demos/GL/README
+share/examples/EZ/demos/Makefile
+share/examples/EZ/demos/Message/client.c
+share/examples/EZ/demos/Message/server.c
+share/examples/EZ/demos/Message/Makefile
+share/examples/EZ/demos/Message/README
+share/examples/EZ/demos/README
+share/examples/EZ/demos/animate.c
+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
+share/examples/EZ/demos/burning/borrar-3.xpm
+share/examples/EZ/demos/burning/borrar-4.xpm
+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
+share/examples/EZ/demos/burning/README
+share/examples/EZ/demos/burning/README.~1~
+share/examples/EZ/demos/clock.c
+share/examples/EZ/demos/counter.c
+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/entry.c
+share/examples/EZ/fileselector.c
+share/examples/EZ/flistbox.c
share/examples/EZ/folder.xpm
-share/examples/EZ/guilin.gif
-share/examples/EZ/image2.c
-share/examples/EZ/meter.c
+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/pixmaps/eye0.xpm
-share/examples/EZ/pixmaps/eye1.xpm
-share/examples/EZ/pixmaps/eye10.xpm
-share/examples/EZ/pixmaps/eye11.xpm
-share/examples/EZ/pixmaps/eye12.xpm
-share/examples/EZ/pixmaps/eye13.xpm
-share/examples/EZ/pixmaps/eye14.xpm
-share/examples/EZ/pixmaps/eye15.xpm
-share/examples/EZ/pixmaps/eye16.xpm
-share/examples/EZ/pixmaps/eye17.xpm
-share/examples/EZ/pixmaps/eye18.xpm
-share/examples/EZ/pixmaps/eye19.xpm
-share/examples/EZ/pixmaps/eye2.xpm
-share/examples/EZ/pixmaps/eye20.xpm
-share/examples/EZ/pixmaps/eye21.xpm
-share/examples/EZ/pixmaps/eye22.xpm
-share/examples/EZ/pixmaps/eye23.xpm
-share/examples/EZ/pixmaps/eye24.xpm
-share/examples/EZ/pixmaps/eye3.xpm
-share/examples/EZ/pixmaps/eye4.xpm
-share/examples/EZ/pixmaps/eye5.xpm
-share/examples/EZ/pixmaps/eye6.xpm
-share/examples/EZ/pixmaps/eye7.xpm
-share/examples/EZ/pixmaps/eye8.xpm
-share/examples/EZ/pixmaps/eye9.xpm
+share/examples/EZ/workarea.c
+share/examples/EZ/xevent.c
@dirrm share/doc/EZ/html/images
@dirrm share/doc/EZ/html/manp
@dirrm share/doc/EZ/html/manual/images
@@ -1009,5 +1031,9 @@ share/examples/EZ/pixmaps/eye9.xpm
@dirrm share/doc/EZ/html
@dirrm share/doc/EZ/ps
@dirrm share/doc/EZ
-@dirrm share/examples/EZ/pixmaps
+@dirrm share/examples/EZ/demos/DnD
+@dirrm share/examples/EZ/demos/GL
+@dirrm share/examples/EZ/demos/Message
+@dirrm share/examples/EZ/demos/burning
+@dirrm share/examples/EZ/demos
@dirrm share/examples/EZ