Changeset 966a27d3 in mainline for uspace/app/nav/panel.h


Ignore:
Timestamp:
2021-10-22T07:45:13Z (2 years ago)
Author:
Jiri Svoboda <jiri@…>
Children:
8922b76
Parents:
2651dc5
git-author:
Jiri Svoboda <jiri@…> (2021-10-21 17:44:55)
git-committer:
Jiri Svoboda <jiri@…> (2021-10-22 07:45:13)
Message:

Activating panel using the mouse

File:
1 edited

Legend:

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

    r2651dc5 r966a27d3  
    4848extern errno_t panel_create(ui_window_t *, bool, panel_t **);
    4949extern void panel_destroy(panel_t *);
     50extern void panel_set_cb(panel_t *, panel_cb_t *, void *);
    5051extern errno_t panel_entry_paint(panel_entry_t *, size_t);
    5152extern errno_t panel_paint(panel_t *);
     
    7980extern errno_t panel_open_dir(panel_t *, panel_entry_t *);
    8081extern errno_t panel_open_file(panel_t *, panel_entry_t *);
     82extern void panel_activate_req(panel_t *);
     83
    8184
    8285#endif
Note: See TracChangeset for help on using the changeset viewer.