Changeset f2cb80a in mainline for uspace/lib/ui/include
- Timestamp:
- 2024-02-23T17:57:23Z (2 years ago)
- Children:
- 192019f
- Parents:
- 86f862c (diff), 90ba06c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - git-author:
- boba-buba <120932204+boba-buba@…> (2024-02-23 17:57:23)
- git-committer:
- GitHub <noreply@…> (2024-02-23 17:57:23)
- Location:
- uspace/lib/ui/include/ui
- Files:
-
- 2 edited
-
checkbox.h (modified) (2 diffs)
-
list.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/include/ui/checkbox.h
r86f862c rf2cb80a 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 *); -
uspace/lib/ui/include/ui/list.h
r86f862c rf2cb80a 1 1 /* 2 * Copyright (c) 202 3Jiri Svoboda2 * Copyright (c) 2024 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 57 57 extern errno_t ui_list_entry_append(ui_list_t *, 58 58 ui_list_entry_attr_t *, ui_list_entry_t **); 59 extern void ui_list_entry_move_up(ui_list_entry_t *); 60 extern void ui_list_entry_move_down(ui_list_entry_t *); 59 61 extern void ui_list_entry_delete(ui_list_entry_t *); 60 62 extern void *ui_list_entry_get_arg(ui_list_entry_t *);
Note:
See TracChangeset
for help on using the changeset viewer.
