Changeset 8d1bcd7 in mainline for uspace/lib/ui/private/window.h


Ignore:
Timestamp:
2023-09-26T20:26:55Z (10 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5afc1aa
Parents:
ed1a948
Message:

Handover between system menu and menu bar

We can move between them using Left and Right keys in either closed
or open state. One can now open system menu with F10, Left, Down in
a window with menu bar, or just F10 in a window without menu bar.

File:
1 edited

Legend:

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

    red1a948 r8d1bcd7  
    102102        /** System menu maximize entry */
    103103        struct ui_menu_entry *sysmenu_maximize;
     104        /** Menu bar */
     105        struct ui_menu_bar *mbar;
    104106        /** Top-level control in the application area */
    105107        struct ui_control *control;
Note: See TracChangeset for help on using the changeset viewer.