Changeset 806d761 in mainline for uspace/lib/ui/include/ui/checkbox.h
- Timestamp:
- 2024-02-07T23:44:59Z (12 months ago)
- Branches:
- master
- Children:
- 242e3c3
- Parents:
- 74cb6610
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/include/ui/checkbox.h
r74cb6610 r806d761 1 1 /* 2 * Copyright (c) 202 0Jiri Svoboda2 * Copyright (c) 2024 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 52 52 extern void ui_checkbox_set_cb(ui_checkbox_t *, ui_checkbox_cb_t *, void *); 53 53 extern void ui_checkbox_set_rect(ui_checkbox_t *, gfx_rect_t *); 54 extern bool ui_checkbox_get_checked(ui_checkbox_t *); 55 extern void ui_checkbox_set_checked(ui_checkbox_t *, bool); 54 56 extern errno_t ui_checkbox_paint(ui_checkbox_t *); 55 57 extern void ui_checkbox_press(ui_checkbox_t *);
Note:
See TracChangeset
for help on using the changeset viewer.