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

  man pages->IRIX man pages              
Title
Content
Arch
Section
 
 Xm/UIL(o) -- The user interface language compiler
    The uilcommand 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. file Specifies the file to be compiled through the UIL compiler. options Specifies one or more o...
 Xm/Uil(o) -- The user interface language compiler
    The uilcommand 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. file Specifies the file to be compiled through the UIL compiler. options Specifies one or more o...
 Xm/uil(o) -- The user interface language compiler
    The uilcommand 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. file Specifies the file to be compiled through the UIL compiler. options Specifies one or more o...
 Xm/UilDumpSymbolTable(o) -- Dumps the contents of a named UIL symbol table to standard output
    The UilDumpSymbolTable function dumps the contents of a UIL symbol table pointer to standard output. root_ptr Specifies a pointer to the the symbol table root entry. This value can be taken from the parse_tree_root part of the Uil_compile_desc_type data structure returned by Uil. By following the link from the root entry, you can traverse the entire parse tree. Symbol table entries are in the following format: hex.address symbol.type symbol.data prev.source.position source.position modification....
 Xm/VendorShell(o) -- The VendorShell widget class
    VendorShell is a Motif widget class used as a supporting superclass for all shell classes that are visible to the window manager and that are not override redirect. It contains resources that describe the MWM-specific look and feel. It also manages the MWM-specific communication needed by all VendorShell subclasses. See the mwm(1X) man page for more information. If an application uses the XmNmwmDecorations, XmNmwmFunctions, or XmNmwmInputMode resource, it should include the file . ...
 Xm/VirtualBindings(o) -- Bindings for virtual mouse and key events
    The 1/Motif manual pages describe translations in terms of virtual bindings, based on those described in the OSF/Motif Style Guide. Mouse events are described in terms of virtual buttons, and key events are described in terms of virtual keys. The term virtual implies that the events as described do not necessarily correspond to a fixed set of X Window System events. Instead, virtual buttons and keys are linked to actual events by means of virtual bindings. Virtual Modifiers Both virtual buttons ...
 Xm/WML(o) -- The widget meta-language file format for creating uil compilers
    The widget meta-language facility (WML) is used to generate the components of the user interface language (UIL) compiler that can change depending on the widget set. Using WML you can add support in UIL for new widgets to the 1/Motif widget set or for a totally new widget set.
 Xm/WMShell(o) -- The WMShell widget class
    WMShell is a top-level widget that encapsulates the interaction with the window manager. Classes WMShell inherits behavior and resources from Core, Composite, and Shell classes. The class pointer is wmShellWidgetClass. The class name is WMShell. 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...
 Xm/XmActivateProtocol(o) -- A VendorShell function that activates a protocol
    XmActivateProtocol activates a protocol. It updates the handlers and the property if the shell is realized. It is sometimes useful to allow a protocol's state information (callback lists, and so on) to persist, even though the client may choose to temporarily resign from the interaction. This is supported by allowing a protocol to be in one of two states: active or inactive. If the protocol is active and the shell is realized, the property contains the protocol Atom. If the protocol is inactive...
 Xm/XmActivateWMProtocol(o) -- A VendorShell convenience interface that activates a protocol
    XmActivateWMProtocol is a convenience interface. It calls XmActivateProtocol with the property value set to the atom returned by interning WM_PROTOCOLS. shell Specifies the widget with which the protocol property is associated. protocol Specifies the protocol Atom (or an int type cast to Atom). For a complete definition of VendorShell and its associated resources, see VendorShell(3X).
 Xm/XmAddProtocolCallback(o) -- A VendorShell function that adds client callbacks for a protocol
    XmAddProtocolCallback adds client callbacks for a protocol. It checks if the protocol is registered, and if it is not, calls XmAddProtocols. It then adds the callback to the internal list. These callbacks are called when the corresponding client message is received. XmAddWMProtocolCallback is a convenience interface. It calls XmAddProtocolCallback with the property value set to the atom returned by interning WM_PROTOCOLS. shell Specifies the widget with which the protocol property is associated....
 Xm/XmAddProtocols(o) -- A VendorShell function that adds the protocols to the protocol manager and allocates the internal tables
    XmAddProtocols adds the protocols to the protocol manager and allocates the internal tables. XmAddWMProtocols is a convenience interface. It calls XmAddProtocols with the property value set to the atom returned by interning WM_PROTOCOLS. shell Specifies the widget with which the protocol property is associated. property Specifies the protocol property. protocols Specifies the protocol Atoms (or int types cast to Atom). num_protocols Specifies the number of elements in protocols. For a complete d...
 Xm/XmAddTabGroup(o) -- A function that adds a manager or a primitive widget to the list of tab groups
    This function is obsolete and its behavior is replaced by setting XmNnavigationType to XmEXCLUSIVE_TAB_GROUP. When using the keyboard to traverse through a widget hierarchy, primitive or manager widgets are grouped together into what are known as tab groups. Any manager or primitive widget can be a tab group. Within a tab group, move the focus to the next widget within the tab group by using the arrow keys. To move to another tab group, use KNextField or KPrevField. Tab groups are ordinarily spe...
 Xm/XmAddWMProtocolCallback(o) -- A VendorShell convenience interface that adds client callbacks for a protocol
    XmAddWMProtocolCallback is a convenience interface. It calls XmAddProtocolCallback with the property value set to the atom returned by interning WM_PROTOCOLS. shell Specifies the widget with which the protocol property is associated. protocol Specifies the protocol Atom (or an int type cast to Atom). callback Specifies the procedure to call when a protocol message is received. closureSpecifies the client data to be passed to the callback when it is invoked. For a complete definition of VendorShe...
 Xm/XmAddWMProtocols(o) -- A VendorShell convenience interface that adds the protocols to the protocol manager and allocates the internal
    XmAddWMProtocols is a convenience interface. It calls XmAddProtocols with the property value set to the atom returned by interning WM_PROTOCOLS. shell Specifies the widget with which the protocol property is associated. protocols Specifies the protocol Atoms (or int types cast to Atom). num_protocols Specifies the number of elements in protocols. For a complete definition of VendorShell and its associated resources, see VendorShell(3X)....
<<  [Prev]  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  456  457  458  459  460  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service