diff options
Diffstat (limited to 'src/ui/util.h')
-rw-r--r-- | src/ui/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/util.h b/src/ui/util.h index 9e45f369..40fd0c69 100644 --- a/src/ui/util.h +++ b/src/ui/util.h | |||
@@ -194,6 +194,7 @@ size_t tabCount_Widget (const iWidget *tabs); | |||
194 | 194 | ||
195 | iWidget * makeSheet_Widget (const char *id); | 195 | iWidget * makeSheet_Widget (const char *id); |
196 | void centerSheet_Widget (iWidget *sheet); | 196 | void centerSheet_Widget (iWidget *sheet); |
197 | iWidget * makeDialogButtons_Widget(const iMenuItem *actions, size_t numActions); | ||
197 | 198 | ||
198 | void makeFilePath_Widget (iWidget *parent, const iString *initialPath, const char *title, | 199 | void makeFilePath_Widget (iWidget *parent, const iString *initialPath, const char *title, |
199 | const char *acceptLabel, const char *command); | 200 | const char *acceptLabel, const char *command); |