18 #ifndef _MAGICKCORE_WIDGET_H
19 #define _MAGICKCORE_WIDGET_H
21 #if defined(__cplusplus) || defined(c_plusplus)
25 #if defined(MAGICKCORE_X11_DELEGATE)
30 XCommandWidget(Display *,XWindows *,
const char **,XEvent *),
31 XConfirmWidget(Display *,XWindows *,
const char *,
const char *),
32 XDialogWidget(Display *,XWindows *,
const char *,
const char *,
char *),
33 XMenuWidget(Display *,XWindows *,
const char *,
const char **,
char *);
36 XPreferencesWidget(Display *,XResourceInfo *,XWindows *);
40 XColorBrowserWidget(Display *,XWindows *,
const char *,
char *),
41 XFileBrowserWidget(Display *,XWindows *,
const char *,
char *),
42 XFontBrowserWidget(Display *,XWindows *,
const char *,
char *),
43 XInfoWidget(Display *,XWindows *,
const char *),
44 XListBrowserWidget(Display *,XWindows *,XWindowInfo *,
const char **,
45 const char *,
const char *,
char *),
46 XNoticeWidget(Display *,XWindows *,
const char *,
const char *),
47 XProgressMonitorWidget(Display *,XWindows *,
const char *,
49 XTextViewWidget(Display *,
const XResourceInfo *,XWindows *,
54 #if defined(__cplusplus) || defined(c_plusplus)