diff options
author | marha <marha@users.sourceforge.net> | 2012-06-15 14:13:55 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-06-15 14:13:55 +0200 |
commit | 1501699f035761714a1d4540d65a1afb7c567abe (patch) | |
tree | 4dd4d15583d9d542a699833331f34ceb10bbd6c3 /libXaw/include/X11/Xaw/Tree.h | |
parent | 38c18d1733e4eb5cc560a34bfe2470e01a06205d (diff) | |
parent | a33de30073bfa0ee1abba186dba9fa52cf0aa23a (diff) | |
download | vcxsrv-1501699f035761714a1d4540d65a1afb7c567abe.tar.gz vcxsrv-1501699f035761714a1d4540d65a1afb7c567abe.tar.bz2 vcxsrv-1501699f035761714a1d4540d65a1afb7c567abe.zip |
Merge remote-tracking branch 'origin/released'
Conflicts:
freetype/src/raster/ftraster.c
openssl/Makefile
Diffstat (limited to 'libXaw/include/X11/Xaw/Tree.h')
-rw-r--r-- | libXaw/include/X11/Xaw/Tree.h | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/libXaw/include/X11/Xaw/Tree.h b/libXaw/include/X11/Xaw/Tree.h index 57ca34a32..1747a7844 100644 --- a/libXaw/include/X11/Xaw/Tree.h +++ b/libXaw/include/X11/Xaw/Tree.h @@ -29,7 +29,7 @@ in this Software without prior written authorization from The Open Group. * purpose and without fee is hereby granted, provided that the above * copyright notice appear in all copies and that both the copyright notice * and this permission notice appear in supporting documentation. - * + * * Prentice Hall and the authors disclaim all warranties with regard * to this software, including all implied warranties of merchantability and * fitness. In no event shall Prentice Hall or the authors be liable @@ -37,12 +37,12 @@ in this Software without prior written authorization from The Open Group. * resulting from loss of use, data or profits, whether in an action of * contract, negligence or other tortious action, arising out of or in * connection with the use or performance of this software. - * + * * Authors: Jim Fulton, MIT X Consortium, * based on a version by Douglas Young, Prentice Hall - * + * * This widget is based on the Tree widget described on pages 397-419 of - * Douglas Young's book "The X Window System, Programming and Applications + * Douglas Young's book "The X Window System, Programming and Applications * with Xt OSF/Motif Edition." The layout code has been rewritten to use * additional blank space to make the structure of the graph easier to see * as well as to support vertical trees. @@ -54,16 +54,16 @@ in this Software without prior written authorization from The Open Group. #include <X11/Xmu/Converters.h> /****************************************************************************** - * + * * Tree Widget (subclass of ConstraintClass) - * + * ****************************************************************************** - * + * * Parameters: - * + * * Name Class Type Default * ---- ----- ---- ------- - * + * * autoReconfigure AutoReconfigure Boolean FALSE * background Background Pixel XtDefaultBackground * foreground Foreground Pixel XtDefaultForeground @@ -71,14 +71,14 @@ in this Software without prior written authorization from The Open Group. * hSpace HSpace Dimension 20 * lineWidth LineWidth Dimension 0 * vSpace VSpace Dimension 6 - * - * + * + * * Constraint Resources attached to children: - * + * * treeGC TreeGC GC NULL * treeParent TreeParent Widget NULL - * - * + * + * *****************************************************************************/ /* new instance field names */ @@ -108,7 +108,7 @@ in this Software without prior written authorization from The Open Group. #ifndef XawNdisplayList #define XawNdisplayList "displayList" #endif - + #ifndef XawCDisplayList #define XawCDisplayList "DisplayList" #endif |