Changeset 54ddb59 in mainline for uspace/lib/ui/private/filelist.h


Ignore:
Timestamp:
2022-06-20T13:10:08Z (22 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
52214a2
Parents:
453f9645
git-author:
Jiri Svoboda <jiri@…> (2022-06-19 18:09:49)
git-committer:
Jiri Svoboda <jiri@…> (2022-06-20 13:10:08)
Message:

Base navigator panel on UI file list

Free scrollbar!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/private/filelist.h

    r453f9645 r54ddb59  
    164164extern void ui_file_list_scroll_page_down(ui_file_list_t *);
    165165extern void ui_file_list_scroll_pos(ui_file_list_t *, size_t);
    166 extern errno_t ui_file_list_open(ui_file_list_t *, ui_file_list_entry_t *);
    167166extern errno_t ui_file_list_open_dir(ui_file_list_t *, ui_file_list_entry_t *);
    168167extern errno_t ui_file_list_open_file(ui_file_list_t *, ui_file_list_entry_t *);
Note: See TracChangeset for help on using the changeset viewer.