!
!	XChat default resources
!

! baseNet defines the view of Internet. There should be a broadcast address
! of your local network. Multiple addresses can be written as
! xxx.xx.xxx.xx:yy.yyy.yy.yyy
! The automatic Configure procedure only looks for the local broadcastaddress
! using find_baddr
!
! extraNet allows individual users to add remote partners to the view of
! Internet. Usually broadcast addresses are blocked by routers, so either
! machine names or machine inet addresses can be used
!
! 
*baseNet				: 192.168.33.255
*extraNet				: 

*font					: -*-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*

*root_widget.iconPixmap			: /usr/local/X11/lib/X11/xchat/xchat.xbm
*form.orientation			: vertical

*status_label.label			: status
*status_label.font			: -*-helvetica-bold-r-*-*-14-*-*-*-*-*-*-*
*status_label.allowResize		: false
*status_label.skipAdjust		: true
*status_label.min			: 15
*status_label.max			: 15

*message_label.label			: Users
*message_label.font			: -*-helvetica-bold-r-*-*-14-*-*-*-*-*-*-*
*message_label.allowResize		: false
*message_label.skipAdjust		: true
*message_label.min			: 15
*message_label.max			: 15

*names_label.label			: Discussions & Bulletins
*names_label.font			: -*-helvetica-bold-r-*-*-14-*-*-*-*-*-*-*
*names_label.allowResize		: false
*names_label.skipAdjust			: true
*names_label.min			: 15
*names_label.max			: 15
!
!	buttons on top -- not all visible at any time
!
*invite.right				: chainRight
*invite.fromHoriz			: message
*invite.mappedWhenManaged		: False
*message.fromHoriz			: session
*message.mappedWhenManaged		: False
*session.fromHoriz			: scan
*session.label				: start session
*session.menuName			: sess_menu
*scan.fromHoriz				: help
*scan.label				: rescan
*help.fromHoriz				: quit
*help.menuName				: help_menu
*quit.left				: chainLeft

*menubar.borderWidth			: 0
*menubar.internalWidth			: 0
*menubar.min				: 20

!
!	status subwindow
!
*status.right				: chainRight
*status.width				: 400
!*status.height				: 35
*status.min				: 35
*status.displayCaret			: False
*status.scrollVertical			: always
*status*font				: -*-helvetica-medium-r-*-*-12-*-*-*-*-*-*-*

!
!	namelist
!
*namelist.min 				: 70
*namelist.width				: 400
*namelist.displayCaret			: False
*namelist.scrollVertical		: always
*namelist.scrollHorizontal		: whenNeeded
*namelist*font				: -*-helvetica-medium-r-*-*-12-*-*-*-*-*-*-*

!
!	messagelist viewport
!
*mlist.width				: 400
*mlist.min				: 250
*mlist.displayCaret			: False
*mlist.scrollVertical			: always
*mlist.scrollHorizontal			: whenNeeded
*mlist*font				: -*-helvetica-medium-r-*-*-12-*-*-*-*-*-*-*

!
!	session menu
!
*sess_init.label			: Create a session
*sess_join.label			: Join a session

!
!	session init dialogue
!
*session_dialog.value.translations: #override \n\
        <Key>Return : go_session()
*session_dialog.label			: Enter Subject:
*session_dialog.value			: 
*session_dialog.value.width		: 225
*session_cancel.label			: Cancel
*session_confirm.label			: Ok
*session_type.label			: Multi Talk
*session_type.width			: 140
*session_type.menuName			: type_menu

*type_multitalk.label			: Multi Talk
*type_opendisc.label			: Discussion
*type_bulletin.label			: Bulletin

!
!	end session menu
!
*end_confirm.label			: Really quit session
*end_cancel.label			: Continue session

!
!	message entry sheet
!
*popup_form.top				: chainTop
*popup_form.bottom			: chainTop
*popup_form.borderWidth			: 0
*popup_form.internalWidth		: 0

*msg_label.label			: Message Entry Sheet
*msg_label.borderWidth			: 0
*msg_label.top				: chainTop
*msg_label.left				: chainLeft

*msg_icon.bitmap			: /usr/local/X11/lib/X11/xchat/penandink.xbm
*msg_icon.borderWidth			: 0
*msg_icon.fromHoriz			: msg_label
*msg_icon.top				: chainTop

