Mercurial > public > ostc4
comparison Discovery/Inc/tMenu.h @ 811:4c41d9a18c7f
Added function to skip lines which are not needed for operation:
It was not possible in the previous version to skip lines in the top level menu view which were not used for operation. In the past context sensitive menus as well as layout changes have been introduced which cause the cursor to be placed on lines without function.
To avoid this it is not possible to mark a line as not in use by enabling / disabling it by the individual meni Id.
author | Ideenmodellierer |
---|---|
date | Sun, 27 Aug 2023 20:59:12 +0200 |
parents | 6169309d6eb9 |
children | ce8f71217f45 |
comparison
equal
deleted
inserted
replaced
810:e6827fcd7604 | 811:4c41d9a18c7f |
---|---|
85 void block_diluent_page(void); | 85 void block_diluent_page(void); |
86 void unblock_diluent_page(void); | 86 void unblock_diluent_page(void); |
87 | 87 |
88 void selectPage(uint32_t selection); | 88 void selectPage(uint32_t selection); |
89 | 89 |
90 void disableLine(uint32_t lineId); | |
91 void enableLine(uint32_t lineId); | |
92 | |
90 char *makeGrey(bool isGrey); | 93 char *makeGrey(bool isGrey); |
91 #endif /* TMENU_H */ | 94 #endif /* TMENU_H */ |