Changeset 81ec7e1 in mainline for uspace/lib/ui/include
- Timestamp:
- 2021-08-31T08:57:24Z (4 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b79c91cc
- Parents:
- ff6e91b
- git-author:
- Jiri Svoboda <jiri@…> (2021-08-30 20:57:08)
- git-committer:
- Jiri Svoboda <jiri@…> (2021-08-31 08:57:24)
- Location:
- uspace/lib/ui/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/include/types/ui/paint.h
rff6e91b r81ec7e1 66 66 } ui_box_chars_t; 67 67 68 /** Horizontal brace characters for a particular box style. */ 69 typedef struct { 70 const char *start; 71 const char *middle; 72 const char *end; 73 } ui_brace_chars_t; 74 68 75 /** Box style */ 69 76 typedef enum { -
uspace/lib/ui/include/ui/paint.h
rff6e91b r81ec7e1 57 57 extern errno_t ui_paint_text_box(ui_resource_t *, gfx_rect_t *, 58 58 ui_box_style_t, gfx_color_t *); 59 extern errno_t ui_paint_text_hbrace(ui_resource_t *, gfx_rect_t *, 60 ui_box_style_t, gfx_color_t *); 59 61 60 62 #endif
Note:
See TracChangeset
for help on using the changeset viewer.