Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
menubox.c File Reference
#include "dialog.h"

Go to the source code of this file.

Macros

#define print_item(index, choice, selected)
 

Functions

int dialog_menu (const char *title, const char *prompt, const void *selected, int *s_scroll)
 

Macro Definition Documentation

#define print_item (   index,
  choice,
  selected 
)
Value:
do { \
item_set(index); \
do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \
} while (0)

Definition at line 102 of file menubox.c.

Function Documentation

int dialog_menu ( const char title,
const char prompt,
const void selected,
int s_scroll 
)

Definition at line 182 of file menubox.c.