SYNOPSIS
#include <aalib.h>
struct aa_edit *aa_createedit
(
aa_context *c,
int x,
int y,
int size,
char *s,
int maxsize
);
PARAMETERS
- aa_context *c
- Specifies the AA-lib context to operate on.
- int x
- X coordinate of the edited text.
- int y
- Y coordinate of the edited text.
- int size
- Length of the editor window.
- char *s
- Buffer to edit (containing default value).
- int maxsize
- Size of the buffer.