Changeset 0563982 in mainline for uspace/lib/ui/private/menu.h
- Timestamp:
- 2021-04-01T21:31:24Z (4 years ago)
- Children:
- 2e1dbf7d
- Parents:
- 379cd75f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/private/menu.h
r379cd75f r0563982 56 56 /** Selected menu entry or @c NULL */ 57 57 struct ui_menu_entry *selected; 58 /** Maximum entry width */ 59 gfx_coord_t max_w; 60 /** Total entry height */ 61 gfx_coord_t total_h; 58 62 /** Menu entries (ui_menu_entry_t) */ 59 63 list_t entries;
Note:
See TracChangeset
for help on using the changeset viewer.