*msg_entry.fromVert			: msg_icon
*msg_entry.left				: chainLeft
*msg_entry*editType			: edit
*msg_entry*autoFill			: true
*msg_entry*font				: -*-helvetica-medium-r-*-*-12-*-*-*-*-*-*-*
*msg_entry.width			: 350
*msg_entry.height			: 200
*msg_entry*translations			: #override \n\
        					<Key>Escape : go_message()

*msg_confirm.fromVert			: msg_entry
*msg_confirm.left			: chainLeft
*msg_confirm.label			: Send (=ESC)

*msg_cancel.fromVert			: msg_entry
*msg_cancel.fromHoriz			: msg_confirm
*msg_cancel.label			: Cancel

*msg_done.fromVert			: msg_entry
*msg_done.fromHoriz			: msg_cancel
*msg_done.label				: Done

!
!	invitate popup shell
!
*inv_text.label				: Scanning for Xchat users...
*inv_text.font				: -*-helvetica-bold-o-*-*-14-*-*-*-*-*-*-*
*inv_text.borderWidth			: 0
*inv_text.top				: chainTop
*inv_text.left				: chainLeft

*inv_rescan.label			: rescan
*inv_rescan.left			: chainLeft
*inv_rescan.fromVert			: inv_text

*inv_icon.bitmap			: /usr/local/X11/lib/X11/xchat/scanner.xbm
*inv_icon.borderWidth			: 0
*inv_icon.top				: chainTop
*inv_icon.fromHoriz			: inv_text

*inv_list.forceBars			: True
*inv_list.verticalList			: True
*inv_list.forceColumns			: True
*inv_list.defaultColumns		: 1
*inv_list.translations			: #replace \n\
					  <Btn1Down> : Set() \n\
				  	  <Btn1Motion> : Set() \n\
				  	  <Btn1Up> : Notify()
*inv_list.font				: -*-helvetica-medium-r-*-*-12-*-*-*-*-*-*-*

*inv_view.left				: chainLeft
*inv_view.fromVert			: inv_icon
*inv_view.allowVert			: True
*inv_view.allowHoriz			: True
*inv_view.height			: 250
*inv_view.width				: 330

*inv_done.label				: done
*inv_done.left				: chainLeft
*inv_done.fromVert			: inv_view
*inv_done.bottom			: chainBottom

!
!	discussion popup shell
!
*dis_text.label				: Scanning for Xchat discussions...
*dis_text.font				: -*-helvetica-bold-o-*-*-14-*-*-*-*-*-*-*
*dis_text.borderWidth			: 0
*dis_text.top				: chainTop
*dis_text.left				: chainLeft

*dis_rescan.label			: rescan
*dis_rescan.left			: chainLeft
*dis_rescan.fromVert			: dis_text

*dis_icon.bitmap			: /usr/local/X11/lib/X11/xchat/vicradio.xbm
*dis_icon.borderWidth			: 0
*dis_icon.top				: chainTop
*dis_icon.fromHoriz			: dis_text

*dis_list.forceBars			: True
*dis_list.verticalList			: True
*dis_list.forceColumns			: True
*dis_list.defaultColumns		: 1
*dis_list.translations			: #replace \n\
				  	  <Btn1Down> : Set() \n\
				  	  <Btn1Motion> : Set() \n\
				  	  <Btn1Up> : Notify()
*dis_list.font				: -*-helvetica-medium-r-*-*-12-*-*-*-*-*-*-*

*dis_view.left				: chainLeft
*dis_view.fromVert			: dis_icon
*dis_view.allowVert			: True
*dis_view.allowHoriz			: True
*dis_view.height			: 250
*dis_view.width				: 330

*dis_done.label				: cancel
*dis_done.left				: chainLeft
*dis_done.fromVert			: dis_view
*dis_done.bottom			: chainBottom

!
!	invitation popup forced dialogue
!
*fd_icon.top				: chainTop
*fd_icon.bottom				: chainBottom
*fd_icon.left				: chainLeft
*fd_icon.bitmap				: /usr/local/X11/lib/X11/xchat/invitation.xbm
*fd_icon.borderWidth			: 1

*fd_label.label				: Invitation for MultiTalk session
*fd_label.font				: -*-helvetica-bold-o-*-*-18-*-*-*-*-*-*-*
*fd_label.width				: 350
*fd_label.height			: 90
*fd_label.displayCaret			: False
*fd_label.borderWidth			: 0
*fd_label.top				: chainTop
*fd_label.fromHoriz			: fd_icon

