Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 4eff6a27327df98ac249278297191aba > files > 1

gentoo-0.19.13-1.fc16.i686.rpm

#
# This is the GTK+ RC file for gentoo. The first (rudimentary)
# GTK+ RC support was added in version 0.9.15.
#
# Currently named widgets are:
# "mainPane{0,1}"	The CLists in the panes.
# "cstPreview"		The preview CList in style config.
# "txvText"		The Text widget used for viewing
#			text (output capture, ViewText & ViewHex cmds).
#
# Other widgets must be accessed by their class names.
#
# For information about how to write GTK+ RC files, see the
# official GTK+ tutorial (doubtlessly available from www.gtk.org).
#

# style <name> [= <name>]
# {
#   <option>
# }
#
# widget <widget_set> style <style_name>
# widget_class <widget_class_set> style <style_name>

style "paneStyle"
{
#  font_name = "Fixed"
#  base[NORMAL] = "#c000c0"
}

style "textStyle"
{
  font_name = "Fixed"
}

widget "*mainPane0"  style "paneStyle"
widget "*mainPane1"  style "paneStyle"
widget "*cstPreview" style "textStyle"
widget "*txvText"    style "textStyle"