Ignore:
Timestamp:
2020-11-22T17:52:37Z (3 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/lib/ui/include/types/ui/image.h

    r4f64b7b8 rd8ddf7a  
    4040typedef struct ui_image ui_image_t;
    4141
     42/** UI image flags */
     43typedef enum {
     44        /** Draw a frame around the image */
     45        ui_imgf_frame = 0x1
     46} ui_image_flags_t;
     47
    4248#endif
    4349
Note: See TracChangeset for help on using the changeset viewer.