*fd_label2.fromHoriz			: fd_icon
*fd_label2.fromVert			: fd_label
*fd_label2.displayCaret			: False
*fd_label2.label			: Topic is:
*fd_label2.borderWidth			: 0

*fd_title.fromVert			: fd_label
*fd_title.fromHoriz			: fd_label2
*fd_title.displayCaret			: False
*fd_title.width				: 300
*fd_title.borderWidth			: 0

*fd_label3.fromHoriz			: fd_icon
*fd_label3.fromVert			: fd_label2
*fd_label3.displayCaret			: False
*fd_label3.label			: Invitation received from:
*fd_label3.borderWidth			: 0

*fd_sender.fromVert			: fd_label2
*fd_sender.fromHoriz			: fd_label3
*fd_sender.displayCaret			: False
*fd_sender.width			: 200
*fd_sender.borderWidth			: 0

*fd_accept.label			: Accept
*fd_accept.fromVert			: fd_label3
*fd_accept.fromHoriz			: fd_icon
*fd_accept.bottom			: chainBottom

*fd_reject.label			: Reject
*fd_reject.fromHoriz			: fd_accept
*fd_reject.fromVert			: fd_label3
*fd_reject.bottom			: chainBottom

*fd_later.label				: Not now
*fd_later.fromHoriz			: fd_reject
*fd_later.fromVert			: fd_label3
*fd_later.bottom			: chainBottom

! help buttons, menus and popups

*help1.label				: About This Program
*help2.label				: How to get into a Session
*help3.label				: How to Invite
*help4.label				: How to send Messages
*help5.label				: Miscellaneous Information

*help_label1.bitmap			: /usr/local/X11/lib/X11/xchat/kunlogo.xbm
*help_label1.borderWidth		: 0
*help_label1.displayCaret		: False
*help_label1.top			: chainTop

*help_view1*type			: XawAsciiFile
*help_view1*string			: /usr/local/X11/lib/X11/xchat/help1.txt
*help_view1*font			: -*-helvetica-medium-r-*-*-10-*-*-*-*-*-*-*
*help_view1.displayCaret		: False
*help_view1.width			: 280
*help_view1.height			: 200
*help_view1*scrollVertical		: always
*help_view1.fromVert			: help_label1
*help_view1.left			: chainLeft

*help_done1.label			: Done
*help_done1.fromVert			: help_view1
*help_done1.left			: chainLeft
*help_done1.bottom			: chainBottom

*help_label2.bitmap			: /usr/local/X11/lib/X11/xchat/vicradio.xbm
*help_label2.borderWidth		: 0
*help_label2.displayCaret		: False
*help_label2.top			: chainTop

*help_view2*type			: XawAsciiFile
*help_view2*string			: /usr/local/X11/lib/X11/xchat/help2.txt
*help_view2*font			: -*-helvetica-medium-r-*-*-10-*-*-*-*-*-*-*
*help_view2.displayCaret		: False
*help_view2.width			: 280
*help_view2.height			: 200
*help_view2*scrollVertical		: always
*help_view2.fromVert			: help_label2
*help_view2.left			: chainLeft

*help_done2.label			: Done
*help_done2.fromVert			: help_view2
*help_done2.left			: chainLeft
*help_done2.bottom			: chainBottom

*help_label3.bitmap			: /usr/local/X11/lib/X11/xchat/invitation.xbm
*help_label3.borderWidth		: 0
*help_label3.displayCaret		: False
*help_label3.top			: chainTop

*help_view3*type			: XawAsciiFile
*help_view3*string			: /usr/local/X11/lib/X11/xchat/help3.txt
*help_view3*font			: -*-helvetica-medium-r-*-*-10-*-*-*-*-*-*-*
*help_view3.displayCaret		: False
*help_view3.width			: 280
*help_view3.height			: 200
*help_view3*scrollVertical		: always
*help_view3.fromVert			: help_label3
*help_view3.left			: chainLeft

*help_done3.label			: Done
*help_done3.fromVert			: help_view3
*help_done3.left			: chainLeft
*help_done3.bottom			: chainBottom

*help_label4.bitmap			: /usr/local/X11/lib/X11/xchat/penandink.xbm
*help_label4.borderWidth		: 0
*help_label4.displayCaret		: False
*help_label4.top			: chainTop

