aversive_10-03-12/config/scripts/lxdialog/lxdialog.c File Reference

#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 Documentation

typedef int( jumperFn)(const char *title, int argc, const char *const *argv)

Definition at line 26 of file lxdialog.c.


Function Documentation

int j_checklist ( const char *  t,
int  ac,
const char *const *  av 
)

Definition at line 180 of file lxdialog.c.

References dialog_checklist(), and FLAG_CHECK.

int j_infobox ( const char *  t,
int  ac,
const char *const *  av 
)

Definition at line 222 of file lxdialog.c.

References dialog_msgbox().

int j_inputbox ( const char *  t,
int  ac,
const char *const *  av 
)

Definition at line 206 of file lxdialog.c.

References dialog_input_result, and dialog_inputbox().

int j_menu ( const char *  t,
int  ac,
const char *const *  av 
)

Definition at line 173 of file lxdialog.c.

References dialog_menu().

int j_msgbox ( const char *  t,
int  ac,
const char *const *  av 
)

Definition at line 216 of file lxdialog.c.

References dialog_msgbox().

int j_radiolist ( const char *  t,
int  ac,
const char *const *  av 
)

Definition at line 187 of file lxdialog.c.

References dialog_checklist(), and FLAG_RADIO.

int j_textbox ( const char *  t,
int  ac,
const char *const *  av 
)

Definition at line 194 of file lxdialog.c.

References dialog_textbox().

int j_yesno ( const char *  t,
int  ac,
const char *const *  av 
)

Definition at line 200 of file lxdialog.c.

References dialog_yesno().

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.


Variable Documentation

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.


Generated on Fri Mar 12 06:30:23 2010 for AVR by  doxygen 1.5.6