Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xtissensitive(3xt) [ultrix man page]

XtSetSensitive(3Xt)						     MIT X11R4						       XtSetSensitive(3Xt)

Name
       XtSetSensitive, XtIsSensitive - set and check a widget's sensitivity state

Syntax
       void XtSetSensitive(w, sensitive)
	  Widget w;
	  Boolean sensitive;

       Boolean XtIsSensitive(w)
	  Widget w;

Arguments
       sensitive Specifies a Boolean value that indicates whether the widget should receive keyboard and pointer events.

       w	 Specifies the widget.

Description
       The function first calls on the current widget with an argument list specifying that the sensitive field should change to the new value.
       It then recursively propagates the new value down the managed children tree by calling on each child to set the ancestor_sensitive to the
       new value if the new values for sensitive and the child's ancestor_sensitive are not the same.

       calls to change sensitive and ancestor_sensitive.  Therefore, when one of these changes, the widget's set_values procedure should take
       whatever display actions are needed (for example, greying out or stippling the widget).

       maintains the invariant that if parent has either sensitive or ancestor_sensitive then all children have ancestor_sensitive

       The function returns or to indicate whether or not user input events are being dispatched.  If both core.sensitive and core.ancestor_sensi-
       tive are returns otherwise, it returns

See Also
       X Window System Toolkit: The Complete Programmer's Guide and Specification, Paul J. Asente and Ralph Swick
       X Window System: The Complete Reference, Second Edition, Robert W. Scheifler and James Gettys

															       XtSetSensitive(3Xt)

Check Out this Related Man Page

XtSetSensitive(3Xt)						   XT FUNCTIONS 					       XtSetSensitive(3Xt)

NAME
XtSetSensitive, XtIsSensitive - set and check a widget's sensitivity state SYNTAX
void XtSetSensitive(w, sensitive) Widget w; Boolean sensitive; Boolean XtIsSensitive(w) Widget w; ARGUMENTS
sensitive Specifies a Boolean value that indicates whether the widget should receive keyboard and pointer events. w Specifies the widget. DESCRIPTION
The XtSetSensitive function first calls XtSetValues on the current widget with an argument list specifying that the sensitive field should change to the new value. It then recursively propagates the new value down the managed children tree by calling XtSetValues on each child to set the ancestor_sensitive to the new value if the new values for sensitive and the child's ancestor_sensitive are not the same. XtSetSensitive calls XtSetValues to change sensitive and ancestor_sensitive. Therefore, when one of these changes, the widget's set_values procedure should take whatever display actions are needed (for example, greying out or stippling the widget). XtSetSensitive maintains the invariant that if parent has either sensitive or ancestor_sensitive False, then all children have ances- tor_sensitive False. The XtIsSensitive function returns True or False to indicate whether or not user input events are being dispatched. If both core.sensitive and core.ancestor_sensitive are True, XtIsSensitive returns True; otherwise, it returns False. SEE ALSO
X Toolkit Intrinsics - C Language Interface Xlib - C Language X Interface X Version 11 Release 6.6 XtSetSensitive(3Xt)
Man Page

11 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

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

3. UNIX for Dummies Questions & Answers

Is Hostname Case sensitive ?????

Hello users, I have a question ? I was just wondering whether the hostname on unix systems are case sensitive. For example in the system which I work. ping TestHost and ping testhost gives me the same output i.e I get the reply from the remote host Is this applicable for all... (3 Replies)
Discussion started by: ajphaj
3 Replies

4. UNIX for Dummies Questions & Answers

how to disable case sensitive on RHEL ?

Hi all, Im newbie, can i disable case sensitive on RHEL environment, and how? Thank you. (2 Replies)
Discussion started by: blesets
2 Replies

5. UNIX for Advanced & Expert Users

Permanent file deletion - sensitive data

All, I'm hoping someone can help fill me in on this one. :confused: I work with bank data deemed "sensitive" and, once processed, need to figure out a way to overwrite the files with enough garbage data in order to prevent someone from being able to recover any of the data from the disk. I... (5 Replies)
Discussion started by: peteroc
5 Replies

6. Shell Programming and Scripting

case sensitive "if [ -e $file ]"?

hi, I need to check if a file exists. if is not case sensitive, while I need an exact -case sensitive- match. Is there any other command to do that? thx jul (2 Replies)
Discussion started by: jul
2 Replies

7. UNIX for Dummies Questions & Answers

List files/dirs alphabetically case sensitive - AaBbCc?

Hi there, im trying to list some dirs/files alphabetically (case sensitive) like in windows: Folder_1 folder_2 Folder 1 Folder 2 folder 3 A.txt a 1.txt a 2.txt B.txt ... i tried ls, sort, ls and sort but cant get it to work? Is this actually possible?? (im using #!/bin/sh) (3 Replies)
Discussion started by: nuttenlova
3 Replies

8. UNIX for Dummies Questions & Answers

How to take parameters as non case sensitive

Is there a way for me to take a parameter then store it in a variable and use its value as non case sensitive? Ex. Lets say i have a parameter which contains "Hey". Then im gonna store it to GR using GR=$1. CL=/install/$GR.g How can i make GR non case sensitive so that the... (1 Reply)
Discussion started by: khestoi
1 Replies

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

10. Post Here to Contact Site Administrators and Moderators

Please remove sensitive information urgent

Hi Sir , Kindly remove the sensitive information from the post . There is serious escalation going on in our company due to this post . https://www.unix.com/unix-for-advanced-and-expert-users/210081-ftp-issue.html please remove following terms from the post fide ifeeds focas ... (1 Reply)
Discussion started by: ptappeta
1 Replies

11. Post Here to Contact Site Administrators and Moderators

Remove sensitive data

Hi Sir, please remove following terms from post as it is sensitive data https://www.unix.com/shell-programming-and-scripting/235655-print-single-line.html ifeeds fidedev ironsides feedmgr thanks a lot prabhu (1 Reply)
Discussion started by: ptappeta
1 Replies