Changeset a0aeb8f in mainline for uspace/lib/ui/private/label.h
- Timestamp:
- 2021-09-05T08:11:37Z (4 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8ce56a6
- Parents:
- ab3bfc1
- git-author:
- Jiri Svoboda <jiri@…> (2021-09-05 08:09:56)
- git-committer:
- Jiri Svoboda <jiri@…> (2021-09-05 08:11:37)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/private/label.h
rab3bfc1 ra0aeb8f 1 1 /* 2 * Copyright (c) 202 0Jiri Svoboda2 * Copyright (c) 2021 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 54 54 /** Horizontal alignment */ 55 55 gfx_halign_t halign; 56 /** Vertical alignment */ 57 gfx_valign_t valign; 56 58 /** Text */ 57 59 char *text;
Note:
See TracChangeset
for help on using the changeset viewer.