Changeset fe5c7a1 in mainline for uspace/app/nav/types/nav.h


Ignore:
Timestamp:
2021-10-14T10:41:07Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Children:
03c4b23
Parents:
b9d689b
git-author:
Jiri Svoboda <jiri@…> (2021-10-13 18:40:48)
git-committer:
Jiri Svoboda <jiri@…> (2021-10-14 10:41:07)
Message:

Panel activation

Active panel can be switched using the Tab key. Mouse activation is
not implemented.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/nav/types/nav.h

    rb9d689b rfe5c7a1  
    4141#include <ui/window.h>
    4242
     43enum {
     44        navigator_panels = 2
     45};
     46
    4347/** Navigator */
    4448typedef struct navigator {
     
    5256        struct nav_menu *menu;
    5357        /** Panels */
    54         struct panel *panel[2];
     58        struct panel *panel[navigator_panels];
    5559} navigator_t;
    5660
Note: See TracChangeset for help on using the changeset viewer.