Changeset 1eaead4 in mainline for uspace/lib/ui/include
- Timestamp:
- 2023-02-07T16:11:53Z (3 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0366d09d
- Parents:
- 7c5320c
- Location:
- uspace/lib/ui/include
- Files:
-
- 6 added
- 1 edited
-
types/ui/tab.h (added)
-
types/ui/tabset.h (added)
-
types/ui/testctl.h (added)
-
ui/paint.h (modified) (2 diffs)
-
ui/tab.h (added)
-
ui/tabset.h (added)
-
ui/testctl.h (added)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/include/ui/paint.h
r7c5320c r1eaead4 1 1 /* 2 * Copyright (c) 202 2Jiri Svoboda2 * Copyright (c) 2023 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 71 71 extern errno_t ui_paint_unmaxicon(ui_resource_t *, gfx_coord2_t *, gfx_coord_t, 72 72 gfx_coord_t, gfx_coord_t, gfx_coord_t); 73 extern errno_t ui_paint_text_box_custom(ui_resource_t *, gfx_rect_t *, 74 ui_box_chars_t *, gfx_color_t *); 73 75 extern errno_t ui_paint_text_box(ui_resource_t *, gfx_rect_t *, 74 76 ui_box_style_t, gfx_color_t *);
Note:
See TracChangeset
for help on using the changeset viewer.
