Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xtcreatepopupshell(3xt) [ultrix man page]

XtCreatePopupShell(3Xt) 					     MIT X11R4						   XtCreatePopupShell(3Xt)

Name
       XtCreatePopupShell - create a popup shell

Syntax
       Widget XtCreatePopupShell(name, widget_class, parent, args, num_args)
	  String name;
	  WidgetClass widget_class;
	  Widget parent;
	  ArgList args;
	  Cardinal num_args;

Arguments
       args	 Specifies the argument list to override the resource defaults.

       name	 Specifies the text name for the created shell widget.

       num_args  Specifies the number of arguments in the argument list.

       parent	 Specifies the parent widget.

       widget_class
		 Specifies the widget class pointer for the created shell widget.

Description
       The function ensures that the specified class is a subclass of and, rather than using insert_child to attach the widget to the parent's
       children list, attaches the shell to the parent's pop-ups list directly.

       A spring-loaded pop-up invoked from a translation table already must exist at the time that the translation is invoked, so the translation
       manager can find the shell by name.  Pop-ups invoked in other ways can be created ``on-the-fly'' when the pop-up actually is needed.  This
       delayed creation of the shell is particularly useful when you pop up an unspecified number of pop-ups.  You can look to see if an appropri-
       ate unused shell (that is, not currently popped up) exists and create a new shell if needed.

See Also
       XtCreateWidget(3Xt), XtPopdown(3Xt), XtPopup(3Xt)
       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

															   XtCreatePopupShell(3Xt)

Check Out this Related Man Page

XtCreatePopupShell(3Xt) 												   XtCreatePopupShell(3Xt)

NAME
XtCreatePopupShell, XtVaCreatePopupShell - create a popup shell SYNOPSIS
Widget XtCreatePopupShell(name, widget_class, parent, args, num_args) String name; WidgetClass widget_class; Widget parent; ArgList args; Cardinal num_args; Widget XtVaCreatePopupShell(name, widget_class, parent, ...) String name; WidgetClass widget_class; Widget parent; ARGUMENTS
Specifies the argument list to override the resource defaults. Specifies the text name for the created shell widget. Specifies the number of arguments in the argument list. Specifies the parent widget. Specifies the widget class pointer for the created shell widget. Speci- fies the variable argument list to override the resource defaults. DESCRIPTION
The XtCreatePopupShell function ensures that the specified class is a subclass of Shell and, rather than using insert_child to attach the widget to the parent's children list, attaches the shell to the parent's pop-ups list directly. A spring-loaded pop-up invoked from a translation table already must exist at the time that the translation is invoked, so the translation manager can find the shell by name. Pop-ups invoked in other ways can be created ``on-the-fly'' when the pop-up actually is needed. This delayed creation of the shell is particularly useful when you pop up an unspecified number of pop-ups. You can look to see if an appropri- ate unused shell (that is, not currently popped up) exists and create a new shell if needed. SEE ALSO
XtCreateWidget(3Xt), XtPopdown(3Xt), XtPopup(3Xt) X Toolkit Intrinsics -- C Language Interface Xlib -- C Language X Interface XtCreatePopupShell(3Xt)
Man Page

15 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Selecting records from file on criteria.

Can I have 2 files as in input to the awk command? Situation is somewhat below, File A contains number & value delimited by a space. File B contains number as a part of a line. I am not supposed to retrieve more than 1 number from a line. If number from file B matches with number from... (7 Replies)
Discussion started by: videsh77
7 Replies

2. Windows & DOS: Issues & Discussions

Restore

Hello everyone, I have a problem with my windows XP, the problem started when I discovered a PUP (Potential Unwanted Program), that used to generate pop ups. I uninstalled it, but it started to regenerate itself! so I had to delete it, and everything has anything to do with this program.... (3 Replies)
Discussion started by: hishamkashan
3 Replies

3. Shell Programming and Scripting

what is the max length of args i can pass in shell?

i have a shell script which takes several args. what is the maximum length of string i can give as argument? (6 Replies)
Discussion started by: senthilk615
6 Replies

4. UNIX for Advanced & Expert Users

i have a problem with unix

