Changes in uspace/lib/ui/private/resource.h [ef4d684:112f70a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/private/resource.h
ref4d684 r112f70a 118 118 gfx_color_t *entry_sel_text_bg_color; 119 119 120 /** Scrollbar t rough color */121 gfx_color_t *sbar_t rough_color;122 /** Scrollbar active t rough color */123 gfx_color_t *sbar_act_t rough_color;120 /** Scrollbar through color */ 121 gfx_color_t *sbar_through_color; 122 /** Scrollbar active through color */ 123 gfx_color_t *sbar_act_through_color; 124 124 125 125 /** Expose callback or @c NULL */
Note:
See TracChangeset
for help on using the changeset viewer.