#
# 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.
# "mainStatus"		The Label widget used for status.
# "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 "fixed14"
{
  font = "-*-courier-medium-r-*-*-14-*-*-*-*-*-*-*"
#  base[NORMAL] = "#c000c0"		# To set background color of empty pane spaceo.
}

style "fixed12"
{
  font = "-*-courier-medium-r-*-*-12-*-*-*-*-*-*-*"
}

widget "*mainPane0" style "fixed14"
widget "*mainPane1" style "fixed14"
widget "*cstPreview" style "fixed14"
widget "*txvText"   style "fixed12"
