Changeset 300


Ignore:
Timestamp:
12/05/06 07:26:11 (6 years ago)
Author:
ken_zhao
Message:

theme:add gtk scrollbar stepper theme support.

Location:
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtkscrollbar

    r179 r300  
    77    GtkScrollbar::stepper_spacing = 0 
    88 
    9     GtkScrollbar::has_backward_stepper = 1 
     9    GtkScrollbar::has_backward_stepper = 0 
    1010    GtkScrollbar::has_secondary_forward_stepper = 0 
    1111 
     
    6161        orientation     = HORIZONTAL 
    6262      } 
     63 
     64 
     65# steppers 
     66    image 
     67      { 
     68        function              = STEPPER 
     69        state                 = NORMAL 
     70        file                  = "openmoko-scroll-action-btn-up.png" 
     71        border                = { 1,1,4,4 } 
     72        stretch               = TRUE 
     73        arrow_direction       = UP 
     74      } 
     75 
     76    image 
     77      { 
     78        function              = STEPPER 
     79        state                 = PRELIGHT 
     80        file                  = "openmoko-scroll-action-btn-up.png" 
     81        border                = { 1,1,4,4 } 
     82        stretch               = TRUE 
     83        arrow_direction       = UP 
     84      } 
     85 
     86    image 
     87      { 
     88        function              = STEPPER 
     89        state                 = ACTIVE 
     90        file                  = "openmoko-scroll-action-btn-up-pressed.png" 
     91        border                = { 1,1,4,4 } 
     92        stretch               = TRUE 
     93        arrow_direction       = UP 
     94      } 
     95 
     96    image 
     97      { 
     98        function              = STEPPER 
     99        state                 = NORMAL 
     100        file                  = "openmoko-scroll-action-btn-down.png" 
     101        border                = { 1,1,4,4 } 
     102        stretch               = TRUE 
     103        arrow_direction       = DOWN 
     104      } 
     105 
     106    image 
     107      { 
     108        function              = STEPPER 
     109        state                 = PRELIGHT 
     110        file                  = "openmoko-scroll-action-btn-down.png" 
     111        border                = { 1,1,4,4 } 
     112        stretch               = TRUE 
     113        arrow_direction       = DOWN 
     114      } 
     115 
     116    image 
     117      { 
     118        function              = STEPPER 
     119        state                 = ACTIVE 
     120        file                  = "openmoko-scroll-action-btn-down-pressed.png" 
     121        border                = { 1,1,4,4 } 
     122        stretch               = TRUE 
     123        arrow_direction       = DOWN 
     124      } 
     125 
    63126# 
    64127# arrows 
    65128# 
    66     image { 
    67         function        = BOX 
    68         recolorable     = TRUE 
    69         file            = "arrow-background.png" 
    70         border          = { 0, 0, 0, 0 } 
    71         stretch         = TRUE 
    72       } 
     129#    image { 
     130#        function        = BOX 
     131#        recolorable     = TRUE 
     132#        file            = "arrow-background.png" 
     133#        border          = { 0, 0, 0, 0 } 
     134#        stretch         = TRUE 
     135#      } 
    73136    image { 
    74137        function        = ARROW 
Note: See TracChangeset for help on using the changeset viewer.