Changeset b8b64a8 in mainline for uspace/lib/ui/private/menu.h


Ignore:
Timestamp:
2021-04-12T15:52:12Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6186f9f
Parents:
d65accb
Message:

Add column with keyboard shortcuts to menu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/private/menu.h

    rd65accb rb8b64a8  
    5858        /** Selected menu entry or @c NULL */
    5959        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;
    6264        /** Total entry height */
    6365        gfx_coord_t total_h;
Note: See TracChangeset for help on using the changeset viewer.