Changeset b8b64a8 in mainline for uspace/lib/ui/private/menu.h
- Timestamp:
- 2021-04-12T15:52:12Z (4 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6186f9f
- Parents:
- d65accb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/private/menu.h
rd65accb rb8b64a8 58 58 /** Selected menu entry or @c NULL */ 59 59 struct ui_menu_entry *selected; 60 /** Maximum entry width */ 61 gfx_coord_t max_w; 60 /** Maximum caption width */ 61 gfx_coord_t max_caption_w; 62 /** Maximum shortcut width */ 63 gfx_coord_t max_shortcut_w; 62 64 /** Total entry height */ 63 65 gfx_coord_t total_h;
Note:
See TracChangeset
for help on using the changeset viewer.