Import of the files from Motif 2.1.30 release that are needed to build CDE
man pages.
This commit is contained in:
2349
cde/imports/motif/doc/C/guides/man/PR1X/mwm.sgm
Normal file
2349
cde/imports/motif/doc/C/guides/man/PR1X/mwm.sgm
Normal file
File diff suppressed because it is too large
Load Diff
157
cde/imports/motif/doc/C/guides/man/PR1X/uil.sgm
Normal file
157
cde/imports/motif/doc/C/guides/man/PR1X/uil.sgm
Normal file
@@ -0,0 +1,157 @@
|
||||
<!-- $XConsortium: uil.sgm /main/12 1996/09/08 21:43:44 rws $ -->
|
||||
<!-- (c) Copyright 1995 Digital Equipment Corporation. -->
|
||||
<!-- (c) Copyright 1995 Hewlett-Packard Company. -->
|
||||
<!-- (c) Copyright 1995 International Business Machines Corp. -->
|
||||
<!-- (c) Copyright 1995 Sun Microsystems, Inc. -->
|
||||
<!-- (c) Copyright 1995 Novell, Inc. -->
|
||||
<!-- (c) Copyright 1995 FUJITSU LIMITED. -->
|
||||
<!-- (c) Copyright 1995 Hitachi. -->
|
||||
<RefEntry Id="CDEMMA.MAN1.rsml.1">
|
||||
<RefMeta>
|
||||
<RefEntryTitle>uil</RefEntryTitle>
|
||||
<ManVolNum>user cmd</ManVolNum>
|
||||
</RefMeta>
|
||||
<RefNameDiv>
|
||||
<RefName><Command>uil</Command></RefName>
|
||||
<RefPurpose>The user interface language compiler
|
||||
<IndexTerm>
|
||||
<Primary>user interface language</Primary>
|
||||
</IndexTerm><IndexTerm>
|
||||
<Primary>user interface language</Primary>
|
||||
<Secondary>compiler</Secondary>
|
||||
</IndexTerm></RefPurpose>
|
||||
</RefNameDiv>
|
||||
<IndexTerm>
|
||||
<Primary>uil</Primary>
|
||||
</IndexTerm><IndexTerm>
|
||||
<Primary>uil</Primary>
|
||||
<Secondary>compiler</Secondary>
|
||||
</IndexTerm>
|
||||
<RefSynopsisDiv>
|
||||
<CmdSynopsis>
|
||||
<Command>uil</Command>
|
||||
<Group>
|
||||
<Arg><Replaceable>options</Replaceable></Arg>
|
||||
</Group>
|
||||
<Arg><Replaceable>file</Replaceable></Arg>
|
||||
</CmdSynopsis>
|
||||
</RefSynopsisDiv>
|
||||
<RefSect1>
|
||||
<Title>DESCRIPTION</Title>
|
||||
<Para>The
|
||||
<Command>uil</Command>
|
||||
command invokes the UIL compiler. The User Interface
|
||||
Language (UIL)
|
||||
is a specification language for describing the initial state of a user
|
||||
interface for a Motif application. The specification describes the
|
||||
objects (menus, dialog boxes, labels, push buttons, and so on) used
|
||||
in the interface and specifies the routines to be called when the
|
||||
interface changes state as a result of user interaction.
|
||||
</Para>
|
||||
<VariableList>
|
||||
<VarListEntry>
|
||||
<Term><Symbol Role="Variable">file</Symbol></Term>
|
||||
<ListItem>
|
||||
<Para>Specifies the file to be compiled
|
||||
through the UIL compiler.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Symbol Role="Variable">options</Symbol></Term>
|
||||
<ListItem>
|
||||
<Para>Specifies one or more of the following options:
|
||||
</Para>
|
||||
<VariableList>
|
||||
<VarListEntry>
|
||||
<Term><Literal>−I</Literal><Symbol Role="Variable">pathname</Symbol></Term>
|
||||
<ListItem>
|
||||
<Para>This option causes the compiler to look for include files
|
||||
in the directory specified if the include files have not been
|
||||
found in the paths that already were searched.
|
||||
Specify this option followed by a pathname, with no intervening
|
||||
spaces.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Literal>−m</Literal></Term>
|
||||
<ListItem>
|
||||
<Para>Machine code is listed. This directs the compiler to place in the
|
||||
listing file a description of the
|
||||
records that it added to the User Interface Database (UID). This helps you isolate
|
||||
errors. The default is no machine code.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Literal>−o </Literal><Symbol Role="Variable">file</Symbol></Term>
|
||||
<ListItem>
|
||||
<IndexTerm>
|
||||
<Primary>user interface database</Primary>
|
||||
</IndexTerm><IndexTerm>
|
||||
<Primary>uid file</Primary>
|
||||
</IndexTerm>
|
||||
<Para>Directs the compiler to produce a UID.
|
||||
By default, UIL creates a UID with the name <Literal>a.uid</Literal>.
|
||||
The file specifies the filename for the UID.
|
||||
No UID is produced if the compiler issues any diagnostics
|
||||
categorized as error or severe. UIDs are portable only across same-size
|
||||
machine architectures.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Literal>−s</Literal></Term>
|
||||
<ListItem>
|
||||
<Para>Directs the compiler to set the locale before compiling any files.
|
||||
The locale is set in an implementation-dependent manner.
|
||||
On ANSI C-based systems, the locale is usually set by calling
|
||||
<Action>setlocale(<Symbol Role="Define">LC_ALL, ""</Symbol>)</Action>.
|
||||
If this option is not specified, the compiler does not set the
|
||||
locale.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Literal>−v </Literal><Symbol Role="Variable">file</Symbol></Term>
|
||||
<ListItem>
|
||||
<Para>Directs the compiler to generate a listing.
|
||||
The file specifies the filename for the listing.
|
||||
If the <Literal>−v</Literal> option is not present,
|
||||
no listing is generated by the compiler.
|
||||
The default is no listing.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Literal>−w</Literal></Term>
|
||||
<ListItem>
|
||||
<Para>Specifies that the
|
||||
compiler suppress all warning and informational messages.
|
||||
If this option is not present, all messages are
|
||||
generated,
|
||||
regardless of the severity.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Literal>−wmd </Literal><Symbol Role="Variable">file</Symbol></Term>
|
||||
<ListItem>
|
||||
<Para>Specifies a binary widget meta-language description file to
|
||||
be used in place of the default WML description.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
</VariableList>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
</VariableList>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>RELATED INFORMATION</Title>
|
||||
<Para><Filename MoreInfo="RefEntry">X</Filename>(1) and &cdeman.Uil3;.
|
||||
</Para>
|
||||
</RefSect1>
|
||||
</RefEntry>
|
||||
|
||||
82
cde/imports/motif/doc/C/guides/man/PR1X/xmbind.sgm
Normal file
82
cde/imports/motif/doc/C/guides/man/PR1X/xmbind.sgm
Normal file
@@ -0,0 +1,82 @@
|
||||
<!-- $XConsortium: xmbind.sgm /main/8 1996/09/08 21:43:52 rws $ -->
|
||||
<!-- (c) Copyright 1995 Digital Equipment Corporation. -->
|
||||
<!-- (c) Copyright 1995 Hewlett-Packard Company. -->
|
||||
<!-- (c) Copyright 1995 International Business Machines Corp. -->
|
||||
<!-- (c) Copyright 1995 Sun Microsystems, Inc. -->
|
||||
<!-- (c) Copyright 1995 Novell, Inc. -->
|
||||
<!-- (c) Copyright 1995 FUJITSU LIMITED. -->
|
||||
<!-- (c) Copyright 1995 Hitachi. -->
|
||||
|
||||
<RefEntry Id="CDEMMA.MAN2.rsml.1">
|
||||
<RefMeta>
|
||||
<RefEntryTitle>xmbind</RefEntryTitle>
|
||||
<ManVolNum>user cmd</ManVolNum>
|
||||
</RefMeta>
|
||||
<RefNameDiv>
|
||||
<RefName><Command>xmbind</Command></RefName>
|
||||
<RefPurpose>Configures virtual key bindings
|
||||
<IndexTerm>
|
||||
<Primary>xmbind</Primary>
|
||||
</IndexTerm></RefPurpose>
|
||||
</RefNameDiv>
|
||||
<!-- -->
|
||||
<!-- @OSF_COPYRIGHT@-->
|
||||
<!-- COPYRIGHT NOTICE-->
|
||||
<!-- Copyright (c) 1990, 1991, 1992, 1993 Open Software Foundation, Inc.-->
|
||||
<!-- ALL RIGHTS RESERVED (MOTIF). See the file named COPY.MOTIF.DOC for-->
|
||||
<!-- the full copyright text.-->
|
||||
<!-- -->
|
||||
<!-- HISTORY-->
|
||||
<!-- -->
|
||||
<!-- **-->
|
||||
<!-- **-->
|
||||
<!-- ** (c) Copyright 1989, 1990, 1992 by Open Software Foundation, Inc.-->
|
||||
<!-- ** All Rights Reserved.-->
|
||||
<!-- **-->
|
||||
<!-- ** (c) Copyright 1987, 1988, 1989, by Hewlett-Packard Company-->
|
||||
<!-- **-->
|
||||
<!-- **-->
|
||||
<RefSynopsisDiv>
|
||||
<CmdSynopsis>
|
||||
<Command>xmbind</Command>
|
||||
<Group>
|
||||
<Arg><Replaceable>options</Replaceable></Arg>
|
||||
</Group>
|
||||
<Group>
|
||||
<Arg><Replaceable>file</Replaceable></Arg>
|
||||
</Group>
|
||||
</CmdSynopsis>
|
||||
</RefSynopsisDiv>
|
||||
<RefSect1>
|
||||
<Title>DESCRIPTION</Title>
|
||||
<Para><Command>xmbind</Command> is an X Window System client that configures the virtual
|
||||
key bindings for Motif applications. This action is performed by <Command>mwm</Command>
|
||||
at its startup, so the <Command>xmbind</Command> client is only needed when <Command>mwm</Command>
|
||||
is not in use, or when you want to change bindings without restarting
|
||||
<Command>mwm</Command>. If a file is specified,
|
||||
its contents are used as the virtual key bindings. If a file is not
|
||||
specified, the file <Literal>&npzwc;.motifbind</Literal> in the user's home directory
|
||||
is used. If this file is not found, <Command>xmbind</Command> loads the default
|
||||
virtual key bindings, as described in &cdeman.VirtualBindings;.
|
||||
</Para>
|
||||
<RefSect2>
|
||||
<Title>Options</Title>
|
||||
<VariableList>
|
||||
<VarListEntry>
|
||||
<Term><Literal>−display</Literal></Term>
|
||||
<ListItem>
|
||||
<Para>This option specifies the display to use; see X(1).
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
</VariableList>
|
||||
</RefSect2>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>RELATED</Title>
|
||||
<Para>&cdeman.VirtualBindings; and
|
||||
<Filename MoreInfo="RefEntry">X</Filename>(1).
|
||||
</Para>
|
||||
</RefSect1>
|
||||
</RefEntry>
|
||||
<!--fickle 1.09 7/2/95-->
|
||||
Reference in New Issue
Block a user