Mercurial > hg > xemacs-beta
diff lwlib/energize/blpsheet.xd @ 0:376386a54a3c r19-14
Import from CVS: tag r19-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:45:50 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lwlib/energize/blpsheet.xd Mon Aug 13 08:45:50 2007 +0200 @@ -0,0 +1,78 @@ +module 'blpsheet' +applicationName = 'blpsheet'; +generateNameC = 'blpsheet.xdc'; +generateNameUIL = ''; +generateNameResDB = ''; +generateUidFile = ''; +generateMask = 458980; +object '' : XmDialogShell { + arguments { + name = 'breaklist_p_sheet'; + XmNtitle = 'Prompt dialog'; + XmNallowShellResize = true; + }; +object '' : XmFrame { + arguments { + name = 'breakpointPanel'; + XmNshadowType=8; + }; +object '' : XmForm { + arguments { + name = 'panel'; + XmNautoUnmanage = false; + }; +object '' : XmRadioBox { + arguments { + name = 'nameStyle'; + XmNorientation=2; + }; +object '' : XmToggleButton GADGET { + arguments { + name = 'nameOnly'; + }; +}; +object '' : XmToggleButton GADGET { + arguments { + name = 'prototype'; + }; +}; +object '' : XmToggleButton GADGET { + arguments { + name = 'mangled'; + }; +}; +}; +object '' : XmRadioBox { + arguments { + name = 'listingStyle'; + XmNorientation=2; + }; +object '' : XmToggleButton GADGET { + arguments { + name = 'terse'; + }; +}; +object '' : XmToggleButton GADGET { + arguments { + name = 'verbose'; + }; +}; +}; + attachments { + attachment { + XmNrightAttachment = 0 0 0; + XmNleftAttachment = 1 0 2; + XmNbottomAttachment = 1 0 2; + XmNtopAttachment = 3 2 2; + }; + attachment { + XmNrightAttachment = 0 0 0; + XmNleftAttachment = 1 0 2; + XmNbottomAttachment = 0 0 0; + XmNtopAttachment = 1 0 2; + }; + }; +}; +}; +}; +end module;