File: gentoogtkrc.in

package info (click to toggle)
gentoo 0.19.13-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 6,900 kB
  • ctags: 5,244
  • sloc: ansic: 41,826; sh: 4,406; makefile: 817; yacc: 291; sed: 16
file content (39 lines) | stat: -rw-r--r-- 945 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#
# 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"