84 lines
2.7 KiB
Plaintext
84 lines
2.7 KiB
Plaintext
! -*- Mode: Fundamental; tab-width: 8; 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):
|
|
|
|
|
|
|
|
ToolScrollTest*MainForm.width: 600
|
|
ToolScrollTest*MainForm.height: 400
|
|
|
|
ToolScrollTest*ToolScroll*background: gray70
|
|
ToolScrollTest*ToolScroll.shadowThickness: 1
|
|
ToolScrollTest*ToolScroll.orientation: vertical
|
|
|
|
ToolScrollTest*ToolBar.buttonLayout: button_label_on_top
|
|
|
|
ToolScrollTest*ToolScroll.leftAttachment: attach_form
|
|
ToolScrollTest*ToolScroll.rightAttachment: attach_none
|
|
ToolScrollTest*ToolScroll.topAttachment: attach_form
|
|
ToolScrollTest*ToolScroll.bottomAttachment: attach_form
|
|
|
|
|
|
ToolScrollTest*ToolScroll.leftOffset: 10
|
|
ToolScrollTest*ToolScroll.rightOffset: 10
|
|
ToolScrollTest*ToolScroll.topOffset: 10
|
|
ToolScrollTest*ToolScroll.bottomOffset: 10
|
|
|
|
!ToolScrollTest*ToolScroll.usePreferredWidth: false
|
|
ToolScrollTest*ToolScroll.usePreferredHeight: false
|
|
|
|
ToolScrollTest*ToolScroll.clipShadowThickness: 1
|
|
ToolScrollTest*ToolScroll.clipShadowType: shadow_in
|
|
|
|
|
|
!ToolScrollTest*ToolBar.marginLeft: 0
|
|
!ToolScrollTest*ToolBar.marginRight: 0
|
|
!ToolScrollTest*ToolBar.marginTop: 0
|
|
!ToolScrollTest*ToolBar.marginBottom: 0
|
|
|
|
!ToolScrollTest*ToolScroll.marginLeft: 0
|
|
!ToolScrollTest*ToolScroll.marginRight: 0
|
|
!ToolScrollTest*ToolScroll.marginTop: 0
|
|
!ToolScrollTest*ToolScroll.marginBottom: 0
|
|
|
|
!ToolScrollTest*ToolScroll.spacing: 10
|
|
|
|
ToolScrollTest*ToolBar.radioBehavior: true
|
|
|
|
|
|
!ToolScrollTest*XfeButton.buttonType: button_toggle
|
|
|
|
ToolScrollTest*XfeButton.buttonTrigger: button_trigger_either
|
|
ToolScrollTest*XfeButton.marginLeft: 4
|
|
ToolScrollTest*XfeButton.marginRight: 4
|
|
ToolScrollTest*XfeButton.marginTop: 4
|
|
ToolScrollTest*XfeButton.marginBottom: 4
|
|
|
|
ToolScrollTest*XfeButton.raiseOnEnter: true
|
|
ToolScrollTest*XfeButton.shadowThickness: 0
|
|
!ToolScrollTest*XfeButton.fillOnEnter: true
|
|
ToolScrollTest*XfeButton.armOffset: 0
|
|
|
|
ToolScrollTest*XfeButton.transparentCursor: cross
|
|
!ToolScrollTest*XfeButton.cursor: hand2
|
|
|
|
|
|
|