Changeset d8ddf7a in mainline for uspace/app/uidemo/uidemo.h


Ignore:
Timestamp:
2020-11-22T17:52:37Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2d879f7
Parents:
4f64b7b8
Message:

UI demo should demonstrate image and entry controls

We also add the ability to draw a frame around image control, use
in UI demo and in launcher.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/uidemo/uidemo.h

    r4f64b7b8 rd8ddf7a  
    3838
    3939#include <display.h>
     40#include <ui/entry.h>
    4041#include <ui/fixed.h>
    4142#include <ui/label.h>
     
    4950        ui_window_t *window;
    5051        ui_fixed_t *fixed;
     52        ui_entry_t *entry;
     53        ui_image_t *image;
    5154        ui_label_t *label;
    5255        ui_pbutton_t *pb1;
Note: See TracChangeset for help on using the changeset viewer.