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


Ignore:
Timestamp:
2020-10-31T01:03:26Z (3 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/private/label.h

    rf03d1308 r8009dc27  
    4646 */
    4747struct ui_label {
     48        /** Base control object */
     49        struct ui_control *control;
    4850        /** UI resource */
    4951        struct ui_resource *res;
Note: See TracChangeset for help on using the changeset viewer.