Changeset 8009dc27 in mainline for uspace/app/uidemo/uidemo.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/app/uidemo/uidemo.h

    rf03d1308 r8009dc27  
    3838
    3939#include <display.h>
     40#include <ui/fixed.h>
    4041#include <ui/label.h>
    4142#include <ui/pbutton.h>
     
    4748        ui_t *ui;
    4849        ui_window_t *window;
     50        ui_fixed_t *fixed;
    4951        ui_label_t *label;
    5052        ui_pbutton_t *pb1;
Note: See TracChangeset for help on using the changeset viewer.