| Application Header file | <Xraw/Label.h> |
|---|---|
| Class Header file | <Xraw/LabelP.h> |
| Class | labelWidgetClass |
| Class Name | Label |
| Superclass | Core |
      The Label widget is not very useful by itself, as it has no semantics of its own. It main purpose is to be used as a common superclass for the other label Athena widgets. This widget adds five resources to the resource list provided by the Core widget and its superclasses.
| Name | Class | Type | Notes | Default Value |
|---|---|---|---|---|
|   |
| cursor | The image that will be displayed as the pointer cursor whenever it is in this widget. The use of this resource is deprecated in favor of cursorName. |
|---|---|
| insensitiveBorder | This pixmap will be tiled into the widget's border if the widget becomes insensitive. |
| foreground | A pixel value which indexes the widget's colormap to derive the foreground color of the widget's window. This color is also used to render all 1's in a bitmap one plane deep. |
| shadowWidth | shadowWidth |
| topShadowPixmap | topShadowPixmap |
| topShadowPixel | topShadowPixel |
| bottomShadowPixmap | bottomShadowPixmap |
| bottomShadowPixel | bottomShadowPixel |
| highlightPixmap | highlightPixmap |
| highlightPixel | highlightPixel |
| highlightThickness | highlightThickness |
| userData | userData |
| borderWidth | The width of this widget's window border. |