Changeset 1ec732a in mainline for uspace/app/nav/types
- Timestamp:
- 2025-11-28T20:40:11Z (4 months ago)
- Branches:
- master
- Children:
- 144fafd
- Parents:
- 3a4c6d9
- Location:
- uspace/app/nav/types
- Files:
-
- 2 added
- 2 edited
-
dlg/progress.h (modified) (1 diff)
-
dlg/verifydlg.h (added)
-
menu.h (modified) (1 diff)
-
verify.h (added)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/nav/types/dlg/progress.h
r3a4c6d9 r1ec732a 46 46 /** Dialog window */ 47 47 ui_window_t *window; 48 /** Label with total progress */ 49 ui_label_t *ltotal_prog; 48 50 /** Label with current file progress */ 49 51 ui_label_t *lcurf_prog; -
uspace/app/nav/types/menu.h
r3a4c6d9 r1ec732a 49 49 /** File / Edit */ 50 50 void (*file_edit)(void *); 51 /** File / Verify */ 52 void (*file_verify)(void *); 51 53 /** File / Exit */ 52 54 void (*file_exit)(void *);
Note:
See TracChangeset
for help on using the changeset viewer.
