Changeset 6186f9f in mainline for uspace/lib/ui/private/menuentry.h


Ignore:
Timestamp:
2021-04-13T17:20:20Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f3a7b0d
Parents:
b8b64a8
Message:

Add menu separator entry

File:
1 edited

Legend:

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

    rb8b64a8 r6186f9f  
    5353        /** Callbacks */
    5454        ui_menu_entry_cb_t cb;
     55        /** This entry is a separator entry */
     56        bool separator;
    5557        /** Menu entry is currently held down */
    5658        bool held;
Note: See TracChangeset for help on using the changeset viewer.