Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

shell(3) [debian man page]

Shell(3)							  LessTif Manuals							  Shell(3)

NAME
Shell - Shell widget from X Toolkit SYNOPSIS
#include <X11/Shell.h> DESCRIPTION
Shell is a widget which is defined in the X Toolkit. We document its existence here for completeness. Please refer to the X Window System documentation for the real information regarding this widget. X RESOURCES
Name Class Type Default Access -------------------------------------------------------------------------------- XtNx XtCPosition Position NULL CSG XtNy XtCPosition Position NULL CSG XtNdepth XtCDepth Int NULL CSG XtNcolormap XtCColormap Colormap NULL CSG XtNancestorSensitive XtCSensitive Boolean NULL CSG XtNallowShellResize XtCAllowShellResize Boolean NULL CSG XtNgeometry XtCGeometry String (null) CSG XtNcreatePopupChildProc XtCCreatePopupChildProc Function NULL CSG XtNsaveUnder XtCSaveUnder Boolean NULL CSG XtNpopupCallback XtCCallback Callback NULL CSG XtNpopdownCallback XtCCallback Callback NULL CSG XtNoverrideRedirect XtCOverrideRedirect Boolean NULL CSG XtNvisual XtCVisual Visual NULL CSG XtNx XtNy XtNdepth XtNcolormap XtNancestorSensitive XtNallowShellResize XtNgeometry XtNcreatePopupChildProc XtNsaveUnder XtNpopupCallback XtNpopdownCallback XtNoverrideRedirect XtNvisual CLASS HIERARCHY
Object(3) Rect(3) UnNamedObj(3) Core(3) Composite(3) Shell(3) CALLBACKS
CONVENIENCE FUNCTIONS
SEE ALSO
LessTif Project October 1998 Shell(3)

Check Out this Related Man Page

Core(3) 							  LessTif Manuals							   Core(3)

NAME
Core - widget from X toolkit SYNOPSIS
#include <X11/Intrinsic.h> DESCRIPTION
Core is a widget which is defined in the X Toolkit. We document its existence here for completeness. Please refer to the X Window System documentation for the real information regarding this widget. X RESOURCES
Name Class Type Default Access ---------------------------------------------------------------------------------------------- XtNscreen XtCScreen Screen NULL CSG XtNdepth XtCDepth Int NULL CSG XtNcolormap XtCColormap Colormap NULL CSG XtNbackground XtCBackground Pixel XtDefaultBackground CSG XtNbackgroundPixmap XtCPixmap Pixmap NULL CSG XtNborderColor XtCBorderColor Pixel XtDefaultForeground CSG XtNborderPixmap XtCPixmap Pixmap NULL CSG XtNmappedWhenManaged XtCMappedWhenManaged Boolean NULL CSG XtNtranslations XtCTranslations TranslationTable NULL CSG XtNaccelerators XtCAccelerators AcceleratorTable NULL CSG XtNscreen XtNdepth XtNcolormap XtNbackground XtNbackgroundPixmap XtNborderColor XtNborderPixmap XtNmappedWhenManaged XtNtranslations XtNaccelerators CLASS HIERARCHY
Object(3) Rect(3) UnNamedObj(3) Core(3) CALLBACKS
CONVENIENCE FUNCTIONS
SEE ALSO
LessTif Project October 1998 Core(3)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Any recommended book on Unix & Shell Programming

Any recommended book on Unix & Shell Programming (7 Replies)
Discussion started by: endeavour1985
7 Replies

2. UNIX for Dummies Questions & Answers

Shell Script And SQLPLUS

i'm having real problems retrieving the returncode of my sqlplus-call. I found a lot of informations on the net, but havn't been able to get it running so far, so now i ask for some help ;) I do start the sqlplus out of my shell script with the parameters stored in the proc_clips.sql, which is... (6 Replies)
Discussion started by: maco_home
6 Replies

3. Shell Programming and Scripting

Problem In Shell Script

Hi, I'm new to Shell script. Can anyone tell me where is the wrong in my code? And, my code is -- echo "Enter Start Date(YYYY-MM-DD): " read stdt echo "Enter End Date(YYYY-MM-DD): " read endt echo "Enter Flight Number(Optional): " read fln (11 Replies)
Discussion started by: satyakide
11 Replies

