Changeset 5e109e1 in mainline for uspace/lib/ui/test
- Timestamp:
- 2021-08-10T09:49:21Z (4 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 307d4d2, 3a4a944f
- Parents:
- edeee9f
- git-author:
- Jiri Svoboda <jiri@…> (2021-08-09 18:49:14)
- git-committer:
- Jiri Svoboda <jiri@…> (2021-08-10 09:49:21)
- Location:
- uspace/lib/ui/test
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/test/main.c
redeee9f r5e109e1 34 34 PCUT_IMPORT(checkbox); 35 35 PCUT_IMPORT(entry); 36 PCUT_IMPORT(file_dialog); 36 37 PCUT_IMPORT(fixed); 37 38 PCUT_IMPORT(image); … … 40 41 PCUT_IMPORT(menubar); 41 42 PCUT_IMPORT(menuentry); 43 PCUT_IMPORT(msg_dialog); 42 44 PCUT_IMPORT(paint); 43 45 PCUT_IMPORT(pbutton); -
uspace/lib/ui/test/msgdialog.c
redeee9f r5e109e1 108 108 ui_pbutton_clicked(dialog->bok); 109 109 110 /* Button callback with unfocuscallback not implemented */110 /* Button callback with callback not implemented */ 111 111 ui_msg_dialog_set_cb(dialog, &dummy_msg_dialog_cb, NULL); 112 112 ui_pbutton_clicked(dialog->bok);
Note:
See TracChangeset
for help on using the changeset viewer.