Changeset 1ec732a in mainline for uspace/app/nav/types


Ignore:
Timestamp:
2025-11-28T20:40:11Z (4 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
144fafd
Parents:
3a4c6d9
Message:

Verify file - navigator operation and command-line utility.

Location:
uspace/app/nav/types
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/nav/types/dlg/progress.h

    r3a4c6d9 r1ec732a  
    4646        /** Dialog window */
    4747        ui_window_t *window;
     48        /** Label with total progress */
     49        ui_label_t *ltotal_prog;
    4850        /** Label with current file progress */
    4951        ui_label_t *lcurf_prog;
  • uspace/app/nav/types/menu.h

    r3a4c6d9 r1ec732a  
    4949        /** File / Edit */
    5050        void (*file_edit)(void *);
     51        /** File / Verify */
     52        void (*file_verify)(void *);
    5153        /** File / Exit */
    5254        void (*file_exit)(void *);
Note: See TracChangeset for help on using the changeset viewer.