home *** CD-ROM | disk | FTP | other *** search
- ! -*- Mode: Fundamental; tab-width: 4; 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.
-
-
- ButtonTest*MainForm.width: 500
- ButtonTest*MainForm.height: 700
- ButtonTest*MainForm.background: Gray70
- ButtonTest*MainForm.shadowThickness: 0
- ButtonTest*MainForm.shadowType: shadow_in
-
- ButtonTest*fontList: -*-helvetica-medium-r-*-*-*-140-*-*-*-*-iso8859-*
- ButtonTest*labelFontList: -*-helvetica-medium-r-*-*-*-140-*-*-*-*-iso8859-*
- ButtonTest*foreground: Black
-
- !!
- !! MenuBar
- !!
- ButtonTest*MenuBar.leftAttachment: attach_form
- ButtonTest*MenuBar.rightAttachment: attach_form
- ButtonTest*MenuBar.topAttachment: attach_form
- ButtonTest*MenuBar.bottomAttachment: attach_none
-
- ButtonTest*MenuBar*background: Gray65
- ButtonTest*MenuBar*shadowThickness: 2
-
- ButtonTest*MenuBar*File.mnemonic: F
- ButtonTest*MenuBar*Toggle.mnemonic: T
-
- ButtonTest*MenuBar*File*Exit.labelString: Exit
- ButtonTest*MenuBar*File*Exit.acceleratorText: Alt-Q
- ButtonTest*MenuBar*File*Exit.accelerator: Alt<Key>Q
- ButtonTest*MenuBar*File*Exit.mnemonic: x
-
- !!
- !! ToolBar
- !!
- ButtonTest*ButtonTarget.leftAttachment: attach_form
- ButtonTest*ButtonTarget.rightAttachment: attach_none
- ButtonTest*ButtonTarget.topAttachment: attach_form
- ButtonTest*ButtonTarget.bottomAttachment: attach_none
-
- !ButtonTest*ButtonTarget.topWidget: MenuBar
-
- ButtonTest*ButtonTarget.topOffset: 200
- ButtonTest*ButtonTarget.leftOffset: 50
-
- ButtonTest*ButtonTarget.background: Gray70
-
- ButtonTest*ButtonTarget.buttonType: button_push
-
- ButtonTest*ButtonTarget.raiseOnEnter: true
-
- ButtonTest*ButtonTarget.shadowThickness: 2
-
- ButtonTest*ButtonTarget.raiseBorderThickness: 2
-
- ButtonTest*ButtonTarget.marginLeft: 10
- ButtonTest*ButtonTarget.marginRight: 10
- ButtonTest*ButtonTarget.marginTop: 10
- ButtonTest*ButtonTarget.marginBottom: 10
-
- ButtonTest*ButtonTarget.buttonTrigger: button_trigger_either
-
- !ButtonTest*ButtonTarget.cursor: hand2
- ButtonTest*ButtonTarget.transparentCursor: cross
-
-
-