Share Pastebin
Guest
Public paste!

lynucs

By: a guest | May 30th, 2008 | Syntax: None | Size: 0.51 KB | Hits: 82 | Expires: Never
Copy text to clipboard
  1. style "expand" {
  2.         engine "pixmap" {
  3.                 image {
  4.                         function = EXPANDER
  5.                         expander_style = COLLAPSED
  6.                         file = "Expanders/plus.png"
  7.                 }
  8.  
  9.                 image {
  10.                         function = EXPANDER
  11.                         expander_style = EXPANDED
  12.                         file = "Expanders/minus.png"
  13.                 }
  14.  
  15.                 image {
  16.                         function = EXPANDER
  17.                         expander_style = SEMI_EXPANDED
  18.                         file = "Expanders/inbetween.png"
  19.                 }
  20.  
  21.                 image {
  22.                         function = EXPANDER
  23.                         expander_style = SEMI_COLLAPSED
  24.                         file = "Expanders/inbetween.png"
  25.                 }
  26.         }
  27. }
  28.  
  29.  
  30. class "GtkWidget" style "expand"