|
DXmSvnInsertComponent(3X)
Contents
|
DXmSvnInsertComponent - Inserts a new component into each
SVN entry.
void DXmSvnInsertComponent(
Widget widget,
int comp_number,
Dimension width,
XtPointer tag );
The identifier (widget ID) of the SVN widget. An integer
that represents the component number to insert. The width
of the component. This value will be inserted into the
widget's component width array. You can set or examine
this value by using the DXmSvnSetComponentWidth and
DXmSvnGetComponentWidth routines. The tag for the component.
This value will be inserted into the widget's component
tag array. You can set or examine this value by
using the DXmSvnSetComponentTag and DXmSvnGetComponentTag
routines.
The DXmSvnInsertComponent routine inserts a new component
for each entry currently recognized by the SVN widget. All
entries that are currently valid become invalid during
this operation.
Note the following: A warning message is generated if an
attempt is made to insert a component that is not the next
in the sequence of components in the entry (for example,
you cannot add component 5 if there are only 3 components
in the entry; you must add component 4). An entry can
hold a maximum of 30 components.
DXmSvnInsertComponent(3X)
[ Back ] |