File: sane-style.rc

package info (click to toggle)
sane-frontends 1.0.7-2.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 904 kB
  • ctags: 691
  • sloc: ansic: 8,915; sh: 2,571; makefile: 549
file content (21 lines) | stat: -rw-r--r-- 396 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# style <name> [= <name>]
# {
#   <option>
# }
#
# widget <widget_set> style <style_name>
# widget_class <widget_class_set> style <style_name>
# accelerator <widget_name> <accelerator>

style "progressbar"
{
  bg[PRELIGHT] = { 22500, 53280, 22500 }	# green
}

style "curve"
{
  fg[NORMAL] = { 58000, 0, 0 }			# red
}

widget "*GtkCurve" style "curve"
widget "*GtkProgressBar" style "progressbar"