Changeset a0aeb8f in mainline for uspace/lib/ui/include/ui/label.h


Ignore:
Timestamp:
2021-09-05T08:11:37Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
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)
Message:

Fix broken T-shirt slogan

Need to make sure "# hello -d cons@" works well

File:
1 edited

Legend:

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

    rab3bfc1 ra0aeb8f  
    11/*
    2  * Copyright (c) 2020 Jiri Svoboda
     2 * Copyright (c) 2021 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    5050extern void ui_label_set_rect(ui_label_t *, gfx_rect_t *);
    5151extern void ui_label_set_halign(ui_label_t *, gfx_halign_t);
     52extern void ui_label_set_valign(ui_label_t *, gfx_valign_t);
    5253extern errno_t ui_label_set_text(ui_label_t *, const char *);
    5354extern errno_t ui_label_paint(ui_label_t *);
Note: See TracChangeset for help on using the changeset viewer.