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


Ignore:
Timestamp:
2023-09-26T20:26:55Z (22 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/wdecor.h

    red1a948 r8d1bcd7  
    9999} ui_wdecor_geom_t;
    100100
    101 extern void ui_wdecor_sysmenu(ui_wdecor_t *, sysarg_t);
     101extern void ui_wdecor_sysmenu_open(ui_wdecor_t *, sysarg_t);
     102extern void ui_wdecor_sysmenu_left(ui_wdecor_t *, sysarg_t);
     103extern void ui_wdecor_sysmenu_right(ui_wdecor_t *, sysarg_t);
     104extern void ui_wdecor_sysmenu_accel(ui_wdecor_t *, char32_t, sysarg_t);
    102105extern void ui_wdecor_minimize(ui_wdecor_t *);
    103106extern void ui_wdecor_maximize(ui_wdecor_t *);
Note: See TracChangeset for help on using the changeset viewer.