Next: Callbacks Up: Working with resources Previous: Primitive Widget

Core Widget


Class Pointer:  widgetClass
Class Name:     Core
Include File:   <X11/Core.h>
Superclass:     None
Description:
        The superclass of all widgets. (all widgets have these resources
        and callbacks).

Resources:
Name                    Type                    Default
---------------------   ---------------------   ------------------------
XmNscreen               XtRPointer              copy from parent
XmNcolorMap             XtRPointer              copy from parent
XmNancestorSensitive    XtRBoolean              True
XmNheight               XmRDimension            0
XmNwidth                XmRDimension            0
XmNx                    XmRPosition             0
XmNy                    XmRPosition             0
XmNdepth                XtRInt                  0
XmNbackground           XtRPixel                1
XmNbackgroundPixmap     XtRPixmap               None
XmNborderWidth          XtRDimension            1
XmNborderColor          XtRPixel                0
XmNborderPixmap         XtRPixmap               None
XmNSensitive            XtRBoolean              True
XmNmappedWhenManaged    XtRBoolean              True
XmNtranslations         XtRTranslationTable     NULL
XmNaccelerators         XtRAcceleratorTable     NULL

Callbacks:
Callback List           Call Data Type          Reason
---------------------   ---------------------   -------------------------
XmNdestroyCallback      NULL


morbe@enstb.enst-bretagne.fr