Previous Next Up Title Contents Index Top Library

21.2. RESOURCES

XmNwsid

This resource specifies the widget on which the workstation operates. The default value is 0.

XmNmarginWidth

This resource specifies the margin (width) in pixels for wire widgets.

XmNmarginHeight

This resource specifies the margin (height) in pixels for wire widgets.

XmNdevice

This resource specifies the driver number to be used for the drawing.

XmNresizePolicy

This resource specifies the behavior of the window.

XmRESIZE_NONE : fixed size

XmRESIZE_ANY : increase and reduction in size

XmRESIZE_GROW : increase in size only

XmNcolormapArea

This resource specifies the colormap which will be used to create the widget

XmNdepthArea

This resource specifies the window depth during widget creation

XmNvisualArea

This resource specifies the visual used for widget creation

Defaut : CopyFromParent


Previous Next Up Title Contents Index Top Library