Changeset b71c0fc in mainline for uspace/lib/ui/include/ui/fixed.h
- Timestamp:
- 2020-11-07T16:07:22Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d55ab823
- Parents:
- fa01c05
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/include/ui/fixed.h
rfa01c05 rb71c0fc 45 45 extern errno_t ui_fixed_create(ui_fixed_t **); 46 46 extern void ui_fixed_destroy(ui_fixed_t *); 47 extern ui_control_t *ui_fixed_ctl(ui_fixed_t *); 47 48 extern errno_t ui_fixed_add(ui_fixed_t *, ui_control_t *); 48 49 extern void ui_fixed_remove(ui_fixed_t *, ui_control_t *);
Note:
See TracChangeset
for help on using the changeset viewer.