/* $Header: /cvsroot/lesstif/lesstif/test/Xm/panedw/test10.c,v 1.4 2002/05/03 12:03:41 amai Exp $ From: dbl@ics.com (David B. Lewis) To: lesstif@hungry.com Subject: bug in LessTif 0.87.0 Date: Mon, 23 Nov 1998 11:29:54 -0500 SPARC Solaris 2.4 system, X11R5 (from OpenWindows). There appear to be general problems with the XmPanedWindow, as this simple test shows. If you move the sashes around such that two "blue" guider lines appear (i.e. you move a sash past another sash, such that the mouse now controls the placement of both sashes), the lines are not correctly unerased when the sash is released. I think also the final sizing of the widgets is different from the Open Group version of the widget, but I'm not sure. */ /* simple test program */ #include #include #include #include #include #ifdef EPAK #include #endif #include "../../common/Test.h" static int done = 0; static char *explanation[] = { "Test this proposition (array of XmString):", }; static void doExplanation(void) { int i; for (i = 0; i