aboutsummaryrefslogtreecommitdiff
path: root/.themes/Relax-GTK/gtk-2.0/widgets/scrollbar
blob: 96aae92bcd83c6a5b2c596e21f54f6110624db3f (plain)
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
style "scrollbar"
{
  engine "pixmap"
  {
      image
    {
      function      = BOX
      detail        = "trough"
      file          = "../assets/scrollbar-trough-horizontal.png"
      border        = { 25,25, 7, 7 }   #large borders while LibreOffice won't use GtkScrollbar::stepper-spacing=1
      stretch       = TRUE
      orientation   = HORIZONTAL
    }
    image
    {
      function      = BOX
      detail        = "trough"
      file          = "../assets/scrollbar-trough-vertical.png"
      border        = { 7, 7, 25, 25 }
      stretch       = TRUE
      orientation   = VERTICAL
    }
    
# Sliders

  image
    {
      function      = SLIDER
      state         = NORMAL
      file          = "../assets/scrollbar-slider-horizontal.png"
      border        = { 5, 5, 5, 5 }
      stretch       = TRUE
      orientation   = HORIZONTAL

    }
  image
    {
      function      = SLIDER
      state         = ACTIVE
      file          = "../assets/scrollbar-slider-horizontal-hover.png"
      border        = { 5, 5, 5, 5 }
      stretch       = TRUE
      orientation   = HORIZONTAL

    }
    image
    {
      function      = SLIDER
      state         = PRELIGHT
      file          = "../assets/scrollbar-slider-horizontal-hover.png"
      border        = { 5, 5, 5, 5 }
      stretch       = TRUE
      orientation   = HORIZONTAL

    }
    image
    {
      function      = SLIDER
      state         = INSENSITIVE
      file          = "../assets/scrollbar-slider-horizontal.png"
      border        = { 5, 5, 5, 5 }
      stretch       = TRUE
      orientation   = HORIZONTAL

    }

# X Verticals

 image
    {
      function        = SLIDER
      state           = NORMAL
      file            = "../assets/scrollbar-slider-vertical.png"
      border          = { 5, 5, 5, 5 }
      stretch         = TRUE
      orientation     = VERTICAL
      
    }
   image
    {
      function        = SLIDER
      state           = ACTIVE
      file            = "../assets/scrollbar-slider-vertical-hover.png"
      border          = { 5, 5, 5, 5 }
      stretch         = TRUE
      orientation     = VERTICAL

    }
    image
    {
      function        = SLIDER
      state           = PRELIGHT
      file            = "../assets/scrollbar-slider-vertical-hover.png"
      border          = { 5, 5, 5, 5 }
      stretch         = TRUE
      orientation     = VERTICAL

    }
    image
    {
      function        = SLIDER
      state           = INSENSITIVE
      file            = "../assets/scrollbar-slider-vertical.png"
      border          = { 5, 5, 5, 5 }
      stretch         = TRUE
      orientation     = VERTICAL

    }
    image 
    {
      function        = STEPPER
      file            = "../assets/null.png"
      stretch         = TRUE
      
    }
  }
}