*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: RectObj | Section: 3 | Source: Digital UNIX | File: RectObj.3X.gz
RectObj(3X) RectObj(3X) NAME RectObj - The RectObj widget class SYNOPSIS #include <Xm/Xm.h> DESCRIPTION RectObj is never instantiated. Its sole purpose is as a supporting su- perclass for other widget classes. Classes RectObj inherits behavior and a resource from Object. The class pointer is rectObjClass. The class name is RectObj. New Resources The following table defines a set of widget resources used by the pro- grammer to specify data. The programmer can also set the resource val- ues for the inherited classes to set attributes for this widget. To reference a resource by name or by class in a .Xdefaults file, remove the XmN or XmC prefix and use the remaining letters. To specify one of the defined values for a resource in a .Xdefaults file, remove the Xm prefix and use the remaining letters (in either lowercase or uppercase, but include any underscores between words). The codes in the access column indicate if the given resource can be set at creation time (C), set by using XtSetValues (S), retrieved by using XtGetValues (G), or is not applicable (N/A). RectObj Resource Set Class: XmCSensitive Default: dynamic Type: Boolean Access: G Class: XmCBorderWidth Default: 1 Type: Dimension Access: CSG Class: XmCHeight Default: dynamic Type: Dimension Access: CSG Class: XmCSensitive De- fault: True Type: Boolean Access: CSG Class: XmCWidth Default: dynamic Type: Dimension Access: CSG Class: XmCPosition Default: 0 Type: Posi- tion Access: CSG Class: XmCPosition Default: 0 Type: Position Access: CSG Specifies whether the immediate parent of the gadget receives input events. Use the function XtSetSensitive if you are chang- ing the argument to preserve data integrity (see XmNsensitive below). The default is the bitwise AND of the parent's XmNsensi- tive and XmNancestorSensitive resources. Specifies the width of the border placed around the RectObj's rectangular display area. Specifies the inside height (excluding the border) of the Rec- tObj's rectangular display area. Determines whether a RectObj receives input events. If a RectObj is sensitive, the parent dispatches to the gadget all keyboard, mouse button, motion, window enter/leave, and focus events. Insensitive gadgets do not receive these events. Use the function XtSetSensitive to change the sensitivity argument. Using XtSetSensitive ensures that if a parent widget has XmNsensitive set to False, the ancestor-sensi- tive flag of all its children is appropriately set. Specifies the inside width (excluding the border) of the RectObj's rectan- gular display area. Specifies the x-coordinate of the upper left outside corner of the RectObj's rectangular display area. The value is relative to the upper left inside corner of the parent window. Specifies the y-coordinate of the upper left outside corner of the RectObj's rectangular display area. The value is relative to the upper left inside corner of the parent window. Inherited Resources RectObj inherits behavior and a resource from Object. For a descrip- tion of this resource, refer to the Object(3X) man page. Object Resource Set Class: XmCCallback Default: NULL Type: XtCallbackList Access: C Translations There are no translations for RectObj. SEE ALSO Object(3X) RectObj(3X)

Navigation Options