|
Xm/SgScale(o) -- XmScale SGI Resources
|
This man pages describes new resources added to the Motif Scale widget by SGI. To get these resources you need to #define __sgi in your application. For a description of the XmScale widget non-SGI resources see the XmScale man page. New Resources The following table defines a set of widget resources used by the programmer to specify data. The programmer can also set the resource values for the inherited classes to set attributes for this widget. To reference a resource by name or by class in a .... |
Xm/SgSpringBox(o) -- The SgSpringBox widget class
|
SgSpringBox is a container widget with no input semantics of its own. It arranges its children in a single row or column based on a set of spring constraints assigned to each child. The SgSpringBox widget allows layouts similar to those supported by the XmForm widget, but are usually easier to set up. It is also possible to create some layouts that cannot be achieved with the XmForm widget. For example, centering a column of widgets is very easy to do with the SgSpringBox widget, but nearly impo... |
|
Xm/SgText(o) -- XmText SGI Resources
|
This man pages describes new resources added to the Motif Text widget by SGI. To get these resources you need to #define __sgi in your application. For a description of the XmText widget non-SGI resources see the XmText man page. New Resources The following table defines a set of widget resources used by the programmer to specify data. The programmer can also set the resource values for the inherited classes to set attributes for this widget. To reference a resource by name or by class in a .Xde... |
Xm/SgTextField(o) -- XmText SGI Resources
|
This man pages describes new resources added to the Motif Text widget by SGI. To get these resources you need to #define __sgi in your application. For a description of the XmTextField widget non-SGI resources see the XmTextField man page. New Resources The following table defines a set of widget resources used by the programmer to specify data. The programmer can also set the resource values for the inherited classes to set attributes for this widget. To reference a resource by name or by class... |
Xm/SgTextFieldSetErrorSelection(o) -- A TextField function that sets the primary selection of the text
|
XmTextFieldSetErrorSelection sets the primary selection of the text in the widget using the SgNerrorBackground color to draw the selected text backgroung color. It also sets the insertion cursor position to the last position of the selection and calls the widget's XmNmotionVerifyCallback callbacks. widget Specifies the Text widget ID first Marks the first character position of the text to be selected last Marks the last position of the text to be selected time Specifies the time at which the se... |
Xm/SgTextSetErrorSelection(o) -- 0 XmTextSetErrorSelection -A Text function that sets the primary selection of the text
|
XmTextSetErrorSelection sets the primary selection of the text in the widget using the SgNerrorBackground color to draw the selected text backgroung color. It also sets the insertion cursor position to the last position of the selection and calls the widget's XmNmotionVerifyCallback callbacks. widget Specifies the Text widget ID first Marks the first character position of the text to be selected last Marks the last position of the text to be selected time Specifies the time at which the selecti... |
Xm/SgThumbWheel(o) -- The ThumbWheel widget class
|
ThumbWheel is used by an application to allow the user to input or modify a value either from within a range of values or from an unbounded (infinite) range. A ThumbWheel has an elongated rectangular region within which a wheel graphic is displayed. The user can modify the ThumbWheel's value by spinning the wheel. A ThumbWheel can also include a Home Button located outside the wheel region. This button allows the user to set the ThumbWheel's value to a known position. Classes ThumbWheel inheri... |
Xm/SgThumbWheelGetValue(o) -- A ThumbWheel function that returns the current wheel position
|
SgThumbWheelGetValue returns the current thumb wheel position value. widget Specifies the ThumbWheel widget ID value_return Returns the current thumb wheel position value For a complete definition of ThumbWheel and its associated resources, see SgThumbWheel(3X). |
Xm/SgThumbWheelSetValue(o) -- A ThumbWheel function that sets the wheel value
|
SgThumbWheelSetValue sets the thumb wheel value within the ThumbWheel widget. It is equivalent to setting XmNvalue resource through XtSetValues, except that it does not clear the window before redrawing, and therefore causes less visual "flicker". widget Specifies the ThumbWheel widget ID. value Specifies the wheel position. This sets the XmNvalue resource. For a complete definition of SgThumbWheel and its associated resources, see SgThumbWheel(3X).... |
Xm/SgVisualDrawingArea(o) -- A drawing area in an alternate visual
|
SgVisualDrawingArea is a subclass of the Motif Drawing Area that allows has a visual resource, allowing the widget to be placed into a visual different than the rest of the application. It is useful for applications that need to use multiple visuals, for example, running one window in 24 bit RGB while the rest of the application is in 8 bit pseudo color. SgVisualDrawingArea also has the ability to create a TrueColor dithered background to more closely match a requested background, and to set the... |
Xm/SgVisualDrawingAreaInstallColormap(o) -- Install a colormap for the VisualDrawingArea widget
|
SgVisualDrawingAreaInstallColormap installs the colormap of an SgVisualDrawingArea widget. Normally it does this by adding the widget's window to the WM_COLORMAP_WINDOWS property on the shell containing the widget. This causes the window manager to install the colormap whenever the shell has focus. (However, if the shell is marked override_redirect, the widget calls XInstallColormap(1X) directly in addition changing WM_COLORMAP_WINDOWS. Some window managers will reject such a change). There is ... |
Xm/SgVisualDrawingAreaUninstallColormap(o) -- Uninstall a colormap for the VisualDrawingArea widget
|
SgVisualDrawingAreaUninstallColormap installs the colormap of an SgVisualDrawingArea widget. Normally it does this by removing the widget's window from the WM_COLORMAP_WINDOWS property on the shell containing the widget. (However, if the shell is marked override_redirect, the widget calls XUninstallColormap(1X) directly in addition changing WM_COLORMAP_WINDOWS. Some window managers will reject such a change). Normally, this call is used in conjunction with SgVisualDrawingAreaInstallColormap(3X)... |
Xm/Shell(o) -- run shell commands transparently within perl
|
Date: Thu, 22 Sep 94 16:18:16 -0700 Message-Id: <[email protected]> To: [email protected] From: Larry Wall Subject: a new module I just wrote Here's one that'll whack your mind a little out. #!/usr/bin/perl use Shell; $foo = echo("howdy", "", "world"); print $foo; $passwd = cat(" |
Xm/TopLevelShell(o) -- The TopLevelShell widget class
|
TopLevelShell is used for normal top-level windows such as any additional 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 programmer to specify data. The programmer can also set the resource values for the inherited classes to set attribut... |
Xm/TransientShell(o) -- The TransientShell widget class
|
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 application. They are iconified by the window manager only if the main application 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 R... |