!
! $Id: Caption,v 1.2 1997/02/08 06:04:51 lister Exp $
!
*button1.labelString:		Text, caption right
*button2.labelString:		ButtonBox, caption top center
*button3.labelString:		ButtonBox, multiline caption left
*button4.labelString:		Text, caption left
*button5.labelString:		Double toggle boxes

!
! Caption 1 example
!

*caption1.allowShellResize:	True
*caption1*fontList:		-adobe-helvetica-*-r-*-*-*-180-*-*-*-*-*-*
*caption1*text.resizeWidth:	True

*caption1*cw.labelString:	Caption
*caption1*cw.labelPosition:	right
*caption1*cw.labelAlignment:	center
*caption1*cw.spacing:		30



!
! Caption 2 example
!

*caption2*fontList:		-adobe-helvetica-*-r-*-*-*-180-*-*-*-*-*-*

! Position the caption at the to center of the Frame and offset it
! so that it overlaps slightly.
*caption2*cw.wcClassName:	XbaeCaption
*caption2*cw.labelString:	Caption
*caption2*cw.labelPosition:	top
*caption2*cw.labelAlignment:	center
*caption2*cw.labelOffset:	-15

*caption2*cw.Offset:		10
*caption2*cw.leftAttachment:	attach_form
*caption2*cw.rightAttachment:	attach_form
*caption2*cw.bottomAttachment:	attach_form
*caption2*cw.topAttachment:	attach_form

*caption2*frame.marginWidth:	15
*caption2*frame.marginHeight:	15
*caption2*frame.shadowThickness:4

*caption2*rc.orientation:	vertical

*caption2*button.labelString:	PushButton



!
! Caption 3 example
!

*caption3*fontList:		-adobe-helvetica-*-r-*-*-*-180-*-*-*-*-*-*

*caption3*cw.wcClassName:	XbaeCaption
*caption3*cw.labelString:	Multi\nLine\nCaption
*caption3*cw.labelPosition:	left
*caption3*cw.labelAlignment:	top
*caption3*cw.labelOffset:	5
*caption3*cw.labelTextAlignment:alignment_end

*caption3*cw.Offset:		10
*caption3*cw.leftAttachment:	attach_form
*caption3*cw.rightAttachment:	attach_form
*caption3*cw.bottomAttachment:	attach_form
*caption3*cw.topAttachment:	attach_form

*caption3*frame.marginWidth:	15
*caption3*frame.marginHeight:	15
*caption3*frame.shadowThickness:4

*caption3*rc.orientation:	vertical

*caption3*button.labelString:	PushButton



!
! Caption 4 example
!

*caption4*fontList:		-adobe-helvetica-*-r-*-*-*-180-*-*-*-*-*-*
*caption4*cw.labelString:	Caption:
*caption4*cw.labelOffset:	5
*caption4*text.columns:		10



!
! Caption 5 example
!

*caption5*fontList:		-adobe-helvetica-*-r-*-*-*-180-*-*-*-*-*-*

*caption5*cw1.labelString:	ToggleBox 1
*caption5*cw1.labelPosition:top
*caption5*cw1.labelAlignment:left
*caption5*cw1.labelOffset:	-15

*caption5*cw1.Offset:		10
*caption5*cw1.leftAttachment:	attach_form
*caption5*cw1.rightAttachment:	attach_form
*caption5*cw1.topAttachment:	attach_form
*caption5*cw1.bottomAttachment:	attach_position
*caption5*cw1.bottomPosition:	50

*caption5*cw2.labelString:	ToggleBox 2
*caption5*cw2.labelPosition:	top
*caption5*cw2.labelAlignment:	left
*caption5*cw2.labelOffset:	-15

*caption5*cw2.Offset:		10
*caption5*cw2.leftAttachment:	attach_form
*caption5*cw2.rightAttachment:	attach_form
*caption5*cw2.bottomAttachment:	attach_form
*caption5*cw2.topAttachment:	attach_position
*caption5*cw2.topPosition:	50

*caption5*frame.marginWidth:	15
*caption5*frame.marginHeight:	15
*caption5*frame.shadowThickness:4

*caption5*button.labelString:	Toggle
