Changeset d8ddf7a in mainline for uspace/lib/ui/include/ui/image.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/lib/ui/include/ui/image.h

    r4f64b7b8 rd8ddf7a  
    5050extern void ui_image_set_bmp(ui_image_t *, gfx_bitmap_t *, gfx_rect_t *);
    5151extern void ui_image_set_rect(ui_image_t *, gfx_rect_t *);
     52extern void ui_image_set_flags(ui_image_t *, ui_image_flags_t);
    5253extern errno_t ui_image_paint(ui_image_t *);
    5354
Note: See TracChangeset for help on using the changeset viewer.