Changeset 214aefb in mainline for uspace/app/uidemo/uidemo.h
- Timestamp:
- 2021-04-09T22:41:22Z (4 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0262f16c
- Parents:
- b0858150
- git-author:
- Jiri Svoboda <jiri@…> (2021-03-27 22:52:09)
- git-committer:
- jxsvoboda <5887334+jxsvoboda@…> (2021-04-09 22:41:22)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/uidemo/uidemo.h
rb0858150 r214aefb 42 42 #include <ui/fixed.h> 43 43 #include <ui/label.h> 44 #include <ui/menu.h> 45 #include <ui/menubar.h> 44 46 #include <ui/pbutton.h> 45 47 #include <ui/rbutton.h> … … 53 55 ui_window_t *window; 54 56 ui_fixed_t *fixed; 57 ui_menu_bar_t *mbar; 58 ui_menu_t *mfile; 59 ui_menu_t *medit; 60 ui_menu_t *mpreferences; 61 ui_menu_t *mhelp; 55 62 ui_entry_t *entry; 56 63 ui_image_t *image;
Note:
See TracChangeset
for help on using the changeset viewer.