Hi, > i have a problem using the crontab command. i have a program which > will show a pop-out in the screen using the say command when the > program is run. but when i put the program into the crontab command, the > program works perfectly but it did not show any pop-out on the screen.... (18 Replies)
Discussion started by: ckng
18 Replies

5. Shell Programming and Scripting

query for a file created at a particular time

Hi guys I need to find out a file created at 'x' time and the name of the file is rag.rxt 100's of these files are created every minute and i dont know how to find the file created at a particular time. pls help me with the command to search that. thanks in advance (2 Replies)
Discussion started by: ragha81
2 Replies

6. Shell Programming and Scripting

Using Awk in shell script to extract an index of a substring from a parent string

Hi All, I am new to this shell scripting world. Struck up with a problem, can anyone of you please pull me out of this. Requirement : Need to get the index of a substring from a parent string Eg : index("Sandy","dy") should return 4 or 3. My Approach : I used Awk function index to... (2 Replies)
Discussion started by: sandeepms17
2 Replies

7. Shell Programming and Scripting

question about about Shell programming

1.if 2.then 3. # save the number of args and first argument in variables. 4. num_args=$# 5. id="$1" 6. echo "$id" 7. #echo "$1" > crapfile.txt 8. echo `sed 's/\*/'\*'/g' < crapfile.txt` Above is a partial code.I would like to ask: at line 1:... (1 Reply)
Discussion started by: thungmail
1 Replies

8. Shell Programming and Scripting

Pop up messages !!!!

Dears, Can you please help me regarding pop up messages !!!! I want system to display a pop up message for all the users connected to the system when /var size reach more the 80%. This message should appears once in an hour. Thanks for your help. (1 Reply)
Discussion started by: Danish Shakil
1 Replies

9. Shell Programming and Scripting

Developing own shell

Hi everyone.I am trying ti create my own shell in C.So far i have managed to create a parser to separate args from cmd line of my shell.(i have done nothing different for tokens is that wrong?).so i can run commands like "ls -l" "cp" "cat" etc.now i want to add redirection.can anyone guide me... (1 Reply)
Discussion started by: bashuser2
1 Replies

10. Shell Programming and Scripting

find & replace with user input

Trying to create a script/executable to replace "abc" text string in "myfile.htm" with input from a pop-up field. For example, launch this thing and a prompt is popped up asking the user to input what "abc" should be replaced with, then it inserts what the user inputs in place of abc in the... (3 Replies)
Discussion started by: mike909
3 Replies

11. Shell Programming and Scripting

Help needed with searching files and moving them to a different directory

I am new to shell scripting. Can someone help me out with this one please? I need to write a script fot the following scenario: I am currently in /parent directory. I have a set of files in /parent/error_files directory My script has to search for a file in /parent/erratic_files... (1 Reply)
Discussion started by: ss3944
1 Replies

12. Shell Programming and Scripting

Listing file names as soon as they are created

Hi, I have been looking for a method to list file names as soon as they are created. I have used the following command : find . -name "*.xml" -mmin -2 -exec ls --full-time {} \; | sort -k6 this finds all xml files created in the last 2 minutes and orders them by time. The problem is that... (7 Replies)
Discussion started by: phil.e.b
7 Replies

13. UNIX for Advanced & Expert Users

$$number in the shell or shellscript

What does $$number in the shell or shellscript do? Something like this where they use $$3 and $$1. Managing projects with GNU make - Robert Mecklenburg, Robert William Mecklenburg, Andrew Oram - Google Books (4 Replies)
Discussion started by: cokedude
4 Replies

14. Shell Programming and Scripting

Replacing a line in a file using sed

I have a file which has a list in it pop triangle people slow fast What I want to do is search this list and replace people with humans do the list looks like this: pop triangle human slow fast I think i use something like this.... if cat /list.txt | grep -q 'people' ; then (9 Replies)
Discussion started by: digitalviking
9 Replies

15. What is on Your Mind?

The green pop-ups...

Admins... I just lerve the pop-ups that appear whilst replying to someones post. It reminds me of "Paperclip" from my MS Windows days... ;oDD Love it, as it makes me smile, telling me I am creating a thread ATM... ;o) Neat little addition/feature guys... (4 Replies)
Discussion started by: wisecracker
4 Replies