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

Go to the source code of this file.

Functions

int dialog_inputbox (const char *title, const char *prompt, int height, int width, const char *init)
 

Variables

char dialog_input_result [MAX_LEN+1]
 

Function Documentation

int dialog_inputbox ( const char title,
const char prompt,
int  height,
int  width,
const char init 
)

Definition at line 44 of file inputbox.c.

Variable Documentation

char dialog_input_result[MAX_LEN+1]

Definition at line 24 of file inputbox.c.