Changeset c9a7adc in mainline for uspace/lib/ui/include


Ignore:
Timestamp:
2020-10-14T17:32:49Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4ed00d3
Parents:
f6df5a3
Message:

3D button frame

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/include/ui/pbutton.h

    rf6df5a3 rc9a7adc  
    4141#include <types/ui/pbutton.h>
    4242#include <types/ui/resource.h>
     43#include <stdbool.h>
    4344
    4445extern errno_t ui_pbutton_create(ui_resource_t *, const char *,
     
    4647extern void ui_pbutton_destroy(ui_pbutton_t *);
    4748extern void ui_pbutton_set_rect(ui_pbutton_t *, gfx_rect_t *);
     49extern void ui_pbutton_set_default(ui_pbutton_t *, bool);
    4850extern errno_t ui_pbutton_paint(ui_pbutton_t *);
    4951extern void ui_pbutton_press(ui_pbutton_t *);
Note: See TracChangeset for help on using the changeset viewer.