Query: dxmsvnsetentrysensitivity
OS: osf1
Section: 3x
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DXmSvnSetEntrySensitivity(3X) DXmSvnSetEntrySensitivity(3X)NAMEDXmSvnSetEntrySensitivity - Controls whether the user can select a particular entry.SYNOPSISvoid DXmSvnSetEntrySensitivity( Widget widget, int entry, Boolean sens );PARAMETERSThe 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).DESCRIPTIONThe 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)
Related Man Pages |
---|
xtsetsensitive(3) - hpux |
dxmsvndisabledisplay(3x) - osf1 |
dxmsvngetentryposition(3x) - osf1 |
dxmsvngetselections(3x) - osf1 |
dxmsvnsetentry(3x) - osf1 |
Similar Topics in the Unix Linux Community |
---|
Case sensitivity |
Unix user ID's case-sensitive? |
"select" function sequence |
Is there a way to ignore CAPS or case sensitivity? |
Repeated lines-case sensitive |