Changeset 11662bd in mainline for uspace/lib/ui/private/filedialog.h


Ignore:
Timestamp:
2022-05-31T08:38:28Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
03fc3a9
Parents:
5877de74
git-author:
Jiri Svoboda <jiri@…> (2022-05-30 17:38:13)
git-committer:
Jiri Svoboda <jiri@…> (2022-05-31 08:38:28)
Message:

File list control

File dialogs now allow browsing files/directories using the new
file list control. This is essentialy a copy of the Panel class
from Navigator, modified and extended to work in graphics mode as well.
Later Panel should be re-implemented using file list to prevent
duplication.

Note that this is not 100% done, it needs, for example, a scrollbar
(instead of scrolling by clicking the edges).

File:
1 edited

Legend:

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

    r5877de74 r11662bd  
    11/*
    2  * Copyright (c) 2021 Jiri Svoboda
     2 * Copyright (c) 2022 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    4747        /** File name entry */
    4848        struct ui_entry *ename;
     49        /** File list */
     50        struct ui_file_list *flist;
    4951        /** OK button */
    5052        struct ui_pbutton *bok;
Note: See TracChangeset for help on using the changeset viewer.