DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
OSF/Motif window manager resources

Resources for window decorations

The following resources are used to declare applicable functions and decoration elements for a client:

Window decoration resources

Value
Name Class type Default
clientDecoration ClientDecoration string all
clientFunctions ClientFunctions string all
transientDecoration TransientDecoration string title border resizeh
transientFunctions TransientFunctions string move resize
These resources are described in more detail below:

clientDecoration (Class: ClientDecoration)
This resource specifies the amount of decoration (buttons and frames) that the window manager applies to a client's top-level window. The value of this resource is a combination of one or more of the following names:

The default for the clientDecoration resource is ``all.'' You specify new values for this resource in two ways: (This is a client-specific resource.)

clientFunctions (Class: ClientFunctions)
This resource specifies which of the window manager functions apply to a client's top-level window. (See ``Using window manager functions'' for more information.) The value of this resource is a combination of one or more of the following names:

The default for the clientFunctions resource is ``all.'' You specify new values for this resource in two ways: Note that if you disable functions that are used by Root and Window menu options, or by window manager button and key bindings, the affected menu options are removed from menus and the affected button and key bindings no longer work.

(This is a client-specific resource.)

transientDecoration (Class: TransientDecoration)
This resource controls the amount of decoration that the window manager places around a transient (temporary) window, identified by the WM_TRANSIENT_FOR property on the window. The syntax for specifying this resource is the same as that for the clientDecoration resource. The default value for this resource is ``title border resizeh,'' which means that transient windows appear with a title bar (without the Window menu button, minimize button and maximize button), a window border, and resize handles. (This is a specific appearance and behavior resource.)

transientFunctions (Class: TransientFunctions)
This resource specifies the window manager functions that the window manager allows for a transient (temporary) window, identified by the WM_TRANSIENT_FOR property on the window. The syntax for specifying this resource is the same as that for the clientFunctions resource. The default value for this resource is ``move resize,'' which means that the window manager applies the functions f.move and f.resize to transient windows. (See ``Using window manager functions'' for more information.) (This is a specific appearance and behavior resource.)


Next topic: Resources for controlling window size and position
Previous topic: Shading resources

© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 26 May 2005