Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dxmsvnsetentrysensitivity(3x) [osf1 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)

Check Out this Related Man Page

DXmSvnDisableDisplay(3X)												  DXmSvnDisableDisplay(3X)

NAME
DXmSvnDisableDisplay - Temporarily disables the SVN widget from generating a display. SYNOPSIS
void DXmSvnDisableDisplay( Widget widget ); PARAMETERS
The identifier (widget ID) of the SVN widget. DESCRIPTION
The DXmSvnDisableDisplay routine allows your application to make changes to the SVN widget without the user making additional changes. For example, the DXmSvnDisableDisplay routine must be called when the user has selected to either expand or collapse an entry in the structure. No further user actions will be processed (because the SVN widget is temporarily disabled) until that expand or collapse operation has been completed and the DXmSvnEnableDisplay routine has been called (which re-enables the SVN widget and makes the changes visible to the user). The kinds of changes that can be implemented while the widget is disabled include the following: Calling the DXmSvnSelectAll or DXmSvn- ClearSelections routine to change selections Calling the DXmSvnAddEntries or DXmSvnDeleteEntries routine to change the underlying structure Changing the appearance of an entry (adding highlighting or sensitivity, for example) This routine is required only when the changes are not in response to an SVN callback. (The SVN widget automatically disables the SVN wid- get prior to issuing the callback and automatically enables the widget upon return.) SEE ALSO
DXmSvnEnableDisplay(3X) DXmSvnDisableDisplay(3X)
Man Page

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Case sensitivity

Is there any way of stopping UNIX from being case sensitive? (2 Replies)
Discussion started by: Taveirne
2 Replies

2. UNIX for Dummies Questions & Answers

errpt on aix entry.

hi, i have an entry in errpt on aix... any help? --------------------------------------------------------------------------- LABEL: AMQFFST3 IDENTIFIER: 8FED25B9 Date/Time: Fri Nov 15 07:20:05 Sequence Number: 2715 Machine Id: 000694DF4C00 Node Id: ... (1 Reply)
Discussion started by: yls177
1 Replies

3. UNIX for Dummies Questions & Answers

Unix user ID's case-sensitive?

It has been quite a while since I used UNIX. I am developing a security system and I was wondering if UNIX and/or LINUX user ID's are case-sensitive. i.e. can user 'daveb' and 'Daveb' exist on the same system with completely different authorizations/priorities, etc.? (3 Replies)
Discussion started by: dmilleville
3 Replies

4. Shell Programming and Scripting

"select" function sequence

Hi folks, As we all know, the "select" function give a number to each element as the number of elements in the select. for example: I have a program which ask a user to select a language: =============================================================================== Please select the... (1 Reply)
Discussion started by: nir_s
1 Replies

5. UNIX for Dummies Questions & Answers

Is there a way to ignore CAPS or case sensitivity?

If I'm using a program that is expecting certain filenames and directories to be all CAPS, isn't there a way to ignore this in linux/cshell scripting? I.e., similiar to ignoring spaces with " (i.e., directory is directory 1, can ignore by typing "directory 1".) ?? (2 Replies)
Discussion started by: rebazon
2 Replies

6. Shell Programming and Scripting

Repeated lines-case sensitive

Hi, users file contains below names i have a requirement to keep only one case sensitive user. For e.g if user name is "aaa" then only aaa should be there in the file and other matching users(AAA,aaA) should be deleted. Tried multiple options but no luck can you please help. aaa abc AAA... (2 Replies)
Discussion started by: Satyak
2 Replies