Lightningbeam/Themes/Default/gtk-2.0/Styles/Notebook/No-Gtk/nogtk-flat.rc

28 lines
605 B
Plaintext

style "nogtk-flat" = "default"
{
engine "pixmap"
{
# How to draw boxes with a gap on one side (ie the page of a notebook)
image
{
function = BOX_GAP
recolorable = TRUE
file = "Notebook/notebook-no-gradient.png"
border = { 10, 10, 7, 0}
stretch = TRUE
}
# How to draw the box of a notebook when it isnt attached to a tab
image
{
function = BOX
recolorable = TRUE
file = "Notebook/notebook-no-gradient.png"
border = { 10, 10, 7, 0}
stretch = TRUE
#gap_side = TOP
}
}
}
widget "GtkWindow.GtkFixed.GtkNotebook" style "nogtk-flat"