Advertisement
Guest User

menubar.rc

a guest
Apr 25th, 2012
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. #################### MENUBAR ###################
  2.  
  3.  
  4. style "menubar"
  5.  
  6. {
  7. xthickness = 1
  8. ythickness = 2
  9.  
  10. engine "pixmap"
  11. {
  12. image
  13. {
  14. function = BOX
  15. state = NORMAL
  16. file = "Others/null.png"
  17. border = { 2, 2, 2, 2 }
  18. stretch = TRUE
  19. }
  20.  
  21. image
  22. {
  23. function = BOX
  24. state = ACTIVE
  25. file = "Others/null.png"
  26. border = { 2, 2, 2, 2 }
  27. stretch = TRUE
  28. }
  29.  
  30. image
  31. {
  32. function = BOX
  33. state = INSENSITIVE
  34. file = "Others/null.png"
  35. border = { 2, 2, 2, 2 }
  36. stretch = TRUE
  37. }
  38.  
  39. image
  40. {
  41. function = BOX
  42. recolorable = TRUE
  43. state = PRELIGHT
  44. file = "Menu-Menubar/menubar-item.png"
  45.  
  46. border = { 10, 10, 10, 10 }
  47. stretch = TRUE
  48. }
  49.  
  50. }
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement