Changeset 14cbf07 in mainline for uspace/lib/ui/src/selectdialog.c
- Timestamp:
- 2023-05-15T16:19:52Z (2 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2b5628c, 8a4ceaa
- Parents:
- aace43d8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/src/selectdialog.c
raace43d8 r14cbf07 329 329 } 330 330 331 /** Get the entry list from select dialog. 332 * 333 * @param dialog Select dialog 334 * @return UI list 335 */ 336 ui_list_t *ui_select_dialog_list(ui_select_dialog_t *dialog) 337 { 338 return dialog->list; 339 } 340 331 341 /** Select dialog window close handler. 332 342 *
Note:
See TracChangeset
for help on using the changeset viewer.