Changeset fe5c7a1 in mainline for uspace/app/nav/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/nav.h

    rb9d689b rfe5c7a1  
    3939#include <errno.h>
    4040#include "types/nav.h"
     41#include "types/panel.h"
    4142
    4243extern errno_t navigator_create(const char *, navigator_t **);
    4344extern void navigator_destroy(navigator_t *);
    4445extern errno_t navigator_run(const char *);
     46extern panel_t *navigator_get_active_panel(navigator_t *);
     47extern void navigator_switch_panel(navigator_t *);
    4548
    4649#endif
Note: See TracChangeset for help on using the changeset viewer.