Prelim: Scale styles GTK2

This commit is contained in:
Rory Fewell
2023-03-13 21:35:11 +00:00
parent cf9a0bd6fa
commit 1ba19fef32
11 changed files with 14 additions and 12 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 522 B

View File

@@ -0,0 +1 @@
scale_horz_slider_press.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 549 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 503 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 497 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 522 B

View File

@@ -0,0 +1 @@
scale_vert_slider_press.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 558 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 502 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 512 B

View File

@@ -1159,7 +1159,7 @@ style "default" {
image {
function = BOX
detail = "trough-upper"
file = "../Resources/gtk-2.0/scale_horz_trough_upper.png"
file = "../Resources/composed/scale_horz_trough_upper.png"
border = {0, 2, 0, 0}
stretch = TRUE
orientation = HORIZONTAL
@@ -1168,7 +1168,7 @@ style "default" {
image {
function = BOX
detail = "trough-lower"
file = "../Resources/gtk-2.0/scale_horz_trough_lower.png"
file = "../Resources/composed/scale_horz_trough_lower.png"
border = {2, 0, 0, 0}
stretch = TRUE
orientation = HORIZONTAL
@@ -1177,7 +1177,7 @@ style "default" {
image {
function = BOX
detail = "trough-upper"
file = "../Resources/gtk-2.0/scale_vert_trough_upper.png"
file = "../Resources/composed/scale_vert_trough_upper.png"
border = {0, 0, 2, 0}
stretch = TRUE
orientation = VERTICAL
@@ -1186,7 +1186,7 @@ style "default" {
image {
function = BOX
detail = "trough-lower"
file = "../Resources/gtk-2.0/scale_vert_trough_lower.png"
file = "../Resources/composed/scale_vert_trough_lower.png"
border = {0, 0, 0, 2}
stretch = TRUE
orientation = VERTICAL
@@ -1198,55 +1198,55 @@ style "default" {
function = SLIDER
state = NORMAL
detail = "hscale"
file = "../Resources/gtk-2.0/scale_horz_slider.png"
file = "../Resources/composed/scale_horz_slider.png"
}
image {
function = SLIDER
state = PRELIGHT
detail = "hscale"
file = "../Resources/gtk-2.0/scale_horz_slider_hover.png"
file = "../Resources/composed/scale_horz_slider.png"
}
image {
function = SLIDER
state = ACTIVE
detail = "hscale"
file = "../Resources/gtk-2.0/scale_horz_slider_press.png"
file = "../Resources/composed/scale_horz_slider_press.png"
}
image {
function = SLIDER
state = INSENSITIVE
detail = "hscale"
file = "../Resources/gtk-2.0/scale_horz_slider_inactive.png"
file = "../Resources/composed/scale_horz_slider_inactive.png"
}
image {
function = SLIDER
state = NORMAL
detail = "vscale"
file = "../Resources/gtk-2.0/scale_vert_slider.png"
file = "../Resources/composed/scale_vert_slider.png"
}
image {
function = SLIDER
state = PRELIGHT
detail = "vscale"
file = "../Resources/gtk-2.0/scale_vert_slider_hover.png"
file = "../Resources/composed/scale_vert_slider.png"
}
image {
function = SLIDER
state = ACTIVE
detail = "vscale"
file = "../Resources/gtk-2.0/scale_vert_slider_press.png"
file = "../Resources/composed/scale_vert_slider_press.png"
}
image {
function = SLIDER
state = INSENSITIVE
detail = "vscale"
file = "../Resources/gtk-2.0/scale_vert_slider_inactive.png"
file = "../Resources/composed/scale_vert_slider_inactive.png"
}
###########