You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
760 B
39 lines
760 B
13 years ago
|
##########################################################################
|
||
|
# Toolbar
|
||
|
##########################################################################
|
||
|
|
||
|
style "toolbar" {
|
||
|
engine "pixmap"
|
||
|
{
|
||
|
image
|
||
|
{
|
||
|
function = BOX
|
||
|
recolorable = TRUE
|
||
|
file = "images/toolbar.png"
|
||
|
border = {1,1,1,1}
|
||
|
stretch = TRUE
|
||
|
}
|
||
|
|
||
|
image
|
||
|
{
|
||
|
function = HANDLE
|
||
|
overlay_file = "images/handle-horiz.png"
|
||
|
overlay_stretch = FALSE
|
||
|
orientation = HORIZONTAL
|
||
|
}
|
||
|
|
||
|
image
|
||
|
{
|
||
|
function = HANDLE
|
||
|
overlay_file = "images/handle-vert.png"
|
||
|
overlay_stretch = FALSE
|
||
|
orientation = VERTICAL
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class "*Toolbar*" style "toolbar"
|
||
|
class "*Handle*" style "toolbar"
|
||
|
class "*Paned*" style "toolbar"
|
||
|
|