added documentation for the pressed focus/unfocus and fixed some minor

formatting errors
This commit is contained in:
Scott Moynes 2002-10-04 02:04:16 +00:00
parent 987cf7cc40
commit ce89be6a0c

View file

@ -535,9 +535,11 @@ toolbar.clock.textColor: Color
! How the toolbar's text should be justified.
toolbar.justify: \fIcenter\fR, \fIleft\fR, or \fIright\fR
.ta \w'toolbar.font:\ 'u
! Font to be used for all toolbar components.
toolbar.font: Font \fI(e.g. -*-helvetica-medium-r-normal-*-*-100-*)\fR
.ta \w'window.button.unfocus.picColor: \ 'u
! The menu titlebar.
menu.title: Texture
menu.title.color: Color
@ -619,6 +621,17 @@ window.button.pressed: Texture (e.g. \fISunken\fR)
window.button.pressed.color: Color
window.button.pressed.colorTo: Color
.ta \w'window.button.pressed.unfocus.colorTo:\ 'u
! If either the focused, or unfocused pressed button isn't
! defined, it will use the normal pressed: resource
window.button.pressed.focus: Texture (eg. \fISunken\fR)
window.button.pressed.focus.color: Color
window.button.pressed.focus.colorTo: Color
window.button.pressed.unfocus: Texture (eg. \fISunken\fR)
window.button.pressed.unfocus.color: Color
window.button.pressed.unfocus.colorTo: Color
.ta \w'window.button.unfocus.picColor:\ 'u
! Frame around window.
window.frame.focusColor: Color
window.frame.unfocusColor: Color