Changeset 58a67050 in mainline for uspace/lib/ui/private/label.h


Ignore:
Timestamp:
2020-10-21T22:26:33Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
08a79303
Parents:
a2f173b
Message:

Support different label text alignment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/private/label.h

    ra2f173b r58a67050  
    3939
    4040#include <gfx/coord.h>
     41#include <gfx/text.h>
    4142
    4243/** Actual structure of label.
     
    4950        /** Label rectangle */
    5051        gfx_rect_t rect;
     52        /** Horizontal alignment */
     53        gfx_halign_t halign;
    5154        /** Text */
    5255        char *text;
Note: See TracChangeset for help on using the changeset viewer.