Changeset cd62879 in mainline for uspace/lib/ui/include/ui/menu.h
- Timestamp:
- 2021-04-01T16:23:35Z (4 years ago)
- Children:
- 379cd75f
- Parents:
- bfb055b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/include/ui/menu.h
rbfb055b rcd62879 52 52 extern errno_t ui_menu_paint(ui_menu_t *, gfx_coord2_t *); 53 53 extern errno_t ui_menu_unpaint(ui_menu_t *); 54 extern void ui_menu_press(ui_menu_t *, gfx_coord2_t *, gfx_coord2_t *); 54 extern ui_evclaim_t ui_menu_pos_event(ui_menu_t *, gfx_coord2_t *, 55 pos_event_t *); 55 56 56 57 #endif
Note:
See TracChangeset
for help on using the changeset viewer.