Changeset 3c54869 in mainline for uspace/lib/ui/private
- Timestamp:
- 2023-01-04T20:24:44Z (3 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5d86797
- Parents:
- cdd6fc9
- Location:
- uspace/lib/ui/private
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/private/pbutton.h
rcdd6fc9 r3c54869 1 1 /* 2 * Copyright (c) 202 2Jiri Svoboda2 * Copyright (c) 2023 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 65 65 /** Button is selected as default */ 66 66 bool isdefault; 67 /** Button light is on */ 68 bool light; 67 69 /** Button is currently held down */ 68 70 bool held; -
uspace/lib/ui/private/resource.h
rcdd6fc9 r3c54869 1 1 /* 2 * Copyright (c) 202 2Jiri Svoboda2 * Copyright (c) 2023 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 66 66 /** Button face color */ 67 67 gfx_color_t *btn_face_color; 68 /** Lit button face color */ 69 gfx_color_t *btn_face_lit_color; 68 70 /** Button text color */ 69 71 gfx_color_t *btn_text_color;
Note:
See TracChangeset
for help on using the changeset viewer.