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"