64 lines
1.9 KiB
Plaintext
64 lines
1.9 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):
|
|
|
|
!
|
|
|
|
PixmapTest*MainForm.width: 500
|
|
PixmapTest*MainForm.height: 700
|
|
PixmapTest*MainForm.background: Gray70
|
|
PixmapTest*MainForm.shadowThickness: 0
|
|
PixmapTest*MainForm.shadowType: shadow_in
|
|
|
|
PixmapTest*fontList: -*-helvetica-medium-r-*-*-*-140-*-*-*-*-iso8859-*
|
|
PixmapTest*labelFontList: -*-helvetica-medium-r-*-*-*-140-*-*-*-*-iso8859-*
|
|
PixmapTest*foreground: Black
|
|
|
|
|
|
!!
|
|
!! Large
|
|
!!
|
|
PixmapTest*Large.leftAttachment: attach_form
|
|
PixmapTest*Large.rightAttachment: attach_none
|
|
PixmapTest*Large.topAttachment: attach_form
|
|
PixmapTest*Large.bottomAttachment: attach_none
|
|
PixmapTest*Large.topOffset: 50
|
|
PixmapTest*Large.leftOffset: 50
|
|
PixmapTest*Large.buttonLayout: button_pixmap_only
|
|
|
|
PixmapTest*Large.raiseOnEnter: true
|
|
|
|
!!
|
|
!! Small
|
|
!!
|
|
PixmapTest*Small.leftAttachment: attach_form
|
|
PixmapTest*Small.rightAttachment: attach_none
|
|
PixmapTest*Small.topAttachment: attach_widget
|
|
PixmapTest*Small.bottomAttachment: attach_none
|
|
PixmapTest*Small.topWidget: Large
|
|
PixmapTest*Small.topOffset: 50
|
|
PixmapTest*Small.leftOffset: 50
|
|
PixmapTest*Small.buttonLayout: button_pixmap_only
|
|
|
|
PixmapTest*Small.raiseOnEnter: true
|
|
|
|
|
|
|