! @(#)36 1.2 src/dtuimx/ibmr2/dtscriptdir/app-defaults/Dtscript, uimx, dtuimx720 9/13/94 02:19:11 ! COMPONENT_NAME: DT UIM/X ! ! ORIGINS: 58 ! ! ! Copyright IBM Corporation 1991, 1994 ! ! All Rights Reserved ! ! Permission to use, copy, modify, and distribute this software and its ! documentation for any purpose and without fee is hereby granted, ! provided that the above copyright notice appear in all copies and that ! both that copyright notice and this permission notice appear in ! supporting documentation, and that the name of IBM not be ! used in advertising or publicity pertaining to distribution of the ! software without specific, written prior permission. ! ! IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ! ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR ! PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR ! CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER 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. !----------------------------------------------------------------------- ! ! $Date: 1994/05/03 15:15:25 $ ! $Revision: 2.9 $ ! !----------------------------------------------------------------------- !------------------------------------------------------------------------- ! ! Desktop Script resources ! !------------------------------------------------------------------------- ! dtscriptdir ! dtscriptdir is the home directory of Desktop Script. Dtscript.dtscriptdir: /usr/dt/dtscript !------------------------------------------------------------------------- ! initspec ! initspec is the prefix for the declaration of the init ! routine in the generated code Dtscript.initspec: static !--------------------------------------------------------------------------- ! cursor ! cursor specifies the cursor used in windows. It must be an ! integer. See /usr/include/X11/cursorfont.h for examples or ! run the X program 'xfd -fn cursor' in the Unix shell. Dtscript.cursor: 68 !--------------------------------------------------------------------------- ! includeFile ! if true, indicates that a .h file should be written out ! with generated C files. Dtscript.includeFile: true !--------------------------------------------------------------------------- ! UxAutoBackup ! Automatically backs up the files associated with a project ! when a project is loaded and when a project is saved. Dtscript*UxAutoBackup: true !--------------------------------------------------------------------------- ! menuMnemonic ! flag for menu menemonics Dtscript.menuMnemonic: true !--------------------------------------------------------------------------- ! menuAccelerator ! flag for menu accelerators Dtscript.menuAccelerator: true !--------------------------------------------------------------------------- ! bindir ! determines the directory where Desktop Script will ! search for its utility programs. Dtscript.bindir: /usr/dt/dtscript/bin !--------------------------------------------------------------------------- ! System configuraton ! default configuration is to start in the project window, ! make browser trees visible, hide compound resources, ! and show the "Write UIL" buttons. !--------------------------------------------------------------------------- Dtscript*UxStartingPalettes.value: DtScript.pal Dtscript*UxPalettePath.value: /usr/dt/dtscript/palettes !--------------------------------------------------------------------------- ! Geometry Settings ! Format is: Width x Height + XPosition + YPosition (in pixels) ! For convenience, two values are specified for some resources ! Pick the one of your choice, and comment the other one. !--------------------------------------------------------------------------- ! Project Window Geometry Dtscript.prgeometry: 460x217+245+1 ! Property Editor Geometry Dtscript.pegeometry: 600x500-1-1 !--------------------------------------------------------------------------- ! Height Settings ! Setting a resource value enforces the selected height. The height ! will be retained through resize operations by the window manager. ! Not setting a resource value delegates the height management to ! its paned window parent. Using the sash in the paned window ! parent will override any settings. !--------------------------------------------------------------------------- ! Height of Interface Area in Project Window Dtscript*PjInterfaceWindowHeight: 130 ! Height of Message Area in Project Window !Dtscript*PjMessageWindowHeight: 120 !--------------------------------------------------------------------------- ! Palette Settings !--------------------------------------------------------------------------- ! fontList for icons inside the palette Dtscript*palIconFontList: \ -dt-interface system-medium-r-normal-xs*-*-*-*-*-*-*-*-*: ! Spacing between icons in the palette Dtscript*PG_RowCol.spacing: 3 ! Turn on algorithm for splitting palette icon labels at the underscore Dtscript*splitPalIconNames: true ! Turn on algorithm for truncating palette icon labels Dtscript*shortPalIconNames: false !--------------------------------------------------------------------------- ! Code Generation Options !--------------------------------------------------------------------------- ! Default suffix for C files Dtscript*cFileSuffix: c ! Default suffix for C header files Dtscript*hFileSuffix: h !--------------------------------------------------------------------------- ! Miscellaneous Interface Settings !--------------------------------------------------------------------------- ! fontList for icons Dtscript*iconFontList: \ -dt-interface system-medium-r-normal-xs*-*-*-*-*-*-*-*-*: !--------------------------------------------------------------------------- ! Screen specific resources ! ! A number of resources are dependent on the screen resolution ! and the depth of its colormap. The two resource specifiers ! screenResolution and screenType are provided as a means by which ! a number of resources may be modifed depending on the type ! of display used. ! ! screenResolution is characterized as: ! HighRes - 1280x1024 or better ! MediumRes - 1024x768 ! LowRes - 640x480 ! ! screenType is characterized as: ! Color - a color display ! Mono - a monochrome or gray-scale display ! ! These resources can be set although it is not necessary to do ! so because Desktop Script determines their values automatically. ! Setting them overrides this feature. !Dtscript.screenResolution: LowRes !Dtscript.screenType: Color !--------------------------------------------------------------------------- ! Scale Factors ! Scale Factors required by some Desktop Script interfaces Dtscript*MediumRes*dtscriptScale: 0.9 Dtscript*LowRes*dtscriptXScale: 0.82 Dtscript*LowRes*dtscriptYScale: 0.77 !--------------------------------------------------------------------------- ! sweep ! minimum distance the mouse must move before marquee selection ! enters into action. Dtscript.minimumSweepSize: 7 !--------------------------------------------------------------------------- ! fonts ! fonts required by Desktop Script interfaces ! fonts used for high-res screens Dtscript*HighRes*UxSystem*SysFont1: \ -dt-interface system-medium-r-normal-l*-*-*-*-*-*-*-*-*: Dtscript*HighRes*UxSystem*FontList: \ -dt-interface system-medium-r-normal-l*-*-*-*-*-*-*-*-*: Dtscript*HighRes*UxSystem*XmText.FontList: \ -dt-interface user-bold-r-normal-m*-*-*-*-*-*-*-*-*: Dtscript*HighRes*UxSystem*XmTextField.FontList: \ -dt-interface user-bold-r-normal-m*-*-*-*-*-*-*-*-*: ! fonts used for medium-res screens Dtscript*MediumRes*UxSystem*SysFont1: \ -dt-interface system-medium-r-normal-l*-*-*-*-*-*-*-*-*: Dtscript*MediumRes*UxSystem*FontList: \ -dt-interface system-medium-r-normal-l*-*-*-*-*-*-*-*-*: Dtscript*MediumRes*UxSystem*XmText.FontList: \ -dt-interface user-bold-r-normal-m*-*-*-*-*-*-*-*-*: Dtscript*MediumRes*UxSystem*XmTextField.FontList: \ -dt-interface user-bold-r-normal-m*-*-*-*-*-*-*-*-*: ! fonts used for low-res screens Dtscript*LowRes*UxSystem*SysFont1: \ -dt-interface system-medium-r-normal-m*-*-*-*-*-*-*-*-*: Dtscript*LowRes*UxSystem*FontList: \ -dt-interface system-medium-r-normal-m*-*-*-*-*-*-*-*-*: Dtscript*LowRes*UxSystem*XmText.FontList: \ -dt-interface user-bold-r-normal-s*-*-*-*-*-*-*-*-*: Dtscript*LowRes*UxSystem*XmTextField.FontList: \ -dt-interface user-bold-r-normal-s*-*-*-*-*-*-*-*-*: !--------------------------------------------------------------------------- ! colors ! colors required by Desktop Script interfaces !Dtscript*Color*UxSystem*foreground: white !Dtscript*Mono*UxSystem*background: white !Dtscript*Color*UxSystem*background: #7E88AB ! background color for user-created widgets ! Comment this resource if you want user-created widgets ! to be displayed with the default background color !*background: #7E88AB