DESIGN (kwidgets) functions


LIBRARY ROUTINE

xvw_create_button - create button GUI object

LIBRARY CALL

xvobject xvw_create_button(
   xvobject parent,
   char     *name)

INPUT

OUTPUT

none

RETURN VALUE

The GUI button object on success, NULL on failure.

DESCRIPTION

A button object is a rectangular or oval mechanism displaying either a text label or a pixmap. If a callback is installed on the button, software control will be passed to the callback routine when the user clicks the mouse on the button.

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

none

MODIFICATION

none

FILES

$DESIGN/objects/library/kwidgets/src/Button.c

SEE ALSO

kwidgets(3)

COPYRIGHT

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