DESIGN (kwidgets) functions


LIBRARY ROUTINE

xvw_create_menubutton - create menubutton GUI object

LIBRARY CALL

xvobject xvw_create_menubutton(
   xvobject parent,
   char     *name)

INPUT

OUTPUT

none

RETURN VALUE

The GUI menubutton object on success, NULL on failure.

DESCRIPTION

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

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

none

MODIFICATION

none

FILES

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

SEE ALSO

kwidgets(3)

COPYRIGHT

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