Files
cdesktop/cde/programs/dtappbuilder/src/libABobjXm/objxm_names.h
2018-04-28 12:30:20 -06:00

125 lines
5.0 KiB
C

/*
* CDE - Common Desktop Environment
*
* Copyright (c) 1993-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 libraries and programs; if not, write
* to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
* Floor, Boston, MA 02110-1301 USA
*/
/*
* $XConsortium: objxm_names.h /main/3 1995/11/06 18:46:37 rswiston $
*
* @(#)objxm_names.h 1.11 17 May 1994 cde_app_builder/src/libABobjXm
*
* RESTRICTED CONFIDENTIAL INFORMATION:
*
* The information in this document is subject to special
* restrictions in a confidential disclosure agreement between
* HP, IBM, Sun, USL, SCO and Univel. Do not distribute this
* document outside HP, IBM, Sun, USL, SCO, or Univel without
* Sun's specific written approval. This document and all copies
* and derivative works thereof must be returned or destroyed at
* Sun's request.
*
* Copyright 1993 Sun Microsystems, Inc. All rights reserved.
*
*/
/*
* objxm_names.h - motif defines and stuff
*/
#ifndef _OBJXM_NAMES_H_
#define _OBJXM_NAMES_H_
#include <Xm/Xm.h>
/*************************************************************************
** **
** Automatically generated widgets **
** **
*************************************************************************/
#define AB_WRAP_TOP_LEVEL "AB_Toplevel"
#define AB_WRAP_SCR_WIN "AB_Scr_Win"
#define AB_WRAP_FOOTER "AB_Footer"
#define AB_WRAP_FOOTER_CH "AB_Footer_ch"
#define AB_WRAP_RUBBER "AB_Rubber"
#define AB_WRAP_ABBREV "AB_Abbrev"
#define AB_WRAP_LABEL "AB_Label"
#define AB_WRAP_MAIN_WINDOW "AB_Mainwin"
#define AB_WRAP_MENU_BAR "AB_Menubar"
#define AB_WRAP_TEXT "AB_Text"
#define AB_WRAP_EXCL "AB_Excl"
#define AB_WRAP_NONEXCL "AB_Nonexcl"
#define AB_WRAP_NUMERIC_FLD "AB_Numfield"
#define AB_WRAP_CTL_AREA "AB_Ctlarea"
#define AB_WRAP_BULLETIN "AB_Bulletin"
#define AB_WRAP_PULLDOWN "AB_Pulldown"
#define AB_WRAP_ROWCOL "AB_Rowcol"
/*************************************************************************
** **
** Class Names **
** **
*************************************************************************/
char * const _applicationShell = "applicationShellWidgetClass";
char * const _dtComboBox = "dtComboBoxWidgetClass";
char * const _dtMenuButton = "dtMenuButtonWidgetClass";
char * const _dtSpinBox = "dtSpinBoxWidgetClass";
char * const _dtTerm = "dtTermWidgetClass";
char * const _group = "groupWidgetClass";
/* char * const _topLevelShell = "topLevelShellWidgetClass"; */
char * const _xmArrowButton = "xmArrowButtonWidgetClass";
char * const _xmBulletinBoard = "xmBulletinBoardWidgetClass";
char * const _xmCascadeButton = "xmCascadeButtonWidgetClass";
char * const _xmCommand = "xmCommandWidgetClass";
char * const _xmDialogShell = "xmDialogShellWidgetClass";
char * const _xmDrawingArea = "xmDrawingAreaWidgetClass";
char * const _xmDrawnButton = "xmDrawnButtonWidgetClass";
char * const _xmFileSelectionBox = "xmFileSelectionBoxWidgetClass";
char * const _xmForm = "xmFormWidgetClass";
char * const _xmFrame = "xmFrameWidgetClass";
char * const _xmLabel = "xmLabelWidgetClass";
char * const _xmLabelGadget = "xmLabelGadgetWidgetClass";
char * const _xmList = "xmListWidgetClass";
char * const _xmMainWindow = "xmMainWindowWidgetClass";
char * const _xmManager = "xmManagerWidgetClass";
char * const _xmMenuShell = "xmMenuShellWidgetClass";
char * const _xmMessageBox = "xmMessageBoxWidgetClass";
char * const _xmPanedWindow = "xmPanedWindowWidgetClass";
char * const _xmPopupMenu = "xmPopupMenuPsuedoClass";
char * const _xmPrimitive = "xmPrimitiveWidgetClass";
char * const _xmPulldownMenu = "xmPulldownMenuPsuedoClass";
char * const _xmPushButton = "xmPushButtonWidgetClass";
char * const _xmRowColumn = "xmRowColumnWidgetClass";
char * const _xmScale = "xmScaleWidgetClass";
char * const _xmScrollBar = "xmScrollBarWidgetClass";
char * const _xmScrolledList = "xmScrolledListPsuedoClass";
char * const _xmScrolledWindow ="xmScrolledWindowWidgetClass";
char * const _xmSelectionBox = "xmSelectionBoxWidgetClass";
char * const _xmSeparator = "xmSeparatorWidgetClass";
char * const _xmSeparatorGadget="xmSeparatorGadgetWidgetClass";
char * const _xmText = "xmTextWidgetClass";
char * const _xmTextField = "xmTextFieldWidgetClass";
char * const _xmToggleButton = "xmToggleButtonWidgetClass";
char * const _xmToggleButtonGadget = "xmToggleButtonGadgetWidgetClass";
#endif /* _OBJXM_NAMES_H_ */