Go to the documentation of this file.
14 #include <gwenhywfar/gwenhywfar.h>
15 #include <gwenhywfar/gui.h>
16 #include <gwenhywfar/dialog.h>
17 #include <gwenhywfar/debug.h>
18 #include <gwenhywfar/pathmanager.h>
23 # define sleep(x) Sleep(x)
36 "Received event %d from widget [%s]\n", t, sender);
40 fprintf(stderr,
"Init\n");
44 "Click this button to close",
61 fprintf(stderr,
"Fini\n");
64 fprintf(stderr,
"ValueChanged\n");
65 if (strcasecmp(sender,
"listbox1")==0) {
66 fprintf(stderr,
"Selected list entry %d\n",
72 fprintf(stderr,
"Activated\n");
73 if (strcasecmp(sender,
"button1")==0)
77 fprintf(stderr,
"Enabled\n");
80 fprintf(stderr,
"Disabled\n");
83 fprintf(stderr,
"Close\n");
86 fprintf(stderr,
"Last, ignored\n");
101 s=getenv(
"DIALOG_DIR");