
| Current Path : /usr/share/sane/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //usr/share/sane/sane-style.rc |
# 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"