/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* gos720 src/gos/2d/XTOP/programs/twm/deftwmrc.c 1.1 */ /* */ /* Licensed Materials - Property of IBM */ /* */ /* COPYRIGHT International Business Machines Corp. 1996 */ /* All Rights Reserved */ /* */ /* US Government Users Restricted Rights - Use, duplication or */ /* disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ /* */ /* IBM_PROLOG_END_TAG */ /* SCCSID_BEGIN_TAG */ #ifndef lint static char sccsid[] = "@(#)53 1.1 src/gos/2d/XTOP/programs/twm/deftwmrc.c, xsample, gos720 12/23/96 13:38:00"; #endif /* SCCSID_END_TAG */ /* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* gos420 src/gos/2d/XTOP/clients/twm/deftwmrc.c */ /* */ /* Licensed Materials - Property of IBM */ /* */ /* (C) COPYRIGHT International Business Machines Corp. 1992,1995 */ /* All Rights Reserved */ /* */ /* US Government Users Restricted Rights - Use, duplication or */ /* disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ /* */ /* IBM_PROLOG_END_TAG */ /* * COMPONENT_NAME: XSAMPLE * * FUNCTIONS: * * ORIGINS: 1,27 * * (C) COPYRIGHT International Business Machines Corp. 1992 * All Rights Reserved * Licensed Materials - Property of IBM * * US Government Users Restricted Rights - Use, duplication or * disclosure restricted by GSA ADP Schedule Contract with IBM Corp. * */ /* * This file is generated automatically from the default * twm bindings file system.twmrc by the twm Imakefile. */ char *defTwmrc[] = { "", "NoGrabServer", "RestartPreviousState", "DecorateTransients", "TitleFont \"-adobe-helvetica-bold-r-normal--*-120-*-*-*-*-*-*\"", "ResizeFont \"-adobe-helvetica-bold-r-normal--*-120-*-*-*-*-*-*\"", "MenuFont \"-adobe-helvetica-bold-r-normal--*-120-*-*-*-*-*-*\"", "IconFont \"-adobe-helvetica-bold-r-normal--*-100-*-*-*-*-*-*\"", "IconManagerFont \"-adobe-helvetica-bold-r-normal--*-100-*-*-*\"", "", "Color", "{", " BorderColor \"slategrey\"", " DefaultBackground \"maroon\"", " DefaultForeground \"gray85\"", " TitleBackground \"maroon\"", " TitleForeground \"gray85\"", " MenuBackground \"maroon\"", " MenuForeground \"gray85\"", " MenuTitleBackground \"gray70\"", " MenuTitleForeground \"maroon\"", " IconBackground \"maroon\"", " IconForeground \"gray85\"", " IconBorderColor \"gray85\"", " IconManagerBackground \"maroon\"", " IconManagerForeground \"gray85\"", "}", "", "MoveDelta 3", "Function \"move-or-lower\" { f.move f.deltastop f.lower }", "Function \"move-or-raise\" { f.move f.deltastop f.raise }", "Function \"move-or-iconify\" { f.move f.deltastop f.iconify }", "", "Button1 = : root : f.menu \"defops\"", "", "Button1 = m : window|icon : f.function \"move-or-lower\"", "Button2 = m : window|icon : f.iconify", "Button3 = m : window|icon : f.function \"move-or-raise\"", "", "Button1 = : title : f.function \"move-or-raise\"", "Button2 = : title : f.raiselower", "", "Button1 = : icon : f.function \"move-or-iconify\"", "Button2 = : icon : f.iconify", "", "Button1 = : iconmgr : f.iconify", "Button2 = : iconmgr : f.iconify", "", "menu \"defops\"", "{", "\"Twm\" f.title", "\"Iconify\" f.iconify", "\"Resize\" f.resize", "\"Move\" f.move", "\"Raise\" f.raise", "\"Lower\" f.lower", "\"\" f.nop", "\"Focus\" f.focus", "\"Unfocus\" f.unfocus", "\"Show Iconmgr\" f.showiconmgr", "\"Hide Iconmgr\" f.hideiconmgr", "\"\" f.nop", "\"Kill\" f.destroy", "\"Delete\" f.delete", "\"\" f.nop", "\"Restart\" f.restart", "\"Exit\" f.quit", "}", (char *) 0 };