Changeset f251883 in mainline for uspace/lib/ui/private/menu.h
- Timestamp:
- 2021-04-09T22:41:22Z (4 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f536a16
- Parents:
- 62223ec
- git-author:
- Jiri Svoboda <jiri@…> (2021-04-01 21:31:24)
- git-committer:
- jxsvoboda <5887334+jxsvoboda@…> (2021-04-09 22:41:22)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/private/menu.h
r62223ec rf251883 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.