! $Id: Buttondemo,v 1.4 1999/08/26 17:31:16 falk Exp $

! button types and initial states

*button2.switchType:	momentaryoff
*button2.set:		true
*button3.switchType:	toggle
*button3.set:		true
*button5.switchType:	momentaryoff
*button5.set:		true
*button6.switchType:	toggle
*button6.set:		true

! General rules

*panel.background:	black
*panel.orientation:	horizontal
*RockerSwitch.background:	black

! Button details

! rocker switches

*RockerSwitch.width:	15
*RockerSwitch.height:	30
*button1.foreground:	#d77141
*button2.foreground:	#e7a220
*button3.foreground:	#20a2e7

! "eye" buttons

! set solid background
*XpmButton.background:	#e79a96
!*XpmButton.pixmapName:	wh_marble_3.xpm
*XpmButton.pixmapName:	None

*XpmButton.Pixmap:	None

*XpmButton.unsetPixmap:	eyeclosed.xpm
*XpmButton.hlPixmap:	eyeclosedhl.xpm
*XpmButton.armPixmap:	eyeclosedarm.xpm
*XpmButton.setPixmap:	eyeopen.xpm
*XpmButton.setHlPixmap:	eyeopenhl.xpm
*XpmButton.setArmPixmap: eyeopenarm.xpm
*XpmButton.insensitivePixmap: eyeclosedgrey.xpm
*XpmButton.setInsensitivePixmap: eyeopengrey.xpm

! This looks a little silly, but helps demonstrate XpmButton.
! *XpmButton.shapeMask:	./Pixmaps/shapemask.bm


!buttondemo*BeNiceToColormap:	True
