Icopy_text
[ XITE Reference Manual | XITE home ]
Name
Icopy_text - copy textfield from one BIFF image to another
Syntax
#include <xite/biff.h>
BiffStatus Icopy_text( IMAGE fromimg,
IMAGE toimg );
Description
All text in the textfield of image fromimg is
appended to the text field of image toimg.
Character position is set to end of text in both
images.
Restrictions
Both images should be initialized.
See also
Iget_line(5), Iappend_line(5), Iread_text(5), Iend_of_text(5),
Igetchar(5), Iputchar(5), Icopy_init(5)
Return value
status
Author
Tor Lønnestad, BLAB, Ifi, UiO