DXmSvnDeleteEntries(3X)DXmSvnDeleteEntries(3X)NAME
DXmSvnDeleteEntries - Deletes entries from the structure.
SYNOPSIS
void DXmSvnDeleteEntries(
Widget widget,
int after,
int count );
PARAMETERS
The identifier (widget ID) of the SVN widget. An integer that represents the entry number after which a specified number of entries are to
be deleted. An integer that represents the number of entries to delete from the array.
DESCRIPTION
The DXmSvnDeleteEntries routine enables an application to process the removal (collapse) of an entry. This routine specifies how many
entries to delete and after which entry those deletions should begin. Make this call in your application between calls to DXmSvnDis-
ableDisplay and DXmSvnEnableDisplay.
DXmSvnDeleteEntries(3X)
Check Out this Related Man Page
DXmSvnSetEntrySensitivity(3X)DXmSvnSetEntrySensitivity(3X)NAME
DXmSvnSetEntrySensitivity - Controls whether the user can select a particular entry.
SYNOPSIS
void DXmSvnSetEntrySensitivity(
Widget widget,
int entry,
Boolean sens );
PARAMETERS
The identifier (widget ID) of the SVN widget. An integer that represents the number of the entry whose sensitivity will be set or changed.
A Boolean value that, when True, means the entry is sensitive (the user can select it). If the value is False, the SVN widget will dim the
display of the entry to indicate that the entry is not sensitive (the user cannot select it).
DESCRIPTION
The DXmSvnSetEntrySensitivity routine changes the sensitivity of an entry ("sensitivity" means whether the SVN widget will allow the user
to select a particular entry). When using this routine, note the following: Make the call in your application between calls to DXmSvnDis-
ableDisplay and DXmSvnEnableDisplay. If the newly specified sensitivity is the same as the current sensitivity, the call is ignored. If
the newly specified sensitivity for the entry is different from the current sensitivity, that entry is redisplayed if necessary. If an
entry is being changed to no longer be sensitive (the user cannot select the entry) and that entry is currently selected, the entry will be
cleared (canceled) and then redisplayed.
DXmSvnSetEntrySensitivity(3X)
Hi Folks,
Today hasn't been the best one of my career in IT.
I've been a contractor for a major utility company for a number of years, on a number of seperate IT contracts mostly Unix. The company had 10 different flavours of unix and multiple different varsions of most of them.
At the... (3 Replies)