Struct Xt

Source
pub struct Xt {
Show 300 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, ...), /* private fields */
}

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_ulong§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)§XtAddSignal: unsafe extern "C" fn(Option<unsafe extern "C" fn(*mut c_void, *mut c_ulong)>, *mut c_void) -> c_ulong§XtAddTimeOut: unsafe extern "C" fn(c_ulong, Option<unsafe extern "C" fn(*mut c_void, *mut c_ulong)>, *mut c_void) -> c_ulong§XtAddWorkProc: unsafe extern "C" fn(Option<unsafe extern "C" fn(*mut c_void) -> c_char>, *mut c_void) -> c_ulong§XtAllocateGC: unsafe extern "C" fn(Widget, c_uint, c_ulong, *mut XGCValues, c_ulong, c_ulong) -> GC§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§XtAppAddActions: 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_ulong§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)§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§XtAppAddSignal: unsafe extern "C" fn(XtAppContext, Option<unsafe extern "C" fn(*mut c_void, *mut c_ulong)>, *mut c_void) -> c_ulong§XtAppAddTimeOut: unsafe extern "C" fn(XtAppContext, c_ulong, Option<unsafe extern "C" fn(*mut c_void, *mut c_ulong)>, *mut c_void) -> c_ulong§XtAppAddWorkProc: unsafe extern "C" fn(XtAppContext, Option<unsafe extern "C" fn(*mut c_void) -> c_char>, *mut c_void) -> c_ulong§XtAppCreateShell: unsafe extern "C" fn(*const c_char, *const c_char, WidgetClass, *mut Display, *mut Arg, c_uint) -> Widget§XtAppError: 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 _XrmHashBucketRec§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)§XtAppGetExitFlag: unsafe extern "C" fn(XtAppContext) -> c_char§XtAppGetSelectionTimeout: unsafe extern "C" fn(XtAppContext) -> c_ulong§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§XtAppLock: 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_char§XtAppPending: unsafe extern "C" fn(XtAppContext) -> c_ulong§XtAppProcessEvent: 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_ulong§XtCallAcceptFocus: unsafe extern "C" fn(Widget, *mut c_ulong) -> c_char§XtCallActionProc: 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_char§XtCalloc: unsafe extern "C" fn(c_uint, c_uint) -> *mut c_char§XtCancelSelectionRequest: 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) -> WidgetClass§XtCloseDisplay: 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_char§XtConvertCase: unsafe extern "C" fn(*mut Display, c_ulong, *mut c_ulong, *mut c_ulong)§XtCreateApplicationContext: unsafe extern "C" fn() -> XtAppContext§XtCreateApplicationShell: unsafe extern "C" fn(*const c_char, WidgetClass, *mut Arg, c_uint) -> Widget§XtCreateManagedWidget: unsafe extern "C" fn(*const c_char, WidgetClass, Widget, *mut Arg, c_uint) -> Widget§XtCreatePopupShell: unsafe extern "C" fn(*const c_char, WidgetClass, Widget, *mut Arg, c_uint) -> Widget§XtCreateSelectionRequest: unsafe extern "C" fn(Widget, c_ulong)§XtCreateWidget: unsafe extern "C" fn(*const c_char, WidgetClass, Widget, *mut Arg, c_uint) -> Widget§XtCreateWindow: 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_char§XtCvtIntToBool: unsafe extern "C" fn(*mut Display, *mut XrmValue, *mut c_uint, *mut XrmValue, *mut XrmValue, *mut *mut c_void) -> c_char§XtCvtIntToBoolean: unsafe extern "C" fn(*mut Display, *mut XrmValue, *mut c_uint, *mut XrmValue, *mut XrmValue, *mut *mut c_void) -> c_char§XtCvtIntToColor: unsafe extern "C" fn(*mut Display, *mut XrmValue, *mut c_uint, *mut XrmValue, *mut XrmValue, *mut *mut c_void) -> c_char§XtCvtIntToFloat: unsafe extern "C" fn(*mut Display, *mut XrmValue, *mut c_uint, *mut XrmValue, *mut XrmValue, *mut *mut c_void) -> c_char§XtCvtIntToFont: unsafe extern "C" fn(*mut Display, *mut XrmValue, *mut c_uint, *mut XrmValue, *mut XrmValue, *mut *mut c_void) -> c_char§XtCvtIntToPixel: unsafe extern "C" fn(*mut Display, *mut XrmValue, *mut c_uint, *mut XrmValue, *mut XrmValue, *mut *mut c_void) -> c_char§XtCvtIntToPixmap: unsafe extern "C" fn(*mut Display, *mut XrmValue, *mut c_uint, *mut XrmValue, *mut XrmValue, *mut *mut c_void) -> c_char§XtCvtIntToShort: unsafe extern "C" fn(*mut Display, *mut XrmValue, *mut c_uint, *mut XrmValue, *mut XrmValue, *mut *mut c_void) -> c_char§XtCvtIntToUnsignedChar: unsafe extern "C" fn(*mut Display, *mut XrmValue, *mut c_uint, *mut XrmValue, *mut XrmValue, *mut *mut c_void) -> c_char§XtCvtStringToAcceleratorTable: unsafe extern "C" fn(*mut Display, *mut XrmValue, *mut c_uint, *mut XrmValue, *mut XrmValue, *mut *mut c_void) -> c_char§XtCvtStringToAtom: unsafe extern "C" fn(*mut Display, *mut XrmValue, *mut c_uint, *mut XrmValue, *mut XrmValue, *mut *mut c_void) -> c_char§XtCvtStringToBool: unsafe extern "C" fn(*mut Display, *mut XrmValue, *mut c_uint, *mut XrmValue, *mut XrmValue, *mut *mut c_void) -> c_char§XtCvtStringToBoolean: unsafe extern "C" fn(*mut Display, *mut XrmValue, *mut c_uint, *mut XrmValue, *mut XrmValue, *mut *mut c_void) -> c_char§XtCvtStringToCommandArgArray: unsafe extern "C" fn(*mut Display, *mut XrmValue, *mut c_uint, *mut XrmValue, *mut XrmValue, *mut *mut c_void) -> c_char§XtCvtStringToCursor: unsafe extern "C" fn(*mut Display, *mut XrmValue, *mut c_uint, *mut XrmValue, *mut XrmValue, *mut *mut c_void) -> c_char§XtCvtStringToDimension: unsafe extern "C" fn(*mut Display, *mut XrmValue, *mut c_uint, *mut XrmValue, *mut XrmValue, *mut *mut c_void) -> c_char§XtCvtStringToDirectoryString: unsafe extern "C" fn(*mut Display, *mut XrmValue, *mut c_uint, *mut XrmValue, *mut XrmValue, *mut *mut c_void) -> c_char§XtCvtStringToDisplay: unsafe extern "C" fn(*mut Display, *mut XrmValue, *mut c_uint, *mut XrmValue, *mut XrmValue, *mut *mut c_void) -> c_char§XtCvtStringToFile: unsafe extern "C" fn(*mut Display, *mut XrmValue, *mut c_uint, *mut XrmValue, *mut XrmValue, *mut *mut c_void) -> c_char§XtCvtStringToFloat: unsafe extern "C" fn(*mut Display, *mut XrmValue, *mut c_uint, *mut XrmValue, *mut XrmValue, *mut *mut c_void) -> c_char§XtCvtStringToFont: unsafe extern "C" fn(*mut Display, *mut XrmValue, *mut c_uint, *mut XrmValue, *mut XrmValue, *mut *mut c_void) -> c_char§XtCvtStringToFontSet: unsafe extern "C" fn(*mut Display, *mut XrmValue, *mut c_uint, *mut XrmValue, *mut XrmValue, *mut *mut c_void) -> c_char§XtCvtStringToFontStruct: unsafe extern "C" fn(*mut Display, *mut XrmValue, *mut c_uint, *mut XrmValue, *mut XrmValue, *mut *mut c_void) -> c_char§XtCvtStringToGravity: unsafe extern "C" fn(*mut Display, *mut XrmValue, *mut c_uint, *mut XrmValue, *mut XrmValue, *mut *mut c_void) -> c_char§XtCvtStringToInitialState: unsafe extern "C" fn(*mut Display, *mut XrmValue, *mut c_uint, *mut XrmValue, *mut XrmValue, *mut *mut c_void) -> c_char§XtCvtStringToInt: unsafe extern "C" fn(*mut Display, *mut XrmValue, *mut c_uint, *mut XrmValue, *mut XrmValue, *mut *mut c_void) -> c_char§XtCvtStringToPixel: unsafe extern "C" fn(*mut Display, *mut XrmValue, *mut c_uint, *mut XrmValue, *mut XrmValue, *mut *mut c_void) -> c_char§XtCvtStringToRestartStyle: unsafe extern "C" fn(*mut Display, *mut XrmValue, *mut c_uint, *mut XrmValue, *mut XrmValue, *mut *mut c_void) -> c_char§XtCvtStringToShort: unsafe extern "C" fn(*mut Display, *mut XrmValue, *mut c_uint, *mut XrmValue, *mut XrmValue, *mut *mut c_void) -> c_char§XtCvtStringToTranslationTable: unsafe extern "C" fn(*mut Display, *mut XrmValue, *mut c_uint, *mut XrmValue, *mut XrmValue, *mut *mut c_void) -> c_char§XtCvtStringToUnsignedChar: unsafe extern "C" fn(*mut Display, *mut XrmValue, *mut c_uint, *mut XrmValue, *mut XrmValue, *mut *mut c_void) -> c_char§XtCvtStringToVisual: unsafe extern "C" fn(*mut Display, *mut XrmValue, *mut c_uint, *mut XrmValue, *mut XrmValue, *mut *mut c_void) -> c_char§XtDatabase: unsafe extern "C" fn(*mut Display) -> *mut _XrmHashBucketRec§XtDestroyApplicationContext: 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_char§XtDispatchEventToWidget: unsafe extern "C" fn(Widget, *mut XEvent) -> c_char§XtDisplay: unsafe extern "C" fn(Widget) -> *mut Display§XtDisplayInitialize: 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 Display§XtDisplayStringConversionWarning: unsafe extern "C" fn(*mut Display, *const c_char, *const c_char)§XtDisplayToApplicationContext: unsafe extern "C" fn(*mut Display) -> XtAppContext§XtError: 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_char§XtFree: unsafe extern "C" fn(*mut c_char)§XtGetActionKeysym: unsafe extern "C" fn(*mut XEvent, *mut c_uint) -> c_ulong§XtGetActionList: 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_void§XtGetConstraintResourceList: 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 _XrmHashBucketRec§XtGetErrorDatabaseText: 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) -> GC§XtGetKeyboardFocusWidget: unsafe extern "C" fn(Widget) -> Widget§XtGetKeysymTable: unsafe extern "C" fn(*mut Display, *mut c_uchar, *mut c_int) -> *mut c_ulong§XtGetMultiClickTime: unsafe extern "C" fn(*mut Display) -> c_int§XtGetResourceList: 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 XSelectionRequestEvent§XtGetSelectionTimeout: unsafe extern "C" fn() -> c_ulong§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)§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_int§XtGrabPointer: unsafe extern "C" fn(Widget, c_char, c_uint, c_int, c_int, c_ulong, c_ulong, c_ulong) -> c_int§XtHasCallbacks: unsafe extern "C" fn(Widget, *const c_char) -> XtCallbackStatus§XtHooksOfDisplay: unsafe extern "C" fn(*mut Display) -> Widget§XtInitialize: unsafe extern "C" fn(*const c_char, *const c_char, XrmOptionDescList, c_uint, *mut c_int, *mut *mut c_char) -> Widget§XtInitializeWidgetClass: 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_char§XtIsComposite: unsafe extern "C" fn(Widget) -> c_char§XtIsConstraint: unsafe extern "C" fn(Widget) -> c_char§XtIsManaged: unsafe extern "C" fn(Widget) -> c_char§XtIsObject: unsafe extern "C" fn(Widget) -> c_char§XtIsOverrideShell: unsafe extern "C" fn(Widget) -> c_char§XtIsRealized: unsafe extern "C" fn(Widget) -> c_char§XtIsRectObj: unsafe extern "C" fn(Widget) -> c_char§XtIsSensitive: unsafe extern "C" fn(Widget) -> c_char§XtIsSessionShell: unsafe extern "C" fn(Widget) -> c_char§XtIsShell: unsafe extern "C" fn(Widget) -> c_char§XtIsSubclass: unsafe extern "C" fn(Widget, WidgetClass) -> c_char§XtIsTopLevelShell: unsafe extern "C" fn(Widget) -> c_char§XtIsTransientShell: unsafe extern "C" fn(Widget) -> c_char§XtIsVendorShell: unsafe extern "C" fn(Widget) -> c_char§XtIsWidget: unsafe extern "C" fn(Widget) -> c_char§XtIsWMShell: unsafe extern "C" fn(Widget) -> c_char§XtKeysymToKeycodeList: unsafe extern "C" fn(*mut Display, c_ulong, *mut *mut c_uchar, *mut c_uint)§XtLastEventProcessed: unsafe extern "C" fn(*mut Display) -> *mut XEvent§XtLastTimestampProcessed: unsafe extern "C" fn(*mut Display) -> c_ulong§XtMainLoop: unsafe extern "C" fn()§XtMakeGeometryRequest: unsafe extern "C" fn(Widget, *mut XtWidgetGeometry, *mut XtWidgetGeometry) -> XtGeometryResult§XtMakeResizeRequest: unsafe extern "C" fn(Widget, c_ushort, c_ushort, *mut c_ushort, *mut c_ushort) -> XtGeometryResult§XtMalloc: unsafe extern "C" fn(c_uint) -> *mut c_char§XtManageChild: 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 Arg§XtMoveWidget: unsafe extern "C" fn(Widget, c_short, c_short)§XtName: unsafe extern "C" fn(Widget) -> *mut c_char§XtNameToWidget: unsafe extern "C" fn(Widget, *const c_char) -> Widget§XtNewString: unsafe extern "C" fn(*mut c_char) -> *mut c_char§XtNextEvent: 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) -> Widget§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§XtOverrideTranslations: 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_char§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§XtParent: unsafe extern "C" fn(Widget) -> Widget§XtParseAcceleratorTable: unsafe extern "C" fn(*const c_char) -> *mut _TranslationData§XtParseTranslationTable: unsafe extern "C" fn(*const c_char) -> *mut _TranslationData§XtPeekEvent: unsafe extern "C" fn(*mut XEvent) -> c_char§XtPending: unsafe extern "C" fn() -> c_char§XtPopdown: 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) -> XtGeometryResult§XtRealizeWidget: unsafe extern "C" fn(Widget)§XtRealloc: unsafe extern "C" fn(*mut c_char, c_uint) -> *mut c_char§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)§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_ulong§XtResizeWidget: 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_char§XtScreen: unsafe extern "C" fn(Widget) -> *mut Screen§XtScreenDatabase: unsafe extern "C" fn(*mut Screen) -> *mut _XrmHashBucketRec§XtScreenOfObject: unsafe extern "C" fn(Widget) -> *mut Screen§XtSendSelectionRequest: unsafe extern "C" fn(Widget, c_ulong, c_ulong)§XtSessionGetToken: unsafe extern "C" fn(Widget) -> XtCheckpointToken§XtSessionReturnToken: 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) -> WidgetClass§XtToolkitInitialize: unsafe extern "C" fn()§XtToolkitThreadInitialize: unsafe extern "C" fn() -> c_char§XtTranslateCoords: 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) -> XtAppContext§XtWindow: unsafe extern "C" fn(Widget) -> c_ulong§XtWindowOfObject: unsafe extern "C" fn(Widget) -> c_ulong§XtWindowToWidget: unsafe extern "C" fn(*mut Display, c_ulong) -> Widget§XtAsprintf: unsafe extern "C" fn(*mut *mut c_char, *const c_char, ...) -> c_uint§XtVaAppCreateShell: unsafe extern "C" fn(*const c_char, *const c_char, WidgetClass, *mut Display, ...) -> Widget§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§XtVaCreateArgsList: unsafe extern "C" fn(*mut c_void, ...) -> *mut c_void§XtVaCreateManagedWidget: unsafe extern "C" fn(*const c_char, WidgetClass, Widget, ...) -> Widget§XtVaCreatePopupShell: unsafe extern "C" fn(*const c_char, WidgetClass, Widget, ...) -> Widget§XtVaCreateWidget: unsafe extern "C" fn(*const c_char, WidgetClass, Widget, ...) -> Widget§XtVaGetApplicationResources: 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, ...) -> Widget§XtVaSetSubvalues: unsafe extern "C" fn(*mut c_void, *mut XtResource, c_uint, ...)§XtVaSetValues: unsafe extern "C" fn(Widget, ...)

Implementations§

Trait Implementations§

Source§

impl Send for Xt

Source§

impl Sync for Xt

Auto Trait Implementations§

§

impl Freeze for Xt

§

impl RefUnwindSafe for Xt

§

impl Unpin for Xt

§

impl UnwindSafe for Xt

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.