GNU Info

Info Node: (aalib.info)aa_edit

(aalib.info)aa_edit


Next: aa_fastrender Prev: aa_editkey Up: Reference
Enter node , (file) or (file)node

aa_edit
=======

     #include <aalib.h>


     void aa_edit
     (
         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.

Description
===========

This function produces the simple interactive line editor that can be
used by AA-lib programs to input strings.


automatically generated by info2www version 1.2.2.9