#include "dialog.h"
Go to the source code of this file.
Typedefs | |
typedef int( | jumperFn )(const char *title, int argc, const char *const *argv) |
Functions | |
int | main (int argc, const char *const *argv) |
int | j_menu (const char *t, int ac, const char *const *av) |
int | j_checklist (const char *t, int ac, const char *const *av) |
int | j_radiolist (const char *t, int ac, const char *const *av) |
int | j_textbox (const char *t, int ac, const char *const *av) |
int | j_yesno (const char *t, int ac, const char *const *av) |
int | j_inputbox (const char *t, int ac, const char *const *av) |
int | j_msgbox (const char *t, int ac, const char *const *av) |
int | j_infobox (const char *t, int ac, const char *const *av) |
Variables | |
jumperFn | j_menu |
jumperFn | j_checklist |
jumperFn | j_radiolist |
jumperFn | j_yesno |
jumperFn | j_textbox |
jumperFn | j_inputbox |
jumperFn | j_msgbox |
jumperFn | j_infobox |
typedef int( jumperFn)(const char *title, int argc, const char *const *argv) |
Definition at line 26 of file lxdialog.c.
int j_checklist | ( | const char * | t, | |
int | ac, | |||
const char *const * | av | |||
) |
int j_infobox | ( | const char * | t, | |
int | ac, | |||
const char *const * | av | |||
) |
int j_inputbox | ( | const char * | t, | |
int | ac, | |||
const char *const * | av | |||
) |
int j_menu | ( | const char * | t, | |
int | ac, | |||
const char *const * | av | |||
) |
int j_msgbox | ( | const char * | t, | |
int | ac, | |||
const char *const * | av | |||
) |
int j_radiolist | ( | const char * | t, | |
int | ac, | |||
const char *const * | av | |||
) |
int j_textbox | ( | const char * | t, | |
int | ac, | |||
const char *const * | av | |||
) |
int j_yesno | ( | const char * | t, | |
int | ac, | |||
const char *const * | av | |||
) |
int main | ( | int | argc, | |
const char *const * | argv | |||
) |
Definition at line 57 of file lxdialog.c.
References attr_clear(), backtitle, end_dialog(), init_dialog(), and screen_attr.
jumperFn j_checklist |
Definition at line 34 of file lxdialog.c.
jumperFn j_infobox |
Definition at line 35 of file lxdialog.c.
jumperFn j_inputbox |
Definition at line 34 of file lxdialog.c.
jumperFn j_menu |
Definition at line 34 of file lxdialog.c.
jumperFn j_msgbox |
Definition at line 35 of file lxdialog.c.
jumperFn j_radiolist |
Definition at line 34 of file lxdialog.c.
jumperFn j_textbox |
Definition at line 34 of file lxdialog.c.
jumperFn j_yesno |
Definition at line 34 of file lxdialog.c.