Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dxmsvnpositiondisplay(3x) [osf1 man page]

DXmSvnPositionDisplay(3X)												 DXmSvnPositionDisplay(3X)

NAME
DXmSvnPositionDisplay - Displays a specified entry. SYNOPSIS
int DXmSvnPositionDisplay( Widget widget, int entry, int position ); PARAMETERS
The identifier (widget ID) of the SVN widget. An integer that represents the number of the entry. The position of the entry, indicated by one of the following values: --------------------------------------------------------------- Value Description --------------------------------------------------------------- DXmSvnKpositionBottom The entry is positioned at the bottom of the display. DXmSvnKpositionTop The entry is positioned at the top of the display. DXmSvnKpositionMiddle The entry is positioned in the middle of the display. DXmSvnKpositionPreviousPage The entry is positioned on the page (display) of entries previ- ously displayed. DXmSvnKpositionNextPage The entry is positioned on the page (display) of entries to be displayed next. --------------------------------------------------------------- DESCRIPTION
The DXmSvnPositionDisplay routine ensures that the entries being displayed contain a specified entry. This routine allows the application to position a particular entry at the top, middle, or bottom of the display regardless of the number of entries being displayed. RETURN VALUES
An integer that returns as 1 (True). The routine returns a value of 0 (False) only when the specified position of the entry is SvnPosi- tionNextPage and the user is already at the bottom of the page (display). DXmSvnPositionDisplay(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)
Man Page

7 More Discussions You Might Find Interesting

1. 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

2. UNIX for Dummies Questions & Answers

invisble with "w" and ip doesnt display with "who"

Does anyone know how to do that ??? When I typed "w", I didn't see the user then I did "who", the user displayed but somehow his IP was invisible Thx in advnace (4 Replies)
Discussion started by: Micz
4 Replies

3. Shell Programming and Scripting

Get the bottom line of a file to the top of the file

Hi, i have a small requirement where i have to get the bottom most line from a file to the topmost position. a small example is shown below.. $ cat beep.txt It is first documented as being played in southern England. In the 16th century. By the end of the 18th century, Cricket is a... (5 Replies)
Discussion started by: Shellslave
5 Replies

4. UNIX for Dummies Questions & Answers

head\tail how to display middle lines

hay i need to display middle line: 1 2 3 4 5 how can i display 3-4? (6 Replies)
Discussion started by: margan_ron
6 Replies

5. Shell Programming and Scripting

How to format String in ksh

Hi, I have 3 columns to display to target file and the display of the columns with specified position in target file. I have tried with printf command The Columns position like: Column1= 0 to 30 Column2=30 to 60 Column3=60 to 90 The source data: EMPNO,ENAME,SAL 1,11,100 2,22,200... (4 Replies)
Discussion started by: koti_rama
4 Replies

6. UNIX for Dummies Questions & Answers

Single UNIX command to display users and to count them

Hello everyone, I am new to Unix and I am stuck with a problem. I need only a single command to display the output of who and then add the total number of users and display at the bottom of that output. Example-: (Expected output) sreyan@debian:~$ <command> sreyan tty7 ... (7 Replies)
Discussion started by: sreyan32
7 Replies

7. UNIX for Dummies Questions & Answers

To find and display the middle line in a file using single line command.

Hi all, How can i display the middle line of a file using a single line command? (6 Replies)
Discussion started by: Lakme Pemmaiah
6 Replies