AllWidgets.c

Go to the documentation of this file.
00001 /* $XConsortium: AllWidgets.c,v 1.8 94/04/17 20:11:39 kaleb Exp $ */
00002 
00003 /*
00004 
00005 Copyright (c) 1991, 1994  X Consortium
00006 
00007 Permission is hereby granted, free of charge, to any person obtaining a copy
00008 of this software and associated documentation files (the "Software"), to deal
00009 in the Software without restriction, including without limitation the rights
00010 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
00011 copies of the Software, and to permit persons to whom the Software is
00012 furnished to do so, subject to the following conditions:
00013 
00014 The above copyright notice and this permission notice shall be included in
00015 all copies or substantial portions of the Software.
00016 
00017 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
00018 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
00019 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
00020 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
00021 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
00022 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
00023 
00024 Except as contained in this notice, the name of the X Consortium shall not be
00025 used in advertising or otherwise to promote the sale, use or other dealings
00026 in this Software without prior written authorization from the X Consortium.
00027 
00028 */
00029 
00030 #include <X11/IntrinsicP.h>
00031 #include <X11/Xmu/WidgetNode.h>
00032 
00033 extern WidgetClass applicationShellWidgetClass;
00034 extern WidgetClass asciiSinkObjectClass;
00035 extern WidgetClass asciiSrcObjectClass;
00036 extern WidgetClass asciiTextWidgetClass;
00037 extern WidgetClass boxWidgetClass;
00038 extern WidgetClass commandWidgetClass;
00039 extern WidgetClass compositeWidgetClass;
00040 extern WidgetClass constraintWidgetClass;
00041 extern WidgetClass coreWidgetClass;
00042 extern WidgetClass dialogWidgetClass;
00043 extern WidgetClass formWidgetClass;
00044 extern WidgetClass gripWidgetClass;
00045 extern WidgetClass labelWidgetClass;
00046 extern WidgetClass layoutWidgetClass;
00047 extern WidgetClass listWidgetClass;
00048 extern WidgetClass menuButtonWidgetClass;
00049 extern WidgetClass objectClass;
00050 extern WidgetClass overrideShellWidgetClass;
00051 extern WidgetClass panedWidgetClass;
00052 extern WidgetClass pannerWidgetClass;
00053 extern WidgetClass portholeWidgetClass;
00054 extern WidgetClass rectObjClass;
00055 extern WidgetClass repeaterWidgetClass;
00056 extern WidgetClass scrollbarWidgetClass;
00057 extern WidgetClass shellWidgetClass;
00058 extern WidgetClass simpleMenuWidgetClass;
00059 extern WidgetClass simpleWidgetClass;
00060 extern WidgetClass smeBSBObjectClass;
00061 extern WidgetClass smeLineObjectClass;
00062 extern WidgetClass smeObjectClass;
00063 extern WidgetClass smeThreeDObjectClass;
00064 extern WidgetClass stripChartWidgetClass;
00065 extern WidgetClass textSinkObjectClass;
00066 extern WidgetClass textSrcObjectClass;
00067 extern WidgetClass textWidgetClass;
00068 extern WidgetClass threeDWidgetClass;
00069 extern WidgetClass toggleWidgetClass;
00070 extern WidgetClass topLevelShellWidgetClass;
00071 extern WidgetClass transientShellWidgetClass;
00072 extern WidgetClass treeWidgetClass;
00073 extern WidgetClass vendorShellWidgetClass;
00074 extern WidgetClass viewportWidgetClass;
00075 extern WidgetClass wmShellWidgetClass;
00076 
00077 XmuWidgetNode XawWidgetArray[] = {
00078 { "applicationShell", &applicationShellWidgetClass },
00079 { "asciiSink", &asciiSinkObjectClass },
00080 { "asciiSrc", &asciiSrcObjectClass },
00081 { "asciiText", &asciiTextWidgetClass },
00082 { "box", &boxWidgetClass },
00083 { "command", &commandWidgetClass },
00084 { "composite", &compositeWidgetClass },
00085 { "constraint", &constraintWidgetClass },
00086 { "core", &coreWidgetClass },
00087 { "dialog", &dialogWidgetClass },
00088 { "form", &formWidgetClass },
00089 { "grip", &gripWidgetClass },
00090 { "label", &labelWidgetClass },
00091 { "layout", &layoutWidgetClass },
00092 { "list", &listWidgetClass },
00093 { "menuButton", &menuButtonWidgetClass },
00094 { "object", &objectClass },
00095 { "overrideShell", &overrideShellWidgetClass },
00096 { "paned", &panedWidgetClass },
00097 { "panner", &pannerWidgetClass },
00098 { "porthole", &portholeWidgetClass },
00099 { "rect", &rectObjClass },
00100 { "repeater", &repeaterWidgetClass },
00101 { "scrollbar", &scrollbarWidgetClass },
00102 { "shell", &shellWidgetClass },
00103 { "simpleMenu", &simpleMenuWidgetClass },
00104 { "simple", &simpleWidgetClass },
00105 { "smeBSB", &smeBSBObjectClass },
00106 { "smeLine", &smeLineObjectClass },
00107 { "smeThreeD", &smeThreeDObjectClass },
00108 { "sme", &smeObjectClass },
00109 { "stripChart", &stripChartWidgetClass },
00110 { "textSink", &textSinkObjectClass },
00111 { "textSrc", &textSrcObjectClass },
00112 { "text", &textWidgetClass },
00113 { "threeD", &threeDWidgetClass },
00114 { "toggle", &toggleWidgetClass },
00115 { "topLevelShell", &topLevelShellWidgetClass },
00116 { "transientShell", &transientShellWidgetClass },
00117 { "tree", &treeWidgetClass },
00118 { "vendorShell", &vendorShellWidgetClass },
00119 { "viewport", &viewportWidgetClass },
00120 { "wmShell", &wmShellWidgetClass },
00121 };
00122 
00123 int XawWidgetCount = XtNumber(XawWidgetArray);
00124 

Generated on Sun Mar 4 15:03:55 2007 for Scilab [trunk] by  doxygen 1.5.1