Changeset 58a67050 in mainline for uspace/lib/ui/private/label.h
- Timestamp:
- 2020-10-21T22:26:33Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 08a79303
- Parents:
- a2f173b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/private/label.h
ra2f173b r58a67050 39 39 40 40 #include <gfx/coord.h> 41 #include <gfx/text.h> 41 42 42 43 /** Actual structure of label. … … 49 50 /** Label rectangle */ 50 51 gfx_rect_t rect; 52 /** Horizontal alignment */ 53 gfx_halign_t halign; 51 54 /** Text */ 52 55 char *text;
Note:
See TracChangeset
for help on using the changeset viewer.