[−][src]Struct x11_dl::xt::Xt
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
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,
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.
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>,