DESIGN (xvobjects) functions


LIBRARY ROUTINE

xvw_create_textinput - create a textinput object

LIBRARY CALL

xvobject xvw_create_textinput(
   xvobject parent,
   char     *name)

INPUT

OUTPUT

none

RETURN VALUE

The textinput object on success, NULL on failure

DESCRIPTION

The textinput GUI object allows the user to enter a string of arbitrary length. It features a text box in which the user may enter the string; the string is registered when the user hits <cr>.

A callback can be installed on the textinput object, which will be fired when the user enters a new string.

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

none

MODIFICATION

none

FILES

$DESIGN/objects/library/xvobjects/src/TextInput.c

SEE ALSO

xvobjects(3)

COPYRIGHT

Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.