*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages              
Title
Content
Arch
Section
 
 smbspool.8(8) -- send print file to an SMB printer
    This tool is part of the Samba suite. smbspool is a very small print spooling program that sends a print file to an SMB printer. The command-line arguments are position-dependent for compatibility with the Common UNIX Printing System, but you can use smbspool with any printing system or from a program or script. DEVICE URI smbspool specifies the destination using a Uniform Resource Identifier ("URI") with a method of "smb". This string can take a number of forms: o smb://server/printer o smb...
 swat.8(8) -- Samba Web Administration Tool
    This tool is part of the Samba suite. swat allows a Samba administrator to configure the complex smb.conf(5) file via a Web browser. In addition, a swat configuration page has help links to all the configurable options in the smb.conf file allowing an administrator to easily look up the effects of any change. swat is run from inetd
 winbindd.8(8) -- Name Service Switch daemon for resolving names from NT servers
    This program is part of the Samba suite. winbindd is a daemon that provides a service for the Name Service Switch capability that is present in most modern C libraries. The Name Service Switch allows user and system information to be obtained from different databases services such as NIS or DNS. The exact behaviour can be configured throught the /etc/nsswitch.conf file. Users and groups are allocated as they are resolved to a range of user and group ids specified by the administrator of the Samb...
 Xm/ApplicationShell(o) -- The ApplicationShell widget class
    ApplicationShell is used as the main top-level window for an application. An application should have more than one ApplicationShell only if it implements multiple logical applications. Classes ApplicationShell inherits behavior and resources from Core, Composite, Shell, WMShell, VendorShell, and TopLevelShell. The class pointer is applicationShellWidgetClass. The class name is ApplicationShell. New Resources The following table defines a set of widget resources used by the programmer to specify ...
 Xm/Composite(o) -- The Composite widget class
    Composite widgets are intended to be containers for other widgets and can have an arbitrary number of children. Their responsibilities (implemented either directly by the widget class or indirectly by Intrinsics functions) include: o Overall management of children from creation to destruction. o Destruction of descendants when the composite widget is destroyed. o Physical arrangement (geometry management) of a displayable subset of managed children. o Mapping and unmapping of a subset of the man...
 Xm/Constraint(o) -- The Constraint widget class
    Constraint widgets maintain additional state data for each child. For example, client-defined constraints on the child's geometry may be specified. When a constrained composite widget defines constraint resources, all of that widget's children inherit all of those resources as their own. These constraint resources are set and read just the same as any other resources defined for the child. This resource inheritance extends exactly one generation down, which means only the firstgeneration child...
 Xm/Core(o) -- format of core image file
    The IRIX system writes out a core image of a terminated process when any of various errors occur. See signal(2) for the list of reasons; the most common are memory violations, illegal instructions, bus errors, and user-generated quit signals. The core image is called core and is written in the process's working directory (provided it can be; normal access controls apply). A process with an effective user ID different from the real user ID does not produce a core image. The format of the core im...
 Xm/GlxCreateMDraw(o) -- Create a Motif/GL Drawing Widget.
    GlxCreateMDraw creates an instance of a GlxMDraw widget and returns the associated widget ID. parent Specifies the parent widget ID name Specifies the name of the created widget arglistSpecifies the argument list argcount Specifies the number of attribute/value pairs in the argument list (arglist) For a complete definition of GlxMDraw and its associated resources, see GlxMDraw(3X).
 Xm/GlxDraw(o) -- GL drawing widgets.
    GlxDraw and GlxMDraw are widgets suitable for GL drawing. They provide a window with the appropriate visual and colormaps needed for GL, based on supplied parameters. GlxDraw and GlxMdraw also provides callbacks for redraw, resize, input, and initialization. GlxDraw is not a part of any widget set, but depends only on Xt. GlxDraw can be used with any widget set. GlxMDraw is identical to GlxDraw except that it is a subclass of the Motif widget class XmPrimitive and has resources and defaults suit...
 Xm/mksymlinks(o) -- make required Motif symbolic links.
    mksymlinks creates useful symbolic links for Motif 1.2 to replicate the default locations. It is normally run as an exitop (see gendist) during the installation of the Motif 1.2 Execution Only Environment but only if a later version of the Motif EOE is not installed. The only time that this would be required to be run manually would be if both this version and a later version of Motif eoe were installed on the same machine and Motif 1.2.4 was required to be the default environment. root base is ...
 Xm/mmkmf(o) -- create a Makefile from an Imakefile
    The mmkmf command is the normal way to create a Motif specific Makefile from an Imakefile shipped with third-party software. When invoked with no arguments in a directory containing an Imakefile, the imake program is run with arguments appropriate for your system (configured into mmkmf when Motif was built) and generates a Makefile. When invoked with the -a option, mmkmf builds the Makefile in the current directory, and then automatically executes ``make Makefiles'' (in case there are subdirec...
 Xm/MrmCloseHierarchy(o) -- Closes a UID hierarchy
    The MrmCloseHierarchy function closes a UID hierarchy previously opened by MrmOpenHierarchyPerDisplay. All files associated with the hierarchy are closed by the Motif Resource Manager (MRM) and all associated memory is returned. hierarchy_id Specifies the ID of a previously opened UID hierarchy. The hierarchy_id was returned in a previous call to MrmOpenHierarchyPerDisplay.
 Xm/MrmFetchBitmapLiteral(o) -- Fetches a bitmap literal from a hierarchy
    The MrmFetchBitmapLiteral function fetches a bitmap literal from an MRM hierarchy, and converts the bitmap literal to an X pixmap of depth 1. The function returns this pixmap and its width and height. hierarchy_idSpecifies the ID of the UID hierarchy that contains the specified icon literal. The hierarchy_id was returned in a previous call to MrmOpenHierarchyPerDisplay. index Specifies the UIL name of the bitmap literal to fetch. screen Specifies the screen used for the pixmap. The screen argume...
 Xm/MrmFetchColorLiteral(o) -- Fetches a named color literal from a UID file
    The MrmFetchColorLiteral function fetches a named color literal from a UID file, and converts the color literal to a pixel color value. hierarchy_idSpecifies the ID of the UID hierarchy that contains the specified literal. The hierarchy_id was returned in a previous call to MrmOpenHierarchyPerDisplay. index Specifies the UIL name of the color literal to fetch. You must define this name in UIL as an exported value. display Specifies the display used for the pixmap. The display argument specifies ...
 Xm/MrmFetchIconLiteral(o) -- Fetches an icon literal from a hierarchy
    The MrmFetchIconLiteral function fetches an icon literal from an MRM hierarchy, and converts the icon literal to an X pixmap. hierarchy_idSpecifies the ID of the UID hierarchy that contains the specified icon literal. The hierarchy_id was returned in a previous call to MrmOpenHierarchyPerDisplay. index Specifies the UIL name of the icon literal to fetch. screen Specifies the screen used for the pixmap. The screen argument specifies a pointer to the Xlib structure Screen which contains the inform...
<<  [Prev]  415  416  417  418  419  420  421  422  423  424  425  426  427  428  429  430  431  432  433  434  435  
436  437  438  439  440  441  442  443  444  445  446  447  448  449  450  451  452  453  454  455  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service