Index Index for
Section 3X
Index Alphabetical
listing for D
Bottom of page Bottom of
page

DXmSvnInsertComponent(3X)

NAME

DXmSvnInsertComponent - Inserts a new component into each SVN entry.

SYNOPSIS

void DXmSvnInsertComponent( Widget widget, int comp_number, Dimension width, XtPointer tag );

PARAMETERS

widget The identifier (widget ID) of the SVN widget. comp_number An integer that represents the component number to insert. width 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. tag 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.

DESCRIPTION

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.

Index Index for
Section 3X
Index Alphabetical
listing for D
Top of page Top of
page