Changeset 3c54869 in mainline for uspace/lib/ui/include/ui/pbutton.h
- Timestamp:
- 2023-01-04T20:24:44Z (2 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5d86797
- Parents:
- cdd6fc9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/include/ui/pbutton.h
rcdd6fc9 r3c54869 1 1 /* 2 * Copyright (c) 202 2Jiri Svoboda2 * Copyright (c) 2023 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 56 56 extern void ui_pbutton_set_rect(ui_pbutton_t *, gfx_rect_t *); 57 57 extern void ui_pbutton_set_default(ui_pbutton_t *, bool); 58 extern bool ui_pbutton_get_light(ui_pbutton_t *); 59 extern void ui_pbutton_set_light(ui_pbutton_t *, bool); 58 60 extern errno_t ui_pbutton_set_caption(ui_pbutton_t *, const char *); 59 61 extern errno_t ui_pbutton_paint(ui_pbutton_t *);
Note:
See TracChangeset
for help on using the changeset viewer.