Files
Mozilla/mozilla/cmd/xfe/XfeWidgets/tests/Xfe/ButtonTest.ad
dmose%mozilla.org 83e38c06cc updated license boilerplate to xPL v1.1
git-svn-id: svn://10.0.0.236/trunk@52594 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 22:43:10 +00:00

106 lines
3.0 KiB
Plaintext

! -*- Mode: Fundamental; tab-width: 4; indent-tabs-mode: nil -*-
!
! The contents of this file are subject to the Netscape Public
! License Version 1.1 (the "License"); you may not use this file
! except in compliance with the License. You may obtain a copy of
! the License at http://www.mozilla.org/NPL/
!
! Software distributed under the License is distributed on an "AS
! IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
! implied. See the License for the specific language governing
! rights and limitations under the License.
!
! The Original Code is mozilla.org code.
!
! The Initial Developer of the Original Code is Netscape
! Communications Corporation. Portions created by Netscape are
! Copyright (C) 1998 Netscape Communications Corporation. All
! Rights Reserved.
!
! Contributor(s):
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: false
!ButtonTest*ButtonTarget.shadowThickness: 0
!ButtonTest*ButtonTarget.raiseBorderThickness: 0
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
!ButtonTest*ButtonTarget.selectionModifiers: Shift
ButtonTest*ButtonTarget.editModifiers: Shift
ButtonTest*ButtonTarget*armForeground: Red
ButtonTest*ButtonTarget*fillOnArm: false
ButtonTest*ButtonTarget*underlineThickness: 1
ButtonTest*ButtonTarget*pretendSensitive: false