Classes |
| struct | XeCallbackData |
| struct | XeExportCallbackData |
| struct | XeExposeCallbackData |
| struct | XeImportCallbackData |
| struct | XeNotifyAreaCallbackData |
| struct | XeNotifyCallbackData |
Defines |
| #define | _XFUNCPROTOEND |
| #define | XtCColormapInstall "ColormapInstall" |
| #define | XtCColormapUse "ColormapUse" |
| #define | XtCColorMode "ColorMode" |
| #define | XtCColorQuantize "ColorQuantize" |
| #define | XtCContentFile "ContentFile" |
| #define | XtCContentFilter "ContentFilter" |
| #define | XtCContentFormat "ContentFormat" |
| #define | XtCContentLength "ContentLength" |
| #define | XtCContentLoaded "ContentLoaded" |
| #define | XtCContentOffset "ContentOffset" |
| #define | XtCContentStream "ContentStream" |
| #define | XtCContentString "contentString" |
| #define | XtCDither "Dither" |
| #define | XtCExportCallback "ExportCallback" |
| #define | XtCExposeCallback "ExposeCallback" |
| #define | XtCImportCallback "ImportCallback" |
| #define | XtCMaxColors "MaxColors" |
| #define | XtCMirrorImage "MirrorImage" |
| #define | XtCNotifyCallback "NotifyCallback" |
| #define | XtCRotation "Rotation" |
| #define | XtCScaling "scaling" |
| #define | XtCUseShm "UseShm" |
| #define | XtCVisual "Visual" |
| #define | XtNcolormapInstall "colormapInstall" |
| #define | XtNcolormapUse "colormapUse" |
| #define | XtNcolorMode "colorMode" |
| #define | XtNcolorQuantize "colorQuantize" |
| #define | XtNcontentFile "contentFile" |
| #define | XtNcontentFilter "contentFilter" |
| #define | XtNcontentFormat "contentFormat" |
| #define | XtNcontentLength "contentLength" |
| #define | XtNcontentLoaded "contentLoaded" |
| #define | XtNcontentOffset "contentOffset" |
| #define | XtNcontentStream "contentStream" |
| #define | XtNcontentString "contentString" |
| #define | XtNcursor "cursor" |
| #define | XtNdither "dither" |
| #define | XtNexportCallback "exportCallback" |
| #define | XtNexposeCallback "exposeCallback" |
| #define | XtNimportCallback "importCallback" |
| #define | XtNmaxColors "maxColors" |
| #define | XtNmirrorImage "mirrorImage" |
| #define | XtNnotifyCallback "notifyCallback" |
| #define | XtNrotation "rotation" |
| #define | XtNscaling "scaling" |
| #define | XtNuseShm "useShm" |
| #define | XtNvisual "visual" |
| #define | XtRHorizontalValue "HorizontalValue" |
| #define | XtRVerticalValue "VerticalValue" |
| #define | XtRXeColormapUse "XeColormapUse" |
| #define | XtRXeColorMode "XeColorMode" |
| #define | XtRXeColorQuantize "XeColorQuantize" |
| #define | XtRXeContentFormat "XeContentFormat" |
| #define | XtRXeDither "XeDither" |
| #define | XtRXeScaling "XeScaling" |
Typedefs |
| typedef struct _XeBasicRec * | XeBasicWidget |
| typedef struct _XeBasicClassRec * | XeBasicWidgetClass |
Enumerations |
| enum | XeColormapUse { XeColormapUse_SHARED,
XeColormapUse_SHAREDOWN,
XeColormapUse_OPTIONAL,
XeColormapUse_PRIVATE
} |
| enum | XeColorMode { XeColorMode_NONE,
XeColorMode_MONO,
XeColorMode_GRAY,
XeColorMode_COLOR
} |
| enum | XeColorQuantize { XeColorQuantize_FAST,
XeColorQuantize_HECKBERT,
XeColorQuantize_PPMQUANT,
XeColorQuantize_JPEG
} |
| enum | XeContentFormat {
XeContentFormat_UNKNOWN,
XeContentFormat_ISO2022,
XeContentFormat_TIFF,
XeContentFormat_JPEG,
XeContentFormat_GIF,
XeContentFormat_CGM,
XeContentFormat_H261,
XeContentFormat_AUDIO,
XeContentFormat_ODIF,
XeContentFormat_MPEG,
XeContentFormat_RLE,
XeContentFormat_PBM
} |
| enum | XeCR {
XeCR_UNKNOWN,
XeCR_NOTIFY,
XeCR_NOTIFY_AREA,
XeCR_EXPOSE,
XeCR_MODIFY_TEXT,
XeCR_LAYOUT_CHANGE_TAG,
XeCR_LAYOUT_BEGIN_LINE,
XeCR_ANIMATION_DONE,
XeCR_ANIMATION_FRAME,
XeCR_EXPORT,
XeCR_IMPORT
} |
| enum | XeDither { XeDither_NONE,
XeDither_FS4
} |
| enum | XeScaling {
XeScaling_NONE,
XeScaling_WIDTH,
XeScaling_HEIGHT,
XeScaling_MAXASPECT,
XeScaling_FITAREA
} |
Variables |
| WidgetClass | xeBasicWidgetClass |