home *** CD-ROM | disk | FTP | other *** search
- ! -*- Mode: Fundamental; tab-width: 8; indent-tabs-mode: nil -*-
- !
- ! The contents of this file are subject to the Netscape Public License
- ! Version 1.0 (the "NPL"); you may not use this file except in
- ! compliance with the NPL. You may obtain a copy of the NPL at
- ! http://www.mozilla.org/NPL/
- !
- ! Software distributed under the NPL is distributed on an "AS IS" basis,
- ! WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- ! for the specific language governing rights and limitations under the
- ! NPL.
- !
- ! The Initial Developer of this code under the NPL is Netscape
- ! Communications Corporation. Portions created by Netscape are
- ! Copyright (C) 1998 Netscape Communications Corporation. All Rights
- ! Reserved.
-
- !
-
- !!
- !! The mail/news demo
- !!
- PaneTestThree*MainForm.width: 600
- PaneTestThree*MainForm.height: 600
- PaneTestThree*MainForm.background: gray70
-
- PaneTestThree*paneSashType: pane_sash_live
- !PaneTestThree*paneSashType: pane_sash_double_line
-
- PaneTestThree*sashShadowThickness: 0
-
-
- !!
- !! The Mail/News Pane
- !!
- PaneTestThree*MailPane.background: gray70
- PaneTestThree*MailPane.leftAttachment: attach_form
- PaneTestThree*MailPane.rightAttachment: attach_form
- PaneTestThree*MailPane.topAttachment: attach_form
- PaneTestThree*MailPane.bottomAttachment: attach_form
- PaneTestThree*MailPane.leftOffset: 10
- PaneTestThree*MailPane.rightOffset: 10
- PaneTestThree*MailPane.topOffset: 10
- PaneTestThree*MailPane.bottomOffset: 10
- PaneTestThree*MailPane.shadowThickness: 0
- PaneTestThree*MailPane.shadowType: shadow_out
- PaneTestThree*MailPane.orientation: horizontal
- PaneTestThree*MailPane.sashThickness: 0
- PaneTestThree*MailPane.sashSpacing: 2
-
- !!
- !! The Collapsing Tab
- !!
- PaneTestThree*MailTab.shadowThickness: 0
-
- !!
- !! The Folders Form
- !!
- PaneTestThree*FoldersForm.shadowThickness: 1
- PaneTestThree*FoldersForm.shadowType: shadow_in
- PaneTestThree*FoldersForm.background: gray65
-
-
- !!
- !! The Folders Collapse Form
- !!
- PaneTestThree*FoldersCollapseForm*background: gray70
- PaneTestThree*FoldersCollapseForm.paneChildType: pane_child_attachment_one
- PaneTestThree*FoldersCollapseForm.paneChildAttachment: pane_child_attach_right
- PaneTestThree*FoldersCollapseForm.alwaysVisible: true
- PaneTestThree*FoldersCollapseForm.allowDrag: true
-
- PaneTestThree*FoldersCollapseArrow.traversalOn: false
- PaneTestThree*FoldersCollapseArrow.shadowThickness: 1
- PaneTestThree*FoldersCollapseArrow.highlightThickness: 0
- PaneTestThree*FoldersCollapseArrow.arrowDirection: arrow_left
- PaneTestThree*FoldersCollapseArrow.arrowWidth: 10
- PaneTestThree*FoldersCollapseArrow.arrowHeight: 10
-
- PaneTestThree*FoldersCollapseArrow.leftAttachment: attach_form
- PaneTestThree*FoldersCollapseArrow.topAttachment: attach_form
- PaneTestThree*FoldersCollapseArrow.bottomAttachment: attach_none
- PaneTestThree*FoldersCollapseArrow.rightAttachment: attach_form
- PaneTestThree*FoldersCollapseArrow.leftOffset: 2
- PaneTestThree*FoldersCollapseArrow.rightOffset: 3
-
- PaneTestThree*FoldersCollapseLabel.topAttachment: attach_widget
- PaneTestThree*FoldersCollapseLabel.bottomAttachment: attach_none
- PaneTestThree*FoldersCollapseLabel.leftAttachment: attach_form
- PaneTestThree*FoldersCollapseLabel.rightAttachment: attach_form
- PaneTestThree*FoldersCollapseLabel.topWidget: FoldersCollapseArrow
- PaneTestThree*FoldersCollapseLabel.topOffset: 4
- PaneTestThree*FoldersCollapseLabel.labelString: P\nu\ns\nh\n\nA\nr\nr\no\nw
-
- !!
- !! The Message Pane
- !!
- PaneTestThree*MessagePane.background: gray70
- PaneTestThree*MessagePane.orientation: vertical
- PaneTestThree*MessagePane.sashThickness: 0
- !PaneTestThree*MessagePane.allowDrag: true
-
- PaneTestThree*ThreadForm.shadowThickness: 1
- PaneTestThree*ThreadForm.shadowType: shadow_in
- PaneTestThree*ThreadForm.background: gray65
-
- PaneTestThree*MessageForm.shadowThickness: 1
- PaneTestThree*MessageForm.shadowType: shadow_in
- PaneTestThree*MessageForm.background: gray65
-
- PaneTestThree*AttachmentsForm.shadowThickness: 1
- PaneTestThree*AttachmentsForm.shadowType: shadow_in
- PaneTestThree*AttachmentsForm.background: gray70
- PaneTestThree*AttachmentsForm.allowDrag: false
- PaneTestThree*AttachmentsForm.allowResize: true
-
- PaneTestThree*AttachmentsSW*XmScrollBar*shadowThickness: 1
-
- PaneTestThree*AttachmentsSW.scrollingPolicy: automatic
- PaneTestThree*AttachmentsSW.shadowThickness: 0
- PaneTestThree*AttachmentsSW.shadowType: shadow_in
- PaneTestThree*AttachmentsSW*background: gray65
- PaneTestThree*AttachmentsSW.topAttachment: attach_form
- PaneTestThree*AttachmentsSW.bottomAttachment: attach_form
- PaneTestThree*AttachmentsSW.leftAttachment: attach_form
- PaneTestThree*AttachmentsSW.rightAttachment: attach_form
- PaneTestThree*AttachmentsSW.topOffset: 1
- PaneTestThree*AttachmentsSW.leftOffset: 1
- PaneTestThree*AttachmentsSW.rightOffset: 1
- PaneTestThree*AttachmentsSW.bottomOffset: 1
-
- PaneTestThree*AttachmentsSW.scrolledWindowMarginWidth: 0
- PaneTestThree*AttachmentsSW.scrolledWindowMarginHeight: 0
-
- PaneTestThree*AttachmentsSW*traversalOn: false
- PaneTestThree*AttachmentsSW*highlightThickness: 0
-
- PaneTestThree*ScrolledWindowClipWindow*background: gray65
-
-
- PaneTestThree*AttachmentsToolBar.usePreferredHeight: true
- PaneTestThree*AttachmentsToolBar.usePreferredWidth: true
- PaneTestThree*AttachmentsToolBar.spacing: 8
- !PaneTestThree*AttachmentsToolBar*background: gray65
-
- PaneTestThree*AttachmentsToolBar*XfeButton*selectionModifiers: Any
- PaneTestThree*AttachmentsToolBar*XfeButton*shadowThickness: 0
- PaneTestThree*AttachmentsToolBar*XfeButton*highlightThickness: 0
- PaneTestThree*AttachmentsToolBar*XfeButton*traversalOn: false
- PaneTestThree*AttachmentsToolBar*XfeButton*raiseOnEnter: false
- PaneTestThree*AttachmentsToolBar*XfeButton*buttonType: button_push
- PaneTestThree*AttachmentsToolBar*XfeButton*selectionColor: #FFFFCC
-
- PaneTestThree*AttachmentsToolBar*XfeButton*marginLeft: 2
- PaneTestThree*AttachmentsToolBar*XfeButton*marginRight: 2
- PaneTestThree*AttachmentsToolBar*XfeButton*marginTop: 2
- PaneTestThree*AttachmentsToolBar*XfeButton*marginBottom: 2
-
- !!
- !! The Message Collapse Form
- !!
- PaneTestThree*MessageCollapseForm*background: gray70
- PaneTestThree*MessageCollapseForm.paneChildType: pane_child_attachment_two
- PaneTestThree*MessageCollapseForm.paneChildAttachment: pane_child_attach_top
- PaneTestThree*MessageCollapseForm.alwaysVisible: true
- PaneTestThree*MessageCollapseForm.allowDrag: true
-
- PaneTestThree*MessageCollapseArrow.traversalOn: false
- PaneTestThree*MessageCollapseArrow.shadowThickness: 1
- PaneTestThree*MessageCollapseArrow.highlightThickness: 0
- PaneTestThree*MessageCollapseArrow.arrowDirection: arrow_down
- PaneTestThree*MessageCollapseArrow.arrowWidth: 10
- PaneTestThree*MessageCollapseArrow.arrowHeight: 10
-
- PaneTestThree*MessageCollapseArrow.leftAttachment: attach_form
- PaneTestThree*MessageCollapseArrow.topAttachment: attach_form
- PaneTestThree*MessageCollapseArrow.bottomAttachment: attach_form
- PaneTestThree*MessageCollapseArrow.rightAttachment: attach_none
- PaneTestThree*MessageCollapseArrow.topOffset: 2
- PaneTestThree*MessageCollapseArrow.bottomOffset: 3
-
- PaneTestThree*MessageCollapseLabel.leftAttachment: attach_widget
- PaneTestThree*MessageCollapseLabel.topAttachment: attach_form
- PaneTestThree*MessageCollapseLabel.bottomAttachment: attach_form
- PaneTestThree*MessageCollapseLabel.rightAttachment: attach_none
- PaneTestThree*MessageCollapseLabel.leftWidget: MessageCollapseArrow
- PaneTestThree*MessageCollapseLabel.leftOffset: 4
- PaneTestThree*MessageCollapseLabel.labelString: Push Arrow
-
- !!
- !! The Message Pane
- !!
- PaneTestThree*AttachmentsPane.background: gray70
- PaneTestThree*AttachmentsPane.orientation: vertical
- PaneTestThree*AttachmentsPane.sashThickness: 2
- PaneTestThree*AttachmentsPane.sashShadowThickness: 0
- PaneTestThree*AttachmentsPane.paneDragMode: pane_drag_preserve_two
-
- !PaneTestThree*AttachmentsForm*background: CadetBlue4
-