Blob Blame History Raw
/* 
 * Motif
 *
 * Copyright (c) 1987-2012, The Open Group. All rights reserved.
 *
 * These libraries and programs are free software; you can
 * redistribute them and/or modify them under the terms of the GNU
 * Lesser General Public License as published by the Free Software
 * Foundation; either version 2 of the License, or (at your option)
 * any later version.
 *
 * These libraries and programs are distributed in the hope that
 * they will be useful, but WITHOUT ANY WARRANTY; without even the
 * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
 * PURPOSE. See the GNU Lesser General Public License for more
 * details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with these librararies and programs; if not, write
 * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
 * Floor, Boston, MA 02110-1301 USA
 */
/* 
 * HISTORY
 */
/*
static char rcsid[] = "$XConsortium: BBoardM1.dat /main/4 1995/07/13 18:34:27 drk $"
*/

#) A client with an arrow button pointing upwards will appear. 1) A message should appear in the term window saying that the unitType
   of the arrow button is XmPIXELS. 
#) The height, width, borderWidth, x and y values for the Bulletin Board and
   the arrow button will be printed out at each step.
   The starting values for the PARENT bulletin board are:
!)
     Width & height, 224
     x & y, 0
     borderWidth, 0
   The starting values for the CHILD Bulletin Board are:
     x & y, 100
     borderWidth, 10
     height & width, 93 (calculated).
   The starting values for Arrow Button are:
     x & y, 50
     borderWidth, 5
     height & width, 23 (calculated) 
#) Continue to change the unitType of the Bulletin Board and to destroy
   and re-create the arrow button. 
C)

#) A client with a larger arrow button will appear. 
#) A message will appear in the term window saying that the unitType of
   the arrow button is Xm1000TH_INCHES. 
#) The printed resource values have been adjusted for the new unit Type. This will
   happen on all successive panels. 
#) Continue to change the unitType of the Bulletin Board and to destroy
   and re-create the arrow button. 
C)

#) A client with a smaller arrow button will appear. 
#) A message will appear in the term window saying that the unitType of
   the arrow button is Xm100TH_MILLIMETERS. 
#) Continue to change the unitType of the Bulletin Board and to destroy
   and re-create the arrow button. 
C)

#) A client with a smaller arrow button will appear. 
#) A message will appear in the term window saying that the unitType of
   the arrow button is Xm100TH_POINTS. 
#) Continue to change the unitType of the Bulletin Board and to destroy
   and re-create the arrow button. 
C)

#) A client with a larger arrow button will appear. 
#) A message will appear in the term window saying that the unitType of
   the arrow button is Xm100TH_FONT_UNITS. 
E)