DESIGN (xvobjects) functions
LIBRARY ROUTINE
xvw_create_titlebar - create a titlebar GUI object
LIBRARY CALL
xvobject xvw_create_titlebar(
xvobject parent,
char *name)
INPUT
- parent - parent of the titlebar object; NULL will cause
a default toplevel to be created automatically
- name - name with which to reference titlebar object
OUTPUT
none
RETURN VALUE
The titlebar object on success, NULL on failure
DESCRIPTION
The titlebar GUI object allows the program to place a
standard titlebar in order to manipulate some kind of
manager. Typically the type of object to be manipulated
is some kind of canvas which needs a more intuitative
direct manipulation interface for moving and resizing
the parent window.
The titlebar GUI object consists of a manager object
with four children: three button object, and a label object.
A callback can be installed on the titlebar object, which
will be fired when the user closes or iconifies the
parent window.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$DESIGN/objects/library/xvobjects/src/TitleBar.c
SEE ALSO
xvobjects(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.