Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

applicationshell(3) [debian man page]

ApplicationShell(3)						  LessTif Manuals					       ApplicationShell(3)

NAME
ApplicationShell - application shell widget from the X Toolkit SYNOPSIS
#include <X11/Shell.h> DESCRIPTION
ApplicationShell 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 --------------------------------------------------- XtNargc XtCArgc Int 0 CSG XtNargv XtCArgv StringArray NULL CSG XtNargc XtNargv CLASS HIERARCHY
Object(3) Rect(3) UnNamedObj(3) Core(3) Composite(3) Shell(3) WMShell(3) VendorShell(3) TopLevelShell(3) ApplicationShell(3) CALLBACKS
CONVENIENCE FUNCTIONS
SEE ALSO
LessTif Project October 1998 ApplicationShell(3)

Check Out this Related 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)
Man Page

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

line too long using awk or sed or tr

Goodmorning, I have MKS Toolkit (K-Shell) running on a windows server. On it I have a c program that in a true unix environment works fine, but here it adds an extra '0000000000000016000A' in various places in the file that the c program produces that I need to remove. Here is what the file... (3 Replies)
Discussion started by: philplasma
3 Replies

2. Programming

Shared library versioning problem at runtime

My executable was linked under RedHat using the LessTif GUI shared library. When I try to run it under UBUNTU, I get an error message that the LessTif library cannot be found. The LessTif library is there, but it is a newer VERSION. My executable is looking for the older version it was linked with.... (1 Reply)
Discussion started by: imagtek
1 Replies

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

4. Shell Programming and Scripting

How can I add a newline In a text file using Shell Script

Good day ... Well i do have this project in school, in our Principles Of Operating System Class We are using Cygwin.... And our project goes like this... Create a dictionary using cygwin. Display the following menu at the start of execution 1-add a word in the dictionary # specify the... (1 Reply)
Discussion started by: kpopfreakghecky
1 Replies

5. Shell Programming and Scripting

Suggestions for Shell Scripting Project

I'm taking a class right now and need ideas for a project. The scope is relatively vague: "Create a 'mash-up' program that combines system administration functions into a single application." I would say my skills working in bash are between average and slightly above average. I was originally... (2 Replies)
Discussion started by: d3mon_spawn
2 Replies