Changeset 6df564c in mainline for uspace/lib/ui/private/resource.h
- Timestamp:
- 2021-09-19T18:02:14Z (4 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 68632b4
- Parents:
- 80d4aea
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/private/resource.h
r80d4aea r6df564c 105 105 /** Entry (text entry, checkbox, raido button) active background color */ 106 106 gfx_color_t *entry_act_bg_color; 107 /** Entry selected text foreground color */ 108 gfx_color_t *entry_sel_text_fg_color; 109 /** Entry selected text background color */ 110 gfx_color_t *entry_sel_text_bg_color; 107 111 108 112 /** Expose callback or @c NULL */
Note:
See TracChangeset
for help on using the changeset viewer.