Changeset 54ddb59 in mainline for uspace/lib/ui/src/filelist.c


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/src/filelist.c

    r453f9645 r54ddb59  
    10791079}
    10801080
     1081/** Get entry under cursor.
     1082 *
     1083 * @param flist File list
     1084 * @return Current cursor
     1085 */
     1086ui_file_list_entry_t *ui_file_list_get_cursor(ui_file_list_t *flist)
     1087{
     1088        return flist->cursor;
     1089}
     1090
    10811091/** Move cursor to a new position, possibly scrolling.
    10821092 *
Note: See TracChangeset for help on using the changeset viewer.