Date: Wed, 14 Jan 2026 20:56:51 +0000 From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d90391cb198a - main - thentenaar-motif*: Repocopy open-motif* to thentenaar-motif* Message-ID: <69680313.20603.633132df@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=d90391cb198af4d639eb0d2552b7dce663771f50 commit d90391cb198af4d639eb0d2552b7dce663771f50 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2026-01-02 18:48:05 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2026-01-14 20:56:04 +0000 thentenaar-motif*: Repocopy open-motif* to thentenaar-motif* A fork of open-motif is now being developed. It will eventually replace open-motif but development is too active to replace open-motif for fear of breaking many ports. --- x11-toolkits/Makefile | 2 + x11-toolkits/thentenaar-motif-devel/Makefile | 59 + x11-toolkits/thentenaar-motif-devel/distinfo | 3 + .../files/patch-acinclude.m4 | 16 + .../files/patch-clients__uil__UilDefI.h | 11 + .../files/patch-clients_mwm_WmError.h | 11 + .../files/patch-configure.ac | 11 + .../files/patch-lib_Xm_DragC.c | 76 ++ .../files/patch-lib_Xm_MenuShell.c | 10 + .../files/patch-lib_Xm_XmRenderT.c | 15 + .../files/patch-lib__Xm__ColorS.c | 22 + x11-toolkits/thentenaar-motif-devel/pkg-descr | 10 + x11-toolkits/thentenaar-motif-devel/pkg-plist | 1248 ++++++++++++++++++++ x11-toolkits/thentenaar-motif/Makefile | 55 + x11-toolkits/thentenaar-motif/distinfo | 3 + .../thentenaar-motif/files/patch-acinclude.m4 | 16 + .../files/patch-clients__uil__UilDefI.h | 11 + .../files/patch-clients_mwm_WmError.h | 11 + .../thentenaar-motif/files/patch-configure.ac | 11 + .../thentenaar-motif/files/patch-lib_Xm_DragC.c | 76 ++ .../files/patch-lib_Xm_MenuShell.c | 10 + .../files/patch-lib_Xm_XmRenderT.c | 15 + .../thentenaar-motif/files/patch-lib__Xm__ColorS.c | 22 + x11-toolkits/thentenaar-motif/pkg-descr | 10 + x11-toolkits/thentenaar-motif/pkg-plist | 1248 ++++++++++++++++++++ 25 files changed, 2982 insertions(+) diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 302f8da7dc5d..b7b1912bc431 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -250,6 +250,8 @@ SUBDIR += swt SUBDIR += tepl6 SUBDIR += termit + SUBDIR += thentenaar-motif + SUBDIR += thentenaar-motif-devel SUBDIR += tix SUBDIR += tk-wrapper SUBDIR += tk86 diff --git a/x11-toolkits/thentenaar-motif-devel/Makefile b/x11-toolkits/thentenaar-motif-devel/Makefile new file mode 100644 index 000000000000..e598938f7e80 --- /dev/null +++ b/x11-toolkits/thentenaar-motif-devel/Makefile @@ -0,0 +1,59 @@ +PORTNAME= open-motif +PORTVERSION= ${COMMIT_DATE} +PORTREVISION= 7 +CATEGORIES= x11-toolkits +PKGNAMESUFFIX= -devel + +MAINTAINER= cy@FreeBSD.org +COMMENT= Motif X11 Toolkit (industry standard GUI (IEEE 1295)) +WWW= https://motif.ics.com/ + +USE_GITHUB= yes +GH_ACCOUNT= cschuber +GH_PROJECT= motif +GH_TAGNAME= 0f556b08 +COMMIT_DATE= 2023.02.16 + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + +MAKE_JOBS_UNSAFE= yes +CONFLICTS= lesstif +CONFLICTS_INSTALL= open-motif + +USES= autoreconf gmake iconv jpeg libtool:keepla pkgconfig xorg +USE_XORG= x11 xaw xbitmaps xext xft xt xmu xrender sm ice +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libpng.so:graphics/png \ + libXmu.so:x11-toolkits/libXmu +GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share +USE_LDCONFIG= yes +CONFIGURE_ARGS= --enable-printing=no +CPPFLAGS+= -DCSRG_BASED -DXUSE_MTSAFE_API -DXNO_MTSAFE_PWDAPI -I${PREFIX}/include +USE_CSTD= gnu89 +INSTALL_TARGET= install-strip + +OPTIONS_DEFINE= DOCS + +post-patch: +# fix sections + @${FIND} ${WRKSRC}/doc/man/man1 -name '*.1' -maxdepth 1 | \ + ${XARGS} ${REINPLACE_CMD} -e 's|user cmd|1|' + @${FIND} ${WRKSRC}/doc/man/man3 -name '*.3' -maxdepth 1 | \ + ${XARGS} ${REINPLACE_CMD} -e 's|library call|3|' +# mwmrc is not a kernel interface!! + @cd ${WRKSRC}/doc/man && ${CP} -f man4/mwmrc.4 man5/mwmrc.5 + @${FIND} ${WRKSRC}/doc/man/man5 -name '*.5' -maxdepth 1 | \ + ${XARGS} ${REINPLACE_CMD} -e 's|special file|5| ; \ + s|file formats|5|' + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/configure.ac + +post-install: + @${MKDIR} ${STAGEDIR}${DOCSDIR} +.for i in BUGREPORT README RELNOTES + ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} +.endfor + +.include <bsd.port.mk> diff --git a/x11-toolkits/thentenaar-motif-devel/distinfo b/x11-toolkits/thentenaar-motif-devel/distinfo new file mode 100644 index 000000000000..3d61f0ccd591 --- /dev/null +++ b/x11-toolkits/thentenaar-motif-devel/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1681746898 +SHA256 (cschuber-motif-2023.02.16-0f556b08_GH0.tar.gz) = 0a77ee0b43fa4613537333f81cd69aca1355dcee911e04ebf5f3f8f0184dab2e +SIZE (cschuber-motif-2023.02.16-0f556b08_GH0.tar.gz) = 8865594 diff --git a/x11-toolkits/thentenaar-motif-devel/files/patch-acinclude.m4 b/x11-toolkits/thentenaar-motif-devel/files/patch-acinclude.m4 new file mode 100644 index 000000000000..2d2b8243f5d3 --- /dev/null +++ b/x11-toolkits/thentenaar-motif-devel/files/patch-acinclude.m4 @@ -0,0 +1,16 @@ +--- acinclude.m4.orig 2023-02-16 00:42:34 UTC ++++ acinclude.m4 +@@ -50,7 +50,12 @@ AC_DEFUN([AM_FUNC_VOID_SPRINTF], + AC_DEFUN([AM_FUNC_VOID_SPRINTF], + [AC_CACHE_CHECK(whether sprintf returns void, ac_cv_func_void_sprintf, + [AC_TRY_RUN([#include <stdio.h> +-int sprintf(); main() { exit(sprintf(".")); }], ++int main() { ++ char buf[1]; ++ int i = sprintf(buf, ""); ++ return 0; ++} ++], + ac_cv_func_void_sprintf=no, ac_cv_func_void_sprintf=yes, ac_cv_func_void_sprintf=yes)]) + if test $ac_cv_func_void_sprintf = no; then + AC_DEFINE(VOID_SPRINTF,1, diff --git a/x11-toolkits/thentenaar-motif-devel/files/patch-clients__uil__UilDefI.h b/x11-toolkits/thentenaar-motif-devel/files/patch-clients__uil__UilDefI.h new file mode 100644 index 000000000000..02fd1e17f139 --- /dev/null +++ b/x11-toolkits/thentenaar-motif-devel/files/patch-clients__uil__UilDefI.h @@ -0,0 +1,11 @@ +--- clients/uil/UilDefI.h.orig 2023-02-16 00:42:34 UTC ++++ clients/uil/UilDefI.h +@@ -263,7 +263,7 @@ extern char* uil_mmove(char*, char*, int); + #include "UilIODef.h" + #include "UilDiagDef.h" + #include "UilSarDef.h" +-#if defined(linux) || defined(__APPLE__) ++#if defined(linux) || defined(__APPLE__) || defined(__FreeBSD__) + #define YYSTYPE yystype + #endif + #include "UilLexPars.h" diff --git a/x11-toolkits/thentenaar-motif-devel/files/patch-clients_mwm_WmError.h b/x11-toolkits/thentenaar-motif-devel/files/patch-clients_mwm_WmError.h new file mode 100644 index 000000000000..c25975f099a8 --- /dev/null +++ b/x11-toolkits/thentenaar-motif-devel/files/patch-clients_mwm_WmError.h @@ -0,0 +1,11 @@ +--- clients/mwm/WmError.h.orig 2017-08-17 00:38:43 UTC ++++ clients/mwm/WmError.h +@@ -32,7 +32,7 @@ extern int WmXIOErrorHandler (Display *display); + extern void WmInitErrorHandler (Display *display); + extern int WmXErrorHandler (Display *display, XErrorEvent *errorEvent); + extern int WmXIOErrorHandler (Display *display); +-extern void WmXtErrorHandler (char *message); ++extern void WmXtErrorHandler (char *message) _X_NORETURN; + extern void WmXtWarningHandler (char *message); + extern void Warning (char *message); + #ifndef NO_MESSAGE_CATALOG diff --git a/x11-toolkits/thentenaar-motif-devel/files/patch-configure.ac b/x11-toolkits/thentenaar-motif-devel/files/patch-configure.ac new file mode 100644 index 000000000000..91389b290e87 --- /dev/null +++ b/x11-toolkits/thentenaar-motif-devel/files/patch-configure.ac @@ -0,0 +1,11 @@ +--- configure.ac.orig 2023-02-16 00:42:34 UTC ++++ configure.ac +@@ -164,7 +164,7 @@ then + if test x$GCC = xyes + then + CFLAGS="$CFLAGS -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment" +- if test ` $CC -dumpversion | sed -e 's/\(^.\).*/\1/'` = "4" ; then ++ if ! $CC -v 2>&1 | grep clang > /dev/null && test ` $CC -dumpversion | sed -e 's/\(^.\).*/\1/'` = "4" ; then + CFLAGS="$CFLAGS -fno-tree-ter" + fi + fi diff --git a/x11-toolkits/thentenaar-motif-devel/files/patch-lib_Xm_DragC.c b/x11-toolkits/thentenaar-motif-devel/files/patch-lib_Xm_DragC.c new file mode 100644 index 000000000000..48173871ea3e --- /dev/null +++ b/x11-toolkits/thentenaar-motif-devel/files/patch-lib_Xm_DragC.c @@ -0,0 +1,76 @@ +--- lib/Xm/DragC.c.orig 2023-02-16 00:42:34 UTC ++++ lib/Xm/DragC.c +@@ -846,35 +846,18 @@ ValidateDragOver( + if (newStyle != oldStyle) + { + /* +- * If we're not still waiting to hear from the window manager, +- * and we're not running dynamic, then we can grab. ++ * If we are in pixmap mode, release the grab. + */ +- if ((dc->drag.trackingMode != XmDRAG_TRACK_WM_QUERY_PENDING) && +- (newStyle != XmDRAG_DYNAMIC) && +- (initiator != XmDRAG_DYNAMIC) && +- (initiator != XmDRAG_PREFER_DYNAMIC)) ++ if (dc->drag.serverGrabbed) + { +- if (!dc->drag.serverGrabbed) +- { +- XGrabServer(XtDisplay(dc)); +- dc->drag.serverGrabbed = True; +- XtSetArg(args[0], XmNdragOverMode, XmPIXMAP); +- XtSetValues( (Widget)dc->drag.curDragOver, args, 1); +- } ++ XUngrabServer(XtDisplay(dc)); ++ dc->drag.serverGrabbed = False; ++ if (xmDisplay -> display.displayHasShapeExtension) ++ XtSetArg(args[0], XmNdragOverMode, XmDRAG_WINDOW); ++ else ++ XtSetArg(args[0], XmNdragOverMode, XmCURSOR); ++ XtSetValues( (Widget)dc->drag.curDragOver, args, 1); + } +- else +- { +- if (dc->drag.serverGrabbed) +- { +- XUngrabServer(XtDisplay(dc)); +- dc->drag.serverGrabbed = False; +- if (xmDisplay -> display.displayHasShapeExtension) +- XtSetArg(args[0], XmNdragOverMode, XmDRAG_WINDOW); +- else +- XtSetArg(args[0], XmNdragOverMode, XmCURSOR); +- XtSetValues( (Widget)dc->drag.curDragOver, args, 1); +- } +- } + } + } + +@@ -1687,23 +1670,13 @@ NewScreen( + /* Build a new one */ + i = 0; + /* +- * If this is the first call, tracking mode will be querypending +- * and we have to come up in cursor mode. Otherwise, we come up +- * in cursor for dynamic and pixmap for preregister. ++ * Always come up in window mode (or cursor if SHAPE is not available). + */ +- if ((dc->drag.trackingMode == XmDRAG_TRACK_WM_QUERY_PENDING) || +- (dc->drag.activeProtocolStyle == XmDRAG_DYNAMIC)) +- { +- if (dpy -> display.displayHasShapeExtension) +- XtSetArg(args[i], XmNdragOverMode, XmDRAG_WINDOW); +- else +- XtSetArg(args[i], XmNdragOverMode, XmCURSOR); +- i++; +- } ++ if (dpy -> display.displayHasShapeExtension) ++ XtSetArg(args[i], XmNdragOverMode, XmDRAG_WINDOW); + else +- { +- XtSetArg(args[i], XmNdragOverMode, XmPIXMAP); i++; +- } ++ XtSetArg(args[i], XmNdragOverMode, XmCURSOR); ++ i++; + + XtSetArg(args[i], XmNhotX, dc->core.x); i++; + XtSetArg(args[i], XmNhotY, dc->core.y); i++; diff --git a/x11-toolkits/thentenaar-motif-devel/files/patch-lib_Xm_MenuShell.c b/x11-toolkits/thentenaar-motif-devel/files/patch-lib_Xm_MenuShell.c new file mode 100644 index 000000000000..4408c28c37bd --- /dev/null +++ b/x11-toolkits/thentenaar-motif-devel/files/patch-lib_Xm_MenuShell.c @@ -0,0 +1,10 @@ +--- lib/Xm/MenuShell.c.orig 2023-02-16 00:42:34 UTC ++++ lib/Xm/MenuShell.c +@@ -988,6 +988,7 @@ ForceMenuPaneOnScreen( + if (bottomEdgeOfMenu >= (Position)dispHeight) + { + if (pulldown_button && XtParent(pulldown_button) && ++ XmIsRowColumn(XtParent(pulldown_button)) && + (RC_Type(XtParent(pulldown_button)) == XmMENU_BAR)) + { + Position y_temp = *y; diff --git a/x11-toolkits/thentenaar-motif-devel/files/patch-lib_Xm_XmRenderT.c b/x11-toolkits/thentenaar-motif-devel/files/patch-lib_Xm_XmRenderT.c new file mode 100644 index 000000000000..a9f275edd41a --- /dev/null +++ b/x11-toolkits/thentenaar-motif-devel/files/patch-lib_Xm_XmRenderT.c @@ -0,0 +1,15 @@ +--- lib/Xm/XmRenderT.c.orig 2023-02-16 00:42:34 UTC ++++ lib/Xm/XmRenderT.c +@@ -2091,10 +2091,9 @@ ValidateAndLoadFont(XmRendition rend, Display *display + static int count_rend=0, num_rend; + num_rend = GetSameRenditions(rend_cache, rend, count_rend); + +- if (num_rend>=0) ++ if(num_rend >= 0 && (display == _XmRendDisplay(rend_cache[num_rend]))) { + _XmRendXftFont(rend) = _XmRendXftFont(rend_cache[num_rend]); +- else +- { ++ } else { + #endif + _XmRendPattern(rend) = FcPatternCreate(); + if (_XmRendFontName(rend)) diff --git a/x11-toolkits/thentenaar-motif-devel/files/patch-lib__Xm__ColorS.c b/x11-toolkits/thentenaar-motif-devel/files/patch-lib__Xm__ColorS.c new file mode 100644 index 000000000000..749f29e79dd7 --- /dev/null +++ b/x11-toolkits/thentenaar-motif-devel/files/patch-lib__Xm__ColorS.c @@ -0,0 +1,22 @@ +--- lib/Xm/ColorS.c.orig 2023-02-16 00:42:34 UTC ++++ lib/Xm/ColorS.c +@@ -56,6 +56,10 @@ + + #define SUPERCLASS ((WidgetClass) &xmManagerClassRec) + ++#ifndef LIBDIR ++#define LIBDIR "/usr/local/lib/X11" ++#endif ++ + /************************************************************ + * MACROS + ************************************************************/ +@@ -146,7 +150,7 @@ static XtResource resources[] = + { + XmNrgbFile, XmCString, XmRString, + sizeof(String), XtOffsetOf(XmColorSelectorRec, cs.rgb_file), +- XmRString, (XtPointer) "/usr/lib/X11/rgb.txt" ++ XmRString, (XtPointer) LIBDIR"/rgb.txt" + }, + #endif + { diff --git a/x11-toolkits/thentenaar-motif-devel/pkg-descr b/x11-toolkits/thentenaar-motif-devel/pkg-descr new file mode 100644 index 000000000000..402ec8dd521c --- /dev/null +++ b/x11-toolkits/thentenaar-motif-devel/pkg-descr @@ -0,0 +1,10 @@ +Motif(r) is the industry standard graphical user interface, (as defined by +the IEEE 1295 specification), used on more than 200 hardware and software +platforms. It provides application developers, end users, and system +vendors with the industry's most widely used environment for standardizing +application presentation on a wide range of platforms. Motif is the +leading user interface toolkit for the UNIX(r) system. + +NOTE: Some ports with GNU configure do not know that Motif 2.1 requires -lXp. +In that case, you need to edit Makefile after configure, or, hack +configure(.in) before configure. diff --git a/x11-toolkits/thentenaar-motif-devel/pkg-plist b/x11-toolkits/thentenaar-motif-devel/pkg-plist new file mode 100644 index 000000000000..24d3fa8b0788 --- /dev/null +++ b/x11-toolkits/thentenaar-motif-devel/pkg-plist @@ -0,0 +1,1248 @@ +bin/mwm +bin/uil +bin/xmbind +include/Mrm/MrmAppl.h +include/Mrm/MrmDecls.h +include/Mrm/MrmPublic.h +include/Mrm/MrmosI.h +include/X11/bitmaps/xm_error +include/X11/bitmaps/xm_hour16 +include/X11/bitmaps/xm_hour16m +include/X11/bitmaps/xm_hour32 +include/X11/bitmaps/xm_hour32m +include/X11/bitmaps/xm_information +include/X11/bitmaps/xm_noenter16 +include/X11/bitmaps/xm_noenter16m +include/X11/bitmaps/xm_noenter32 +include/X11/bitmaps/xm_noenter32m +include/X11/bitmaps/xm_question +include/X11/bitmaps/xm_warning +include/X11/bitmaps/xm_working +include/Xm/AccColorT.h +include/Xm/AccTextT.h +include/Xm/ActivatableT.h +include/Xm/ArrowB.h +include/Xm/ArrowBG.h +include/Xm/ArrowBGP.h +include/Xm/ArrowBP.h +include/Xm/AtomMgr.h +include/Xm/BaseClassP.h +include/Xm/BulletinB.h +include/Xm/BulletinBP.h +include/Xm/ButtonBox.h +include/Xm/ButtonBoxP.h +include/Xm/CacheP.h +include/Xm/CareVisualT.h +include/Xm/CascadeB.h +include/Xm/CascadeBG.h +include/Xm/CascadeBGP.h +include/Xm/CascadeBP.h +include/Xm/ClipWindowP.h +include/Xm/ColorObjP.h +include/Xm/ColorP.h +include/Xm/ColorS.h +include/Xm/ColorSP.h +include/Xm/Column.h +include/Xm/ColumnP.h +include/Xm/ComboBox.h +include/Xm/ComboBox2.h +include/Xm/ComboBox2P.h +include/Xm/ComboBoxP.h +include/Xm/Command.h +include/Xm/CommandP.h +include/Xm/ContItemT.h +include/Xm/Container.h +include/Xm/ContainerP.h +include/Xm/ContainerT.h +include/Xm/CutPaste.h +include/Xm/DataF.h +include/Xm/DataFP.h +include/Xm/DataFSelP.h +include/Xm/DesktopP.h +include/Xm/DialogS.h +include/Xm/DialogSEP.h +include/Xm/DialogSP.h +include/Xm/DialogSavvyT.h +include/Xm/Display.h +include/Xm/DisplayP.h +include/Xm/DragC.h +include/Xm/DragCP.h +include/Xm/DragDrop.h +include/Xm/DragIcon.h +include/Xm/DragIconP.h +include/Xm/DragOverS.h +include/Xm/DragOverSP.h +include/Xm/DrawP.h +include/Xm/DrawUtils.h +include/Xm/DrawingA.h +include/Xm/DrawingAP.h +include/Xm/DrawnB.h +include/Xm/DrawnBP.h +include/Xm/DropDown.h +include/Xm/DropDownP.h +include/Xm/DropSMgr.h +include/Xm/DropSMgrP.h +include/Xm/DropTrans.h +include/Xm/DropTransP.h +include/Xm/Ext.h +include/Xm/Ext18List.h +include/Xm/Ext18ListP.h +include/Xm/ExtObjectP.h +include/Xm/ExtP.h +include/Xm/FileSB.h +include/Xm/FileSBP.h +include/Xm/FontS.h +include/Xm/FontSP.h +include/Xm/Form.h +include/Xm/FormP.h +include/Xm/Frame.h +include/Xm/FrameP.h +include/Xm/Gadget.h +include/Xm/GadgetP.h +include/Xm/GrabShell.h +include/Xm/GrabShellP.h +include/Xm/Hierarchy.h +include/Xm/HierarchyP.h +include/Xm/IconBox.h +include/Xm/IconBoxP.h +include/Xm/IconButton.h +include/Xm/IconButtonP.h +include/Xm/IconFile.h +include/Xm/IconFileP.h +include/Xm/IconG.h +include/Xm/IconGP.h +include/Xm/IconH.h +include/Xm/IconHP.h +include/Xm/JoinSideT.h +include/Xm/Label.h +include/Xm/LabelG.h +include/Xm/LabelGP.h +include/Xm/LabelP.h +include/Xm/LayoutT.h +include/Xm/List.h +include/Xm/ListP.h +include/Xm/MainW.h +include/Xm/MainWP.h +include/Xm/Manager.h +include/Xm/ManagerP.h +include/Xm/MenuProcP.h +include/Xm/MenuShell.h +include/Xm/MenuShellP.h +include/Xm/MenuStateP.h +include/Xm/MenuT.h +include/Xm/MenuUtilP.h +include/Xm/MessageB.h +include/Xm/MessageBP.h +include/Xm/MultiList.h +include/Xm/MultiListP.h +include/Xm/MwmUtil.h +include/Xm/NavigatorT.h +include/Xm/Notebook.h +include/Xm/NotebookP.h +include/Xm/Outline.h +include/Xm/OutlineP.h +include/Xm/Paned.h +include/Xm/PanedP.h +include/Xm/PanedW.h +include/Xm/PanedWP.h +include/Xm/Picture.h +include/Xm/PictureP.h +include/Xm/PointInT.h +include/Xm/Primitive.h +include/Xm/PrimitiveP.h +include/Xm/Print.h +include/Xm/PrintSP.h +include/Xm/Protocols.h +include/Xm/ProtocolsP.h +include/Xm/PushB.h +include/Xm/PushBG.h +include/Xm/PushBGP.h +include/Xm/PushBP.h +include/Xm/RCLayoutP.h +include/Xm/RCMenuP.h +include/Xm/RepType.h +include/Xm/RowColumn.h +include/Xm/RowColumnP.h +include/Xm/SSpinB.h +include/Xm/SSpinBP.h +include/Xm/SashP.h +include/Xm/Scale.h +include/Xm/ScaleP.h +include/Xm/Screen.h +include/Xm/ScreenP.h +include/Xm/ScrollBar.h +include/Xm/ScrollBarP.h +include/Xm/ScrollFrameT.h +include/Xm/ScrolledW.h +include/Xm/ScrolledWP.h +include/Xm/SelectioB.h +include/Xm/SelectioBP.h +include/Xm/SeparatoG.h +include/Xm/SeparatoGP.h +include/Xm/Separator.h +include/Xm/SeparatorP.h +include/Xm/ShellEP.h +include/Xm/SlideC.h +include/Xm/SlideCP.h +include/Xm/SpecRenderT.h +include/Xm/SpinB.h +include/Xm/SpinBP.h +include/Xm/TabBox.h +include/Xm/TabBoxP.h +include/Xm/TabList.h +include/Xm/TabStack.h +include/Xm/TabStackP.h +include/Xm/TakesDefT.h +include/Xm/TearOffBP.h +include/Xm/TearOffP.h +include/Xm/Text.h +include/Xm/TextF.h +include/Xm/TextFP.h +include/Xm/TextFSelP.h +include/Xm/TextInP.h +include/Xm/TextOutP.h +include/Xm/TextP.h +include/Xm/TextSelP.h +include/Xm/TextStrSoP.h +include/Xm/ToggleB.h +include/Xm/ToggleBG.h +include/Xm/ToggleBGP.h +include/Xm/ToggleBP.h +include/Xm/ToolTipCT.h +include/Xm/ToolTipT.h +include/Xm/XmStrDefs23.h +include/Xm/TraitP.h +include/Xm/Transfer.h +include/Xm/TransferP.h +include/Xm/TransferT.h +include/Xm/TransltnsP.h +include/Xm/TravConT.h +include/Xm/Tree.h +include/Xm/TreeP.h +include/Xm/TxtPropCv.h +include/Xm/UnhighlightT.h +include/Xm/UnitTypeT.h +include/Xm/VaSimpleP.h +include/Xm/VendorS.h +include/Xm/VendorSEP.h +include/Xm/VendorSP.h +include/Xm/VirtKeys.h +include/Xm/VirtKeysP.h +include/Xm/Xm.h +include/Xm/XmAll.h +include/Xm/XmIm.h +include/Xm/XmP.h +include/Xm/XmStrDefs.h +include/Xm/XmStrDefs22.h +include/Xm/Xmfuncs.h +include/Xm/XmosP.h +include/Xm/Xmos_r.h +include/Xm/Xmpoll.h +include/Xm/XpmP.h +include/Xm/xmlist.h +include/uil/Uil.h +include/uil/UilDBDef.h +include/uil/UilDef.h +include/uil/UilSymDef.h +include/uil/UilSymGl.h +include/uil/XmAppl.uil +lib/X11/bindings/acorn +lib/X11/bindings/apollo +lib/X11/bindings/dec +lib/X11/bindings/dg_AViiON +lib/X11/bindings/doubleclick +lib/X11/bindings/hal +lib/X11/bindings/hitachi +lib/X11/bindings/hp +lib/X11/bindings/ibm +lib/X11/bindings/intergraph +lib/X11/bindings/intergraph17 +lib/X11/bindings/megatek +lib/X11/bindings/motorola +lib/X11/bindings/ncr_at +lib/X11/bindings/ncr_vt +lib/X11/bindings/pc +lib/X11/bindings/sgi +lib/X11/bindings/siemens_9733 +lib/X11/bindings/siemens_wx200 +lib/X11/bindings/sni +lib/X11/bindings/sni_97801 +lib/X11/bindings/sony +lib/X11/bindings/sun +lib/X11/bindings/sun_at +lib/X11/bindings/tek +lib/X11/bindings/xmbind.alias +lib/X11/system.mwmrc +lib/libMrm.a +lib/libMrm.la +lib/libMrm.so +lib/libMrm.so.4 +lib/libMrm.so.4.0.4 +lib/libUil.a +lib/libUil.la +lib/libUil.so +lib/libUil.so.4 +lib/libUil.so.4.0.4 +lib/libXm.a +lib/libXm.la +lib/libXm.so +lib/libXm.so.4 +lib/libXm.so.4.0.4 +share/man/man1/mwm.1.gz +share/man/man1/uil.1.gz +share/man/man1/xmbind.1.gz +share/man/man3/ApplicationShell.3.gz +share/man/man3/Composite.3.gz +share/man/man3/Constraint.3.gz +share/man/man3/Core.3.gz +share/man/man3/MrmCloseHierarchy.3.gz +share/man/man3/MrmFetchBitmapLiteral.3.gz +share/man/man3/MrmFetchColorLiteral.3.gz +share/man/man3/MrmFetchIconLiteral.3.gz +share/man/man3/MrmFetchLiteral.3.gz +share/man/man3/MrmFetchSetValues.3.gz +share/man/man3/MrmFetchWidget.3.gz +share/man/man3/MrmFetchWidgetOverride.3.gz +share/man/man3/MrmInitialize.3.gz +share/man/man3/MrmOpenHierarchy.3.gz +share/man/man3/MrmOpenHierarchyFromBuffer.3.gz +share/man/man3/MrmOpenHierarchyPerDisplay.3.gz +share/man/man3/MrmRegisterClass.3.gz +share/man/man3/MrmRegisterNames.3.gz +share/man/man3/MrmRegisterNamesInHierarchy.3.gz +share/man/man3/Object.3.gz +share/man/man3/OverrideShell.3.gz +share/man/man3/RectObj.3.gz +share/man/man3/Shell.3.gz +share/man/man3/TopLevelShell.3.gz +share/man/man3/TransientShell.3.gz +share/man/man3/Uil.3.gz +share/man/man3/UilDumpSymbolTable.3.gz +share/man/man3/VendorShell.3.gz +share/man/man3/VirtualBindings.3.gz +share/man/man3/WMShell.3.gz +share/man/man3/XmActivateProtocol.3.gz +share/man/man3/XmActivateWMProtocol.3.gz +share/man/man3/XmAddProtocolCallback.3.gz +share/man/man3/XmAddProtocols.3.gz +share/man/man3/XmAddTabGroup.3.gz +share/man/man3/XmAddToPostFromList.3.gz +share/man/man3/XmAddWMProtocolCallback.3.gz +share/man/man3/XmAddWMProtocols.3.gz +share/man/man3/XmArrowButton.3.gz +share/man/man3/XmArrowButtonGadget.3.gz +share/man/man3/XmBulletinBoard.3.gz +share/man/man3/XmButtonBox.3.gz +share/man/man3/XmCascadeButton.3.gz +share/man/man3/XmCascadeButtonGadget.3.gz +share/man/man3/XmCascadeButtonGadgetHighlight.3.gz +share/man/man3/XmCascadeButtonHighlight.3.gz +share/man/man3/XmChangeColor.3.gz +share/man/man3/XmClipboardCancelCopy.3.gz +share/man/man3/XmClipboardCopy.3.gz +share/man/man3/XmClipboardCopyByName.3.gz +share/man/man3/XmClipboardEndCopy.3.gz +share/man/man3/XmClipboardEndRetrieve.3.gz +share/man/man3/XmClipboardInquireCount.3.gz +share/man/man3/XmClipboardInquireFormat.3.gz +share/man/man3/XmClipboardInquireLength.3.gz +share/man/man3/XmClipboardInquirePendingItems.3.gz +share/man/man3/XmClipboardLock.3.gz +share/man/man3/XmClipboardRegisterFormat.3.gz +share/man/man3/XmClipboardRetrieve.3.gz +share/man/man3/XmClipboardStartCopy.3.gz +share/man/man3/XmClipboardStartRetrieve.3.gz +share/man/man3/XmClipboardUndoCopy.3.gz +share/man/man3/XmClipboardUnlock.3.gz +share/man/man3/XmClipboardWithdrawFormat.3.gz +share/man/man3/XmColorSelector.3.gz +share/man/man3/XmColumn.3.gz +share/man/man3/XmComboBox.3.gz +share/man/man3/XmComboBoxAddItem.3.gz +share/man/man3/XmComboBoxDeletePos.3.gz +share/man/man3/XmComboBoxSelectItem.3.gz +share/man/man3/XmComboBoxSetItem.3.gz +share/man/man3/XmComboBoxUpdate.3.gz +share/man/man3/XmCommand.3.gz +share/man/man3/XmCommandAppendValue.3.gz +share/man/man3/XmCommandError.3.gz +share/man/man3/XmCommandGetChild.3.gz +share/man/man3/XmCommandSetValue.3.gz +share/man/man3/XmContainer.3.gz +share/man/man3/XmContainerCopy.3.gz +share/man/man3/XmContainerCopyLink.3.gz +share/man/man3/XmContainerCut.3.gz +share/man/man3/XmContainerGetItemChildren.3.gz +share/man/man3/XmContainerPaste.3.gz +share/man/man3/XmContainerPasteLink.3.gz +share/man/man3/XmContainerRelayout.3.gz +share/man/man3/XmContainerReorder.3.gz +share/man/man3/XmConvertStringToUnits.3.gz +share/man/man3/XmConvertUnits.3.gz +share/man/man3/XmCreateArrowButton.3.gz +share/man/man3/XmCreateArrowButtonGadget.3.gz +share/man/man3/XmCreateBulletinBoard.3.gz +share/man/man3/XmCreateBulletinBoardDialog.3.gz +share/man/man3/XmCreateButtonBox.3.gz +share/man/man3/XmCreateCascadeButton.3.gz +share/man/man3/XmCreateCascadeButtonGadget.3.gz +share/man/man3/XmCreateCombinationBox2.3.gz +share/man/man3/XmCreateComboBox.3.gz +share/man/man3/XmCreateCommand.3.gz +share/man/man3/XmCreateCommandDialog.3.gz +share/man/man3/XmCreateContainer.3.gz +share/man/man3/XmCreateDialogShell.3.gz +share/man/man3/XmCreateDragIcon.3.gz +share/man/man3/XmCreateDrawingArea.3.gz +share/man/man3/XmCreateDrawnButton.3.gz +share/man/man3/XmCreateDropDown.3.gz +share/man/man3/XmCreateDropDownComboBox.3.gz +share/man/man3/XmCreateDropDownList.3.gz +share/man/man3/XmCreateErrorDialog.3.gz +share/man/man3/XmCreateFileSelectionBox.3.gz +share/man/man3/XmCreateFileSelectionDialog.3.gz +share/man/man3/XmCreateForm.3.gz +share/man/man3/XmCreateFormDialog.3.gz +share/man/man3/XmCreateFrame.3.gz +share/man/man3/XmCreateHierarchy.3.gz +share/man/man3/XmCreateIconGadget.3.gz +share/man/man3/XmCreateInformationDialog.3.gz +share/man/man3/XmCreateLabel.3.gz +share/man/man3/XmCreateLabelGadget.3.gz +share/man/man3/XmCreateList.3.gz +share/man/man3/XmCreateMainWindow.3.gz +share/man/man3/XmCreateMenuBar.3.gz +share/man/man3/XmCreateMenuShell.3.gz +share/man/man3/XmCreateMessageBox.3.gz +share/man/man3/XmCreateMessageDialog.3.gz +share/man/man3/XmCreateNotebook.3.gz +share/man/man3/XmCreateOptionMenu.3.gz +share/man/man3/XmCreateOutline.3.gz +share/man/man3/XmCreatePanedWindow.3.gz +share/man/man3/XmCreatePopupMenu.3.gz +share/man/man3/XmCreatePromptDialog.3.gz +share/man/man3/XmCreatePulldownMenu.3.gz +share/man/man3/XmCreatePushButton.3.gz +share/man/man3/XmCreatePushButtonGadget.3.gz +share/man/man3/XmCreateQuestionDialog.3.gz +share/man/man3/XmCreateRadioBox.3.gz +share/man/man3/XmCreateRowColumn.3.gz +share/man/man3/XmCreateScale.3.gz +share/man/man3/XmCreateScrollBar.3.gz +share/man/man3/XmCreateScrolledList.3.gz +share/man/man3/XmCreateScrolledText.3.gz +share/man/man3/XmCreateScrolledWindow.3.gz +share/man/man3/XmCreateSelectionBox.3.gz +share/man/man3/XmCreateSelectionDialog.3.gz +share/man/man3/XmCreateSeparator.3.gz +share/man/man3/XmCreateSeparatorGadget.3.gz +share/man/man3/XmCreateSimpleCheckBox.3.gz +share/man/man3/XmCreateSimpleMenuBar.3.gz +share/man/man3/XmCreateSimpleOptionMenu.3.gz +share/man/man3/XmCreateSimplePopupMenu.3.gz +share/man/man3/XmCreateSimplePulldownMenu.3.gz +share/man/man3/XmCreateSimpleRadioBox.3.gz +share/man/man3/XmCreateSimpleSpinBox.3.gz +share/man/man3/XmCreateSpinBox.3.gz +share/man/man3/XmCreateTemplateDialog.3.gz +share/man/man3/XmCreateText.3.gz +share/man/man3/XmCreateTextField.3.gz +share/man/man3/XmCreateToggleButton.3.gz +share/man/man3/XmCreateToggleButtonGadget.3.gz +share/man/man3/XmCreateWarningDialog.3.gz +share/man/man3/XmCreateWorkArea.3.gz +share/man/man3/XmCreateWorkingDialog.3.gz +share/man/man3/XmCvtByteStreamToXmString.3.gz +share/man/man3/XmCvtCTToXmString.3.gz +share/man/man3/XmCvtStringToUnitType.3.gz +share/man/man3/XmCvtTextPropertyToXmStringTable.3.gz +share/man/man3/XmCvtXmStringTableToTextProperty.3.gz +share/man/man3/XmCvtXmStringToByteStream.3.gz +share/man/man3/XmCvtXmStringToCT.3.gz +share/man/man3/XmDataField.3.gz +share/man/man3/XmDataFieldCopy.3.gz +share/man/man3/XmDataFieldCut.3.gz +share/man/man3/XmDataFieldGetSelection.3.gz +share/man/man3/XmDataFieldGetSelectionPosition.3.gz +share/man/man3/XmDataFieldGetString.3.gz +share/man/man3/XmDataFieldGetStringWcs.3.gz +share/man/man3/XmDataFieldPaste.3.gz +share/man/man3/XmDataFieldSetAddMode.3.gz +share/man/man3/XmDataFieldSetEditable.3.gz +share/man/man3/XmDataFieldSetHighlight.3.gz +share/man/man3/XmDataFieldSetInsertionPosition.3.gz +share/man/man3/XmDataFieldSetSelection.3.gz +share/man/man3/XmDataFieldSetString.3.gz +share/man/man3/XmDataFieldXYToPos.3.gz +share/man/man3/XmDeactivateProtocol.3.gz +share/man/man3/XmDeactivateWMProtocol.3.gz +share/man/man3/XmDestroyPixmap.3.gz +share/man/man3/XmDialogShell.3.gz +share/man/man3/XmDirection.3.gz +share/man/man3/XmDirectionMatch.3.gz +share/man/man3/XmDirectionMatchPartial.3.gz +share/man/man3/XmDirectionToStringDirection.3.gz +share/man/man3/XmDisplay.3.gz +share/man/man3/XmDragCancel.3.gz +share/man/man3/XmDragContext.3.gz +share/man/man3/XmDragIcon.3.gz +share/man/man3/XmDragStart.3.gz +share/man/man3/XmDrawingArea.3.gz +share/man/man3/XmDrawnButton.3.gz +share/man/man3/XmDropDown.3.gz +share/man/man3/XmDropDownGetChild.3.gz +share/man/man3/XmDropSite.3.gz +share/man/man3/XmDropSiteConfigureStackingOrder.3.gz +share/man/man3/XmDropSiteEndUpdate.3.gz +share/man/man3/XmDropSiteQueryStackingOrder.3.gz +share/man/man3/XmDropSiteRegister.3.gz +share/man/man3/XmDropSiteRegistered.3.gz +share/man/man3/XmDropSiteRetrieve.3.gz +share/man/man3/XmDropSiteStartUpdate.3.gz +share/man/man3/XmDropSiteUnregister.3.gz +share/man/man3/XmDropSiteUpdate.3.gz +share/man/man3/XmDropTransfer.3.gz +share/man/man3/XmDropTransferAdd.3.gz +share/man/man3/XmDropTransferStart.3.gz +share/man/man3/XmExt18List.3.gz +share/man/man3/XmFileSelectionBox.3.gz +share/man/man3/XmFileSelectionBoxGetChild.3.gz +share/man/man3/XmFileSelectionDoSearch.3.gz +share/man/man3/XmFontList.3.gz +share/man/man3/XmFontListAdd.3.gz +share/man/man3/XmFontListAppendEntry.3.gz +share/man/man3/XmFontListCopy.3.gz +share/man/man3/XmFontListCreate.3.gz +share/man/man3/XmFontListEntryCreate.3.gz +share/man/man3/XmFontListEntryFree.3.gz +share/man/man3/XmFontListEntryGetFont.3.gz +share/man/man3/XmFontListEntryGetTag.3.gz +share/man/man3/XmFontListEntryLoad.3.gz +share/man/man3/XmFontListFree.3.gz +share/man/man3/XmFontListFreeFontContext.3.gz +share/man/man3/XmFontListGetNextFont.3.gz +share/man/man3/XmFontListInitFontContext.3.gz +share/man/man3/XmFontListNextEntry.3.gz +share/man/man3/XmFontListRemoveEntry.3.gz +share/man/man3/XmFontSelector.3.gz +share/man/man3/XmForm.3.gz +share/man/man3/XmFrame.3.gz +share/man/man3/XmGadget.3.gz +share/man/man3/XmGetAtomName.3.gz +share/man/man3/XmGetColorCalculation.3.gz +share/man/man3/XmGetColors.3.gz +share/man/man3/XmGetDestination.3.gz +share/man/man3/XmGetDragContext.3.gz +share/man/man3/XmGetFocusWidget.3.gz +share/man/man3/XmGetMenuCursor.3.gz +share/man/man3/XmGetPixmap.3.gz +share/man/man3/XmGetPixmapByDepth.3.gz +share/man/man3/XmGetPostedFromWidget.3.gz +share/man/man3/XmGetScaledPixmap.3.gz +share/man/man3/XmGetSecondaryResourceData.3.gz +share/man/man3/XmGetTabGroup.3.gz +share/man/man3/XmGetTearOffControl.3.gz +share/man/man3/XmGetVisibility.3.gz +share/man/man3/XmGetXmDisplay.3.gz +share/man/man3/XmGetXmScreen.3.gz +share/man/man3/XmHierarchy.3.gz +share/man/man3/XmHierarchyGetChildNodes.3.gz +share/man/man3/XmHierarchyOpenAllAncestors.3.gz +share/man/man3/XmIconBox.3.gz +share/man/man3/XmIconBoxIsCellEmpty.3.gz +share/man/man3/XmIconButton.3.gz +share/man/man3/XmIconGadget.3.gz +share/man/man3/XmImCloseXIM.3.gz +share/man/man3/XmImFreeXIC.3.gz +share/man/man3/XmImGetXIC.3.gz +share/man/man3/XmImGetXIM.3.gz +share/man/man3/XmImMbLookupString.3.gz +share/man/man3/XmImMbResetIC.3.gz +share/man/man3/XmImRegister.3.gz +share/man/man3/XmImSetFocusValues.3.gz +share/man/man3/XmImSetValues.3.gz +share/man/man3/XmImSetXIC.3.gz +share/man/man3/XmImUnregister.3.gz +share/man/man3/XmImUnsetFocus.3.gz +share/man/man3/XmImVaSetFocusValues.3.gz +share/man/man3/XmImVaSetValues.3.gz +share/man/man3/XmInstallImage.3.gz +share/man/man3/XmInternAtom.3.gz +share/man/man3/XmIsMotifWMRunning.3.gz +share/man/man3/XmIsTraversable.3.gz +share/man/man3/XmLabel.3.gz +share/man/man3/XmLabelGadget.3.gz +share/man/man3/XmList.3.gz +share/man/man3/XmListAddItem.3.gz +share/man/man3/XmListAddItemUnselected.3.gz +share/man/man3/XmListAddItems.3.gz +share/man/man3/XmListAddItemsUnselected.3.gz +share/man/man3/XmListDeleteAllItems.3.gz +share/man/man3/XmListDeleteItem.3.gz +share/man/man3/XmListDeleteItems.3.gz +share/man/man3/XmListDeleteItemsPos.3.gz +share/man/man3/XmListDeletePos.3.gz +share/man/man3/XmListDeletePositions.3.gz +share/man/man3/XmListDeselectAllItems.3.gz +share/man/man3/XmListDeselectItem.3.gz +share/man/man3/XmListDeselectPos.3.gz +share/man/man3/XmListGetKbdItemPos.3.gz +share/man/man3/XmListGetMatchPos.3.gz +share/man/man3/XmListGetSelectedPos.3.gz +share/man/man3/XmListItemExists.3.gz +share/man/man3/XmListItemPos.3.gz +share/man/man3/XmListPosSelected.3.gz +share/man/man3/XmListPosToBounds.3.gz +share/man/man3/XmListReplaceItems.3.gz +share/man/man3/XmListReplaceItemsPos.3.gz +share/man/man3/XmListReplaceItemsPosUnselected.3.gz +share/man/man3/XmListReplaceItemsUnselected.3.gz +share/man/man3/XmListReplacePositions.3.gz +share/man/man3/XmListSelectItem.3.gz +share/man/man3/XmListSelectPos.3.gz +share/man/man3/XmListSetAddMode.3.gz +share/man/man3/XmListSetBottomItem.3.gz +share/man/man3/XmListSetBottomPos.3.gz +share/man/man3/XmListSetHorizPos.3.gz +share/man/man3/XmListSetItem.3.gz +share/man/man3/XmListSetKbdItemPos.3.gz +share/man/man3/XmListSetPos.3.gz +share/man/man3/XmListUpdateSelectedList.3.gz +share/man/man3/XmListYToPos.3.gz +share/man/man3/XmMainWindow.3.gz +share/man/man3/XmMainWindowSep1.3.gz +share/man/man3/XmMainWindowSep2.3.gz +share/man/man3/XmMainWindowSep3.3.gz *** 2193 LINES SKIPPED ***home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69680313.20603.633132df>
