fasddfasf
This commit is contained in:
141
.themes/Windows 95/Redmond97 SE Wheat/gtk-2.0/radio.rc
Normal file
141
.themes/Windows 95/Redmond97 SE Wheat/gtk-2.0/radio.rc
Normal file
@@ -0,0 +1,141 @@
|
||||
########################################################################
|
||||
# Radio buttons
|
||||
########################################################################
|
||||
|
||||
style "radio_button"
|
||||
{
|
||||
### Radio button ###
|
||||
engine "pixmap"
|
||||
{
|
||||
image
|
||||
{
|
||||
function = CHECK
|
||||
shadow = OUT
|
||||
state = NORMAL
|
||||
overlay_file = "assets/radio.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image
|
||||
{
|
||||
function = CHECK
|
||||
shadow = IN
|
||||
state = NORMAL
|
||||
overlay_file = "assets/radio_checked.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
image
|
||||
{
|
||||
function = CHECK
|
||||
shadow = OUT
|
||||
state = PRELIGHT
|
||||
overlay_file = "assets/radio.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image
|
||||
{
|
||||
function = CHECK
|
||||
shadow = IN
|
||||
state = PRELIGHT
|
||||
overlay_file = "assets/radio_checked.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
image
|
||||
{
|
||||
function = CHECK
|
||||
shadow = OUT
|
||||
state = ACTIVE
|
||||
overlay_file = "assets/radio.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image
|
||||
{
|
||||
function = CHECK
|
||||
shadow = IN
|
||||
state = ACTIVE
|
||||
overlay_file = "assets/radio_checked.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
image
|
||||
{
|
||||
function = CHECK
|
||||
shadow = OUT
|
||||
state = INSENSITIVE
|
||||
overlay_file = "assets/radio_ins.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image
|
||||
{
|
||||
function = CHECK
|
||||
shadow = IN
|
||||
state = INSENSITIVE
|
||||
overlay_file = "assets/radio_ins_checked.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image
|
||||
{
|
||||
function = OPTION
|
||||
shadow = OUT
|
||||
overlay_file = "assets/radio.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image
|
||||
{
|
||||
function = OPTION
|
||||
shadow = IN
|
||||
overlay_file = "assets/radio_checked.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image {
|
||||
function = OPTION
|
||||
state = NORMAL
|
||||
|
||||
overlay_file = "assets/radio_mixed.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image {
|
||||
function = OPTION
|
||||
state = PRELIGHT
|
||||
|
||||
overlay_file = "assets/radio_mixed.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image {
|
||||
function = OPTION
|
||||
state = ACTIVE
|
||||
|
||||
overlay_file = "assets/radio_mixed.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image {
|
||||
function = OPTION
|
||||
state = SELECTED
|
||||
|
||||
overlay_file = "assets/radio_mixed.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image {
|
||||
function = OPTION
|
||||
state = INSENSITIVE
|
||||
|
||||
overlay_file = "assets/radio_ins_mixed.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
class "GtkRadio*" style "radio_button"
|
||||
class "GtkRadioMenuItem*" style "radio_button"
|
||||
class "GtkTreeView*" style "radio_button"
|
||||
|
||||
Reference in New Issue
Block a user