fasddfasf
This commit is contained in:
145
.themes/Windows 95/Redmond97 SE Maple/gtk-2.0/c_box.rc
Normal file
145
.themes/Windows 95/Redmond97 SE Maple/gtk-2.0/c_box.rc
Normal file
@@ -0,0 +1,145 @@
|
||||
########################################################################
|
||||
# Check boxes
|
||||
########################################################################
|
||||
|
||||
style "check_box"
|
||||
{
|
||||
|
||||
|
||||
### Check box ###
|
||||
|
||||
engine "pixmap"
|
||||
{
|
||||
image
|
||||
{
|
||||
function = CHECK
|
||||
shadow = OUT
|
||||
state = NORMAL
|
||||
overlay_file = "assets/c_box.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image
|
||||
{
|
||||
function = CHECK
|
||||
shadow = IN
|
||||
state = NORMAL
|
||||
overlay_file = "assets/c_box_checked.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
image
|
||||
{
|
||||
function = CHECK
|
||||
shadow = OUT
|
||||
state = PRELIGHT
|
||||
overlay_file = "assets/c_box.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image
|
||||
{
|
||||
function = CHECK
|
||||
shadow = IN
|
||||
state = PRELIGHT
|
||||
overlay_file = "assets/c_box_checked.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
image
|
||||
{
|
||||
function = CHECK
|
||||
shadow = OUT
|
||||
state = ACTIVE
|
||||
overlay_file = "assets/c_box.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image
|
||||
{
|
||||
function = CHECK
|
||||
shadow = IN
|
||||
state = ACTIVE
|
||||
overlay_file = "assets/c_box_checked.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
image
|
||||
{
|
||||
function = CHECK
|
||||
state = INSENSITIVE
|
||||
shadow = OUT
|
||||
overlay_file = "assets/c_box_ins.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image
|
||||
{
|
||||
function = CHECK
|
||||
shadow = IN
|
||||
state = INSENSITIVE
|
||||
overlay_file = "assets/c_box_ins_checked.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
|
||||
|
||||
image
|
||||
{
|
||||
function = OPTION
|
||||
shadow = OUT
|
||||
overlay_file = "assets/c_box.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image
|
||||
{
|
||||
function = OPTION
|
||||
shadow = IN
|
||||
overlay_file = "assets/c_box_checked.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image {
|
||||
function = CHECK
|
||||
state = NORMAL
|
||||
|
||||
overlay_file = "assets/c_box_mixed.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image {
|
||||
function = CHECK
|
||||
state = PRELIGHT
|
||||
|
||||
overlay_file = "assets/c_box_mixed.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image {
|
||||
function = CHECK
|
||||
state = ACTIVE
|
||||
|
||||
overlay_file = "assets/c_box_mixed.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image {
|
||||
function = CHECK
|
||||
state = SELECTED
|
||||
|
||||
overlay_file = "assets/c_box_mixed.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image {
|
||||
function = CHECK
|
||||
state = INSENSITIVE
|
||||
|
||||
overlay_file = "assets/c_box_ins_mixed.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
class "GtkCheckButton*" style "check_box"
|
||||
class "GtkCheckMenuItem*" style "check_box"
|
||||
class "GtkTreeView*" style "check_box"
|
||||
Reference in New Issue
Block a user