Changeset 03145ee in mainline for uspace/lib/ui/private/resource.h


Ignore:
Timestamp:
2020-11-10T09:00:48Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d942ca4
Parents:
0d71fd6
git-author:
Jiri Svoboda <jiri@…> (2020-11-09 20:00:37)
git-committer:
Jiri Svoboda <jiri@…> (2020-11-10 09:00:48)
Message:

Add UI text entry (read-only)

We use the read-only text entry to display calculator output.

File:
1 edited

Legend:

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

    r0d71fd6 r03145ee  
    8787        /** Inactive titlebar text color */
    8888        gfx_color_t *tbar_inact_text_color;
     89
     90        /** Entry (text entry, checkbox, radio button) foreground color */
     91        gfx_color_t *entry_fg_color;
     92        /** Entry (text entry, checkbox, raido button) background color */
     93        gfx_color_t *entry_bg_color;
    8994};
    9095
Note: See TracChangeset for help on using the changeset viewer.