Changeset 692c7f40 in mainline for uspace/app/nav/nav.h


Ignore:
Timestamp:
2021-10-25T00:32:45Z (2 years ago)
Author:
jxsvoboda <5887334+jxsvoboda@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1eb0fafe
Parents:
2fb49522
git-author:
Jiri Svoboda <jiri@…> (2021-10-13 18:40:48)
git-committer:
jxsvoboda <5887334+jxsvoboda@…> (2021-10-25 00:32:45)
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

    r2fb49522 r692c7f40  
    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.