*help_view4*type			: XawAsciiFile
*help_view4*string			: /usr/local/X11/lib/X11/xchat/help4.txt
*help_view4*font			: -*-helvetica-medium-r-*-*-10-*-*-*-*-*-*-*
*help_view4.displayCaret		: False
*help_view4.width			: 280
*help_view4.height			: 200
*help_view4*scrollVertical		: always
*help_view4.fromVert			: help_label4
*help_view4.left			: chainLeft

*help_done4.label			: Done
*help_done4.fromVert			: help_view4
*help_done4.left			: chainLeft
*help_done4.bottom			: chainBottom

*help_label5.bitmap			: /usr/local/X11/lib/X11/xchat/xchat_icon.xbm
*help_label5.borderWidth		: 0
*help_label5.displayCaret		: False
*help_label5.top			: chainTop

*help_view5*type			: XawAsciiFile
*help_view5*string			: /usr/local/X11/lib/X11/xchat/help5.txt
*help_view5*font			: -*-helvetica-medium-r-*-*-10-*-*-*-*-*-*-*
*help_view5.displayCaret		: False
*help_view5.width			: 280
*help_view5.height			: 200
*help_view5*scrollVertical		: always
*help_view5.fromVert			: help_label5
*help_view5.left			: chainLeft

*help_done5.label			: Done
*help_done5.fromVert			: help_view5
*help_done5.left			: chainLeft
*help_done5.bottom			: chainBottom

#ifdef COLOR
!
*status_label.background		: MistyRose2
*status.background			: LightSkyBlue2
*status.*.background			: LightSkyBlue2
!
*message_label.background		: MistyRose2
*names_label.background			: MistyRose2
!
*mlist.background			: LightSkyBlue2
*mlist.*.background			: LightSkyBlue2
*mlist.foreground			: black
!
*namelist.background			: LightSkyBlue2
*namelist.*.background			: LightSkyBlue2
*namelist.foreground			: black
!
*menubar.quit.background		: DarkSeaGreen3
*menubar.help.background		: DarkSeaGreen2
*menubar.scan.background		: DarkSeaGreen2
*menubar.session.background		: DarkSeaGreen2
*menubar.message.background		: DarkSeaGreen2
*menubar.invite.background		: DarkSeaGreen2
*menubar.background			: DarkSeaGreen1
!
*sess_menu.*.background			: CadetBlue3
*end_menu.*.background			: CadetBlue3
*popup_session.*.background		: CadetBlue2
!
*dis_form.*.background			: RosyBrown1
*dis_list.background			: RosyBrown2
*dis_list.foreground			: black
!
*inv_view.inv_list.background		: seashell
*inv_form.background			: pink
*inv_form.inv_text.background		: pink
*inv_form.inv_icon.background		: pink
*inv_form.inv_rescan.background		: LightSeaGreen
*inv_form.inv_done.background		: LightSeaGreen
!
*fd_form.background			: wheat1
*fd_form.fd_label.background		: wheat1
*fd_form.fd_label2.background		: wheat1
*fd_form.fd_label3.background		: wheat1
*fd_form.foreground			: black
*fd_form.fd_sender*background		: wheat2
*fd_form.fd_title*background		: wheat2
*fd_form.fd_icon.background		: wheat2
*fd_form.fd_accept.background		: wheat3
*fd_form.fd_reject.background		: wheat3
*fd_form.fd_later.background		: wheat3
!
*popup_form.*.background		: burlywood2
*popup_form.*.foreground		: black
!
*popup_form.msg_entry.*.background	: AntiqueWhite2
*popup_form.msg_done.background		: PeachPuff3
*popup_form.msg_cancel.background	: PeachPuff3
*popup_form.msg_confirm.background	: PeachPuff3
!
*help_form1.background			: bisque1
*help_label1.foreground			: firebrick
*help_label1.background			: bisque1
*help_done1.background			: bisque1
*help_view1*background			: bisque3
!
*help_form2.background			: PaleGoldenrod
*help_view2*background			: khaki
*help_label2.background			: PaleGoldenrod
*help_done2.background			: PaleGoldenrod
!
*help_form3.background			: lavender
*help_view3*background			: LavenderBlush
*help_label3.background			: lavender
*help_done3.background			: lavender
!
*help_form4.background			: cornsilk3
*help_view4*background			: cornsilk2
*help_label4.background			: cornsilk3
*help_done4.background			: cornsilk3
!
*help_form5.background			: peachpuff3
*help_view5*background			: NavajoWhite2
*help_done5.background			: peachpuff3
*help_label5.background			: peachpuff3
!
*help_menu.background			: PaleTurquoise2
#endif
