aboutsummaryrefslogtreecommitdiff
path: root/themes/Mint-X-Aqua/gtk-2.0/styles/handlebox.rc
blob: 73a3bf15a234d275c85fcf8674f9f4553469295c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
style "handlebox"
{
    engine "pixmap"
    {
        image
        {
            function = BOX
            file = "images/other/null.png"
            border = {4, 4, 4, 4}
            stretch = TRUE
            detail = "handlebox_bin"
            shadow = IN
        }
        image
        {
            function = BOX
            file = "images/other/null.png"
            border = {4, 4, 4, 4}
            stretch = TRUE
            detail = "handlebox_bin"
            shadow = OUT
        }
    }
}