/* $XConsortium: MessageDiaM1.dat /main/4 1995/07/17 10:15:48 drk $ */ /* * @OPENGROUP_COPYRIGHT@ * COPYRIGHT NOTICE * Copyright (c) 1990, 1991, 1992, 1993 Open Software Foundation, Inc. * Copyright (c) 1996, 1997, 1998, 1999, 2000 The Open Group * ALL RIGHTS RESERVED (MOTIF). See the file named COPYRIGHT.MOTIF for * the full copyright text. * * This software is subject to an open license. It may only be * used on, with or for operating systems which are themselves open * source systems. You must contact The Open Group for a license * allowing distribution and sublicensing of this software on, with, * or for operating systems which are not Open Source programs. * * See http://www.opengroup.org/openmotif/license for full * details of the license agreement. Any use, reproduction, or * distribution of the program constitutes recipient's acceptance of * this agreement. * * EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS * PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY * WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY * OR FITNESS FOR A PARTICULAR PURPOSE * * EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT * NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN * ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE * EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGES. * */ /* * HISTORY */ #) A client containing a MessageBox Dialog should appear. The MessageBox should have a messageString of \"DialogStyle Unmanaged Test\", the OK button should have a label of \"UnManage\". The dialogStyle will be XmDIALOG_ MODELESS, so you may put the focus into clients or windows other than the message box's. #) The MessageDialog should be stacked on top of its client window. #) Click MB1 on the Unmanage button. The Message Dialog should be Unmanaged and should \"pop down\". You now should be able to have focus in any window and the cursor should change back to the default cursor #) You will see a message in the stdout window when you focus in, saying that the message is expected. C) #) The DialogStyle should have changed to XmDIALOG_SYSTEM_MODAL. #) Try to put the focus into a window or client other than the message dialog. #) The cursor should be a round \"don't do it\" shape and focus in any other window should be disallowed. #) Give the message dialog the focus. #) The cursor changes back to a normal arrow. #) Click on the UnManage button. C) #) The dialogType should now have changed to XmDIALOG_QUESTION. This will change the pixmap from UNSPECIFIED to that of a Question Mark. The message string should have changed to \"DialogType Unmanaged Test #) This dialog style is FULL_APPLICATION_MODAL, which means you are able to put the focus into windows that don't belong to this test client, but you should not be able to put the focus into any windows of this client other than the dialog box. #) Try giving focus to the client window labelled MessageDiaM1. The window should not get focus. #) Click MB1 on the Unmanage button. The Message Dialog should unmanaged. C) #) The dialogStyle is now DIALOG_MODELESS. #) The labels and callbacks have been switched around. #) There should be a message in the stdout window which states \"The default button is OK.\" If this message does not appear, the results for the rest of this test may be misleading. #) Click the UnManage button again to unmanage the dialog. C) #) The dialog has been remanaged. #) There should be a second \"The default button is OK\" message in the stdout window. #) Give the dialog window focus. #) The highlight cursor (keyboard focus) should be on the defaultButton, which is the \"does nothing\" button. #) Unmanage the dialog. C) E)