Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > b3628f1b992be777cad56e957ff3eee6 > files > 1

gentoo-0.15.6-1.fc14.x86_64.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"