4. UNIX for Advanced & Expert Users

Weird in Shell Prompt

Hi, I saw something in weird in Shell prompt. I did the following steps 1) Typed ls -l and pressed ESC without entering 2) Typed "v" (please notice that I did not type "i" after "v"), which opened vi editor 3) I see the "ls -l" command that I typed in shell prompt 4) Without modifying... (6 Replies)
Discussion started by: bobbygsk
6 Replies

5. What is on Your Mind?

Certification Programme for Unix Shell Scripting

Hi All, Can any one know about "Certification Programme for Unix Shell Scripting"? How do I become Certified Unix shell scripting programmer? Where will I get this certification? How do I continue my career as a script programmer? What are the additional things to learn. Currently I know... (14 Replies)
Discussion started by: ganapati
14 Replies

6. Shell Programming and Scripting

Shell Programming and Scripting

(11 Replies)
Discussion started by: lemseffert
11 Replies

7. Shell Programming and Scripting

How to Call external function in .C or .So (Shared Object)

Hi, Anybody know any way to Call with Shell Script an external function wrote in .C or .So (Shared Object) on AIX enviroment and returning parameters of .C or .SO to Shell Script? Tks!! (6 Replies)
Discussion started by: rdgsantos
6 Replies

8. Shell Programming and Scripting

Shell Script Extraction

(11 Replies)
Discussion started by: reachravi70
11 Replies

9. Shell Programming and Scripting

Shell Scripting

shell scripting From the given input file i want the output (shown below) which is the values of statements starting with Haripin loop and Muti-loop in each structure with its dG no. In input file they are shown in bold case. (original input file is a big one consists of n structures with n... (14 Replies)
Discussion started by: kswapnadevi
14 Replies

10. Shell Programming and Scripting

Displaying trailing spaces in a filename; Korn Shell

Korn Shell on AIX 6.1 In one of our directories, we have 2 files with same names but one of those file's name has 3 trailing spaces ls *.ctl rconf.ctl rconf.ctl #this file has 3 trailing spaces Is there any way we could display these trailing spaces ? (6 Replies)
Discussion started by: polavan
6 Replies

11. UNIX for Dummies Questions & Answers

Shell script required

Hi, I need shell script for getting the date in format from below text output IP IS 10.238.52.65 pun-ras-bng-mhs-01#show conf port 2/4 Building configuration... Current configuration: ! card ge3-4-port 2 ! port ethernet 2/4 no shutdown encapsulation dot1q (7 Replies)
Discussion started by: surender reddy
7 Replies

12. Shell Programming and Scripting

Help on case to call recursively in UNIX Shell Script

Hi, I am New to Unix Shell Scripting basically, i need some help in achieving a case statement in Shell script to call recursively That is if case having like 1 2 3 4 options , if user inputs 1 and gets executed case should ask for options again but user should not input the same input value 1,... (7 Replies)
Discussion started by: karthikram
7 Replies

13. UNIX for Dummies Questions & Answers

Change Date in Variable

I am hoping someone can help me with this issue. I am extracting a date from a file that is in DD/MM/YYYY format using... expiry_date=`echo ${line}| awk -F, '{ print $4 }' | tr -d '\r'` What I need to do is amend the value so instead of getting 30/12/2016 I end up with 12/30/2016. I have... (11 Replies)
Discussion started by: theref
11 Replies

14. AIX

Shell Scripting (prompt off)

Dear all experts, I have a script written to compress a list of files, during compressing, some of the files are having same name. When the compressing started, the same name file will be prompted with message whether to overwrite the old file. I need to enter "y" to continue. Is there any way I... (7 Replies)
Discussion started by: kwliew999
7 Replies

15. Shell Programming and Scripting

Shell Script function to use script name for log file output

Hi Team - I"m very new to Shell Scripting so I have a rather novice question. My forte is Windows Batch Scripting so I was just wondering what the Shell Script equivalent is to the DOS command %~n? %~n is a DOS variable that dispayed the script name. For instance (in DOS): REM... (11 Replies)
Discussion started by: SIMMS7400
11 Replies