dotfiles

config files for my linux setup
git clone git://edryd.org/dotfiles
Log | Files | Refs | README

scrolled.rc (496B)


      1 style "scrolledwindow-raised" = "default"
      2 {
      3 
      4     xthickness = 2
      5     ythickness = 3
      6     GtkScrolledWindow ::scrollbars-within-bevel = 0
      7     GtkScrolledWindow ::scrollbar-spacing = 3
      8 
      9     engine "pixmap"
     10     {
     11           image
     12           {
     13                 function = SHADOW
     14                 file = "Notebook/scrolled.png"
     15                 border = {8, 8, 8, 8}
     16                 detail = "scrolled_window"
     17           }
     18     }
     19 }
     20 
     21 widget_class "*.<GtkScrolledWindow>" 		style:highest "scrolledwindow-raised"