| Application Header file | <Xraw/Simple.h> |
|---|---|
| Class Header file | <Xraw/SimpleP.h> |
| Class | simpleWidgetClass |
| Class Name | Simple |
| Superclass | Core |
      The Simple widget is not very useful by itself. As a common superclass for all non composit widget of Athena's set it is intended for carring out base semantics: to draw 3D borders around widget, to bring user's data.
| Name | Class | Type | Notes | Default Value |
|---|---|---|---|---|
| bottomShadowPixel | BottomShadowPixel | Pixel | CSG | Dinamic |
| bottomShadowPixmap | BottomShadowPixmap | Pixmap | CSG | UnspecifiedPixmap |
| cursor | Cursor | Cursor | CSG | None |
| cursorName | CursorName | String | C | NULL |
| highlightThickness | HighlightThickness | Dimension | CSG | 2 |
| insensitiveBorder | Insensitive | Pixmap | CSG | None**GreyPixmap |
| foreground | Foreground | Pixel | CSG | XtDefaultForeground |
| pointerColor | Foreground | Pixel | CSG | XtDefaultForeground |
| pointerColorBackground | Background | Pixel | CSG | XtDefaultBackground |
| shadowWidth | ShadowWidth | Dimension | CSG | 0 |
| topShadowPixmap | TopShadowPixmap | Pixmap | CSG | UnspecifiedPixmap |
| topShadowPixel | TopShadowPixel | Pixel | CSG | Dinamic |
| userData | UserData | XtPointer | CSG | NULL |
| bottomShadowPixel | Specifies the color to use to draw bottom part of 3D border around the widget. It is used if the bottomShadowPixmap resource is unspecified. |
|---|---|
| bottomShadowPixmap | Specifies the pixmap to use to draw bottom part of 3D border around the widget. |
| 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 resource. |
| cursorName | The name of the symbol to use to represent the pointer cursor. This resource will override the cursor resource if both are specified. | 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. |
| pointerColor | A pixel value which indexes the widget's colormap to derive the foreground color of the pointer symbol specified by the cursorName resource. |
| pointerColorBackground | A pixel value which indexes the widget's colormap to derive the background color of the pointer symbol specified by the cursorName resource. |
| shadowWidth | Specifies the width of 3D border around the widget. |
| topShadowPixel | Specifies the color to use to draw top part of 3D border around the widget. It is used if the topShadowPixmap resource is unspecified. |
| topShadowPixmap | Specifies the pixmap to use to draw top part of 3D border around the widget. |
| userData | Allows the application to hang any his data on the widget. It is not managed by widget stuff. |
| Core class resources | ||||
|---|---|---|---|---|
| Name | Class | Type | Notes | Default Value |
| accelerators | Accelerators | XtAccelerators | CSG | NULL |
| ancestorSensitive | AncestorSensitive | Boolean | G | True |
| background | Background | Pixel | CSG | XtDefaultBackground |
| backgroundPixmap | Pixmap | Pixmap | CSG | XtUnspecifiedPixmap |
| borderColor | BorderColor | Pixel | CSG | XtDefaultForeground |
| borderPixmap | Pixmap | Pixmap | CSG | XtUnspecifiedPixmap |
| borderWidth | BorderWidth | Dimension | CSG | 0 |
| colormap | Colormap | Colormap | CG | Parent's Colormap |
| depth | Depth | int | CG | Parent's Depth |
| destroyCallback | Callback | XtCallbackList | C | NULL |
| height | Height | Dimension | CSG | 0 |
| initialResourcesPersistent | InitialResourcesPersistent | Boolean | C | True |
| mappedWhenManaged | MappedWhenManaged | Boolean | CSG | True |
| screen | Screen | Screen | CG | Parent's Screen |
| sensitive | Sensitive | Boolean | CSG | True |
| translations | Translations | XtTranslations | CSG | NULL |
| width | Width | Dimension | CSG | 0 |
| x | Position | Position | CSG | 0 |
| y | Position | Position | CSG | 0 |
| borderWidth | The default value of this resource is overwritten by the Simple widget, the Core's original default value is 1. |
|---|
[Xraw home] [Xraw widget class hierarchy]