TopLevelShell man page on Ultrix

Man page or keyword search:  
man Server   3690 pages
apropos Keyword Search (all sections)
Output format
Ultrix logo
[printable version]

TopLevelShell(3X)		   OSF/Motif		     TopLevelShell(3X)

NAME
       TopLevelShell - The TopLevelShell widget class

SYNOPSIS
       #include <Xm/Xm.h> #include <X11/Shell.h>

DESCRIPTION
       TopLevelShell  is  used	for normal top-level windows such as any addi‐
       tional top-level widgets an application needs.

   Classes
       TopLevelShell inherits behavior and  resources  from  Core,  Composite,
       Shell, WMShell, and VendorShell.

       The class pointer is topLevelShellWidgetClass.

       The class name is TopLevelShell.

   New Resources
       The  following table defines a set of widget resources used by the pro‐
       grammer to specify data.	 The programmer can also set the resource val‐
       ues  for	 the  inherited classes to set attributes for this widget.  To
       reference a resource by name or by class in a .Xdefaults	 file,	remove
       the XmN or XmC prefix and use the remaining letters.  To specify one of
       the defined values for a resource in a .Xdefaults file, remove  the  Xm
       prefix and use the remaining letters (in either lowercase or uppercase,
       but include any underscores between words).  The codes  in  the	access
       column  indicate if the given resource can be set at creation time (C),
       set by using XtSetValues (S), retrieved by using XtGetValues (G), or is
       not applicable (N/A).

			     TopLevelShell Resource Set
		 ────────────────────────────────────────────────────
		 Name			     Default	      Access
		       Class			   Type
		 ────────────────────────────────────────────────────
		 ────────────────────────────────────────────────────
		 XmNiconic		     False	      CSG
		       XmCIconic		    Boolean
		 ────────────────────────────────────────────────────
		 XmNiconName		     NULL	      CSG
		       XmCIconName		    String
		 ────────────────────────────────────────────────────
		 XmNiconNameEncoding	     dynamic	      CSG
		       XmCIconNameEncoding	    Atom
		 ────────────────────────────────────────────────────
       Specifies  that	if  this is True when the widget instance is realized,
       the widget instance indicates to the window manager that	 the  applica‐
       tion  wishes  to	 start as an icon, irrespective of the XmNinitialState
       resource.  Specifies the short form of the application name to be  dis‐
       played by the window manager when the application is iconified.	Speci‐
       fies a property type that represents the encoding  of  the  XmNiconName
       string.	 If  a	language  procedure has been set, the default is None;
       otherwise, the default is XA_STRING.  When the widget is	 realized,  if
       the  value is None, the corresponding name is assumed to be in the cur‐
       rent locale.  The name is passed to XmbTextListToTextProperty  with  an
       encoding style of XStdICCTextStyle.  The resulting encoding is "STRING"
       if  the	name  is  fully	 convertible  to  "STRING,"  otherwise	 "COM‐
       POUND_TEXT."   The  values  of  the encoding resources are not changed;
       they remain None.

   Inherited Resources
       TopLevelShell inherits behavior and resources from the following super‐
       classes.	 For a complete description of each resource, refer to the man
       page for that superclass.

			      VendorShell Resource Set
	    ─────────────────────────────────────────────────────────────
	    Name			   Default		  Access
		  Class				 Type
	    ─────────────────────────────────────────────────────────────
	    ─────────────────────────────────────────────────────────────
	    XmNaudibleWarning		   XmBELL		  CSG
		  XmCAudibleWarning		  unsigned char
	    ─────────────────────────────────────────────────────────────
	    XmNbuttonFontList		   dynamic		  CSG
		  XmCButtonFontList		  XmFontList
	    ─────────────────────────────────────────────────────────────
	    XmNdefaultFontList		   dynamic		  CG
		  XmCDefaultFontList		  XmFontList
	    ─────────────────────────────────────────────────────────────
	    XmNdeleteResponse		   XmDESTROY		  CSG
		  XmCDeleteResponse		  unsigned char
	    ─────────────────────────────────────────────────────────────
	    XmNinputMethod		   NULL			  CSG
		  XmCInputMethod		  String
	    ─────────────────────────────────────────────────────────────
	    XmNkeyboardFocusPolicy	   XmEXPLICIT		  CSG
		  XmCKeyboardFocusPolicy	  unsigned char
	    ─────────────────────────────────────────────────────────────
	    XmNlabelFontList		   dynamic		  CSG
		  XmCLabelFontList		  XmFontList
	    ─────────────────────────────────────────────────────────────
	    XmNmwmDecorations		   -1			  CSG
		  XmCMwmDecorations		  int
	    ─────────────────────────────────────────────────────────────
	    XmNmwmFunctions		   -1			  CSG
		  XmCMwmFunctions		  int
	    ─────────────────────────────────────────────────────────────
	    XmNmwmInputMode		   -1			  CSG
		  XmCMwmInputMode		  int
	    ─────────────────────────────────────────────────────────────
	    XmNmwmMenu			   NULL			  CSG
		  XmCMwmMenu			  String
	    ─────────────────────────────────────────────────────────────
	    XmNpreeditType		   dynamic		  CSG
		  XmCPreeditType		  String
	    ─────────────────────────────────────────────────────────────
	    XmNshellUnitType		   XmPIXELS		  CSG
		  XmCShellUnitType		  unsigned char
	    ─────────────────────────────────────────────────────────────
	    XmNtextFontList		   dynamic		  CSG
		  XmCTextFontList		  XmFontList
	    ─────────────────────────────────────────────────────────────
	    XmNuseAsyncGeometry		   False		  CSG
		  XmCUseAsyncGeometry		  Boolean
	    ─────────────────────────────────────────────────────────────

				WMShell Resource Set
	       ────────────────────────────────────────────────────────
	       Name			Default			Access
		     Class		      Type
	       ────────────────────────────────────────────────────────
	       ────────────────────────────────────────────────────────
	       XmNbaseHeight		XtUnspecifiedShellInt	CSG
		     XmCBaseHeight	       int
	       ────────────────────────────────────────────────────────
	       XmNbaseWidth		XtUnspecifiedShellInt	CSG
		     XmCBaseWidth	       int
	       ────────────────────────────────────────────────────────
	       XmNheightInc		XtUnspecifiedShellInt	CSG

		     XmCHeightInc	       int
	       ────────────────────────────────────────────────────────
	       XmNiconMask		NULL			CSG
		     XmCIconMask	       Pixmap
	       ────────────────────────────────────────────────────────
	       XmNiconPixmap		NULL			CSG
		     XmCIconPixmap	       Pixmap
	       ────────────────────────────────────────────────────────
	       XmNiconWindow		NULL			CSG
		     XmCIconWindow	       Window
	       ────────────────────────────────────────────────────────
	       XmNiconX			-1			CSG
		     XmCIconX		       int
	       ────────────────────────────────────────────────────────
	       XmNiconY			-1			CSG
		     XmCIconY		       int
	       ────────────────────────────────────────────────────────
	       XmNinitialState		NormalState		CSG
		     XmCInitialState	       int
	       ────────────────────────────────────────────────────────
	       XmNinput			True			CSG
		     XmCInput		       Boolean
	       ────────────────────────────────────────────────────────
	       XmNmaxAspectX		XtUnspecifiedShellInt	CSG
		     XmCMaxAspectX	       int
	       ────────────────────────────────────────────────────────
	       XmNmaxAspectY		XtUnspecifiedShellInt	CSG
		     XmCMaxAspectY	       int
	       ────────────────────────────────────────────────────────
	       XmNmaxHeight		XtUnspecifiedShellInt	CSG
		     XmCMaxHeight	       int
	       ────────────────────────────────────────────────────────
	       XmNmaxWidth		XtUnspecifiedShellInt	CSG
		     XmCMaxWidth	       int
	       ────────────────────────────────────────────────────────
	       XmNminAspectX		XtUnspecifiedShellInt	CSG
		     XmCMinAspectX	       int
	       ────────────────────────────────────────────────────────
	       XmNminAspectY		XtUnspecifiedShellInt	CSG
		     XmCMinAspectY	       int
	       ────────────────────────────────────────────────────────
	       XmNminHeight		XtUnspecifiedShellInt	CSG
		     XmCMinHeight	       int
	       ────────────────────────────────────────────────────────
	       XmNminWidth		XtUnspecifiedShellInt	CSG
		     XmCMinWidth	       int
	       ────────────────────────────────────────────────────────
	       XmNtitle			dynamic			CSG
		     XmCTitle		       String
	       ────────────────────────────────────────────────────────
	       XmNtitleEncoding		dynamic			CSG
		     XmCTitleEncoding	       Atom
	       ────────────────────────────────────────────────────────
	       XmNtransient		False			CSG
		     XmCTransient	       Boolean
	       ────────────────────────────────────────────────────────
	       XmNwaitForWm		True			CSG
		     XmCWaitForWm	       Boolean
	       ────────────────────────────────────────────────────────
	       XmNwidthInc		XtUnspecifiedShellInt	CSG
		     XmCWidthInc	       int
	       ────────────────────────────────────────────────────────
	       XmNwindowGroup		dynamic			CSG
		     XmCWindowGroup	       Window
	       ────────────────────────────────────────────────────────
	       XmNwinGravity		dynamic			CSG

		     XmCWinGravity	       int
	       ────────────────────────────────────────────────────────
	       XmNwmTimeout		5000 ms			CSG
		     XmCWmTimeout	       int
	       ────────────────────────────────────────────────────────

				 Shell Resource Set
       ───────────────────────────────────────────────────────────────────────
       Name			       Default			       Access
	     Class			     Type
       ───────────────────────────────────────────────────────────────────────
       ───────────────────────────────────────────────────────────────────────
       XmNallowShellResize	       False			       CG
	     XmCAllowShellResize	      Boolean
       ───────────────────────────────────────────────────────────────────────
       XmNcreatePopupChildProc	       NULL			       CSG
	     XmCCreatePopupChildProc	      XtCreatePopupChildProc
       ───────────────────────────────────────────────────────────────────────
       XmNgeometry		       NULL			       CSG
	     XmCGeometry		      String
       ───────────────────────────────────────────────────────────────────────
       XmNoverrideRedirect	       False			       CSG
	     XmCOverrideRedirect	      Boolean
       ───────────────────────────────────────────────────────────────────────
       XmNpopdownCallback	       NULL			       C
	     XmCCallback		      XtCallbackList
       ───────────────────────────────────────────────────────────────────────
       XmNpopupCallback		       NULL			       C
	     XmCCallback		      XtCallbackList
       ───────────────────────────────────────────────────────────────────────
       XmNsaveUnder		       False			       CSG
	     XmCSaveUnder		      Boolean
       ───────────────────────────────────────────────────────────────────────
       XmNvisual		       CopyFromParent		       CSG
	     XmCVisual			      Visual *
       ───────────────────────────────────────────────────────────────────────

			       Composite Resource Set
		──────────────────────────────────────────────────────
		Name			  Default	       Access
		      Class			Type
		──────────────────────────────────────────────────────
		──────────────────────────────────────────────────────
		XmNchildren		  NULL		       G
		      XmCReadOnly		 WidgetList
		──────────────────────────────────────────────────────
		XmNinsertPosition	  NULL		       CSG
		      XmCInsertPosition		 XtOrderProc
		──────────────────────────────────────────────────────
		XmNnumChildren		  0		       G
		      XmCReadOnly		 Cardinal
		──────────────────────────────────────────────────────

				 Core Resource Set
	─────────────────────────────────────────────────────────────────────
	Name				      Default		      Access
	      Class				    Type
	─────────────────────────────────────────────────────────────────────
	─────────────────────────────────────────────────────────────────────
	XmNaccelerators			      dynamic		      CSG
	      XmCAccelerators			     XtAccelerators
	─────────────────────────────────────────────────────────────────────
	XmNancestorSensitive		      dynamic		      G
	      XmCSensitive			     Boolean
	─────────────────────────────────────────────────────────────────────
	XmNbackground			      dynamic		      CSG

	      XmCBackground			     Pixel
	─────────────────────────────────────────────────────────────────────
	XmNbackgroundPixmap		      XmUNSPECIFIED_PIXMAP    CSG
	      XmCPixmap				     Pixmap
	─────────────────────────────────────────────────────────────────────
	XmNborderColor			      XtDefaultForeground     CSG
	      XmCBorderColor			     Pixel
	─────────────────────────────────────────────────────────────────────
	XmNborderPixmap			      XmUNSPECIFIED_PIXMAP    CSG
	      XmCPixmap				     Pixmap
	─────────────────────────────────────────────────────────────────────
	XmNborderWidth			      1			      CSG
	      XmCBorderWidth			     Dimension
	─────────────────────────────────────────────────────────────────────
	XmNcolormap			      dynamic		      CG
	      XmCColormap			     Colormap
	─────────────────────────────────────────────────────────────────────
	XmNdepth			      dynamic		      CG
	      XmCDepth				     int
	─────────────────────────────────────────────────────────────────────
	XmNdestroyCallback		      NULL		      C
	      XmCCallback			     XtCallbackList
	─────────────────────────────────────────────────────────────────────
	XmNheight			      dynamic		      CSG
	      XmCHeight				     Dimension
	─────────────────────────────────────────────────────────────────────
	XmNinitialResourcesPersistent	      True		      C
	      XmCInitialResourcesPersistent	     Boolean
	─────────────────────────────────────────────────────────────────────
	XmNmappedWhenManaged		      True		      CSG
	      XmCMappedWhenManaged		     Boolean
	─────────────────────────────────────────────────────────────────────
	XmNscreen			      dynamic		      CG
	      XmCScreen				     Screen *
	─────────────────────────────────────────────────────────────────────
	XmNsensitive			      True		      CSG
	      XmCSensitive			     Boolean
	─────────────────────────────────────────────────────────────────────
	XmNtranslations			      dynamic		      CSG
	      XmCTranslations			     XtTranslations
	─────────────────────────────────────────────────────────────────────
	XmNwidth			      dynamic		      CSG
	      XmCWidth				     Dimension
	─────────────────────────────────────────────────────────────────────
	XmNx				      0			      CSG
	      XmCPosition			     Position
	─────────────────────────────────────────────────────────────────────
	XmNy				      0			      CSG
	      XmCPosition			     Position
	─────────────────────────────────────────────────────────────────────

   Translations
       There are no translations for TopLevelShell.

RELATED INFORMATION
       Composite(3X), Core(3X), Shell(3X), WMShell(3X), and VendorShell(3X).

							     TopLevelShell(3X)
[top]

List of man pages available for Ultrix

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net