TransientShell man page on Ultrix

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

TransientShell(3X)		   OSF/Motif		    TransientShell(3X)

NAME
       TransientShell - The TransientShell widget class

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

DESCRIPTION
       TransientShell is used for shell windows that can be manipulated by the
       window manager but are not allowed to  be  iconified  separately.   For
       example,	 Dialog	 boxes make no sense without their associated applica‐
       tion.  They are iconified by the window manager only if the main appli‐
       cation shell is iconified.

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

       The class pointer is transientShellWidgetClass.

       The class name is TransientShell.

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

       In addition to these new resources, new resources, TransientShell over‐
       rides  the XmNsaveUnder resource in Shell and the XmNtransient resource
       in WMShell.

			    TransientShell Resource Set
		   ───────────────────────────────────────────────
		   Name			   Default	   Access
			 Class			 Type
		   ───────────────────────────────────────────────
		   ───────────────────────────────────────────────
		   XmNtransientFor	   NULL		   CSG
			 XmCTransientFor	  Widget
		   ───────────────────────────────────────────────
       Specifies a widget for which the shell  acts  as	 a  pop-up.   If  this
       resource is NULL or is a widget that has not been realized, the XmNwin‐
       dowGroup is used instead.

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

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

			      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		True			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		       True			       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 TransientShell.

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

							    TransientShell(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