Changeset 6df564c in mainline for uspace/lib/ui/private/resource.h


Ignore:
Timestamp:
2021-09-19T18:02:14Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
68632b4
Parents:
80d4aea
Message:

Custom colors for selected text in text entry

In text mode, swapping 'background' and 'text' color does not work,
they are the same. Looks better in graphics mode, too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/private/resource.h

    r80d4aea r6df564c  
    105105        /** Entry (text entry, checkbox, raido button) active background color */
    106106        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;
    107111
    108112        /** Expose callback or @c NULL */
Note: See TracChangeset for help on using the changeset viewer.