1adime_lowlevel_dialogf(3) Adime API Reference adime_lowlevel_dialogf(3)
2
3
4
6 adime_lowlevel_dialogf
7
9 #include <adime.h>
10
11
12 int adime_lowlevel_dialogf(const char *title, int x, y, w, const char
13 *format, ...);
14
16 This is the same as `adime_dialogf()´, except it doesn´t include the
17 default `OK´ and `Cancel´ buttons. You will normally want to call this
18 function with the last format being "%buttonrow[]".
19
20
22 adime_dialogf(3)
23
24
25
26Adime version 2.2.1 adime_lowlevel_dialogf(3)