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

XmDisplay(3)							  LessTif Manuals						      XmDisplay(3)

NAME
XmDisplay - Motif-compatible display widget SYNOPSIS
#include <Xm/Display.h> XmDisplay XmCreateDisplay DESCRIPTION
XmDisplay X RESOURCES
Name Class Type Default Access -------------------------------------------------------------------------------------------------------------- XmNdropSiteManagerClass XmCDropSiteManagerClass WidgetClass NULL CSG XmNdropTransferClass XmCDropTransferClass WidgetClass NULL CSG XmNdragContextClass XmCDragContextClass WidgetClass NULL CSG XmNdragInitiatorProtocolStyle XmCDragInitiatorProtocolStyle DragInitiatorProtocolStyle NULL CSG XmNdragReceiverProtocolStyle XmCDragReceiverProtocolStyle DragReceiverProtocolStyle NULL CSG XmNdefaultVirtualBindings XmCDefaultVirtualBindings String NULL CSG XmNdropSiteManagerClass XmNdropTransferClass XmNdragContextClass XmNdragInitiatorProtocolStyle XmNdragReceiverProtocolStyle XmNdefaultVirtualBindings CLASS HIERARCHY
Object(3) Rect(3) UnNamedObj(3) Core(3) Composite(3) Shell(3) WMShell(3) VendorShell(3) TopLevelShell(3) ApplicationShell(3) XmDisplay(3) CALLBACKS
CONVENIENCE FUNCTIONS
SEE ALSO
LessTif Project April 1998 XmDisplay(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