diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-09-09 20:22:33 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-09-09 20:22:33 +0300 |
commit | b85471a5b84f0837611fb47be35ee713139f702f (patch) | |
tree | e2d2ae695279f14c2e559595a3129151e574fbe2 /src/ui/util.h | |
parent | 55cd303c52a8fe524e15bd618bfcb02b8ff7dcb7 (diff) |
Mobile: Working on dialogs
The new panels maker offers a declarative solution for creating consistent UIs.
Diffstat (limited to 'src/ui/util.h')
-rw-r--r-- | src/ui/util.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/util.h b/src/ui/util.h index 87b72394..0dff8978 100644 --- a/src/ui/util.h +++ b/src/ui/util.h | |||
@@ -242,7 +242,8 @@ int checkContextMenu_Widget (iWidget *, const SDL_Event *ev); /* see mac | |||
242 | break; \ | 242 | break; \ |
243 | } | 243 | } |
244 | 244 | ||
245 | iLabelWidget * makeMenuButton_LabelWidget (const char *label, const iMenuItem *items, size_t n); | 245 | iLabelWidget * makeMenuButton_LabelWidget (const char *label, const iMenuItem *items, size_t n); |
246 | void updateDropdownSelection_LabelWidget (iLabelWidget *dropButton, const char *selectedCommand); | ||
246 | 247 | ||
247 | /*-----------------------------------------------------------------------------------------------*/ | 248 | /*-----------------------------------------------------------------------------------------------*/ |
248 | 249 | ||