Guest User

lynucs

a guest
May 30th, 2008
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  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"
Advertisement
Add Comment
Please, Sign In to add comment