Changeset 58a67050 in mainline for uspace/lib/ui/include/ui/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/include/ui/label.h

    ra2f173b r58a67050  
    3939#include <errno.h>
    4040#include <gfx/coord.h>
     41#include <gfx/text.h>
    4142#include <types/ui/label.h>
    4243#include <types/ui/resource.h>
     
    4647extern void ui_label_destroy(ui_label_t *);
    4748extern void ui_label_set_rect(ui_label_t *, gfx_rect_t *);
     49extern void ui_label_set_halign(ui_label_t *, gfx_halign_t);
    4850extern errno_t ui_label_set_text(ui_label_t *, const char *);
    4951extern errno_t ui_label_paint(ui_label_t *);
Note: See TracChangeset for help on using the changeset viewer.