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


Ignore:
Timestamp:
2020-10-31T01:03:26Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4df6607
Parents:
f03d1308
Message:

Prototype control base class and fixed layout class

So far only position event delivery is handled via layout

File:
1 edited

Legend:

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

    rf03d1308 r8009dc27  
    4040#include <gfx/coord.h>
    4141#include <gfx/text.h>
     42#include <types/ui/control.h>
    4243#include <types/ui/label.h>
    4344#include <types/ui/resource.h>
     
    4647    ui_label_t **);
    4748extern void ui_label_destroy(ui_label_t *);
     49extern ui_control_t *ui_label_ctl(ui_label_t *);
    4850extern void ui_label_set_rect(ui_label_t *, gfx_rect_t *);
    4951extern void ui_label_set_halign(ui_label_t *, gfx_halign_t);
Note: See TracChangeset for help on using the changeset viewer.