Quote:
Originally Posted by nhedgehog
Yes but it gives you an idea, what the program is expecting from commandline:
void Dialog(int icon, const char *title, const char *text, const char *button1, const char *button2, iv_dialoghandler hproc);
|
That's what dialog emits when yo call it without parameter.
dialog I already use. The icons are:
1: i
2: =
3: !
4: X
5: Wifi
title seems without effect.
text is the text displayed.
buttonN are the labels of the 1 to 3 buttons.
Exitcode ist the number of the button.