Struct x11_dl::xt::Xt [−][src]
pub struct Xt {Show fields
pub XtAddActions: unsafe extern "C" fn(_: *mut XtActionsRec, _: c_uint),
pub XtAddCallback: unsafe extern "C" fn(_: Widget, _: *const c_char, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut c_void)>, _: *mut c_void),
pub XtAddCallbacks: unsafe extern "C" fn(_: Widget, _: *const c_char, _: XtCallbackList),
pub XtAddConverter: unsafe extern "C" fn(_: *const c_char, _: *const c_char, _: Option<unsafe extern "C" fn(_: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue)>, _: XtConvertArgList, _: c_uint),
pub XtAddEventHandler: unsafe extern "C" fn(_: Widget, _: c_ulong, _: c_char, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut XEvent, _: *mut c_char)>, _: *mut c_void),
pub XtAddExposureToRegion: unsafe extern "C" fn(_: *mut XEvent, _: Region),
pub XtAddGrab: unsafe extern "C" fn(_: Widget, _: c_char, _: c_char),
pub XtAddInput: unsafe extern "C" fn(_: c_int, _: *mut c_void, _: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut c_int, _: *mut c_ulong)>, _: *mut c_void) -> c_ulong,
pub XtAddRawEventHandler: unsafe extern "C" fn(_: Widget, _: c_ulong, _: c_char, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut XEvent, _: *mut c_char)>, _: *mut c_void),
pub XtAddSignal: unsafe extern "C" fn(_: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut c_ulong)>, _: *mut c_void) -> c_ulong,
pub XtAddTimeOut: unsafe extern "C" fn(_: c_ulong, _: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut c_ulong)>, _: *mut c_void) -> c_ulong,
pub XtAddWorkProc: unsafe extern "C" fn(_: Option<unsafe extern "C" fn(_: *mut c_void) -> c_char>, _: *mut c_void) -> c_ulong,
pub XtAllocateGC: unsafe extern "C" fn(_: Widget, _: c_uint, _: c_ulong, _: *mut XGCValues, _: c_ulong, _: c_ulong) -> GC,
pub XtAppAddActionHook: unsafe extern "C" fn(_: XtAppContext, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut c_char, _: *mut XEvent, _: *mut *mut c_char, _: *mut c_uint)>, _: *mut c_void) -> *mut c_void,
pub XtAppAddActions: unsafe extern "C" fn(_: XtAppContext, _: *mut XtActionsRec, _: c_uint),
pub XtAppAddBlockHook: unsafe extern "C" fn(_: XtAppContext, _: Option<unsafe extern "C" fn(_: *mut c_void)>, _: *mut c_void) -> c_ulong,
pub XtAppAddConverter: unsafe extern "C" fn(_: XtAppContext, _: *const c_char, _: *const c_char, _: Option<unsafe extern "C" fn(_: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue)>, _: XtConvertArgList, _: c_uint),
pub XtAppAddInput: unsafe extern "C" fn(_: XtAppContext, _: c_int, _: *mut c_void, _: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut c_int, _: *mut c_ulong)>, _: *mut c_void) -> c_ulong,
pub XtAppAddSignal: unsafe extern "C" fn(_: XtAppContext, _: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut c_ulong)>, _: *mut c_void) -> c_ulong,
pub XtAppAddTimeOut: unsafe extern "C" fn(_: XtAppContext, _: c_ulong, _: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut c_ulong)>, _: *mut c_void) -> c_ulong,
pub XtAppAddWorkProc: unsafe extern "C" fn(_: XtAppContext, _: Option<unsafe extern "C" fn(_: *mut c_void) -> c_char>, _: *mut c_void) -> c_ulong,
pub XtAppCreateShell: unsafe extern "C" fn(_: *const c_char, _: *const c_char, _: WidgetClass, _: *mut Display, _: *mut Arg, _: c_uint) -> Widget,
pub XtAppError: unsafe extern "C" fn(_: XtAppContext, _: *const c_char),
pub XtAppErrorMsg: unsafe extern "C" fn(_: XtAppContext, _: *const c_char, _: *const c_char, _: *const c_char, _: *const c_char, _: *mut *mut c_char, _: *mut c_uint),
pub XtAppGetErrorDatabase: unsafe extern "C" fn(_: XtAppContext) -> *mut *mut _XrmHashBucketRec,
pub XtAppGetErrorDatabaseText: unsafe extern "C" fn(_: XtAppContext, _: *const c_char, _: *const c_char, _: *const c_char, _: *const c_char, _: *mut c_char, _: c_int, _: *mut _XrmHashBucketRec),
pub XtAppGetExitFlag: unsafe extern "C" fn(_: XtAppContext) -> c_char,
pub XtAppGetSelectionTimeout: unsafe extern "C" fn(_: XtAppContext) -> c_ulong,
pub XtAppInitialize: unsafe extern "C" fn(_: *mut XtAppContext, _: *const c_char, _: XrmOptionDescList, _: c_uint, _: *mut c_int, _: *mut *mut c_char, _: *mut *mut c_char, _: *mut Arg, _: c_uint) -> Widget,
pub XtAppLock: unsafe extern "C" fn(_: XtAppContext),
pub XtAppMainLoop: unsafe extern "C" fn(_: XtAppContext),
pub XtAppNextEvent: unsafe extern "C" fn(_: XtAppContext, _: *mut XEvent),
pub XtAppPeekEvent: unsafe extern "C" fn(_: XtAppContext, _: *mut XEvent) -> c_char,
pub XtAppPending: unsafe extern "C" fn(_: XtAppContext) -> c_ulong,
pub XtAppProcessEvent: unsafe extern "C" fn(_: XtAppContext, _: c_ulong),
pub XtAppReleaseCacheRefs: unsafe extern "C" fn(_: XtAppContext, _: *mut *mut c_void),
pub XtAppSetErrorHandler: unsafe extern "C" fn(_: XtAppContext, _: Option<unsafe extern "C" fn(_: *mut c_char)>) -> Option<unsafe extern "C" fn(_: *mut c_char)>,
pub XtAppSetErrorMsgHandler: unsafe extern "C" fn(_: XtAppContext, _: Option<unsafe extern "C" fn(_: *mut c_char, _: *mut c_char, _: *mut c_char, _: *mut c_char, _: *mut *mut c_char, _: *mut c_uint)>) -> Option<unsafe extern "C" fn(_: *mut c_char, _: *mut c_char, _: *mut c_char, _: *mut c_char, _: *mut *mut c_char, _: *mut c_uint)>,
pub XtAppSetExitFlag: unsafe extern "C" fn(_: XtAppContext),
pub XtAppSetFallbackResources: unsafe extern "C" fn(_: XtAppContext, _: *mut *mut c_char),
pub XtAppSetSelectionTimeout: unsafe extern "C" fn(_: XtAppContext, _: c_ulong),
pub XtAppSetTypeConverter: unsafe extern "C" fn(_: XtAppContext, _: *const c_char, _: *const c_char, _: Option<unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_char>, _: XtConvertArgList, _: c_uint, _: c_int, _: Option<unsafe extern "C" fn(_: XtAppContext, _: *mut XrmValue, _: *mut c_void, _: *mut XrmValue, _: *mut c_uint)>),
pub XtAppSetWarningHandler: unsafe extern "C" fn(_: XtAppContext, _: Option<unsafe extern "C" fn(_: *mut c_char)>) -> Option<unsafe extern "C" fn(_: *mut c_char)>,
pub XtAppSetWarningMsgHandler: unsafe extern "C" fn(_: XtAppContext, _: Option<unsafe extern "C" fn(_: *mut c_char, _: *mut c_char, _: *mut c_char, _: *mut c_char, _: *mut *mut c_char, _: *mut c_uint)>) -> Option<unsafe extern "C" fn(_: *mut c_char, _: *mut c_char, _: *mut c_char, _: *mut c_char, _: *mut *mut c_char, _: *mut c_uint)>,
pub XtAppUnlock: unsafe extern "C" fn(_: XtAppContext),
pub XtAppWarning: unsafe extern "C" fn(_: XtAppContext, _: *const c_char),
pub XtAppWarningMsg: unsafe extern "C" fn(_: XtAppContext, _: *const c_char, _: *const c_char, _: *const c_char, _: *const c_char, _: *mut *mut c_char, _: *mut c_uint),
pub XtAugmentTranslations: unsafe extern "C" fn(_: Widget, _: *mut _TranslationData),
pub XtBuildEventMask: unsafe extern "C" fn(_: Widget) -> c_ulong,
pub XtCallAcceptFocus: unsafe extern "C" fn(_: Widget, _: *mut c_ulong) -> c_char,
pub XtCallActionProc: unsafe extern "C" fn(_: Widget, _: *const c_char, _: *mut XEvent, _: *mut *mut c_char, _: c_uint),
pub XtCallbackExclusive: unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut c_void),
pub XtCallbackNone: unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut c_void),
pub XtCallbackNonexclusive: unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut c_void),
pub XtCallbackPopdown: unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut c_void),
pub XtCallbackReleaseCacheRef: unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut c_void),
pub XtCallbackReleaseCacheRefList: unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut c_void),
pub XtCallCallbackList: unsafe extern "C" fn(_: Widget, _: XtCallbackList, _: *mut c_void),
pub XtCallCallbacks: unsafe extern "C" fn(_: Widget, _: *const c_char, _: *mut c_void),
pub XtCallConverter: unsafe extern "C" fn(_: *mut Display, _: Option<unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_char>, _: *mut XrmValue, _: c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_char,
pub XtCalloc: unsafe extern "C" fn(_: c_uint, _: c_uint) -> *mut c_char,
pub XtCancelSelectionRequest: unsafe extern "C" fn(_: Widget, _: c_ulong),
pub XtChangeManagedSet: unsafe extern "C" fn(_: *mut Widget, _: c_uint, _: Option<unsafe extern "C" fn(_: Widget, _: *mut Widget, _: *mut c_uint, _: *mut Widget, _: *mut c_uint, _: *mut c_void)>, _: *mut c_void, _: *mut Widget, _: c_uint),
pub XtClass: unsafe extern "C" fn(_: Widget) -> WidgetClass,
pub XtCloseDisplay: unsafe extern "C" fn(_: *mut Display),
pub XtConfigureWidget: unsafe extern "C" fn(_: Widget, _: c_short, _: c_short, _: c_ushort, _: c_ushort, _: c_ushort),
pub XtConvert: unsafe extern "C" fn(_: Widget, _: *const c_char, _: *mut XrmValue, _: *const c_char, _: *mut XrmValue),
pub XtConvertAndStore: unsafe extern "C" fn(_: Widget, _: *const c_char, _: *mut XrmValue, _: *const c_char, _: *mut XrmValue) -> c_char,
pub XtConvertCase: unsafe extern "C" fn(_: *mut Display, _: c_ulong, _: *mut c_ulong, _: *mut c_ulong),
pub XtCreateApplicationContext: unsafe extern "C" fn() -> XtAppContext,
pub XtCreateApplicationShell: unsafe extern "C" fn(_: *const c_char, _: WidgetClass, _: *mut Arg, _: c_uint) -> Widget,
pub XtCreateManagedWidget: unsafe extern "C" fn(_: *const c_char, _: WidgetClass, _: Widget, _: *mut Arg, _: c_uint) -> Widget,
pub XtCreatePopupShell: unsafe extern "C" fn(_: *const c_char, _: WidgetClass, _: Widget, _: *mut Arg, _: c_uint) -> Widget,
pub XtCreateSelectionRequest: unsafe extern "C" fn(_: Widget, _: c_ulong),
pub XtCreateWidget: unsafe extern "C" fn(_: *const c_char, _: WidgetClass, _: Widget, _: *mut Arg, _: c_uint) -> Widget,
pub XtCreateWindow: unsafe extern "C" fn(_: Widget, _: c_uint, _: *mut Visual, _: c_ulong, _: *mut XSetWindowAttributes),
pub XtCvtColorToPixel: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_char,
pub XtCvtIntToBool: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_char,
pub XtCvtIntToBoolean: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_char,
pub XtCvtIntToColor: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_char,
pub XtCvtIntToFloat: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_char,
pub XtCvtIntToFont: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_char,
pub XtCvtIntToPixel: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_char,
pub XtCvtIntToPixmap: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_char,
pub XtCvtIntToShort: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_char,
pub XtCvtIntToUnsignedChar: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_char,
pub XtCvtStringToAcceleratorTable: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_char,
pub XtCvtStringToAtom: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_char,
pub XtCvtStringToBool: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_char,
pub XtCvtStringToBoolean: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_char,
pub XtCvtStringToCommandArgArray: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_char,
pub XtCvtStringToCursor: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_char,
pub XtCvtStringToDimension: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_char,
pub XtCvtStringToDirectoryString: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_char,
pub XtCvtStringToDisplay: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_char,
pub XtCvtStringToFile: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_char,
pub XtCvtStringToFloat: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_char,
pub XtCvtStringToFont: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_char,
pub XtCvtStringToFontSet: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_char,
pub XtCvtStringToFontStruct: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_char,
pub XtCvtStringToGravity: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_char,
pub XtCvtStringToInitialState: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_char,
pub XtCvtStringToInt: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_char,
pub XtCvtStringToPixel: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_char,
pub XtCvtStringToRestartStyle: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_char,
pub XtCvtStringToShort: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_char,
pub XtCvtStringToTranslationTable: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_char,
pub XtCvtStringToUnsignedChar: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_char,
pub XtCvtStringToVisual: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_char,
pub XtDatabase: unsafe extern "C" fn(_: *mut Display) -> *mut _XrmHashBucketRec,
pub XtDestroyApplicationContext: unsafe extern "C" fn(_: XtAppContext),
pub XtDestroyGC: unsafe extern "C" fn(_: GC),
pub XtDestroyWidget: unsafe extern "C" fn(_: Widget),
pub XtDirectConvert: unsafe extern "C" fn(_: Option<unsafe extern "C" fn(_: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue)>, _: *mut XrmValue, _: c_uint, _: *mut XrmValue, _: *mut XrmValue),
pub XtDisownSelection: unsafe extern "C" fn(_: Widget, _: c_ulong, _: c_ulong),
pub XtDispatchEvent: unsafe extern "C" fn(_: *mut XEvent) -> c_char,
pub XtDispatchEventToWidget: unsafe extern "C" fn(_: Widget, _: *mut XEvent) -> c_char,
pub XtDisplay: unsafe extern "C" fn(_: Widget) -> *mut Display,
pub XtDisplayInitialize: unsafe extern "C" fn(_: XtAppContext, _: *mut Display, _: *const c_char, _: *const c_char, _: XrmOptionDescList, _: c_uint, _: *mut c_int, _: *mut *mut c_char),
pub XtDisplayOfObject: unsafe extern "C" fn(_: Widget) -> *mut Display,
pub XtDisplayStringConversionWarning: unsafe extern "C" fn(_: *mut Display, _: *const c_char, _: *const c_char),
pub XtDisplayToApplicationContext: unsafe extern "C" fn(_: *mut Display) -> XtAppContext,
pub XtError: unsafe extern "C" fn(_: *const c_char),
pub XtErrorMsg: unsafe extern "C" fn(_: *const c_char, _: *const c_char, _: *const c_char, _: *const c_char, _: *mut *mut c_char, _: *mut c_uint),
pub XtFindFile: unsafe extern "C" fn(_: *const c_char, _: Substitution, _: c_uint, _: Option<unsafe extern "C" fn(_: *mut c_char) -> c_char>) -> *mut c_char,
pub XtFree: unsafe extern "C" fn(_: *mut c_char),
pub XtGetActionKeysym: unsafe extern "C" fn(_: *mut XEvent, _: *mut c_uint) -> c_ulong,
pub XtGetActionList: unsafe extern "C" fn(_: WidgetClass, _: *mut *mut XtActionsRec, _: *mut c_uint),
pub XtGetApplicationNameAndClass: unsafe extern "C" fn(_: *mut Display, _: *mut *mut c_char, _: *mut *mut c_char),
pub XtGetApplicationResources: unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut XtResource, _: c_uint, _: *mut Arg, _: c_uint),
pub XtGetClassExtension: unsafe extern "C" fn(_: WidgetClass, _: c_uint, _: c_int, _: c_long, _: c_uint) -> *mut c_void,
pub XtGetConstraintResourceList: unsafe extern "C" fn(_: WidgetClass, _: *mut *mut XtResource, _: *mut c_uint),
pub XtGetDisplays: unsafe extern "C" fn(_: XtAppContext, _: *mut *mut *mut Display, _: *mut c_uint),
pub XtGetErrorDatabase: unsafe extern "C" fn() -> *mut *mut _XrmHashBucketRec,
pub XtGetErrorDatabaseText: unsafe extern "C" fn(_: *const c_char, _: *const c_char, _: *const c_char, _: *const c_char, _: *mut c_char, _: c_int),
pub XtGetGC: unsafe extern "C" fn(_: Widget, _: c_ulong, _: *mut XGCValues) -> GC,
pub XtGetKeyboardFocusWidget: unsafe extern "C" fn(_: Widget) -> Widget,
pub XtGetKeysymTable: unsafe extern "C" fn(_: *mut Display, _: *mut c_uchar, _: *mut c_int) -> *mut c_ulong,
pub XtGetMultiClickTime: unsafe extern "C" fn(_: *mut Display) -> c_int,
pub XtGetResourceList: unsafe extern "C" fn(_: WidgetClass, _: *mut *mut XtResource, _: *mut c_uint),
pub XtGetSelectionParameters: unsafe extern "C" fn(_: Widget, _: c_ulong, _: *mut c_void, _: *mut c_ulong, _: *mut *mut c_void, _: *mut c_ulong, _: *mut c_int),
pub XtGetSelectionRequest: unsafe extern "C" fn(_: Widget, _: c_ulong, _: *mut c_void) -> *mut XSelectionRequestEvent,
pub XtGetSelectionTimeout: unsafe extern "C" fn() -> c_ulong,
pub XtGetSelectionValue: unsafe extern "C" fn(_: Widget, _: c_ulong, _: c_ulong, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut c_ulong, _: *mut c_ulong, _: *mut c_void, _: *mut c_ulong, _: *mut c_int)>, _: *mut c_void, _: c_ulong),
pub XtGetSelectionValueIncremental: unsafe extern "C" fn(_: Widget, _: c_ulong, _: c_ulong, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut c_ulong, _: *mut c_ulong, _: *mut c_void, _: *mut c_ulong, _: *mut c_int)>, _: *mut c_void, _: c_ulong),
pub XtGetSelectionValues: unsafe extern "C" fn(_: Widget, _: c_ulong, _: *mut c_ulong, _: c_int, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut c_ulong, _: *mut c_ulong, _: *mut c_void, _: *mut c_ulong, _: *mut c_int)>, _: *mut *mut c_void, _: c_ulong),
pub XtGetSelectionValuesIncremental: unsafe extern "C" fn(_: Widget, _: c_ulong, _: *mut c_ulong, _: c_int, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut c_ulong, _: *mut c_ulong, _: *mut c_void, _: *mut c_ulong, _: *mut c_int)>, _: *mut *mut c_void, _: c_ulong),
pub XtGetSubresources: unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *const c_char, _: *const c_char, _: *mut XtResource, _: c_uint, _: *mut Arg, _: c_uint),
pub XtGetSubvalues: unsafe extern "C" fn(_: *mut c_void, _: *mut XtResource, _: c_uint, _: *mut Arg, _: c_uint),
pub XtGetValues: unsafe extern "C" fn(_: Widget, _: *mut Arg, _: c_uint),
pub XtGrabButton: unsafe extern "C" fn(_: Widget, _: c_int, _: c_uint, _: c_char, _: c_uint, _: c_int, _: c_int, _: c_ulong, _: c_ulong),
pub XtGrabKey: unsafe extern "C" fn(_: Widget, _: c_uchar, _: c_uint, _: c_char, _: c_int, _: c_int),
pub XtGrabKeyboard: unsafe extern "C" fn(_: Widget, _: c_char, _: c_int, _: c_int, _: c_ulong) -> c_int,
pub XtGrabPointer: unsafe extern "C" fn(_: Widget, _: c_char, _: c_uint, _: c_int, _: c_int, _: c_ulong, _: c_ulong, _: c_ulong) -> c_int,
pub XtHasCallbacks: unsafe extern "C" fn(_: Widget, _: *const c_char) -> XtCallbackStatus,
pub XtHooksOfDisplay: unsafe extern "C" fn(_: *mut Display) -> Widget,
pub XtInitialize: unsafe extern "C" fn(_: *const c_char, _: *const c_char, _: XrmOptionDescList, _: c_uint, _: *mut c_int, _: *mut *mut c_char) -> Widget,
pub XtInitializeWidgetClass: unsafe extern "C" fn(_: WidgetClass),
pub XtInsertEventHandler: unsafe extern "C" fn(_: Widget, _: c_ulong, _: c_char, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut XEvent, _: *mut c_char)>, _: *mut c_void, _: XtListPosition),
pub XtInsertEventTypeHandler: unsafe extern "C" fn(_: Widget, _: c_int, _: *mut c_void, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut XEvent, _: *mut c_char)>, _: *mut c_void, _: XtListPosition),
pub XtInsertRawEventHandler: unsafe extern "C" fn(_: Widget, _: c_ulong, _: c_char, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut XEvent, _: *mut c_char)>, _: *mut c_void, _: XtListPosition),
pub XtInstallAccelerators: unsafe extern "C" fn(_: Widget, _: Widget),
pub XtInstallAllAccelerators: unsafe extern "C" fn(_: Widget, _: Widget),
pub XtIsApplicationShell: unsafe extern "C" fn(_: Widget) -> c_char,
pub XtIsComposite: unsafe extern "C" fn(_: Widget) -> c_char,
pub XtIsConstraint: unsafe extern "C" fn(_: Widget) -> c_char,
pub XtIsManaged: unsafe extern "C" fn(_: Widget) -> c_char,
pub XtIsObject: unsafe extern "C" fn(_: Widget) -> c_char,
pub XtIsOverrideShell: unsafe extern "C" fn(_: Widget) -> c_char,
pub XtIsRealized: unsafe extern "C" fn(_: Widget) -> c_char,
pub XtIsRectObj: unsafe extern "C" fn(_: Widget) -> c_char,
pub XtIsSensitive: unsafe extern "C" fn(_: Widget) -> c_char,
pub XtIsSessionShell: unsafe extern "C" fn(_: Widget) -> c_char,
pub XtIsShell: unsafe extern "C" fn(_: Widget) -> c_char,
pub XtIsSubclass: unsafe extern "C" fn(_: Widget, _: WidgetClass) -> c_char,
pub XtIsTopLevelShell: unsafe extern "C" fn(_: Widget) -> c_char,
pub XtIsTransientShell: unsafe extern "C" fn(_: Widget) -> c_char,
pub XtIsVendorShell: unsafe extern "C" fn(_: Widget) -> c_char,
pub XtIsWidget: unsafe extern "C" fn(_: Widget) -> c_char,
pub XtIsWMShell: unsafe extern "C" fn(_: Widget) -> c_char,
pub XtKeysymToKeycodeList: unsafe extern "C" fn(_: *mut Display, _: c_ulong, _: *mut *mut c_uchar, _: *mut c_uint),
pub XtLastEventProcessed: unsafe extern "C" fn(_: *mut Display) -> *mut XEvent,
pub XtLastTimestampProcessed: unsafe extern "C" fn(_: *mut Display) -> c_ulong,
pub XtMainLoop: unsafe extern "C" fn(),
pub XtMakeGeometryRequest: unsafe extern "C" fn(_: Widget, _: *mut XtWidgetGeometry, _: *mut XtWidgetGeometry) -> XtGeometryResult,
pub XtMakeResizeRequest: unsafe extern "C" fn(_: Widget, _: c_ushort, _: c_ushort, _: *mut c_ushort, _: *mut c_ushort) -> XtGeometryResult,
pub XtMalloc: unsafe extern "C" fn(_: c_uint) -> *mut c_char,
pub XtManageChild: unsafe extern "C" fn(_: Widget),
pub XtManageChildren: unsafe extern "C" fn(_: *mut Widget, _: c_uint),
pub XtMapWidget: unsafe extern "C" fn(_: Widget),
pub XtMenuPopupAction: unsafe extern "C" fn(_: Widget, _: *mut XEvent, _: *mut *mut c_char, _: *mut c_uint),
pub XtMergeArgLists: unsafe extern "C" fn(_: *mut Arg, _: c_uint, _: *mut Arg, _: c_uint) -> *mut Arg,
pub XtMoveWidget: unsafe extern "C" fn(_: Widget, _: c_short, _: c_short),
pub XtName: unsafe extern "C" fn(_: Widget) -> *mut c_char,
pub XtNameToWidget: unsafe extern "C" fn(_: Widget, _: *const c_char) -> Widget,
pub XtNewString: unsafe extern "C" fn(_: *mut c_char) -> *mut c_char,
pub XtNextEvent: unsafe extern "C" fn(_: *mut XEvent),
pub XtNoticeSignal: unsafe extern "C" fn(_: c_ulong),
pub XtOpenApplication: unsafe extern "C" fn(_: *mut XtAppContext, _: *const c_char, _: XrmOptionDescList, _: c_uint, _: *mut c_int, _: *mut *mut c_char, _: *mut *mut c_char, _: WidgetClass, _: *mut Arg, _: c_uint) -> Widget,
pub XtOpenDisplay: unsafe extern "C" fn(_: XtAppContext, _: *const c_char, _: *const c_char, _: *const c_char, _: XrmOptionDescList, _: c_uint, _: *mut c_int, _: *mut *mut c_char) -> *mut Display,
pub XtOverrideTranslations: unsafe extern "C" fn(_: Widget, _: *mut _TranslationData),
pub XtOwnSelection: unsafe extern "C" fn(_: Widget, _: c_ulong, _: c_ulong, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_ulong, _: *mut c_ulong, _: *mut c_ulong, _: *mut *mut c_void, _: *mut c_ulong, _: *mut c_int) -> c_char>, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_ulong)>, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_ulong, _: *mut c_ulong)>) -> c_char,
pub XtOwnSelectionIncremental: unsafe extern "C" fn(_: Widget, _: c_ulong, _: c_ulong, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_ulong, _: *mut c_ulong, _: *mut c_ulong, _: *mut *mut c_void, _: *mut c_ulong, _: *mut c_int, _: *mut c_ulong, _: *mut c_void, _: *mut *mut c_void) -> c_char>, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_ulong, _: *mut c_void)>, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_ulong, _: *mut c_ulong, _: *mut *mut c_void, _: *mut c_void)>, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_ulong, _: *mut c_ulong, _: *mut *mut c_void, _: *mut c_void)>, _: *mut c_void) -> c_char,
pub XtParent: unsafe extern "C" fn(_: Widget) -> Widget,
pub XtParseAcceleratorTable: unsafe extern "C" fn(_: *const c_char) -> *mut _TranslationData,
pub XtParseTranslationTable: unsafe extern "C" fn(_: *const c_char) -> *mut _TranslationData,
pub XtPeekEvent: unsafe extern "C" fn(_: *mut XEvent) -> c_char,
pub XtPending: unsafe extern "C" fn() -> c_char,
pub XtPopdown: unsafe extern "C" fn(_: Widget),
pub XtPopup: unsafe extern "C" fn(_: Widget, _: XtGrabKind),
pub XtPopupSpringLoaded: unsafe extern "C" fn(_: Widget),
pub XtProcessEvent: unsafe extern "C" fn(_: c_ulong),
pub XtProcessLock: unsafe extern "C" fn(),
pub XtProcessUnlock: unsafe extern "C" fn(),
pub XtQueryGeometry: unsafe extern "C" fn(_: Widget, _: *mut XtWidgetGeometry, _: *mut XtWidgetGeometry) -> XtGeometryResult,
pub XtRealizeWidget: unsafe extern "C" fn(_: Widget),
pub XtRealloc: unsafe extern "C" fn(_: *mut c_char, _: c_uint) -> *mut c_char,
pub XtRegisterCaseConverter: unsafe extern "C" fn(_: *mut Display, _: Option<unsafe extern "C" fn(_: *mut Display, _: c_ulong, _: *mut c_ulong, _: *mut c_ulong)>, _: c_ulong, _: c_ulong),
pub XtRegisterDrawable: unsafe extern "C" fn(_: *mut Display, _: c_ulong, _: Widget),
pub XtRegisterExtensionSelector: unsafe extern "C" fn(_: *mut Display, _: c_int, _: c_int, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_int, _: *mut *mut c_void, _: c_int, _: *mut c_void)>, _: *mut c_void),
pub XtRegisterGrabAction: unsafe extern "C" fn(_: Option<unsafe extern "C" fn(_: Widget, _: *mut XEvent, _: *mut *mut c_char, _: *mut c_uint)>, _: c_char, _: c_uint, _: c_int, _: c_int),
pub XtReleaseGC: unsafe extern "C" fn(_: Widget, _: GC),
pub XtReleasePropertyAtom: unsafe extern "C" fn(_: Widget, _: c_ulong),
pub XtRemoveActionHook: unsafe extern "C" fn(_: *mut c_void),
pub XtRemoveAllCallbacks: unsafe extern "C" fn(_: Widget, _: *const c_char),
pub XtRemoveBlockHook: unsafe extern "C" fn(_: c_ulong),
pub XtRemoveCallback: unsafe extern "C" fn(_: Widget, _: *const c_char, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut c_void)>, _: *mut c_void),
pub XtRemoveCallbacks: unsafe extern "C" fn(_: Widget, _: *const c_char, _: XtCallbackList),
pub XtRemoveEventHandler: unsafe extern "C" fn(_: Widget, _: c_ulong, _: c_char, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut XEvent, _: *mut c_char)>, _: *mut c_void),
pub XtRemoveEventTypeHandler: unsafe extern "C" fn(_: Widget, _: c_int, _: *mut c_void, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut XEvent, _: *mut c_char)>, _: *mut c_void),
pub XtRemoveGrab: unsafe extern "C" fn(_: Widget),
pub XtRemoveInput: unsafe extern "C" fn(_: c_ulong),
pub XtRemoveRawEventHandler: unsafe extern "C" fn(_: Widget, _: c_ulong, _: c_char, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut XEvent, _: *mut c_char)>, _: *mut c_void),
pub XtRemoveSignal: unsafe extern "C" fn(_: c_ulong),
pub XtRemoveTimeOut: unsafe extern "C" fn(_: c_ulong),
pub XtRemoveWorkProc: unsafe extern "C" fn(_: c_ulong),
pub XtReservePropertyAtom: unsafe extern "C" fn(_: Widget) -> c_ulong,
pub XtResizeWidget: unsafe extern "C" fn(_: Widget, _: c_ushort, _: c_ushort, _: c_ushort),
pub XtResizeWindow: unsafe extern "C" fn(_: Widget),
pub XtResolvePathname: unsafe extern "C" fn(_: *mut Display, _: *const c_char, _: *const c_char, _: *const c_char, _: *const c_char, _: Substitution, _: c_uint, _: Option<unsafe extern "C" fn(_: *mut c_char) -> c_char>) -> *mut c_char,
pub XtScreen: unsafe extern "C" fn(_: Widget) -> *mut Screen,
pub XtScreenDatabase: unsafe extern "C" fn(_: *mut Screen) -> *mut _XrmHashBucketRec,
pub XtScreenOfObject: unsafe extern "C" fn(_: Widget) -> *mut Screen,
pub XtSendSelectionRequest: unsafe extern "C" fn(_: Widget, _: c_ulong, _: c_ulong),
pub XtSessionGetToken: unsafe extern "C" fn(_: Widget) -> XtCheckpointToken,
pub XtSessionReturnToken: unsafe extern "C" fn(_: XtCheckpointToken),
pub XtSetErrorHandler: unsafe extern "C" fn(_: Option<unsafe extern "C" fn(_: *mut c_char)>),
pub XtSetErrorMsgHandler: unsafe extern "C" fn(_: Option<unsafe extern "C" fn(_: *mut c_char, _: *mut c_char, _: *mut c_char, _: *mut c_char, _: *mut *mut c_char, _: *mut c_uint)>),
pub XtSetEventDispatcher: unsafe extern "C" fn(_: *mut Display, _: c_int, _: Option<unsafe extern "C" fn(_: *mut XEvent) -> c_char>) -> Option<unsafe extern "C" fn(_: *mut XEvent) -> c_char>,
pub XtSetKeyboardFocus: unsafe extern "C" fn(_: Widget, _: Widget),
pub XtSetKeyTranslator: unsafe extern "C" fn(_: *mut Display, _: Option<unsafe extern "C" fn(_: *mut Display, _: c_uchar, _: c_uint, _: *mut c_uint, _: *mut c_ulong)>),
pub XtSetLanguageProc: unsafe extern "C" fn(_: XtAppContext, _: Option<unsafe extern "C" fn(_: *mut Display, _: *mut c_char, _: *mut c_void) -> *mut c_char>, _: *mut c_void) -> Option<unsafe extern "C" fn(_: *mut Display, _: *mut c_char, _: *mut c_void) -> *mut c_char>,
pub XtSetMappedWhenManaged: unsafe extern "C" fn(_: Widget, _: c_char),
pub XtSetMultiClickTime: unsafe extern "C" fn(_: *mut Display, _: c_int),
pub XtSetSelectionParameters: unsafe extern "C" fn(_: Widget, _: c_ulong, _: c_ulong, _: *mut c_void, _: c_ulong, _: c_int),
pub XtSetSelectionTimeout: unsafe extern "C" fn(_: c_ulong),
pub XtSetSensitive: unsafe extern "C" fn(_: Widget, _: c_char),
pub XtSetSubvalues: unsafe extern "C" fn(_: *mut c_void, _: *mut XtResource, _: c_uint, _: *mut Arg, _: c_uint),
pub XtSetTypeConverter: unsafe extern "C" fn(_: *const c_char, _: *const c_char, _: Option<unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_char>, _: XtConvertArgList, _: c_uint, _: c_int, _: Option<unsafe extern "C" fn(_: XtAppContext, _: *mut XrmValue, _: *mut c_void, _: *mut XrmValue, _: *mut c_uint)>),
pub XtSetValues: unsafe extern "C" fn(_: Widget, _: *mut Arg, _: c_uint),
pub XtSetWarningHandler: unsafe extern "C" fn(_: Option<unsafe extern "C" fn(_: *mut c_char)>),
pub XtSetWarningMsgHandler: unsafe extern "C" fn(_: Option<unsafe extern "C" fn(_: *mut c_char, _: *mut c_char, _: *mut c_char, _: *mut c_char, _: *mut *mut c_char, _: *mut c_uint)>),
pub XtSetWMColormapWindows: unsafe extern "C" fn(_: Widget, _: *mut Widget, _: c_uint),
pub XtStringConversionWarning: unsafe extern "C" fn(_: *const c_char, _: *const c_char),
pub XtSuperclass: unsafe extern "C" fn(_: Widget) -> WidgetClass,
pub XtToolkitInitialize: unsafe extern "C" fn(),
pub XtToolkitThreadInitialize: unsafe extern "C" fn() -> c_char,
pub XtTranslateCoords: unsafe extern "C" fn(_: Widget, _: c_short, _: c_short, _: *mut c_short, _: *mut c_short),
pub XtTranslateKey: unsafe extern "C" fn(_: *mut Display, _: c_uchar, _: c_uint, _: *mut c_uint, _: *mut c_ulong),
pub XtTranslateKeycode: unsafe extern "C" fn(_: *mut Display, _: c_uchar, _: c_uint, _: *mut c_uint, _: *mut c_ulong),
pub XtUngrabButton: unsafe extern "C" fn(_: Widget, _: c_uint, _: c_uint),
pub XtUngrabKey: unsafe extern "C" fn(_: Widget, _: c_uchar, _: c_uint),
pub XtUngrabKeyboard: unsafe extern "C" fn(_: Widget, _: c_ulong),
pub XtUngrabPointer: unsafe extern "C" fn(_: Widget, _: c_ulong),
pub XtUninstallTranslations: unsafe extern "C" fn(_: Widget),
pub XtUnmanageChild: unsafe extern "C" fn(_: Widget),
pub XtUnmanageChildren: unsafe extern "C" fn(_: *mut Widget, _: c_uint),
pub XtUnmapWidget: unsafe extern "C" fn(_: Widget),
pub XtUnrealizeWidget: unsafe extern "C" fn(_: Widget),
pub XtUnregisterDrawable: unsafe extern "C" fn(_: *mut Display, _: c_ulong),
pub XtWarning: unsafe extern "C" fn(_: *const c_char),
pub XtWarningMsg: unsafe extern "C" fn(_: *const c_char, _: *const c_char, _: *const c_char, _: *const c_char, _: *mut *mut c_char, _: *mut c_uint),
pub XtWidgetToApplicationContext: unsafe extern "C" fn(_: Widget) -> XtAppContext,
pub XtWindow: unsafe extern "C" fn(_: Widget) -> c_ulong,
pub XtWindowOfObject: unsafe extern "C" fn(_: Widget) -> c_ulong,
pub XtWindowToWidget: unsafe extern "C" fn(_: *mut Display, _: c_ulong) -> Widget,
pub XtAsprintf: unsafe extern "C" fn(_: *mut *mut c_char, _: *const c_char, ...) -> c_uint,
pub XtVaAppCreateShell: unsafe extern "C" fn(_: *const c_char, _: *const c_char, _: WidgetClass, _: *mut Display, ...) -> Widget,
pub XtVaAppInitialize: unsafe extern "C" fn(_: *mut XtAppContext, _: *const c_char, _: XrmOptionDescList, _: c_uint, _: *mut c_int, _: *mut *mut c_char, _: *mut *mut c_char, ...) -> Widget,
pub XtVaCreateArgsList: unsafe extern "C" fn(_: *mut c_void, ...) -> *mut c_void,
pub XtVaCreateManagedWidget: unsafe extern "C" fn(_: *const c_char, _: WidgetClass, _: Widget, ...) -> Widget,
pub XtVaCreatePopupShell: unsafe extern "C" fn(_: *const c_char, _: WidgetClass, _: Widget, ...) -> Widget,
pub XtVaCreateWidget: unsafe extern "C" fn(_: *const c_char, _: WidgetClass, _: Widget, ...) -> Widget,
pub XtVaGetApplicationResources: unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut XtResource, _: c_uint, ...),
pub XtVaGetSubresources: unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *const c_char, _: *const c_char, _: *mut XtResource, _: c_uint, ...),
pub XtVaGetSubvalues: unsafe extern "C" fn(_: *mut c_void, _: *mut XtResource, _: c_uint, ...),
pub XtVaGetValues: unsafe extern "C" fn(_: Widget, ...),
pub XtVaOpenApplication: unsafe extern "C" fn(_: *mut XtAppContext, _: *const c_char, _: XrmOptionDescList, _: c_uint, _: *mut c_int, _: *mut *mut c_char, _: *mut *mut c_char, _: WidgetClass, ...) -> Widget,
pub XtVaSetSubvalues: unsafe extern "C" fn(_: *mut c_void, _: *mut XtResource, _: c_uint, ...),
pub XtVaSetValues: unsafe extern "C" fn(_: Widget, ...),
// some fields omitted
}Fields
XtAddActions: unsafe extern "C" fn(_: *mut XtActionsRec, _: c_uint)XtAddCallback: unsafe extern "C" fn(_: Widget, _: *const c_char, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut c_void)>, _: *mut c_void)XtAddCallbacks: unsafe extern "C" fn(_: Widget, _: *const c_char, _: XtCallbackList)XtAddConverter: unsafe extern "C" fn(_: *const c_char, _: *const c_char, _: Option<unsafe extern "C" fn(_: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue)>, _: XtConvertArgList, _: c_uint)XtAddEventHandler: unsafe extern "C" fn(_: Widget, _: c_ulong, _: c_char, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut XEvent, _: *mut c_char)>, _: *mut c_void)XtAddExposureToRegion: unsafe extern "C" fn(_: *mut XEvent, _: Region)XtAddGrab: unsafe extern "C" fn(_: Widget, _: c_char, _: c_char)XtAddInput: unsafe extern "C" fn(_: c_int, _: *mut c_void, _: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut c_int, _: *mut c_ulong)>, _: *mut c_void) -> c_ulongXtAddRawEventHandler: unsafe extern "C" fn(_: Widget, _: c_ulong, _: c_char, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut XEvent, _: *mut c_char)>, _: *mut c_void)XtAddSignal: unsafe extern "C" fn(_: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut c_ulong)>, _: *mut c_void) -> c_ulongXtAddTimeOut: unsafe extern "C" fn(_: c_ulong, _: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut c_ulong)>, _: *mut c_void) -> c_ulongXtAddWorkProc: unsafe extern "C" fn(_: Option<unsafe extern "C" fn(_: *mut c_void) -> c_char>, _: *mut c_void) -> c_ulongXtAllocateGC: unsafe extern "C" fn(_: Widget, _: c_uint, _: c_ulong, _: *mut XGCValues, _: c_ulong, _: c_ulong) -> GCXtAppAddActionHook: unsafe extern "C" fn(_: XtAppContext, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut c_char, _: *mut XEvent, _: *mut *mut c_char, _: *mut c_uint)>, _: *mut c_void) -> *mut c_voidXtAppAddActions: unsafe extern "C" fn(_: XtAppContext, _: *mut XtActionsRec, _: c_uint)XtAppAddBlockHook: unsafe extern "C" fn(_: XtAppContext, _: Option<unsafe extern "C" fn(_: *mut c_void)>, _: *mut c_void) -> c_ulongXtAppAddConverter: unsafe extern "C" fn(_: XtAppContext, _: *const c_char, _: *const c_char, _: Option<unsafe extern "C" fn(_: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue)>, _: XtConvertArgList, _: c_uint)XtAppAddInput: unsafe extern "C" fn(_: XtAppContext, _: c_int, _: *mut c_void, _: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut c_int, _: *mut c_ulong)>, _: *mut c_void) -> c_ulongXtAppAddSignal: unsafe extern "C" fn(_: XtAppContext, _: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut c_ulong)>, _: *mut c_void) -> c_ulongXtAppAddTimeOut: unsafe extern "C" fn(_: XtAppContext, _: c_ulong, _: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut c_ulong)>, _: *mut c_void) -> c_ulongXtAppAddWorkProc: unsafe extern "C" fn(_: XtAppContext, _: Option<unsafe extern "C" fn(_: *mut c_void) -> c_char>, _: *mut c_void) -> c_ulongXtAppCreateShell: unsafe extern "C" fn(_: *const c_char, _: *const c_char, _: WidgetClass, _: *mut Display, _: *mut Arg, _: c_uint) -> WidgetXtAppError: unsafe extern "C" fn(_: XtAppContext, _: *const c_char)XtAppErrorMsg: unsafe extern "C" fn(_: XtAppContext, _: *const c_char, _: *const c_char, _: *const c_char, _: *const c_char, _: *mut *mut c_char, _: *mut c_uint)XtAppGetErrorDatabase: unsafe extern "C" fn(_: XtAppContext) -> *mut *mut _XrmHashBucketRecXtAppGetErrorDatabaseText: unsafe extern "C" fn(_: XtAppContext, _: *const c_char, _: *const c_char, _: *const c_char, _: *const c_char, _: *mut c_char, _: c_int, _: *mut _XrmHashBucketRec)XtAppGetExitFlag: unsafe extern "C" fn(_: XtAppContext) -> c_charXtAppGetSelectionTimeout: unsafe extern "C" fn(_: XtAppContext) -> c_ulongXtAppInitialize: unsafe extern "C" fn(_: *mut XtAppContext, _: *const c_char, _: XrmOptionDescList, _: c_uint, _: *mut c_int, _: *mut *mut c_char, _: *mut *mut c_char, _: *mut Arg, _: c_uint) -> WidgetXtAppLock: unsafe extern "C" fn(_: XtAppContext)XtAppMainLoop: unsafe extern "C" fn(_: XtAppContext)XtAppNextEvent: unsafe extern "C" fn(_: XtAppContext, _: *mut XEvent)XtAppPeekEvent: unsafe extern "C" fn(_: XtAppContext, _: *mut XEvent) -> c_charXtAppPending: unsafe extern "C" fn(_: XtAppContext) -> c_ulongXtAppProcessEvent: unsafe extern "C" fn(_: XtAppContext, _: c_ulong)XtAppReleaseCacheRefs: unsafe extern "C" fn(_: XtAppContext, _: *mut *mut c_void)XtAppSetErrorHandler: unsafe extern "C" fn(_: XtAppContext, _: Option<unsafe extern "C" fn(_: *mut c_char)>) -> Option<unsafe extern "C" fn(_: *mut c_char)>XtAppSetErrorMsgHandler: unsafe extern "C" fn(_: XtAppContext, _: Option<unsafe extern "C" fn(_: *mut c_char, _: *mut c_char, _: *mut c_char, _: *mut c_char, _: *mut *mut c_char, _: *mut c_uint)>) -> Option<unsafe extern "C" fn(_: *mut c_char, _: *mut c_char, _: *mut c_char, _: *mut c_char, _: *mut *mut c_char, _: *mut c_uint)>XtAppSetExitFlag: unsafe extern "C" fn(_: XtAppContext)XtAppSetFallbackResources: unsafe extern "C" fn(_: XtAppContext, _: *mut *mut c_char)XtAppSetSelectionTimeout: unsafe extern "C" fn(_: XtAppContext, _: c_ulong)XtAppSetTypeConverter: unsafe extern "C" fn(_: XtAppContext, _: *const c_char, _: *const c_char, _: Option<unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_char>, _: XtConvertArgList, _: c_uint, _: c_int, _: Option<unsafe extern "C" fn(_: XtAppContext, _: *mut XrmValue, _: *mut c_void, _: *mut XrmValue, _: *mut c_uint)>)XtAppSetWarningHandler: unsafe extern "C" fn(_: XtAppContext, _: Option<unsafe extern "C" fn(_: *mut c_char)>) -> Option<unsafe extern "C" fn(_: *mut c_char)>XtAppSetWarningMsgHandler: unsafe extern "C" fn(_: XtAppContext, _: Option<unsafe extern "C" fn(_: *mut c_char, _: *mut c_char, _: *mut c_char, _: *mut c_char, _: *mut *mut c_char, _: *mut c_uint)>) -> Option<unsafe extern "C" fn(_: *mut c_char, _: *mut c_char, _: *mut c_char, _: *mut c_char, _: *mut *mut c_char, _: *mut c_uint)>XtAppUnlock: unsafe extern "C" fn(_: XtAppContext)XtAppWarning: unsafe extern "C" fn(_: XtAppContext, _: *const c_char)XtAppWarningMsg: unsafe extern "C" fn(_: XtAppContext, _: *const c_char, _: *const c_char, _: *const c_char, _: *const c_char, _: *mut *mut c_char, _: *mut c_uint)XtAugmentTranslations: unsafe extern "C" fn(_: Widget, _: *mut _TranslationData)XtBuildEventMask: unsafe extern "C" fn(_: Widget) -> c_ulongXtCallAcceptFocus: unsafe extern "C" fn(_: Widget, _: *mut c_ulong) -> c_charXtCallActionProc: unsafe extern "C" fn(_: Widget, _: *const c_char, _: *mut XEvent, _: *mut *mut c_char, _: c_uint)XtCallbackExclusive: unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut c_void)XtCallbackNone: unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut c_void)XtCallbackNonexclusive: unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut c_void)XtCallbackPopdown: unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut c_void)XtCallbackReleaseCacheRef: unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut c_void)XtCallbackReleaseCacheRefList: unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut c_void)XtCallCallbackList: unsafe extern "C" fn(_: Widget, _: XtCallbackList, _: *mut c_void)XtCallCallbacks: unsafe extern "C" fn(_: Widget, _: *const c_char, _: *mut c_void)XtCallConverter: unsafe extern "C" fn(_: *mut Display, _: Option<unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_char>, _: *mut XrmValue, _: c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_charXtCalloc: unsafe extern "C" fn(_: c_uint, _: c_uint) -> *mut c_charXtCancelSelectionRequest: unsafe extern "C" fn(_: Widget, _: c_ulong)XtChangeManagedSet: unsafe extern "C" fn(_: *mut Widget, _: c_uint, _: Option<unsafe extern "C" fn(_: Widget, _: *mut Widget, _: *mut c_uint, _: *mut Widget, _: *mut c_uint, _: *mut c_void)>, _: *mut c_void, _: *mut Widget, _: c_uint)XtClass: unsafe extern "C" fn(_: Widget) -> WidgetClassXtCloseDisplay: unsafe extern "C" fn(_: *mut Display)XtConfigureWidget: unsafe extern "C" fn(_: Widget, _: c_short, _: c_short, _: c_ushort, _: c_ushort, _: c_ushort)XtConvert: unsafe extern "C" fn(_: Widget, _: *const c_char, _: *mut XrmValue, _: *const c_char, _: *mut XrmValue)XtConvertAndStore: unsafe extern "C" fn(_: Widget, _: *const c_char, _: *mut XrmValue, _: *const c_char, _: *mut XrmValue) -> c_charXtConvertCase: unsafe extern "C" fn(_: *mut Display, _: c_ulong, _: *mut c_ulong, _: *mut c_ulong)XtCreateApplicationContext: unsafe extern "C" fn() -> XtAppContextXtCreateApplicationShell: unsafe extern "C" fn(_: *const c_char, _: WidgetClass, _: *mut Arg, _: c_uint) -> WidgetXtCreateManagedWidget: unsafe extern "C" fn(_: *const c_char, _: WidgetClass, _: Widget, _: *mut Arg, _: c_uint) -> WidgetXtCreatePopupShell: unsafe extern "C" fn(_: *const c_char, _: WidgetClass, _: Widget, _: *mut Arg, _: c_uint) -> WidgetXtCreateSelectionRequest: unsafe extern "C" fn(_: Widget, _: c_ulong)XtCreateWidget: unsafe extern "C" fn(_: *const c_char, _: WidgetClass, _: Widget, _: *mut Arg, _: c_uint) -> WidgetXtCreateWindow: unsafe extern "C" fn(_: Widget, _: c_uint, _: *mut Visual, _: c_ulong, _: *mut XSetWindowAttributes)XtCvtColorToPixel: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_charXtCvtIntToBool: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_charXtCvtIntToBoolean: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_charXtCvtIntToColor: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_charXtCvtIntToFloat: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_charXtCvtIntToFont: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_charXtCvtIntToPixel: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_charXtCvtIntToPixmap: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_charXtCvtIntToShort: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_charXtCvtIntToUnsignedChar: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_charXtCvtStringToAcceleratorTable: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_charXtCvtStringToAtom: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_charXtCvtStringToBool: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_charXtCvtStringToBoolean: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_charXtCvtStringToCommandArgArray: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_charXtCvtStringToCursor: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_charXtCvtStringToDimension: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_charXtCvtStringToDirectoryString: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_charXtCvtStringToDisplay: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_charXtCvtStringToFile: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_charXtCvtStringToFloat: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_charXtCvtStringToFont: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_charXtCvtStringToFontSet: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_charXtCvtStringToFontStruct: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_charXtCvtStringToGravity: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_charXtCvtStringToInitialState: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_charXtCvtStringToInt: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_charXtCvtStringToPixel: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_charXtCvtStringToRestartStyle: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_charXtCvtStringToShort: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_charXtCvtStringToTranslationTable: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_charXtCvtStringToUnsignedChar: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_charXtCvtStringToVisual: unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_charXtDatabase: unsafe extern "C" fn(_: *mut Display) -> *mut _XrmHashBucketRecXtDestroyApplicationContext: unsafe extern "C" fn(_: XtAppContext)XtDestroyGC: unsafe extern "C" fn(_: GC)XtDestroyWidget: unsafe extern "C" fn(_: Widget)XtDirectConvert: unsafe extern "C" fn(_: Option<unsafe extern "C" fn(_: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue)>, _: *mut XrmValue, _: c_uint, _: *mut XrmValue, _: *mut XrmValue)XtDisownSelection: unsafe extern "C" fn(_: Widget, _: c_ulong, _: c_ulong)XtDispatchEvent: unsafe extern "C" fn(_: *mut XEvent) -> c_charXtDispatchEventToWidget: unsafe extern "C" fn(_: Widget, _: *mut XEvent) -> c_charXtDisplay: unsafe extern "C" fn(_: Widget) -> *mut DisplayXtDisplayInitialize: unsafe extern "C" fn(_: XtAppContext, _: *mut Display, _: *const c_char, _: *const c_char, _: XrmOptionDescList, _: c_uint, _: *mut c_int, _: *mut *mut c_char)XtDisplayOfObject: unsafe extern "C" fn(_: Widget) -> *mut DisplayXtDisplayStringConversionWarning: unsafe extern "C" fn(_: *mut Display, _: *const c_char, _: *const c_char)XtDisplayToApplicationContext: unsafe extern "C" fn(_: *mut Display) -> XtAppContextXtError: unsafe extern "C" fn(_: *const c_char)XtErrorMsg: unsafe extern "C" fn(_: *const c_char, _: *const c_char, _: *const c_char, _: *const c_char, _: *mut *mut c_char, _: *mut c_uint)XtFindFile: unsafe extern "C" fn(_: *const c_char, _: Substitution, _: c_uint, _: Option<unsafe extern "C" fn(_: *mut c_char) -> c_char>) -> *mut c_charXtFree: unsafe extern "C" fn(_: *mut c_char)XtGetActionKeysym: unsafe extern "C" fn(_: *mut XEvent, _: *mut c_uint) -> c_ulongXtGetActionList: unsafe extern "C" fn(_: WidgetClass, _: *mut *mut XtActionsRec, _: *mut c_uint)XtGetApplicationNameAndClass: unsafe extern "C" fn(_: *mut Display, _: *mut *mut c_char, _: *mut *mut c_char)XtGetApplicationResources: unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut XtResource, _: c_uint, _: *mut Arg, _: c_uint)XtGetClassExtension: unsafe extern "C" fn(_: WidgetClass, _: c_uint, _: c_int, _: c_long, _: c_uint) -> *mut c_voidXtGetConstraintResourceList: unsafe extern "C" fn(_: WidgetClass, _: *mut *mut XtResource, _: *mut c_uint)XtGetDisplays: unsafe extern "C" fn(_: XtAppContext, _: *mut *mut *mut Display, _: *mut c_uint)XtGetErrorDatabase: unsafe extern "C" fn() -> *mut *mut _XrmHashBucketRecXtGetErrorDatabaseText: unsafe extern "C" fn(_: *const c_char, _: *const c_char, _: *const c_char, _: *const c_char, _: *mut c_char, _: c_int)XtGetGC: unsafe extern "C" fn(_: Widget, _: c_ulong, _: *mut XGCValues) -> GCXtGetKeyboardFocusWidget: unsafe extern "C" fn(_: Widget) -> WidgetXtGetKeysymTable: unsafe extern "C" fn(_: *mut Display, _: *mut c_uchar, _: *mut c_int) -> *mut c_ulongXtGetMultiClickTime: unsafe extern "C" fn(_: *mut Display) -> c_intXtGetResourceList: unsafe extern "C" fn(_: WidgetClass, _: *mut *mut XtResource, _: *mut c_uint)XtGetSelectionParameters: unsafe extern "C" fn(_: Widget, _: c_ulong, _: *mut c_void, _: *mut c_ulong, _: *mut *mut c_void, _: *mut c_ulong, _: *mut c_int)XtGetSelectionRequest: unsafe extern "C" fn(_: Widget, _: c_ulong, _: *mut c_void) -> *mut XSelectionRequestEventXtGetSelectionTimeout: unsafe extern "C" fn() -> c_ulongXtGetSelectionValue: unsafe extern "C" fn(_: Widget, _: c_ulong, _: c_ulong, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut c_ulong, _: *mut c_ulong, _: *mut c_void, _: *mut c_ulong, _: *mut c_int)>, _: *mut c_void, _: c_ulong)XtGetSelectionValueIncremental: unsafe extern "C" fn(_: Widget, _: c_ulong, _: c_ulong, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut c_ulong, _: *mut c_ulong, _: *mut c_void, _: *mut c_ulong, _: *mut c_int)>, _: *mut c_void, _: c_ulong)XtGetSelectionValues: unsafe extern "C" fn(_: Widget, _: c_ulong, _: *mut c_ulong, _: c_int, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut c_ulong, _: *mut c_ulong, _: *mut c_void, _: *mut c_ulong, _: *mut c_int)>, _: *mut *mut c_void, _: c_ulong)XtGetSelectionValuesIncremental: unsafe extern "C" fn(_: Widget, _: c_ulong, _: *mut c_ulong, _: c_int, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut c_ulong, _: *mut c_ulong, _: *mut c_void, _: *mut c_ulong, _: *mut c_int)>, _: *mut *mut c_void, _: c_ulong)XtGetSubresources: unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *const c_char, _: *const c_char, _: *mut XtResource, _: c_uint, _: *mut Arg, _: c_uint)XtGetSubvalues: unsafe extern "C" fn(_: *mut c_void, _: *mut XtResource, _: c_uint, _: *mut Arg, _: c_uint)XtGetValues: unsafe extern "C" fn(_: Widget, _: *mut Arg, _: c_uint)XtGrabButton: unsafe extern "C" fn(_: Widget, _: c_int, _: c_uint, _: c_char, _: c_uint, _: c_int, _: c_int, _: c_ulong, _: c_ulong)XtGrabKey: unsafe extern "C" fn(_: Widget, _: c_uchar, _: c_uint, _: c_char, _: c_int, _: c_int)XtGrabKeyboard: unsafe extern "C" fn(_: Widget, _: c_char, _: c_int, _: c_int, _: c_ulong) -> c_intXtGrabPointer: unsafe extern "C" fn(_: Widget, _: c_char, _: c_uint, _: c_int, _: c_int, _: c_ulong, _: c_ulong, _: c_ulong) -> c_intXtHasCallbacks: unsafe extern "C" fn(_: Widget, _: *const c_char) -> XtCallbackStatusXtHooksOfDisplay: unsafe extern "C" fn(_: *mut Display) -> WidgetXtInitialize: unsafe extern "C" fn(_: *const c_char, _: *const c_char, _: XrmOptionDescList, _: c_uint, _: *mut c_int, _: *mut *mut c_char) -> WidgetXtInitializeWidgetClass: unsafe extern "C" fn(_: WidgetClass)XtInsertEventHandler: unsafe extern "C" fn(_: Widget, _: c_ulong, _: c_char, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut XEvent, _: *mut c_char)>, _: *mut c_void, _: XtListPosition)XtInsertEventTypeHandler: unsafe extern "C" fn(_: Widget, _: c_int, _: *mut c_void, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut XEvent, _: *mut c_char)>, _: *mut c_void, _: XtListPosition)XtInsertRawEventHandler: unsafe extern "C" fn(_: Widget, _: c_ulong, _: c_char, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut XEvent, _: *mut c_char)>, _: *mut c_void, _: XtListPosition)XtInstallAccelerators: unsafe extern "C" fn(_: Widget, _: Widget)XtInstallAllAccelerators: unsafe extern "C" fn(_: Widget, _: Widget)XtIsApplicationShell: unsafe extern "C" fn(_: Widget) -> c_charXtIsComposite: unsafe extern "C" fn(_: Widget) -> c_charXtIsConstraint: unsafe extern "C" fn(_: Widget) -> c_charXtIsManaged: unsafe extern "C" fn(_: Widget) -> c_charXtIsObject: unsafe extern "C" fn(_: Widget) -> c_charXtIsOverrideShell: unsafe extern "C" fn(_: Widget) -> c_charXtIsRealized: unsafe extern "C" fn(_: Widget) -> c_charXtIsRectObj: unsafe extern "C" fn(_: Widget) -> c_charXtIsSensitive: unsafe extern "C" fn(_: Widget) -> c_charXtIsSessionShell: unsafe extern "C" fn(_: Widget) -> c_charXtIsShell: unsafe extern "C" fn(_: Widget) -> c_charXtIsSubclass: unsafe extern "C" fn(_: Widget, _: WidgetClass) -> c_charXtIsTopLevelShell: unsafe extern "C" fn(_: Widget) -> c_charXtIsTransientShell: unsafe extern "C" fn(_: Widget) -> c_charXtIsVendorShell: unsafe extern "C" fn(_: Widget) -> c_charXtIsWidget: unsafe extern "C" fn(_: Widget) -> c_charXtIsWMShell: unsafe extern "C" fn(_: Widget) -> c_charXtKeysymToKeycodeList: unsafe extern "C" fn(_: *mut Display, _: c_ulong, _: *mut *mut c_uchar, _: *mut c_uint)XtLastEventProcessed: unsafe extern "C" fn(_: *mut Display) -> *mut XEventXtLastTimestampProcessed: unsafe extern "C" fn(_: *mut Display) -> c_ulongXtMainLoop: unsafe extern "C" fn()XtMakeGeometryRequest: unsafe extern "C" fn(_: Widget, _: *mut XtWidgetGeometry, _: *mut XtWidgetGeometry) -> XtGeometryResultXtMakeResizeRequest: unsafe extern "C" fn(_: Widget, _: c_ushort, _: c_ushort, _: *mut c_ushort, _: *mut c_ushort) -> XtGeometryResultXtMalloc: unsafe extern "C" fn(_: c_uint) -> *mut c_charXtManageChild: unsafe extern "C" fn(_: Widget)XtManageChildren: unsafe extern "C" fn(_: *mut Widget, _: c_uint)XtMapWidget: unsafe extern "C" fn(_: Widget)XtMenuPopupAction: unsafe extern "C" fn(_: Widget, _: *mut XEvent, _: *mut *mut c_char, _: *mut c_uint)XtMergeArgLists: unsafe extern "C" fn(_: *mut Arg, _: c_uint, _: *mut Arg, _: c_uint) -> *mut ArgXtMoveWidget: unsafe extern "C" fn(_: Widget, _: c_short, _: c_short)XtName: unsafe extern "C" fn(_: Widget) -> *mut c_charXtNameToWidget: unsafe extern "C" fn(_: Widget, _: *const c_char) -> WidgetXtNewString: unsafe extern "C" fn(_: *mut c_char) -> *mut c_charXtNextEvent: unsafe extern "C" fn(_: *mut XEvent)XtNoticeSignal: unsafe extern "C" fn(_: c_ulong)XtOpenApplication: unsafe extern "C" fn(_: *mut XtAppContext, _: *const c_char, _: XrmOptionDescList, _: c_uint, _: *mut c_int, _: *mut *mut c_char, _: *mut *mut c_char, _: WidgetClass, _: *mut Arg, _: c_uint) -> WidgetXtOpenDisplay: unsafe extern "C" fn(_: XtAppContext, _: *const c_char, _: *const c_char, _: *const c_char, _: XrmOptionDescList, _: c_uint, _: *mut c_int, _: *mut *mut c_char) -> *mut DisplayXtOverrideTranslations: unsafe extern "C" fn(_: Widget, _: *mut _TranslationData)XtOwnSelection: unsafe extern "C" fn(_: Widget, _: c_ulong, _: c_ulong, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_ulong, _: *mut c_ulong, _: *mut c_ulong, _: *mut *mut c_void, _: *mut c_ulong, _: *mut c_int) -> c_char>, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_ulong)>, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_ulong, _: *mut c_ulong)>) -> c_charXtOwnSelectionIncremental: unsafe extern "C" fn(_: Widget, _: c_ulong, _: c_ulong, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_ulong, _: *mut c_ulong, _: *mut c_ulong, _: *mut *mut c_void, _: *mut c_ulong, _: *mut c_int, _: *mut c_ulong, _: *mut c_void, _: *mut *mut c_void) -> c_char>, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_ulong, _: *mut c_void)>, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_ulong, _: *mut c_ulong, _: *mut *mut c_void, _: *mut c_void)>, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_ulong, _: *mut c_ulong, _: *mut *mut c_void, _: *mut c_void)>, _: *mut c_void) -> c_charXtParent: unsafe extern "C" fn(_: Widget) -> WidgetXtParseAcceleratorTable: unsafe extern "C" fn(_: *const c_char) -> *mut _TranslationDataXtParseTranslationTable: unsafe extern "C" fn(_: *const c_char) -> *mut _TranslationDataXtPeekEvent: unsafe extern "C" fn(_: *mut XEvent) -> c_charXtPending: unsafe extern "C" fn() -> c_charXtPopdown: unsafe extern "C" fn(_: Widget)XtPopup: unsafe extern "C" fn(_: Widget, _: XtGrabKind)XtPopupSpringLoaded: unsafe extern "C" fn(_: Widget)XtProcessEvent: unsafe extern "C" fn(_: c_ulong)XtProcessLock: unsafe extern "C" fn()XtProcessUnlock: unsafe extern "C" fn()XtQueryGeometry: unsafe extern "C" fn(_: Widget, _: *mut XtWidgetGeometry, _: *mut XtWidgetGeometry) -> XtGeometryResultXtRealizeWidget: unsafe extern "C" fn(_: Widget)XtRealloc: unsafe extern "C" fn(_: *mut c_char, _: c_uint) -> *mut c_charXtRegisterCaseConverter: unsafe extern "C" fn(_: *mut Display, _: Option<unsafe extern "C" fn(_: *mut Display, _: c_ulong, _: *mut c_ulong, _: *mut c_ulong)>, _: c_ulong, _: c_ulong)XtRegisterDrawable: unsafe extern "C" fn(_: *mut Display, _: c_ulong, _: Widget)XtRegisterExtensionSelector: unsafe extern "C" fn(_: *mut Display, _: c_int, _: c_int, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_int, _: *mut *mut c_void, _: c_int, _: *mut c_void)>, _: *mut c_void)XtRegisterGrabAction: unsafe extern "C" fn(_: Option<unsafe extern "C" fn(_: Widget, _: *mut XEvent, _: *mut *mut c_char, _: *mut c_uint)>, _: c_char, _: c_uint, _: c_int, _: c_int)XtReleaseGC: unsafe extern "C" fn(_: Widget, _: GC)XtReleasePropertyAtom: unsafe extern "C" fn(_: Widget, _: c_ulong)XtRemoveActionHook: unsafe extern "C" fn(_: *mut c_void)XtRemoveAllCallbacks: unsafe extern "C" fn(_: Widget, _: *const c_char)XtRemoveBlockHook: unsafe extern "C" fn(_: c_ulong)XtRemoveCallback: unsafe extern "C" fn(_: Widget, _: *const c_char, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut c_void)>, _: *mut c_void)XtRemoveCallbacks: unsafe extern "C" fn(_: Widget, _: *const c_char, _: XtCallbackList)XtRemoveEventHandler: unsafe extern "C" fn(_: Widget, _: c_ulong, _: c_char, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut XEvent, _: *mut c_char)>, _: *mut c_void)XtRemoveEventTypeHandler: unsafe extern "C" fn(_: Widget, _: c_int, _: *mut c_void, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut XEvent, _: *mut c_char)>, _: *mut c_void)XtRemoveGrab: unsafe extern "C" fn(_: Widget)XtRemoveInput: unsafe extern "C" fn(_: c_ulong)XtRemoveRawEventHandler: unsafe extern "C" fn(_: Widget, _: c_ulong, _: c_char, _: Option<unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut XEvent, _: *mut c_char)>, _: *mut c_void)XtRemoveSignal: unsafe extern "C" fn(_: c_ulong)XtRemoveTimeOut: unsafe extern "C" fn(_: c_ulong)XtRemoveWorkProc: unsafe extern "C" fn(_: c_ulong)XtReservePropertyAtom: unsafe extern "C" fn(_: Widget) -> c_ulongXtResizeWidget: unsafe extern "C" fn(_: Widget, _: c_ushort, _: c_ushort, _: c_ushort)XtResizeWindow: unsafe extern "C" fn(_: Widget)XtResolvePathname: unsafe extern "C" fn(_: *mut Display, _: *const c_char, _: *const c_char, _: *const c_char, _: *const c_char, _: Substitution, _: c_uint, _: Option<unsafe extern "C" fn(_: *mut c_char) -> c_char>) -> *mut c_charXtScreen: unsafe extern "C" fn(_: Widget) -> *mut ScreenXtScreenDatabase: unsafe extern "C" fn(_: *mut Screen) -> *mut _XrmHashBucketRecXtScreenOfObject: unsafe extern "C" fn(_: Widget) -> *mut ScreenXtSendSelectionRequest: unsafe extern "C" fn(_: Widget, _: c_ulong, _: c_ulong)XtSessionGetToken: unsafe extern "C" fn(_: Widget) -> XtCheckpointTokenXtSessionReturnToken: unsafe extern "C" fn(_: XtCheckpointToken)XtSetErrorHandler: unsafe extern "C" fn(_: Option<unsafe extern "C" fn(_: *mut c_char)>)XtSetErrorMsgHandler: unsafe extern "C" fn(_: Option<unsafe extern "C" fn(_: *mut c_char, _: *mut c_char, _: *mut c_char, _: *mut c_char, _: *mut *mut c_char, _: *mut c_uint)>)XtSetEventDispatcher: unsafe extern "C" fn(_: *mut Display, _: c_int, _: Option<unsafe extern "C" fn(_: *mut XEvent) -> c_char>) -> Option<unsafe extern "C" fn(_: *mut XEvent) -> c_char>XtSetKeyboardFocus: unsafe extern "C" fn(_: Widget, _: Widget)XtSetKeyTranslator: unsafe extern "C" fn(_: *mut Display, _: Option<unsafe extern "C" fn(_: *mut Display, _: c_uchar, _: c_uint, _: *mut c_uint, _: *mut c_ulong)>)XtSetLanguageProc: unsafe extern "C" fn(_: XtAppContext, _: Option<unsafe extern "C" fn(_: *mut Display, _: *mut c_char, _: *mut c_void) -> *mut c_char>, _: *mut c_void) -> Option<unsafe extern "C" fn(_: *mut Display, _: *mut c_char, _: *mut c_void) -> *mut c_char>XtSetMappedWhenManaged: unsafe extern "C" fn(_: Widget, _: c_char)XtSetMultiClickTime: unsafe extern "C" fn(_: *mut Display, _: c_int)XtSetSelectionParameters: unsafe extern "C" fn(_: Widget, _: c_ulong, _: c_ulong, _: *mut c_void, _: c_ulong, _: c_int)XtSetSelectionTimeout: unsafe extern "C" fn(_: c_ulong)XtSetSensitive: unsafe extern "C" fn(_: Widget, _: c_char)XtSetSubvalues: unsafe extern "C" fn(_: *mut c_void, _: *mut XtResource, _: c_uint, _: *mut Arg, _: c_uint)XtSetTypeConverter: unsafe extern "C" fn(_: *const c_char, _: *const c_char, _: Option<unsafe extern "C" fn(_: *mut Display, _: *mut XrmValue, _: *mut c_uint, _: *mut XrmValue, _: *mut XrmValue, _: *mut *mut c_void) -> c_char>, _: XtConvertArgList, _: c_uint, _: c_int, _: Option<unsafe extern "C" fn(_: XtAppContext, _: *mut XrmValue, _: *mut c_void, _: *mut XrmValue, _: *mut c_uint)>)XtSetValues: unsafe extern "C" fn(_: Widget, _: *mut Arg, _: c_uint)XtSetWarningHandler: unsafe extern "C" fn(_: Option<unsafe extern "C" fn(_: *mut c_char)>)XtSetWarningMsgHandler: unsafe extern "C" fn(_: Option<unsafe extern "C" fn(_: *mut c_char, _: *mut c_char, _: *mut c_char, _: *mut c_char, _: *mut *mut c_char, _: *mut c_uint)>)XtSetWMColormapWindows: unsafe extern "C" fn(_: Widget, _: *mut Widget, _: c_uint)XtStringConversionWarning: unsafe extern "C" fn(_: *const c_char, _: *const c_char)XtSuperclass: unsafe extern "C" fn(_: Widget) -> WidgetClassXtToolkitInitialize: unsafe extern "C" fn()XtToolkitThreadInitialize: unsafe extern "C" fn() -> c_charXtTranslateCoords: unsafe extern "C" fn(_: Widget, _: c_short, _: c_short, _: *mut c_short, _: *mut c_short)XtTranslateKey: unsafe extern "C" fn(_: *mut Display, _: c_uchar, _: c_uint, _: *mut c_uint, _: *mut c_ulong)XtTranslateKeycode: unsafe extern "C" fn(_: *mut Display, _: c_uchar, _: c_uint, _: *mut c_uint, _: *mut c_ulong)XtUngrabButton: unsafe extern "C" fn(_: Widget, _: c_uint, _: c_uint)XtUngrabKey: unsafe extern "C" fn(_: Widget, _: c_uchar, _: c_uint)XtUngrabKeyboard: unsafe extern "C" fn(_: Widget, _: c_ulong)XtUngrabPointer: unsafe extern "C" fn(_: Widget, _: c_ulong)XtUninstallTranslations: unsafe extern "C" fn(_: Widget)XtUnmanageChild: unsafe extern "C" fn(_: Widget)XtUnmanageChildren: unsafe extern "C" fn(_: *mut Widget, _: c_uint)XtUnmapWidget: unsafe extern "C" fn(_: Widget)XtUnrealizeWidget: unsafe extern "C" fn(_: Widget)XtUnregisterDrawable: unsafe extern "C" fn(_: *mut Display, _: c_ulong)XtWarning: unsafe extern "C" fn(_: *const c_char)XtWarningMsg: unsafe extern "C" fn(_: *const c_char, _: *const c_char, _: *const c_char, _: *const c_char, _: *mut *mut c_char, _: *mut c_uint)XtWidgetToApplicationContext: unsafe extern "C" fn(_: Widget) -> XtAppContextXtWindow: unsafe extern "C" fn(_: Widget) -> c_ulongXtWindowOfObject: unsafe extern "C" fn(_: Widget) -> c_ulongXtWindowToWidget: unsafe extern "C" fn(_: *mut Display, _: c_ulong) -> WidgetXtAsprintf: unsafe extern "C" fn(_: *mut *mut c_char, _: *const c_char, ...) -> c_uintXtVaAppCreateShell: unsafe extern "C" fn(_: *const c_char, _: *const c_char, _: WidgetClass, _: *mut Display, ...) -> WidgetXtVaAppInitialize: unsafe extern "C" fn(_: *mut XtAppContext, _: *const c_char, _: XrmOptionDescList, _: c_uint, _: *mut c_int, _: *mut *mut c_char, _: *mut *mut c_char, ...) -> WidgetXtVaCreateArgsList: unsafe extern "C" fn(_: *mut c_void, ...) -> *mut c_voidXtVaCreateManagedWidget: unsafe extern "C" fn(_: *const c_char, _: WidgetClass, _: Widget, ...) -> WidgetXtVaCreatePopupShell: unsafe extern "C" fn(_: *const c_char, _: WidgetClass, _: Widget, ...) -> WidgetXtVaCreateWidget: unsafe extern "C" fn(_: *const c_char, _: WidgetClass, _: Widget, ...) -> WidgetXtVaGetApplicationResources: unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *mut XtResource, _: c_uint, ...)XtVaGetSubresources: unsafe extern "C" fn(_: Widget, _: *mut c_void, _: *const c_char, _: *const c_char, _: *mut XtResource, _: c_uint, ...)XtVaGetSubvalues: unsafe extern "C" fn(_: *mut c_void, _: *mut XtResource, _: c_uint, ...)XtVaGetValues: unsafe extern "C" fn(_: Widget, ...)XtVaOpenApplication: unsafe extern "C" fn(_: *mut XtAppContext, _: *const c_char, _: XrmOptionDescList, _: c_uint, _: *mut c_int, _: *mut *mut c_char, _: *mut *mut c_char, _: WidgetClass, ...) -> WidgetXtVaSetSubvalues: unsafe extern "C" fn(_: *mut c_void, _: *mut XtResource, _: c_uint, ...)XtVaSetValues: unsafe extern "C" fn(_: Widget, ...)Implementations
impl Xt[src]
Trait Implementations
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,