Changeset 11662bd in mainline for uspace/lib/ui/test/main.c


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/test/main.c

    r5877de74 r11662bd  
    3737PCUT_IMPORT(entry);
    3838PCUT_IMPORT(file_dialog);
     39PCUT_IMPORT(file_list);
    3940PCUT_IMPORT(fixed);
    4041PCUT_IMPORT(image);
     
    5455PCUT_IMPORT(wdecor);
    5556PCUT_IMPORT(window);
    56 
    5757PCUT_MAIN();
Note: See TracChangeset for help on using the changeset viewer.