QuelSolaar/ios/c_ocoa/uiwindow.c

6440 lines
311 KiB
C

/*
This file has been automatically generated by the shimmer industries c-ocoa API generator
Thus, manual changes to this file will be lost if the file is re-generated.
*/
#if defined(__OBJC__) && __has_feature(objc_arc)
#define ARC_AVAILABLE
#endif
// ABI is a bit different between platforms
#ifdef __arm64__
#define abi_objc_msgSend_stret objc_msgSend
#else
#define abi_objc_msgSend_stret objc_msgSend_stret
#endif
#ifdef __i386__
#define abi_objc_msgSend_fpret objc_msgSend_fpret
#else
#define abi_objc_msgSend_fpret objc_msgSend
#endif
#include "uiwindow.h"
void uiwindow_dealloc( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "dealloc" );
#define uiwindow_dealloc_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_dealloc_call( (id)object, methodSelector );
#undef uiwindow_dealloc_call
}
nsobject_t uiwindow_init( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "init" );
#define uiwindow_init_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_init_call( (id)object, methodSelector );
#undef uiwindow_init_call
}
void uiwindow_encodeWithCoder( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "encodeWithCoder:" );
#define uiwindow_encodeWithCoder_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_encodeWithCoder_call( (id)object, methodSelector, arg0 );
#undef uiwindow_encodeWithCoder_call
}
nsobject_t uiwindow_initWithCoder( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "initWithCoder:" );
#define uiwindow_initWithCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_initWithCoder_call( (id)object, methodSelector, arg0 );
#undef uiwindow_initWithCoder_call
}
nsobject_t uiwindow_delegate( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "delegate" );
#define uiwindow_delegate_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_delegate_call( (id)object, methodSelector );
#undef uiwindow_delegate_call
}
void uiwindow_setDelegate( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setDelegate:" );
#define uiwindow_setDelegate_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setDelegate_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setDelegate_call
}
void uiwindow_setHidden( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setHidden:" );
#define uiwindow_setHidden_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setHidden_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setHidden_call
}
double uiwindow_level( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "level" );
#define uiwindow_level_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
return uiwindow_level_call( (id)object, methodSelector );
#undef uiwindow_level_call
}
nsobject_t uiwindow_screen( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "screen" );
#define uiwindow_screen_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_screen_call( (id)object, methodSelector );
#undef uiwindow_screen_call
}
void uiwindow_setBounds( uiwindow_t object, CGRect arg0 )
{
SEL methodSelector = sel_registerName( "setBounds:" );
#define uiwindow_setBounds_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setBounds_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setBounds_call
}
void uiwindow_setCenter( uiwindow_t object, CGPoint arg0 )
{
SEL methodSelector = sel_registerName( "setCenter:" );
#define uiwindow_setCenter_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setCenter_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setCenter_call
}
void uiwindow_sendEvent( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "sendEvent:" );
#define uiwindow_sendEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_sendEvent_call( (id)object, methodSelector, arg0 );
#undef uiwindow_sendEvent_call
}
void uiwindow_removeFromSuperview( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "removeFromSuperview" );
#define uiwindow_removeFromSuperview_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_removeFromSuperview_call( (id)object, methodSelector );
#undef uiwindow_removeFromSuperview_call
}
nsobject_t uiwindow_contentView( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "contentView" );
#define uiwindow_contentView_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_contentView_call( (id)object, methodSelector );
#undef uiwindow_contentView_call
}
void uiwindow_setFrame( uiwindow_t object, CGRect arg0 )
{
SEL methodSelector = sel_registerName( "setFrame:" );
#define uiwindow_setFrame_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setFrame_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setFrame_call
}
void uiwindow_setContentView( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setContentView:" );
#define uiwindow_setContentView_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setContentView_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setContentView_call
}
nsobject_t uiwindow_initWithFrame( uiwindow_t object, CGRect arg0 )
{
SEL methodSelector = sel_registerName( "initWithFrame:" );
#define uiwindow_initWithFrame_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_initWithFrame_call( (id)object, methodSelector, arg0 );
#undef uiwindow_initWithFrame_call
}
nsobject_t uiwindow_representation( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "representation" );
#define uiwindow_representation_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_representation_call( (id)object, methodSelector );
#undef uiwindow_representation_call
}
nsobject_t uiwindow_traitCollection( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "traitCollection" );
#define uiwindow_traitCollection_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_traitCollection_call( (id)object, methodSelector );
#undef uiwindow_traitCollection_call
}
long long uiwindow_interfaceOrientation( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "interfaceOrientation" );
#define uiwindow_interfaceOrientation_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_interfaceOrientation_call( (id)object, methodSelector );
#undef uiwindow_interfaceOrientation_call
}
UIEdgeInsets uiwindow_safeAreaInsets( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "safeAreaInsets" );
#define uiwindow_safeAreaInsets_call( obj, selector ) ((UIEdgeInsets (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
return uiwindow_safeAreaInsets_call( (id)object, methodSelector );
#undef uiwindow_safeAreaInsets_call
}
void uiwindow_traitCollectionDidChange( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "traitCollectionDidChange:" );
#define uiwindow_traitCollectionDidChange_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_traitCollectionDidChange_call( (id)object, methodSelector, arg0 );
#undef uiwindow_traitCollectionDidChange_call
}
bool uiwindow_isElementAccessibilityExposedToInterfaceBuilder( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "isElementAccessibilityExposedToInterfaceBuilder" );
#define uiwindow_isElementAccessibilityExposedToInterfaceBuilder_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_isElementAccessibilityExposedToInterfaceBuilder_call( (id)object, methodSelector );
#undef uiwindow_isElementAccessibilityExposedToInterfaceBuilder_call
}
CGPoint uiwindow_convertPoint( uiwindow_t object, CGPoint arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "convertPoint:toWindow:" );
#define uiwindow_convertPoint_call( obj, selector, arg0, arg1 ) ((CGPoint (*)( id, SEL, CGPoint, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
return uiwindow_convertPoint_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_convertPoint_call
}
CGRect uiwindow_convertRect( uiwindow_t object, CGRect arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "convertRect:toCoordinateSpace:" );
#define uiwindow_convertRect_call( obj, selector, arg0, arg1 ) ((CGRect (*)( id, SEL, CGRect, nsobject_t ))abi_objc_msgSend_stret) ( obj, selector, arg0, arg1 )
return uiwindow_convertRect_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_convertRect_call
}
nsobject_t uiwindow_preferredFocusEnvironments( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "preferredFocusEnvironments" );
#define uiwindow_preferredFocusEnvironments_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_preferredFocusEnvironments_call( (id)object, methodSelector );
#undef uiwindow_preferredFocusEnvironments_call
}
nsobject_t uiwindow_parentFocusEnvironment( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "parentFocusEnvironment" );
#define uiwindow_parentFocusEnvironment_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_parentFocusEnvironment_call( (id)object, methodSelector );
#undef uiwindow_parentFocusEnvironment_call
}
nsobject_t uiwindow_preferredFocusedView( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "preferredFocusedView" );
#define uiwindow_preferredFocusedView_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_preferredFocusedView_call( (id)object, methodSelector );
#undef uiwindow_preferredFocusedView_call
}
nsobject_t uiwindow_nextResponder( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "nextResponder" );
#define uiwindow_nextResponder_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_nextResponder_call( (id)object, methodSelector );
#undef uiwindow_nextResponder_call
}
nsobject_t uiwindow_initWithWindowScene( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "initWithWindowScene:" );
#define uiwindow_initWithWindowScene_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_initWithWindowScene_call( (id)object, methodSelector, arg0 );
#undef uiwindow_initWithWindowScene_call
}
void uiwindow_setWindowLevel( uiwindow_t object, double arg0 )
{
SEL methodSelector = sel_registerName( "setWindowLevel:" );
#define uiwindow_setWindowLevel_call( obj, selector, arg0 ) ((void (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setWindowLevel_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setWindowLevel_call
}
void uiwindow_setRootViewController( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setRootViewController:" );
#define uiwindow_setRootViewController_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setRootViewController_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setRootViewController_call
}
void uiwindow_makeKeyWindow( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "makeKeyWindow" );
#define uiwindow_makeKeyWindow_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_makeKeyWindow_call( (id)object, methodSelector );
#undef uiwindow_makeKeyWindow_call
}
void uiwindow_setScreen( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setScreen:" );
#define uiwindow_setScreen_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setScreen_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setScreen_call
}
nsobject_t uiwindow_rootViewController( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "rootViewController" );
#define uiwindow_rootViewController_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_rootViewController_call( (id)object, methodSelector );
#undef uiwindow_rootViewController_call
}
double uiwindow_windowLevel( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "windowLevel" );
#define uiwindow_windowLevel_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
return uiwindow_windowLevel_call( (id)object, methodSelector );
#undef uiwindow_windowLevel_call
}
bool uiwindow_becomeFirstResponder( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "becomeFirstResponder" );
#define uiwindow_becomeFirstResponder_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_becomeFirstResponder_call( (id)object, methodSelector );
#undef uiwindow_becomeFirstResponder_call
}
void uiwindow_makeKey( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "makeKey:" );
#define uiwindow_makeKey_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_makeKey_call( (id)object, methodSelector, arg0 );
#undef uiwindow_makeKey_call
}
nsobject_t uiwindow_firstResponder( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "firstResponder" );
#define uiwindow_firstResponder_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_firstResponder_call( (id)object, methodSelector );
#undef uiwindow_firstResponder_call
}
bool uiwindow_canPerformAction( uiwindow_t object, nsselector_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "canPerformAction:withSender:" );
#define uiwindow_canPerformAction_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, nsselector_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
return uiwindow_canPerformAction_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_canPerformAction_call
}
void uiwindow_undo( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "undo:" );
#define uiwindow_undo_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_undo_call( (id)object, methodSelector, arg0 );
#undef uiwindow_undo_call
}
void uiwindow_redo( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "redo:" );
#define uiwindow_redo_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_redo_call( (id)object, methodSelector, arg0 );
#undef uiwindow_redo_call
}
nsobject_t uiwindow_windowScene( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "windowScene" );
#define uiwindow_windowScene_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_windowScene_call( (id)object, methodSelector );
#undef uiwindow_windowScene_call
}
int uiwindow_windowOutput( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "windowOutput" );
#define uiwindow_windowOutput_call( obj, selector ) ((int (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_windowOutput_call( (id)object, methodSelector );
#undef uiwindow_windowOutput_call
}
void uiwindow_setWindowScene( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setWindowScene:" );
#define uiwindow_setWindowScene_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setWindowScene_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setWindowScene_call
}
void uiwindow_setLevel( uiwindow_t object, double arg0 )
{
SEL methodSelector = sel_registerName( "setLevel:" );
#define uiwindow_setLevel_call( obj, selector, arg0 ) ((void (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setLevel_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setLevel_call
}
void uiwindow_handleStatusBarChangeFromHeight( uiwindow_t object, double arg0, double arg1 )
{
SEL methodSelector = sel_registerName( "handleStatusBarChangeFromHeight:toHeight:" );
#define uiwindow_handleStatusBarChangeFromHeight_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, double, double ))objc_msgSend) ( obj, selector, arg0, arg1 )
uiwindow_handleStatusBarChangeFromHeight_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_handleStatusBarChangeFromHeight_call
}
void uiwindow_awakeFromNib( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "awakeFromNib" );
#define uiwindow_awakeFromNib_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_awakeFromNib_call( (id)object, methodSelector );
#undef uiwindow_awakeFromNib_call
}
bool uiwindow_isRotating( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "isRotating" );
#define uiwindow_isRotating_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_isRotating_call( (id)object, methodSelector );
#undef uiwindow_isRotating_call
}
void uiwindow_beginDisablingInterfaceAutorotation( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "beginDisablingInterfaceAutorotation" );
#define uiwindow_beginDisablingInterfaceAutorotation_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_beginDisablingInterfaceAutorotation_call( (id)object, methodSelector );
#undef uiwindow_beginDisablingInterfaceAutorotation_call
}
void uiwindow_endDisablingInterfaceAutorotation( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "endDisablingInterfaceAutorotation" );
#define uiwindow_endDisablingInterfaceAutorotation_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_endDisablingInterfaceAutorotation_call( (id)object, methodSelector );
#undef uiwindow_endDisablingInterfaceAutorotation_call
}
bool uiwindow_autorotates( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "autorotates" );
#define uiwindow_autorotates_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_autorotates_call( (id)object, methodSelector );
#undef uiwindow_autorotates_call
}
nsobject_t uiwindow_restorationIdentifier( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "restorationIdentifier" );
#define uiwindow_restorationIdentifier_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_restorationIdentifier_call( (id)object, methodSelector );
#undef uiwindow_restorationIdentifier_call
}
void uiwindow_setRestorationIdentifier( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setRestorationIdentifier:" );
#define uiwindow_setRestorationIdentifier_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setRestorationIdentifier_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setRestorationIdentifier_call
}
void* uiwindow_createIOSurfaceWithFrame( uiwindow_t object, CGRect arg0 )
{
SEL methodSelector = sel_registerName( "createIOSurfaceWithFrame:" );
#define uiwindow_createIOSurfaceWithFrame_call( obj, selector, arg0 ) ((void* (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_createIOSurfaceWithFrame_call( (id)object, methodSelector, arg0 );
#undef uiwindow_createIOSurfaceWithFrame_call
}
void uiwindow_makeKeyAndVisible( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "makeKeyAndVisible" );
#define uiwindow_makeKeyAndVisible_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_makeKeyAndVisible_call( (id)object, methodSelector );
#undef uiwindow_makeKeyAndVisible_call
}
bool uiwindow_isInterfaceAutorotationDisabled( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "isInterfaceAutorotationDisabled" );
#define uiwindow_isInterfaceAutorotationDisabled_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_isInterfaceAutorotationDisabled_call( (id)object, methodSelector );
#undef uiwindow_isInterfaceAutorotationDisabled_call
}
bool uiwindow_isUsingOnePartRotationAnimation( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "isUsingOnePartRotationAnimation" );
#define uiwindow_isUsingOnePartRotationAnimation_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_isUsingOnePartRotationAnimation_call( (id)object, methodSelector );
#undef uiwindow_isUsingOnePartRotationAnimation_call
}
nsobject_t uiwindow_undoManager( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "undoManager" );
#define uiwindow_undoManager_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_undoManager_call( (id)object, methodSelector );
#undef uiwindow_undoManager_call
}
void uiwindow_setBecomeKeyOnOrderFront( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setBecomeKeyOnOrderFront:" );
#define uiwindow_setBecomeKeyOnOrderFront_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setBecomeKeyOnOrderFront_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setBecomeKeyOnOrderFront_call
}
bool uiwindow_isInternalWindow( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "isInternalWindow" );
#define uiwindow_isInternalWindow_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_isInternalWindow_call( (id)object, methodSelector );
#undef uiwindow_isInternalWindow_call
}
void uiwindow_resignKeyWindow( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "resignKeyWindow" );
#define uiwindow_resignKeyWindow_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_resignKeyWindow_call( (id)object, methodSelector );
#undef uiwindow_resignKeyWindow_call
}
bool uiwindow_canBecomeKeyWindow( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "canBecomeKeyWindow" );
#define uiwindow_canBecomeKeyWindow_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_canBecomeKeyWindow_call( (id)object, methodSelector );
#undef uiwindow_canBecomeKeyWindow_call
}
nsobject_t uiwindow_gestureParent( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "gestureParent" );
#define uiwindow_gestureParent_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_gestureParent_call( (id)object, methodSelector );
#undef uiwindow_gestureParent_call
}
int uiwindow_bitsPerComponent( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "bitsPerComponent" );
#define uiwindow_bitsPerComponent_call( obj, selector ) ((int (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_bitsPerComponent_call( (id)object, methodSelector );
#undef uiwindow_bitsPerComponent_call
}
bool uiwindow_isTrackingKeyboard( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "isTrackingKeyboard" );
#define uiwindow_isTrackingKeyboard_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_isTrackingKeyboard_call( (id)object, methodSelector );
#undef uiwindow_isTrackingKeyboard_call
}
void uiwindow_updateKeyboardAnimationOptions( uiwindow_t object, unsigned long long arg0, double arg1 )
{
SEL methodSelector = sel_registerName( "updateKeyboardAnimationOptions:duration:" );
#define uiwindow_updateKeyboardAnimationOptions_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, unsigned long long, double ))objc_msgSend) ( obj, selector, arg0, arg1 )
uiwindow_updateKeyboardAnimationOptions_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_updateKeyboardAnimationOptions_call
}
void uiwindow_toggleKeyboardLayoutGuideAnimation( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "toggleKeyboardLayoutGuideAnimation:" );
#define uiwindow_toggleKeyboardLayoutGuideAnimation_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_toggleKeyboardLayoutGuideAnimation_call( (id)object, methodSelector, arg0 );
#undef uiwindow_toggleKeyboardLayoutGuideAnimation_call
}
void uiwindow_updateKeyboardDockedState( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "updateKeyboardDockedState:" );
#define uiwindow_updateKeyboardDockedState_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_updateKeyboardDockedState_call( (id)object, methodSelector, arg0 );
#undef uiwindow_updateKeyboardDockedState_call
}
bool uiwindow_updateKeyboardOffset( uiwindow_t object, UIOffset arg0 )
{
SEL methodSelector = sel_registerName( "updateKeyboardOffset:" );
#define uiwindow_updateKeyboardOffset_call( obj, selector, arg0 ) ((bool (*)( id, SEL, UIOffset ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_updateKeyboardOffset_call( (id)object, methodSelector, arg0 );
#undef uiwindow_updateKeyboardOffset_call
}
bool uiwindow_updateKeyboardSize( uiwindow_t object, CGSize arg0 )
{
SEL methodSelector = sel_registerName( "updateKeyboardSize:" );
#define uiwindow_updateKeyboardSize_call( obj, selector, arg0 ) ((bool (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_updateKeyboardSize_call( (id)object, methodSelector, arg0 );
#undef uiwindow_updateKeyboardSize_call
}
void uiwindow_orderFront( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "orderFront:" );
#define uiwindow_orderFront_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_orderFront_call( (id)object, methodSelector, arg0 );
#undef uiwindow_orderFront_call
}
void uiwindow_updateKeyboardForAssistantBar( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "updateKeyboardForAssistantBar:" );
#define uiwindow_updateKeyboardForAssistantBar_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_updateKeyboardForAssistantBar_call( (id)object, methodSelector, arg0 );
#undef uiwindow_updateKeyboardForAssistantBar_call
}
void uiwindow_endDisablingInterfaceAutorotationAnimated( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "endDisablingInterfaceAutorotationAnimated:" );
#define uiwindow_endDisablingInterfaceAutorotationAnimated_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_endDisablingInterfaceAutorotationAnimated_call( (id)object, methodSelector, arg0 );
#undef uiwindow_endDisablingInterfaceAutorotationAnimated_call
}
bool uiwindow_isKeyWindow( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "isKeyWindow" );
#define uiwindow_isKeyWindow_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_isKeyWindow_call( (id)object, methodSelector );
#undef uiwindow_isKeyWindow_call
}
void uiwindow_setResizesToFullScreen( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setResizesToFullScreen:" );
#define uiwindow_setResizesToFullScreen_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setResizesToFullScreen_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setResizesToFullScreen_call
}
bool uiwindow_keepContextInBackground( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "keepContextInBackground" );
#define uiwindow_keepContextInBackground_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_keepContextInBackground_call( (id)object, methodSelector );
#undef uiwindow_keepContextInBackground_call
}
void uiwindow_addRootViewControllerViewIfPossible( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "addRootViewControllerViewIfPossible" );
#define uiwindow_addRootViewControllerViewIfPossible_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_addRootViewControllerViewIfPossible_call( (id)object, methodSelector );
#undef uiwindow_addRootViewControllerViewIfPossible_call
}
void uiwindow_setAutorotates( uiwindow_t object, bool arg0, bool arg1 )
{
SEL methodSelector = sel_registerName( "setAutorotates:forceUpdateInterfaceOrientation:" );
#define uiwindow_setAutorotates_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, bool, bool ))objc_msgSend) ( obj, selector, arg0, arg1 )
uiwindow_setAutorotates_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_setAutorotates_call
}
bool uiwindow_resizesToFullScreen( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "resizesToFullScreen" );
#define uiwindow_resizesToFullScreen_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_resizesToFullScreen_call( (id)object, methodSelector );
#undef uiwindow_resizesToFullScreen_call
}
void uiwindow_addKeyboardLayoutGuideIfNeeded( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "addKeyboardLayoutGuideIfNeeded:" );
#define uiwindow_addKeyboardLayoutGuideIfNeeded_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_addKeyboardLayoutGuideIfNeeded_call( (id)object, methodSelector, arg0 );
#undef uiwindow_addKeyboardLayoutGuideIfNeeded_call
}
void uiwindow_removeKeyboardLayoutGuideIfNeeded( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "removeKeyboardLayoutGuideIfNeeded:" );
#define uiwindow_removeKeyboardLayoutGuideIfNeeded_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_removeKeyboardLayoutGuideIfNeeded_call( (id)object, methodSelector, arg0 );
#undef uiwindow_removeKeyboardLayoutGuideIfNeeded_call
}
void uiwindow_updateKeyboardTransitionState( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "updateKeyboardTransitionState:" );
#define uiwindow_updateKeyboardTransitionState_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_updateKeyboardTransitionState_call( (id)object, methodSelector, arg0 );
#undef uiwindow_updateKeyboardTransitionState_call
}
nsobject_t uiwindow_initWithContentRect( uiwindow_t object, CGRect arg0 )
{
SEL methodSelector = sel_registerName( "initWithContentRect:" );
#define uiwindow_initWithContentRect_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_initWithContentRect_call( (id)object, methodSelector, arg0 );
#undef uiwindow_initWithContentRect_call
}
void uiwindow_makeKeyAndOrderFront( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "makeKeyAndOrderFront:" );
#define uiwindow_makeKeyAndOrderFront_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_makeKeyAndOrderFront_call( (id)object, methodSelector, arg0 );
#undef uiwindow_makeKeyAndOrderFront_call
}
void uiwindow_orderOut( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "orderOut:" );
#define uiwindow_orderOut_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_orderOut_call( (id)object, methodSelector, arg0 );
#undef uiwindow_orderOut_call
}
CGPoint uiwindow_warpPoint( uiwindow_t object, CGPoint arg0 )
{
SEL methodSelector = sel_registerName( "warpPoint:" );
#define uiwindow_warpPoint_call( obj, selector, arg0 ) ((CGPoint (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_warpPoint_call( (id)object, methodSelector, arg0 );
#undef uiwindow_warpPoint_call
}
CGPoint uiwindow_convertWindowToDevice( uiwindow_t object, CGPoint arg0 )
{
SEL methodSelector = sel_registerName( "convertWindowToDevice:" );
#define uiwindow_convertWindowToDevice_call( obj, selector, arg0 ) ((CGPoint (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_convertWindowToDevice_call( (id)object, methodSelector, arg0 );
#undef uiwindow_convertWindowToDevice_call
}
CGPoint uiwindow_convertDeviceToWindow( uiwindow_t object, CGPoint arg0 )
{
SEL methodSelector = sel_registerName( "convertDeviceToWindow:" );
#define uiwindow_convertDeviceToWindow_call( obj, selector, arg0 ) ((CGPoint (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_convertDeviceToWindow_call( (id)object, methodSelector, arg0 );
#undef uiwindow_convertDeviceToWindow_call
}
void uiwindow_becomeKeyWindow( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "becomeKeyWindow" );
#define uiwindow_becomeKeyWindow_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_becomeKeyWindow_call( (id)object, methodSelector );
#undef uiwindow_becomeKeyWindow_call
}
void* uiwindow_createIOSurface( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "createIOSurface" );
#define uiwindow_createIOSurface_call( obj, selector ) ((void* (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_createIOSurface_call( (id)object, methodSelector );
#undef uiwindow_createIOSurface_call
}
void uiwindow_setKeepContextInBackground( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setKeepContextInBackground:" );
#define uiwindow_setKeepContextInBackground_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setKeepContextInBackground_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setKeepContextInBackground_call
}
void uiwindow_set_currentKeyboardTrackingLayoutGuides( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "set_currentKeyboardTrackingLayoutGuides:" );
#define uiwindow_set_currentKeyboardTrackingLayoutGuides_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_set_currentKeyboardTrackingLayoutGuides_call( (id)object, methodSelector, arg0 );
#undef uiwindow_set_currentKeyboardTrackingLayoutGuides_call
}
bool uiwindow_canResizeToFitContent( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "canResizeToFitContent" );
#define uiwindow_canResizeToFitContent_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_canResizeToFitContent_call( (id)object, methodSelector );
#undef uiwindow_canResizeToFitContent_call
}
void uiwindow_setCanResizeToFitContent( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setCanResizeToFitContent:" );
#define uiwindow_setCanResizeToFitContent_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setCanResizeToFitContent_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setCanResizeToFitContent_call
}
bool uiwindow_inhibitSetupOrientation( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "inhibitSetupOrientation" );
#define uiwindow_inhibitSetupOrientation_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_inhibitSetupOrientation_call( (id)object, methodSelector );
#undef uiwindow_inhibitSetupOrientation_call
}
bool uiwindow_inhibitManualTransform( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "inhibitManualTransform" );
#define uiwindow_inhibitManualTransform_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_inhibitManualTransform_call( (id)object, methodSelector );
#undef uiwindow_inhibitManualTransform_call
}
void uiwindow_keyboardDidHide( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "keyboardDidHide" );
#define uiwindow_keyboardDidHide_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_keyboardDidHide_call( (id)object, methodSelector );
#undef uiwindow_keyboardDidHide_call
}
bool uiwindow_inhibitTextEffectsRotation( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "inhibitTextEffectsRotation" );
#define uiwindow_inhibitTextEffectsRotation_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_inhibitTextEffectsRotation_call( (id)object, methodSelector );
#undef uiwindow_inhibitTextEffectsRotation_call
}
void uiwindow_setupForOrientation( uiwindow_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "setupForOrientation:" );
#define uiwindow_setupForOrientation_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setupForOrientation_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setupForOrientation_call
}
void uiwindow_matchDeviceOrientation( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "matchDeviceOrientation:" );
#define uiwindow_matchDeviceOrientation_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_matchDeviceOrientation_call( (id)object, methodSelector, arg0 );
#undef uiwindow_matchDeviceOrientation_call
}
void uiwindow_exerciseAmbiguityInLayout( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "exerciseAmbiguityInLayout" );
#define uiwindow_exerciseAmbiguityInLayout_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_exerciseAmbiguityInLayout_call( (id)object, methodSelector );
#undef uiwindow_exerciseAmbiguityInLayout_call
}
bool uiwindow_hasAmbiguousLayout( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "hasAmbiguousLayout" );
#define uiwindow_hasAmbiguousLayout_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_hasAmbiguousLayout_call( (id)object, methodSelector );
#undef uiwindow_hasAmbiguousLayout_call
}
unsigned long long uiwindow_retainCount( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "retainCount" );
#define uiwindow_retainCount_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_retainCount_call( (id)object, methodSelector );
#undef uiwindow_retainCount_call
}
nsobject_t uiwindow_retain( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "retain" );
#define uiwindow_retain_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_retain_call( (id)object, methodSelector );
#undef uiwindow_retain_call
}
nsobject_t uiwindow_autorelease( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "autorelease" );
#define uiwindow_autorelease_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_autorelease_call( (id)object, methodSelector );
#undef uiwindow_autorelease_call
}
nsobject_t uiwindow_description( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "description" );
#define uiwindow_description_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_description_call( (id)object, methodSelector );
#undef uiwindow_description_call
}
CGSize uiwindow_size( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "size" );
#define uiwindow_size_call( obj, selector ) ((CGSize (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_size_call( (id)object, methodSelector );
#undef uiwindow_size_call
}
bool uiwindow_isHidden( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "isHidden" );
#define uiwindow_isHidden_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_isHidden_call( (id)object, methodSelector );
#undef uiwindow_isHidden_call
}
void uiwindow_setValue( uiwindow_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "setValue:forKey:" );
#define uiwindow_setValue_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
uiwindow_setValue_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_setValue_call
}
void uiwindow_setEnabled( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setEnabled:" );
#define uiwindow_setEnabled_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setEnabled_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setEnabled_call
}
CGAffineTransform uiwindow_transform( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "transform" );
#define uiwindow_transform_call( obj, selector ) ((CGAffineTransform (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
return uiwindow_transform_call( (id)object, methodSelector );
#undef uiwindow_transform_call
}
CGPoint uiwindow_position( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "position" );
#define uiwindow_position_call( obj, selector ) ((CGPoint (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_position_call( (id)object, methodSelector );
#undef uiwindow_position_call
}
void uiwindow_setPosition( uiwindow_t object, CGPoint arg0 )
{
SEL methodSelector = sel_registerName( "setPosition:" );
#define uiwindow_setPosition_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setPosition_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setPosition_call
}
bool uiwindow_isEnabled( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "isEnabled" );
#define uiwindow_isEnabled_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_isEnabled_call( (id)object, methodSelector );
#undef uiwindow_isEnabled_call
}
CGRect uiwindow_extent( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "extent" );
#define uiwindow_extent_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
return uiwindow_extent_call( (id)object, methodSelector );
#undef uiwindow_extent_call
}
CGRect uiwindow_bounds( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "bounds" );
#define uiwindow_bounds_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
return uiwindow_bounds_call( (id)object, methodSelector );
#undef uiwindow_bounds_call
}
double uiwindow_alpha( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "alpha" );
#define uiwindow_alpha_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
return uiwindow_alpha_call( (id)object, methodSelector );
#undef uiwindow_alpha_call
}
bool uiwindow_isOpaque( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "isOpaque" );
#define uiwindow_isOpaque_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_isOpaque_call( (id)object, methodSelector );
#undef uiwindow_isOpaque_call
}
CGPoint uiwindow_origin( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "origin" );
#define uiwindow_origin_call( obj, selector ) ((CGPoint (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_origin_call( (id)object, methodSelector );
#undef uiwindow_origin_call
}
void uiwindow_setSize( uiwindow_t object, CGSize arg0 )
{
SEL methodSelector = sel_registerName( "setSize:" );
#define uiwindow_setSize_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setSize_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setSize_call
}
CGRect uiwindow_frame( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "frame" );
#define uiwindow_frame_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
return uiwindow_frame_call( (id)object, methodSelector );
#undef uiwindow_frame_call
}
CGPoint uiwindow_center( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "center" );
#define uiwindow_center_call( obj, selector ) ((CGPoint (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_center_call( (id)object, methodSelector );
#undef uiwindow_center_call
}
void uiwindow_setTransform( uiwindow_t object, CGAffineTransform arg0 )
{
SEL methodSelector = sel_registerName( "setTransform:" );
#define uiwindow_setTransform_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGAffineTransform ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setTransform_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setTransform_call
}
nsobject_t uiwindow_interactions( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "interactions" );
#define uiwindow_interactions_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_interactions_call( (id)object, methodSelector );
#undef uiwindow_interactions_call
}
void uiwindow_setInteractions( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setInteractions:" );
#define uiwindow_setInteractions_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setInteractions_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setInteractions_call
}
long long uiwindow_contentMode( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "contentMode" );
#define uiwindow_contentMode_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_contentMode_call( (id)object, methodSelector );
#undef uiwindow_contentMode_call
}
nsobject_t uiwindow_snapshot( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "snapshot" );
#define uiwindow_snapshot_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_snapshot_call( (id)object, methodSelector );
#undef uiwindow_snapshot_call
}
nsobject_t uiwindow_constraints( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "constraints" );
#define uiwindow_constraints_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_constraints_call( (id)object, methodSelector );
#undef uiwindow_constraints_call
}
long long uiwindow_tag( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "tag" );
#define uiwindow_tag_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_tag_call( (id)object, methodSelector );
#undef uiwindow_tag_call
}
void uiwindow_setOpaque( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setOpaque:" );
#define uiwindow_setOpaque_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setOpaque_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setOpaque_call
}
void uiwindow_setNeedsLayout( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "setNeedsLayout" );
#define uiwindow_setNeedsLayout_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_setNeedsLayout_call( (id)object, methodSelector );
#undef uiwindow_setNeedsLayout_call
}
nsobject_t uiwindow_superview( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "superview" );
#define uiwindow_superview_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_superview_call( (id)object, methodSelector );
#undef uiwindow_superview_call
}
CGSize uiwindow_convertSize( uiwindow_t object, CGSize arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "convertSize:toView:" );
#define uiwindow_convertSize_call( obj, selector, arg0, arg1 ) ((CGSize (*)( id, SEL, CGSize, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
return uiwindow_convertSize_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_convertSize_call
}
void uiwindow_setFrameOrigin( uiwindow_t object, CGPoint arg0 )
{
SEL methodSelector = sel_registerName( "setFrameOrigin:" );
#define uiwindow_setFrameOrigin_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setFrameOrigin_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setFrameOrigin_call
}
double uiwindow_contentScaleFactor( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "contentScaleFactor" );
#define uiwindow_contentScaleFactor_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
return uiwindow_contentScaleFactor_call( (id)object, methodSelector );
#undef uiwindow_contentScaleFactor_call
}
nsobject_t uiwindow_initWithSize( uiwindow_t object, CGSize arg0 )
{
SEL methodSelector = sel_registerName( "initWithSize:" );
#define uiwindow_initWithSize_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_initWithSize_call( (id)object, methodSelector, arg0 );
#undef uiwindow_initWithSize_call
}
bool uiwindow_needsDisplay( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "needsDisplay" );
#define uiwindow_needsDisplay_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_needsDisplay_call( (id)object, methodSelector );
#undef uiwindow_needsDisplay_call
}
nsobject_t uiwindow_backgroundColor( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "backgroundColor" );
#define uiwindow_backgroundColor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_backgroundColor_call( (id)object, methodSelector );
#undef uiwindow_backgroundColor_call
}
void uiwindow_setBackgroundColor( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setBackgroundColor:" );
#define uiwindow_setBackgroundColor_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setBackgroundColor_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setBackgroundColor_call
}
void uiwindow_setNeedsDisplayInRect( uiwindow_t object, CGRect arg0 )
{
SEL methodSelector = sel_registerName( "setNeedsDisplayInRect:" );
#define uiwindow_setNeedsDisplayInRect_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setNeedsDisplayInRect_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setNeedsDisplayInRect_call
}
void uiwindow_addSubview( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "addSubview:" );
#define uiwindow_addSubview_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_addSubview_call( (id)object, methodSelector, arg0 );
#undef uiwindow_addSubview_call
}
CGSize uiwindow_intrinsicContentSize( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "intrinsicContentSize" );
#define uiwindow_intrinsicContentSize_call( obj, selector ) ((CGSize (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_intrinsicContentSize_call( (id)object, methodSelector );
#undef uiwindow_intrinsicContentSize_call
}
void uiwindow_addInteraction( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "addInteraction:" );
#define uiwindow_addInteraction_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_addInteraction_call( (id)object, methodSelector, arg0 );
#undef uiwindow_addInteraction_call
}
void uiwindow_layoutSubviews( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "layoutSubviews" );
#define uiwindow_layoutSubviews_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_layoutSubviews_call( (id)object, methodSelector );
#undef uiwindow_layoutSubviews_call
}
CGSize uiwindow_sizeThatFits( uiwindow_t object, CGSize arg0 )
{
SEL methodSelector = sel_registerName( "sizeThatFits:" );
#define uiwindow_sizeThatFits_call( obj, selector, arg0 ) ((CGSize (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_sizeThatFits_call( (id)object, methodSelector, arg0 );
#undef uiwindow_sizeThatFits_call
}
void uiwindow_setTranslatesAutoresizingMaskIntoConstraints( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setTranslatesAutoresizingMaskIntoConstraints:" );
#define uiwindow_setTranslatesAutoresizingMaskIntoConstraints_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setTranslatesAutoresizingMaskIntoConstraints_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setTranslatesAutoresizingMaskIntoConstraints_call
}
nsobject_t uiwindow_layer( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "layer" );
#define uiwindow_layer_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_layer_call( (id)object, methodSelector );
#undef uiwindow_layer_call
}
nsobject_t uiwindow_centerXAnchor( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "centerXAnchor" );
#define uiwindow_centerXAnchor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_centerXAnchor_call( (id)object, methodSelector );
#undef uiwindow_centerXAnchor_call
}
nsobject_t uiwindow_widthAnchor( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "widthAnchor" );
#define uiwindow_widthAnchor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_widthAnchor_call( (id)object, methodSelector );
#undef uiwindow_widthAnchor_call
}
nsobject_t uiwindow_heightAnchor( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "heightAnchor" );
#define uiwindow_heightAnchor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_heightAnchor_call( (id)object, methodSelector );
#undef uiwindow_heightAnchor_call
}
void uiwindow_setContentHuggingPriority( uiwindow_t object, float arg0, long long arg1 )
{
SEL methodSelector = sel_registerName( "setContentHuggingPriority:forAxis:" );
#define uiwindow_setContentHuggingPriority_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, float, long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
uiwindow_setContentHuggingPriority_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_setContentHuggingPriority_call
}
void uiwindow_setContentCompressionResistancePriority( uiwindow_t object, float arg0, long long arg1 )
{
SEL methodSelector = sel_registerName( "setContentCompressionResistancePriority:forAxis:" );
#define uiwindow_setContentCompressionResistancePriority_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, float, long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
uiwindow_setContentCompressionResistancePriority_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_setContentCompressionResistancePriority_call
}
void uiwindow_addLayoutGuide( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "addLayoutGuide:" );
#define uiwindow_addLayoutGuide_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_addLayoutGuide_call( (id)object, methodSelector, arg0 );
#undef uiwindow_addLayoutGuide_call
}
nsobject_t uiwindow_topAnchor( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "topAnchor" );
#define uiwindow_topAnchor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_topAnchor_call( (id)object, methodSelector );
#undef uiwindow_topAnchor_call
}
nsobject_t uiwindow_bottomAnchor( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "bottomAnchor" );
#define uiwindow_bottomAnchor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_bottomAnchor_call( (id)object, methodSelector );
#undef uiwindow_bottomAnchor_call
}
nsobject_t uiwindow_leadingAnchor( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "leadingAnchor" );
#define uiwindow_leadingAnchor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_leadingAnchor_call( (id)object, methodSelector );
#undef uiwindow_leadingAnchor_call
}
nsobject_t uiwindow_trailingAnchor( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "trailingAnchor" );
#define uiwindow_trailingAnchor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_trailingAnchor_call( (id)object, methodSelector );
#undef uiwindow_trailingAnchor_call
}
nsobject_t uiwindow_centerYAnchor( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "centerYAnchor" );
#define uiwindow_centerYAnchor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_centerYAnchor_call( (id)object, methodSelector );
#undef uiwindow_centerYAnchor_call
}
void uiwindow_layoutIfNeeded( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "layoutIfNeeded" );
#define uiwindow_layoutIfNeeded_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_layoutIfNeeded_call( (id)object, methodSelector );
#undef uiwindow_layoutIfNeeded_call
}
bool uiwindow_isHiddenOrHasHiddenAncestor( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "isHiddenOrHasHiddenAncestor" );
#define uiwindow_isHiddenOrHasHiddenAncestor_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_isHiddenOrHasHiddenAncestor_call( (id)object, methodSelector );
#undef uiwindow_isHiddenOrHasHiddenAncestor_call
}
nsobject_t uiwindow_window( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "window" );
#define uiwindow_window_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_window_call( (id)object, methodSelector );
#undef uiwindow_window_call
}
bool uiwindow_isAccessibilityElementByDefault( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "isAccessibilityElementByDefault" );
#define uiwindow_isAccessibilityElementByDefault_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_isAccessibilityElementByDefault_call( (id)object, methodSelector );
#undef uiwindow_isAccessibilityElementByDefault_call
}
void uiwindow_setAccessibilityIgnoresInvertColors( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityIgnoresInvertColors:" );
#define uiwindow_setAccessibilityIgnoresInvertColors_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAccessibilityIgnoresInvertColors_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setAccessibilityIgnoresInvertColors_call
}
bool uiwindow_accessibilityIgnoresInvertColors( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityIgnoresInvertColors" );
#define uiwindow_accessibilityIgnoresInvertColors_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_accessibilityIgnoresInvertColors_call( (id)object, methodSelector );
#undef uiwindow_accessibilityIgnoresInvertColors_call
}
void uiwindow_accessibilityUnapplyInvertFilter( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityUnapplyInvertFilter" );
#define uiwindow_accessibilityUnapplyInvertFilter_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_accessibilityUnapplyInvertFilter_call( (id)object, methodSelector );
#undef uiwindow_accessibilityUnapplyInvertFilter_call
}
bool uiwindow_accessibilityInvertFilterApplied( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityInvertFilterApplied" );
#define uiwindow_accessibilityInvertFilterApplied_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_accessibilityInvertFilterApplied_call( (id)object, methodSelector );
#undef uiwindow_accessibilityInvertFilterApplied_call
}
void uiwindow_accessibilityApplyInvertFilter( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityApplyInvertFilter" );
#define uiwindow_accessibilityApplyInvertFilter_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_accessibilityApplyInvertFilter_call( (id)object, methodSelector );
#undef uiwindow_accessibilityApplyInvertFilter_call
}
nsobject_t uiwindow_gestureRecognizers( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "gestureRecognizers" );
#define uiwindow_gestureRecognizers_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_gestureRecognizers_call( (id)object, methodSelector );
#undef uiwindow_gestureRecognizers_call
}
void uiwindow_updateFocusIfNeeded( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "updateFocusIfNeeded" );
#define uiwindow_updateFocusIfNeeded_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_updateFocusIfNeeded_call( (id)object, methodSelector );
#undef uiwindow_updateFocusIfNeeded_call
}
nsobject_t uiwindow_coordinateSpace( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "coordinateSpace" );
#define uiwindow_coordinateSpace_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_coordinateSpace_call( (id)object, methodSelector );
#undef uiwindow_coordinateSpace_call
}
void uiwindow_setNeedsFocusUpdate( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "setNeedsFocusUpdate" );
#define uiwindow_setNeedsFocusUpdate_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_setNeedsFocusUpdate_call( (id)object, methodSelector );
#undef uiwindow_setNeedsFocusUpdate_call
}
bool uiwindow_shouldUpdateFocusInContext( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "shouldUpdateFocusInContext:" );
#define uiwindow_shouldUpdateFocusInContext_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_shouldUpdateFocusInContext_call( (id)object, methodSelector, arg0 );
#undef uiwindow_shouldUpdateFocusInContext_call
}
void uiwindow_didUpdateFocusInContext( uiwindow_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "didUpdateFocusInContext:withAnimationCoordinator:" );
#define uiwindow_didUpdateFocusInContext_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
uiwindow_didUpdateFocusInContext_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_didUpdateFocusInContext_call
}
nsobject_t uiwindow_focusItemContainer( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "focusItemContainer" );
#define uiwindow_focusItemContainer_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_focusItemContainer_call( (id)object, methodSelector );
#undef uiwindow_focusItemContainer_call
}
nsobject_t uiwindow_focusGroupIdentifier( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "focusGroupIdentifier" );
#define uiwindow_focusGroupIdentifier_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_focusGroupIdentifier_call( (id)object, methodSelector );
#undef uiwindow_focusGroupIdentifier_call
}
bool uiwindow_areChildrenFocused( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "areChildrenFocused" );
#define uiwindow_areChildrenFocused_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_areChildrenFocused_call( (id)object, methodSelector );
#undef uiwindow_areChildrenFocused_call
}
void uiwindow_setAreChildrenFocused( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setAreChildrenFocused:" );
#define uiwindow_setAreChildrenFocused_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAreChildrenFocused_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setAreChildrenFocused_call
}
bool uiwindow_canBecomeFocused( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "canBecomeFocused" );
#define uiwindow_canBecomeFocused_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_canBecomeFocused_call( (id)object, methodSelector );
#undef uiwindow_canBecomeFocused_call
}
nsobject_t uiwindow_focusEffect( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "focusEffect" );
#define uiwindow_focusEffect_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_focusEffect_call( (id)object, methodSelector );
#undef uiwindow_focusEffect_call
}
long long uiwindow_focusGroupPriority( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "focusGroupPriority" );
#define uiwindow_focusGroupPriority_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_focusGroupPriority_call( (id)object, methodSelector );
#undef uiwindow_focusGroupPriority_call
}
bool uiwindow_isTransparentFocusItem( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "isTransparentFocusItem" );
#define uiwindow_isTransparentFocusItem_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_isTransparentFocusItem_call( (id)object, methodSelector );
#undef uiwindow_isTransparentFocusItem_call
}
nsobject_t uiwindow_focusItemsInRect( uiwindow_t object, CGRect arg0 )
{
SEL methodSelector = sel_registerName( "focusItemsInRect:" );
#define uiwindow_focusItemsInRect_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_focusItemsInRect_call( (id)object, methodSelector, arg0 );
#undef uiwindow_focusItemsInRect_call
}
void uiwindow_addGestureRecognizer( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "addGestureRecognizer:" );
#define uiwindow_addGestureRecognizer_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_addGestureRecognizer_call( (id)object, methodSelector, arg0 );
#undef uiwindow_addGestureRecognizer_call
}
void uiwindow_removeGestureRecognizer( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "removeGestureRecognizer:" );
#define uiwindow_removeGestureRecognizer_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_removeGestureRecognizer_call( (id)object, methodSelector, arg0 );
#undef uiwindow_removeGestureRecognizer_call
}
bool uiwindow_gestureRecognizerShouldBegin( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "gestureRecognizerShouldBegin:" );
#define uiwindow_gestureRecognizerShouldBegin_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_gestureRecognizerShouldBegin_call( (id)object, methodSelector, arg0 );
#undef uiwindow_gestureRecognizerShouldBegin_call
}
void uiwindow_setAutoresizingMask( uiwindow_t object, unsigned long long arg0 )
{
SEL methodSelector = sel_registerName( "setAutoresizingMask:" );
#define uiwindow_setAutoresizingMask_call( obj, selector, arg0 ) ((void (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAutoresizingMask_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setAutoresizingMask_call
}
void uiwindow_setUserInteractionEnabled( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setUserInteractionEnabled:" );
#define uiwindow_setUserInteractionEnabled_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setUserInteractionEnabled_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setUserInteractionEnabled_call
}
nsobject_t uiwindow_largeContentTitle( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "largeContentTitle" );
#define uiwindow_largeContentTitle_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_largeContentTitle_call( (id)object, methodSelector );
#undef uiwindow_largeContentTitle_call
}
nsobject_t uiwindow_largeContentImage( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "largeContentImage" );
#define uiwindow_largeContentImage_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_largeContentImage_call( (id)object, methodSelector );
#undef uiwindow_largeContentImage_call
}
UIEdgeInsets uiwindow_largeContentImageInsets( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "largeContentImageInsets" );
#define uiwindow_largeContentImageInsets_call( obj, selector ) ((UIEdgeInsets (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
return uiwindow_largeContentImageInsets_call( (id)object, methodSelector );
#undef uiwindow_largeContentImageInsets_call
}
bool uiwindow_scalesLargeContentImage( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "scalesLargeContentImage" );
#define uiwindow_scalesLargeContentImage_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_scalesLargeContentImage_call( (id)object, methodSelector );
#undef uiwindow_scalesLargeContentImage_call
}
void uiwindow_setClipsToBounds( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setClipsToBounds:" );
#define uiwindow_setClipsToBounds_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setClipsToBounds_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setClipsToBounds_call
}
void uiwindow_setContentMode( uiwindow_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "setContentMode:" );
#define uiwindow_setContentMode_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setContentMode_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setContentMode_call
}
void uiwindow_setAlpha( uiwindow_t object, double arg0 )
{
SEL methodSelector = sel_registerName( "setAlpha:" );
#define uiwindow_setAlpha_call( obj, selector, arg0 ) ((void (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAlpha_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setAlpha_call
}
void uiwindow_sizeToFit( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "sizeToFit" );
#define uiwindow_sizeToFit_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_sizeToFit_call( (id)object, methodSelector );
#undef uiwindow_sizeToFit_call
}
void uiwindow_addConstraints( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "addConstraints:" );
#define uiwindow_addConstraints_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_addConstraints_call( (id)object, methodSelector, arg0 );
#undef uiwindow_addConstraints_call
}
nsobject_t uiwindow_tintColor( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "tintColor" );
#define uiwindow_tintColor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_tintColor_call( (id)object, methodSelector );
#undef uiwindow_tintColor_call
}
void uiwindow_setTintColor( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setTintColor:" );
#define uiwindow_setTintColor_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setTintColor_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setTintColor_call
}
bool uiwindow_isFocused( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "isFocused" );
#define uiwindow_isFocused_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_isFocused_call( (id)object, methodSelector );
#undef uiwindow_isFocused_call
}
void uiwindow_setLayoutMargins( uiwindow_t object, UIEdgeInsets arg0 )
{
SEL methodSelector = sel_registerName( "setLayoutMargins:" );
#define uiwindow_setLayoutMargins_call( obj, selector, arg0 ) ((void (*)( id, SEL, UIEdgeInsets ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setLayoutMargins_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setLayoutMargins_call
}
long long uiwindow_tintAdjustmentMode( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "tintAdjustmentMode" );
#define uiwindow_tintAdjustmentMode_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_tintAdjustmentMode_call( (id)object, methodSelector );
#undef uiwindow_tintAdjustmentMode_call
}
void uiwindow_setTintAdjustmentMode( uiwindow_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "setTintAdjustmentMode:" );
#define uiwindow_setTintAdjustmentMode_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setTintAdjustmentMode_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setTintAdjustmentMode_call
}
nsobject_t uiwindow_motionEffects( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "motionEffects" );
#define uiwindow_motionEffects_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_motionEffects_call( (id)object, methodSelector );
#undef uiwindow_motionEffects_call
}
void uiwindow_addMotionEffect( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "addMotionEffect:" );
#define uiwindow_addMotionEffect_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_addMotionEffect_call( (id)object, methodSelector, arg0 );
#undef uiwindow_addMotionEffect_call
}
void uiwindow_removeMotionEffect( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "removeMotionEffect:" );
#define uiwindow_removeMotionEffect_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_removeMotionEffect_call( (id)object, methodSelector, arg0 );
#undef uiwindow_removeMotionEffect_call
}
void uiwindow_setMotionEffects( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setMotionEffects:" );
#define uiwindow_setMotionEffects_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setMotionEffects_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setMotionEffects_call
}
nsobject_t uiwindow_rightAnchor( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "rightAnchor" );
#define uiwindow_rightAnchor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_rightAnchor_call( (id)object, methodSelector );
#undef uiwindow_rightAnchor_call
}
void uiwindow_setSemanticContentAttribute( uiwindow_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "setSemanticContentAttribute:" );
#define uiwindow_setSemanticContentAttribute_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setSemanticContentAttribute_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setSemanticContentAttribute_call
}
UIEdgeInsets uiwindow_alignmentRectInsets( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "alignmentRectInsets" );
#define uiwindow_alignmentRectInsets_call( obj, selector ) ((UIEdgeInsets (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
return uiwindow_alignmentRectInsets_call( (id)object, methodSelector );
#undef uiwindow_alignmentRectInsets_call
}
void uiwindow_setNeedsUpdateConstraints( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "setNeedsUpdateConstraints" );
#define uiwindow_setNeedsUpdateConstraints_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_setNeedsUpdateConstraints_call( (id)object, methodSelector );
#undef uiwindow_setNeedsUpdateConstraints_call
}
UIEdgeInsets uiwindow_layoutMargins( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "layoutMargins" );
#define uiwindow_layoutMargins_call( obj, selector ) ((UIEdgeInsets (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
return uiwindow_layoutMargins_call( (id)object, methodSelector );
#undef uiwindow_layoutMargins_call
}
void uiwindow_updateConstraintsIfNeeded( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "updateConstraintsIfNeeded" );
#define uiwindow_updateConstraintsIfNeeded_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_updateConstraintsIfNeeded_call( (id)object, methodSelector );
#undef uiwindow_updateConstraintsIfNeeded_call
}
nsobject_t uiwindow_subviews( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "subviews" );
#define uiwindow_subviews_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_subviews_call( (id)object, methodSelector );
#undef uiwindow_subviews_call
}
CGSize uiwindow_systemLayoutSizeFittingSize( uiwindow_t object, CGSize arg0 )
{
SEL methodSelector = sel_registerName( "systemLayoutSizeFittingSize:" );
#define uiwindow_systemLayoutSizeFittingSize_call( obj, selector, arg0 ) ((CGSize (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_systemLayoutSizeFittingSize_call( (id)object, methodSelector, arg0 );
#undef uiwindow_systemLayoutSizeFittingSize_call
}
void uiwindow_updateConstraints( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "updateConstraints" );
#define uiwindow_updateConstraints_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_updateConstraints_call( (id)object, methodSelector );
#undef uiwindow_updateConstraints_call
}
void uiwindow_sendSubviewToBack( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "sendSubviewToBack:" );
#define uiwindow_sendSubviewToBack_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_sendSubviewToBack_call( (id)object, methodSelector, arg0 );
#undef uiwindow_sendSubviewToBack_call
}
bool uiwindow_pointInside( uiwindow_t object, CGPoint arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "pointInside:withEvent:" );
#define uiwindow_pointInside_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, CGPoint, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
return uiwindow_pointInside_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_pointInside_call
}
void uiwindow_invalidateIntrinsicContentSize( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "invalidateIntrinsicContentSize" );
#define uiwindow_invalidateIntrinsicContentSize_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_invalidateIntrinsicContentSize_call( (id)object, methodSelector );
#undef uiwindow_invalidateIntrinsicContentSize_call
}
CGRect uiwindow_visibleBounds( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "visibleBounds" );
#define uiwindow_visibleBounds_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
return uiwindow_visibleBounds_call( (id)object, methodSelector );
#undef uiwindow_visibleBounds_call
}
bool uiwindow_isDescendantOfView( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "isDescendantOfView:" );
#define uiwindow_isDescendantOfView_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_isDescendantOfView_call( (id)object, methodSelector, arg0 );
#undef uiwindow_isDescendantOfView_call
}
void uiwindow_tintColorDidChange( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "tintColorDidChange" );
#define uiwindow_tintColorDidChange_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_tintColorDidChange_call( (id)object, methodSelector );
#undef uiwindow_tintColorDidChange_call
}
nsobject_t uiwindow_viewForFirstBaselineLayout( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "viewForFirstBaselineLayout" );
#define uiwindow_viewForFirstBaselineLayout_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_viewForFirstBaselineLayout_call( (id)object, methodSelector );
#undef uiwindow_viewForFirstBaselineLayout_call
}
nsobject_t uiwindow_viewForLastBaselineLayout( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "viewForLastBaselineLayout" );
#define uiwindow_viewForLastBaselineLayout_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_viewForLastBaselineLayout_call( (id)object, methodSelector );
#undef uiwindow_viewForLastBaselineLayout_call
}
void uiwindow_setFocusEffect( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setFocusEffect:" );
#define uiwindow_setFocusEffect_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setFocusEffect_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setFocusEffect_call
}
void uiwindow_layoutMarginsDidChange( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "layoutMarginsDidChange" );
#define uiwindow_layoutMarginsDidChange_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_layoutMarginsDidChange_call( (id)object, methodSelector );
#undef uiwindow_layoutMarginsDidChange_call
}
void uiwindow_removeInteraction( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "removeInteraction:" );
#define uiwindow_removeInteraction_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_removeInteraction_call( (id)object, methodSelector, arg0 );
#undef uiwindow_removeInteraction_call
}
bool uiwindow_preservesSuperviewLayoutMargins( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "preservesSuperviewLayoutMargins" );
#define uiwindow_preservesSuperviewLayoutMargins_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_preservesSuperviewLayoutMargins_call( (id)object, methodSelector );
#undef uiwindow_preservesSuperviewLayoutMargins_call
}
void uiwindow_setPreservesSuperviewLayoutMargins( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setPreservesSuperviewLayoutMargins:" );
#define uiwindow_setPreservesSuperviewLayoutMargins_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setPreservesSuperviewLayoutMargins_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setPreservesSuperviewLayoutMargins_call
}
void uiwindow_layoutBelowIfNeeded( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "layoutBelowIfNeeded" );
#define uiwindow_layoutBelowIfNeeded_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_layoutBelowIfNeeded_call( (id)object, methodSelector );
#undef uiwindow_layoutBelowIfNeeded_call
}
void uiwindow_insertSubview( uiwindow_t object, nsobject_t arg0, long long arg1 )
{
SEL methodSelector = sel_registerName( "insertSubview:atIndex:" );
#define uiwindow_insertSubview_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
uiwindow_insertSubview_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_insertSubview_call
}
nsobject_t uiwindow_layoutMarginsGuide( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "layoutMarginsGuide" );
#define uiwindow_layoutMarginsGuide_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_layoutMarginsGuide_call( (id)object, methodSelector );
#undef uiwindow_layoutMarginsGuide_call
}
nsobject_t uiwindow_lastBaselineAnchor( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "lastBaselineAnchor" );
#define uiwindow_lastBaselineAnchor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_lastBaselineAnchor_call( (id)object, methodSelector );
#undef uiwindow_lastBaselineAnchor_call
}
void uiwindow_setEdgesInsettingLayoutMarginsFromSafeArea( uiwindow_t object, unsigned long long arg0 )
{
SEL methodSelector = sel_registerName( "setEdgesInsettingLayoutMarginsFromSafeArea:" );
#define uiwindow_setEdgesInsettingLayoutMarginsFromSafeArea_call( obj, selector, arg0 ) ((void (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setEdgesInsettingLayoutMarginsFromSafeArea_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setEdgesInsettingLayoutMarginsFromSafeArea_call
}
void uiwindow_layoutSublayersOfLayer( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "layoutSublayersOfLayer:" );
#define uiwindow_layoutSublayersOfLayer_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_layoutSublayersOfLayer_call( (id)object, methodSelector, arg0 );
#undef uiwindow_layoutSublayersOfLayer_call
}
void uiwindow_setDirectionalLayoutMargins( uiwindow_t object, NSDirectionalEdgeInsets arg0 )
{
SEL methodSelector = sel_registerName( "setDirectionalLayoutMargins:" );
#define uiwindow_setDirectionalLayoutMargins_call( obj, selector, arg0 ) ((void (*)( id, SEL, NSDirectionalEdgeInsets ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setDirectionalLayoutMargins_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setDirectionalLayoutMargins_call
}
void uiwindow_addConstraint( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "addConstraint:" );
#define uiwindow_addConstraint_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_addConstraint_call( (id)object, methodSelector, arg0 );
#undef uiwindow_addConstraint_call
}
void uiwindow_setAllowsGroupOpacity( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setAllowsGroupOpacity:" );
#define uiwindow_setAllowsGroupOpacity_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAllowsGroupOpacity_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setAllowsGroupOpacity_call
}
bool uiwindow_translatesAutoresizingMaskIntoConstraints( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "translatesAutoresizingMaskIntoConstraints" );
#define uiwindow_translatesAutoresizingMaskIntoConstraints_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_translatesAutoresizingMaskIntoConstraints_call( (id)object, methodSelector );
#undef uiwindow_translatesAutoresizingMaskIntoConstraints_call
}
unsigned long long uiwindow_autoresizingMask( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "autoresizingMask" );
#define uiwindow_autoresizingMask_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_autoresizingMask_call( (id)object, methodSelector );
#undef uiwindow_autoresizingMask_call
}
bool uiwindow_containsView( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "containsView:" );
#define uiwindow_containsView_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_containsView_call( (id)object, methodSelector, arg0 );
#undef uiwindow_containsView_call
}
nsobject_t uiwindow_keyboardSceneDelegate( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "keyboardSceneDelegate" );
#define uiwindow_keyboardSceneDelegate_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_keyboardSceneDelegate_call( (id)object, methodSelector );
#undef uiwindow_keyboardSceneDelegate_call
}
nsobject_t uiwindow_hitTest( uiwindow_t object, CGPoint arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "hitTest:withEvent:" );
#define uiwindow_hitTest_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, CGPoint, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
return uiwindow_hitTest_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_hitTest_call
}
nsobject_t uiwindow_leftAnchor( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "leftAnchor" );
#define uiwindow_leftAnchor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_leftAnchor_call( (id)object, methodSelector );
#undef uiwindow_leftAnchor_call
}
nsobject_t uiwindow_safeAreaLayoutGuide( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "safeAreaLayoutGuide" );
#define uiwindow_safeAreaLayoutGuide_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_safeAreaLayoutGuide_call( (id)object, methodSelector );
#undef uiwindow_safeAreaLayoutGuide_call
}
void uiwindow_setExclusiveTouch( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setExclusiveTouch:" );
#define uiwindow_setExclusiveTouch_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setExclusiveTouch_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setExclusiveTouch_call
}
void uiwindow_removeConstraint( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "removeConstraint:" );
#define uiwindow_removeConstraint_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_removeConstraint_call( (id)object, methodSelector, arg0 );
#undef uiwindow_removeConstraint_call
}
nsobject_t uiwindow_firstBaselineAnchor( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "firstBaselineAnchor" );
#define uiwindow_firstBaselineAnchor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_firstBaselineAnchor_call( (id)object, methodSelector );
#undef uiwindow_firstBaselineAnchor_call
}
void uiwindow_removeConstraints( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "removeConstraints:" );
#define uiwindow_removeConstraints_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_removeConstraints_call( (id)object, methodSelector, arg0 );
#undef uiwindow_removeConstraints_call
}
bool uiwindow_allowsGroupOpacity( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "allowsGroupOpacity" );
#define uiwindow_allowsGroupOpacity_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_allowsGroupOpacity_call( (id)object, methodSelector );
#undef uiwindow_allowsGroupOpacity_call
}
void uiwindow_safeAreaInsetsDidChange( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "safeAreaInsetsDidChange" );
#define uiwindow_safeAreaInsetsDidChange_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_safeAreaInsetsDidChange_call( (id)object, methodSelector );
#undef uiwindow_safeAreaInsetsDidChange_call
}
void uiwindow_didMoveToSuperview( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "didMoveToSuperview" );
#define uiwindow_didMoveToSuperview_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_didMoveToSuperview_call( (id)object, methodSelector );
#undef uiwindow_didMoveToSuperview_call
}
void uiwindow_didMoveToWindow( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "didMoveToWindow" );
#define uiwindow_didMoveToWindow_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_didMoveToWindow_call( (id)object, methodSelector );
#undef uiwindow_didMoveToWindow_call
}
bool uiwindow_isUserInteractionEnabled( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "isUserInteractionEnabled" );
#define uiwindow_isUserInteractionEnabled_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_isUserInteractionEnabled_call( (id)object, methodSelector );
#undef uiwindow_isUserInteractionEnabled_call
}
void uiwindow_addAnimation( uiwindow_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "addAnimation:forKey:" );
#define uiwindow_addAnimation_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
uiwindow_addAnimation_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_addAnimation_call
}
void uiwindow_setContentScaleFactor( uiwindow_t object, double arg0 )
{
SEL methodSelector = sel_registerName( "setContentScaleFactor:" );
#define uiwindow_setContentScaleFactor_call( obj, selector, arg0 ) ((void (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setContentScaleFactor_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setContentScaleFactor_call
}
void uiwindow_drawLayer( uiwindow_t object, nsobject_t arg0, CGContext* arg1 )
{
SEL methodSelector = sel_registerName( "drawLayer:inContext:" );
#define uiwindow_drawLayer_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, CGContext* ))objc_msgSend) ( obj, selector, arg0, arg1 )
uiwindow_drawLayer_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_drawLayer_call
}
void uiwindow_layerWillDraw( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "layerWillDraw:" );
#define uiwindow_layerWillDraw_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_layerWillDraw_call( (id)object, methodSelector, arg0 );
#undef uiwindow_layerWillDraw_call
}
nsobject_t uiwindow_actionForLayer( uiwindow_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "actionForLayer:forKey:" );
#define uiwindow_actionForLayer_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
return uiwindow_actionForLayer_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_actionForLayer_call
}
void uiwindow_setAllowsGroupBlending( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setAllowsGroupBlending:" );
#define uiwindow_setAllowsGroupBlending_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAllowsGroupBlending_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setAllowsGroupBlending_call
}
void uiwindow_setNeedsDisplay( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "setNeedsDisplay" );
#define uiwindow_setNeedsDisplay_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_setNeedsDisplay_call( (id)object, methodSelector );
#undef uiwindow_setNeedsDisplay_call
}
void uiwindow_exchangeSubviewAtIndex( uiwindow_t object, long long arg0, long long arg1 )
{
SEL methodSelector = sel_registerName( "exchangeSubviewAtIndex:withSubviewAtIndex:" );
#define uiwindow_exchangeSubviewAtIndex_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, long long, long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
uiwindow_exchangeSubviewAtIndex_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_exchangeSubviewAtIndex_call
}
void uiwindow_bringSubviewToFront( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "bringSubviewToFront:" );
#define uiwindow_bringSubviewToFront_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_bringSubviewToFront_call( (id)object, methodSelector, arg0 );
#undef uiwindow_bringSubviewToFront_call
}
nsobject_t uiwindow_textInputView( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "textInputView" );
#define uiwindow_textInputView_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_textInputView_call( (id)object, methodSelector );
#undef uiwindow_textInputView_call
}
NSDirectionalEdgeInsets uiwindow_directionalLayoutMargins( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "directionalLayoutMargins" );
#define uiwindow_directionalLayoutMargins_call( obj, selector ) ((NSDirectionalEdgeInsets (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
return uiwindow_directionalLayoutMargins_call( (id)object, methodSelector );
#undef uiwindow_directionalLayoutMargins_call
}
void uiwindow_setEdgesPreservingSuperviewLayoutMargins( uiwindow_t object, unsigned long long arg0 )
{
SEL methodSelector = sel_registerName( "setEdgesPreservingSuperviewLayoutMargins:" );
#define uiwindow_setEdgesPreservingSuperviewLayoutMargins_call( obj, selector, arg0 ) ((void (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setEdgesPreservingSuperviewLayoutMargins_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setEdgesPreservingSuperviewLayoutMargins_call
}
CGRect uiwindow_alignmentRectForFrame( uiwindow_t object, CGRect arg0 )
{
SEL methodSelector = sel_registerName( "alignmentRectForFrame:" );
#define uiwindow_alignmentRectForFrame_call( obj, selector, arg0 ) ((CGRect (*)( id, SEL, CGRect ))abi_objc_msgSend_stret) ( obj, selector, arg0 )
return uiwindow_alignmentRectForFrame_call( (id)object, methodSelector, arg0 );
#undef uiwindow_alignmentRectForFrame_call
}
void uiwindow_drawRect( uiwindow_t object, CGRect arg0 )
{
SEL methodSelector = sel_registerName( "drawRect:" );
#define uiwindow_drawRect_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_drawRect_call( (id)object, methodSelector, arg0 );
#undef uiwindow_drawRect_call
}
bool uiwindow_allowsGroupBlending( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "allowsGroupBlending" );
#define uiwindow_allowsGroupBlending_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_allowsGroupBlending_call( (id)object, methodSelector );
#undef uiwindow_allowsGroupBlending_call
}
void uiwindow_didAddSubview( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "didAddSubview:" );
#define uiwindow_didAddSubview_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_didAddSubview_call( (id)object, methodSelector, arg0 );
#undef uiwindow_didAddSubview_call
}
void uiwindow_willRemoveSubview( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "willRemoveSubview:" );
#define uiwindow_willRemoveSubview_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_willRemoveSubview_call( (id)object, methodSelector, arg0 );
#undef uiwindow_willRemoveSubview_call
}
bool uiwindow_drawViewHierarchyInRect( uiwindow_t object, CGRect arg0, bool arg1 )
{
SEL methodSelector = sel_registerName( "drawViewHierarchyInRect:afterScreenUpdates:" );
#define uiwindow_drawViewHierarchyInRect_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, CGRect, bool ))objc_msgSend) ( obj, selector, arg0, arg1 )
return uiwindow_drawViewHierarchyInRect_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_drawViewHierarchyInRect_call
}
bool uiwindow_clipsToBounds( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "clipsToBounds" );
#define uiwindow_clipsToBounds_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_clipsToBounds_call( (id)object, methodSelector );
#undef uiwindow_clipsToBounds_call
}
nsobject_t uiwindow_minimumContentSizeCategory( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "minimumContentSizeCategory" );
#define uiwindow_minimumContentSizeCategory_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_minimumContentSizeCategory_call( (id)object, methodSelector );
#undef uiwindow_minimumContentSizeCategory_call
}
void uiwindow_setMinimumContentSizeCategory( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setMinimumContentSizeCategory:" );
#define uiwindow_setMinimumContentSizeCategory_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setMinimumContentSizeCategory_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setMinimumContentSizeCategory_call
}
nsobject_t uiwindow_maximumContentSizeCategory( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "maximumContentSizeCategory" );
#define uiwindow_maximumContentSizeCategory_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_maximumContentSizeCategory_call( (id)object, methodSelector );
#undef uiwindow_maximumContentSizeCategory_call
}
void uiwindow_setMaximumContentSizeCategory( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setMaximumContentSizeCategory:" );
#define uiwindow_setMaximumContentSizeCategory_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setMaximumContentSizeCategory_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setMaximumContentSizeCategory_call
}
nsobject_t uiwindow_appliedContentSizeCategoryLimitsDescription( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "appliedContentSizeCategoryLimitsDescription" );
#define uiwindow_appliedContentSizeCategoryLimitsDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_appliedContentSizeCategoryLimitsDescription_call( (id)object, methodSelector );
#undef uiwindow_appliedContentSizeCategoryLimitsDescription_call
}
UIEdgeInsets uiwindow_hitTestInsets( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "hitTestInsets" );
#define uiwindow_hitTestInsets_call( obj, selector ) ((UIEdgeInsets (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
return uiwindow_hitTestInsets_call( (id)object, methodSelector );
#undef uiwindow_hitTestInsets_call
}
void uiwindow_setHitTestInsets( uiwindow_t object, UIEdgeInsets arg0 )
{
SEL methodSelector = sel_registerName( "setHitTestInsets:" );
#define uiwindow_setHitTestInsets_call( obj, selector, arg0 ) ((void (*)( id, SEL, UIEdgeInsets ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setHitTestInsets_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setHitTestInsets_call
}
NSDirectionalEdgeInsets uiwindow_hitTestDirectionalInsets( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "hitTestDirectionalInsets" );
#define uiwindow_hitTestDirectionalInsets_call( obj, selector ) ((NSDirectionalEdgeInsets (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
return uiwindow_hitTestDirectionalInsets_call( (id)object, methodSelector );
#undef uiwindow_hitTestDirectionalInsets_call
}
void uiwindow_setHitTestDirectionalInsets( uiwindow_t object, NSDirectionalEdgeInsets arg0 )
{
SEL methodSelector = sel_registerName( "setHitTestDirectionalInsets:" );
#define uiwindow_setHitTestDirectionalInsets_call( obj, selector, arg0 ) ((void (*)( id, SEL, NSDirectionalEdgeInsets ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setHitTestDirectionalInsets_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setHitTestDirectionalInsets_call
}
void uiwindow_removeLayoutGuide( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "removeLayoutGuide:" );
#define uiwindow_removeLayoutGuide_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_removeLayoutGuide_call( (id)object, methodSelector, arg0 );
#undef uiwindow_removeLayoutGuide_call
}
void uiwindow_willMoveToSuperview( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "willMoveToSuperview:" );
#define uiwindow_willMoveToSuperview_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_willMoveToSuperview_call( (id)object, methodSelector, arg0 );
#undef uiwindow_willMoveToSuperview_call
}
void uiwindow_willMoveToWindow( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "willMoveToWindow:" );
#define uiwindow_willMoveToWindow_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_willMoveToWindow_call( (id)object, methodSelector, arg0 );
#undef uiwindow_willMoveToWindow_call
}
void uiwindow_setCompositingMode( uiwindow_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "setCompositingMode:" );
#define uiwindow_setCompositingMode_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setCompositingMode_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setCompositingMode_call
}
long long uiwindow_effectiveUserInterfaceLayoutDirection( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "effectiveUserInterfaceLayoutDirection" );
#define uiwindow_effectiveUserInterfaceLayoutDirection_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_effectiveUserInterfaceLayoutDirection_call( (id)object, methodSelector );
#undef uiwindow_effectiveUserInterfaceLayoutDirection_call
}
void uiwindow_setAutoresizesSubviews( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setAutoresizesSubviews:" );
#define uiwindow_setAutoresizesSubviews_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAutoresizesSubviews_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setAutoresizesSubviews_call
}
float uiwindow_contentCompressionResistancePriorityForAxis( uiwindow_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "contentCompressionResistancePriorityForAxis:" );
#define uiwindow_contentCompressionResistancePriorityForAxis_call( obj, selector, arg0 ) ((float (*)( id, SEL, long long ))abi_objc_msgSend_fpret) ( obj, selector, arg0 )
return uiwindow_contentCompressionResistancePriorityForAxis_call( (id)object, methodSelector, arg0 );
#undef uiwindow_contentCompressionResistancePriorityForAxis_call
}
CGRect uiwindow_frameForAlignmentRect( uiwindow_t object, CGRect arg0 )
{
SEL methodSelector = sel_registerName( "frameForAlignmentRect:" );
#define uiwindow_frameForAlignmentRect_call( obj, selector, arg0 ) ((CGRect (*)( id, SEL, CGRect ))abi_objc_msgSend_stret) ( obj, selector, arg0 )
return uiwindow_frameForAlignmentRect_call( (id)object, methodSelector, arg0 );
#undef uiwindow_frameForAlignmentRect_call
}
void uiwindow_setTag( uiwindow_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "setTag:" );
#define uiwindow_setTag_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setTag_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setTag_call
}
long long uiwindow_semanticContentAttribute( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "semanticContentAttribute" );
#define uiwindow_semanticContentAttribute_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_semanticContentAttribute_call( (id)object, methodSelector );
#undef uiwindow_semanticContentAttribute_call
}
void uiwindow_setCharge( uiwindow_t object, float arg0 )
{
SEL methodSelector = sel_registerName( "setCharge:" );
#define uiwindow_setCharge_call( obj, selector, arg0 ) ((void (*)( id, SEL, float ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setCharge_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setCharge_call
}
void uiwindow_setInsetsLayoutMarginsFromSafeArea( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setInsetsLayoutMarginsFromSafeArea:" );
#define uiwindow_setInsetsLayoutMarginsFromSafeArea_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setInsetsLayoutMarginsFromSafeArea_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setInsetsLayoutMarginsFromSafeArea_call
}
nsobject_t uiwindow_snapshotViewAfterScreenUpdates( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "snapshotViewAfterScreenUpdates:" );
#define uiwindow_snapshotViewAfterScreenUpdates_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_snapshotViewAfterScreenUpdates_call( (id)object, methodSelector, arg0 );
#undef uiwindow_snapshotViewAfterScreenUpdates_call
}
float uiwindow_contentHuggingPriorityForAxis( uiwindow_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "contentHuggingPriorityForAxis:" );
#define uiwindow_contentHuggingPriorityForAxis_call( obj, selector, arg0 ) ((float (*)( id, SEL, long long ))abi_objc_msgSend_fpret) ( obj, selector, arg0 )
return uiwindow_contentHuggingPriorityForAxis_call( (id)object, methodSelector, arg0 );
#undef uiwindow_contentHuggingPriorityForAxis_call
}
bool uiwindow_insetsLayoutMarginsFromSafeArea( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "insetsLayoutMarginsFromSafeArea" );
#define uiwindow_insetsLayoutMarginsFromSafeArea_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_insetsLayoutMarginsFromSafeArea_call( (id)object, methodSelector );
#undef uiwindow_insetsLayoutMarginsFromSafeArea_call
}
void uiwindow_setFocusGroupIdentifier( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setFocusGroupIdentifier:" );
#define uiwindow_setFocusGroupIdentifier_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setFocusGroupIdentifier_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setFocusGroupIdentifier_call
}
void uiwindow_setLargeContentTitle( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setLargeContentTitle:" );
#define uiwindow_setLargeContentTitle_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setLargeContentTitle_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setLargeContentTitle_call
}
void uiwindow_setShowsLargeContentViewer( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setShowsLargeContentViewer:" );
#define uiwindow_setShowsLargeContentViewer_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setShowsLargeContentViewer_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setShowsLargeContentViewer_call
}
nsobject_t uiwindow_recursiveDescription( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "recursiveDescription" );
#define uiwindow_recursiveDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_recursiveDescription_call( (id)object, methodSelector );
#undef uiwindow_recursiveDescription_call
}
void uiwindow_setMultipleTouchEnabled( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setMultipleTouchEnabled:" );
#define uiwindow_setMultipleTouchEnabled_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setMultipleTouchEnabled_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setMultipleTouchEnabled_call
}
void uiwindow_forceDisplayIfNeeded( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "forceDisplayIfNeeded" );
#define uiwindow_forceDisplayIfNeeded_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_forceDisplayIfNeeded_call( (id)object, methodSelector );
#undef uiwindow_forceDisplayIfNeeded_call
}
CATransform3D uiwindow_transform3D( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "transform3D" );
#define uiwindow_transform3D_call( obj, selector ) ((CATransform3D (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
return uiwindow_transform3D_call( (id)object, methodSelector );
#undef uiwindow_transform3D_call
}
void uiwindow_setTransform3D( uiwindow_t object, CATransform3D arg0 )
{
SEL methodSelector = sel_registerName( "setTransform3D:" );
#define uiwindow_setTransform3D_call( obj, selector, arg0 ) ((void (*)( id, SEL, CATransform3D ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setTransform3D_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setTransform3D_call
}
nsobject_t uiwindow_readableContentGuide( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "readableContentGuide" );
#define uiwindow_readableContentGuide_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_readableContentGuide_call( (id)object, methodSelector );
#undef uiwindow_readableContentGuide_call
}
void uiwindow_setSafeAreaInsets( uiwindow_t object, UIEdgeInsets arg0 )
{
SEL methodSelector = sel_registerName( "setSafeAreaInsets:" );
#define uiwindow_setSafeAreaInsets_call( obj, selector, arg0 ) ((void (*)( id, SEL, UIEdgeInsets ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setSafeAreaInsets_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setSafeAreaInsets_call
}
unsigned long long uiwindow_edgesInsettingLayoutMarginsFromSafeArea( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "edgesInsettingLayoutMarginsFromSafeArea" );
#define uiwindow_edgesInsettingLayoutMarginsFromSafeArea_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_edgesInsettingLayoutMarginsFromSafeArea_call( (id)object, methodSelector );
#undef uiwindow_edgesInsettingLayoutMarginsFromSafeArea_call
}
bool uiwindow_layoutMarginsFollowReadableWidth( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "layoutMarginsFollowReadableWidth" );
#define uiwindow_layoutMarginsFollowReadableWidth_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_layoutMarginsFollowReadableWidth_call( (id)object, methodSelector );
#undef uiwindow_layoutMarginsFollowReadableWidth_call
}
void uiwindow_setLayoutMarginsFollowReadableWidth( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setLayoutMarginsFollowReadableWidth:" );
#define uiwindow_setLayoutMarginsFollowReadableWidth_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setLayoutMarginsFollowReadableWidth_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setLayoutMarginsFollowReadableWidth_call
}
bool uiwindow_needsUpdateConstraints( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "needsUpdateConstraints" );
#define uiwindow_needsUpdateConstraints_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_needsUpdateConstraints_call( (id)object, methodSelector );
#undef uiwindow_needsUpdateConstraints_call
}
nsobject_t uiwindow_viewWithTag( uiwindow_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "viewWithTag:" );
#define uiwindow_viewWithTag_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_viewWithTag_call( (id)object, methodSelector, arg0 );
#undef uiwindow_viewWithTag_call
}
bool uiwindow_endEditing( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "endEditing:" );
#define uiwindow_endEditing_call( obj, selector, arg0 ) ((bool (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_endEditing_call( (id)object, methodSelector, arg0 );
#undef uiwindow_endEditing_call
}
void uiwindow_setOrigin( uiwindow_t object, CGPoint arg0 )
{
SEL methodSelector = sel_registerName( "setOrigin:" );
#define uiwindow_setOrigin_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setOrigin_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setOrigin_call
}
void uiwindow_setMaskView( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setMaskView:" );
#define uiwindow_setMaskView_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setMaskView_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setMaskView_call
}
void uiwindow_setDeliversTouchesForGesturesToSuperview( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setDeliversTouchesForGesturesToSuperview:" );
#define uiwindow_setDeliversTouchesForGesturesToSuperview_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setDeliversTouchesForGesturesToSuperview_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setDeliversTouchesForGesturesToSuperview_call
}
bool uiwindow_autoresizesSubviews( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "autoresizesSubviews" );
#define uiwindow_autoresizesSubviews_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_autoresizesSubviews_call( (id)object, methodSelector );
#undef uiwindow_autoresizesSubviews_call
}
nsobject_t uiwindow_nsli_superitem( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "nsli_superitem" );
#define uiwindow_nsli_superitem_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_nsli_superitem_call( (id)object, methodSelector );
#undef uiwindow_nsli_superitem_call
}
long long uiwindow_overrideUserInterfaceStyle( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "overrideUserInterfaceStyle" );
#define uiwindow_overrideUserInterfaceStyle_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_overrideUserInterfaceStyle_call( (id)object, methodSelector );
#undef uiwindow_overrideUserInterfaceStyle_call
}
void uiwindow_setOverrideUserInterfaceStyle( uiwindow_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "setOverrideUserInterfaceStyle:" );
#define uiwindow_setOverrideUserInterfaceStyle_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setOverrideUserInterfaceStyle_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setOverrideUserInterfaceStyle_call
}
nsobject_t uiwindow_layoutGuides( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "layoutGuides" );
#define uiwindow_layoutGuides_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_layoutGuides_call( (id)object, methodSelector );
#undef uiwindow_layoutGuides_call
}
nsobject_t uiwindow_resizableSnapshotViewFromRect( uiwindow_t object, CGRect arg0, bool arg1, UIEdgeInsets arg2 )
{
SEL methodSelector = sel_registerName( "resizableSnapshotViewFromRect:afterScreenUpdates:withCapInsets:" );
#define uiwindow_resizableSnapshotViewFromRect_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, CGRect, bool, UIEdgeInsets ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
return uiwindow_resizableSnapshotViewFromRect_call( (id)object, methodSelector, arg0, arg1, arg2 );
#undef uiwindow_resizableSnapshotViewFromRect_call
}
void uiwindow_updateUserActivityState( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "updateUserActivityState:" );
#define uiwindow_updateUserActivityState_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_updateUserActivityState_call( (id)object, methodSelector, arg0 );
#undef uiwindow_updateUserActivityState_call
}
void uiwindow_restoreUserActivityState( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "restoreUserActivityState:" );
#define uiwindow_restoreUserActivityState_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_restoreUserActivityState_call( (id)object, methodSelector, arg0 );
#undef uiwindow_restoreUserActivityState_call
}
void uiwindow_setNeedsDisplayOnBoundsChange( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setNeedsDisplayOnBoundsChange:" );
#define uiwindow_setNeedsDisplayOnBoundsChange_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setNeedsDisplayOnBoundsChange_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setNeedsDisplayOnBoundsChange_call
}
bool uiwindow_needsDisplayOnBoundsChange( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "needsDisplayOnBoundsChange" );
#define uiwindow_needsDisplayOnBoundsChange_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_needsDisplayOnBoundsChange_call( (id)object, methodSelector );
#undef uiwindow_needsDisplayOnBoundsChange_call
}
nsobject_t uiwindow_snapshotView( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "snapshotView" );
#define uiwindow_snapshotView_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_snapshotView_call( (id)object, methodSelector );
#undef uiwindow_snapshotView_call
}
bool uiwindow_clearsContextBeforeDrawing( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "clearsContextBeforeDrawing" );
#define uiwindow_clearsContextBeforeDrawing_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_clearsContextBeforeDrawing_call( (id)object, methodSelector );
#undef uiwindow_clearsContextBeforeDrawing_call
}
bool uiwindow_cancelTouchTracking( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "cancelTouchTracking" );
#define uiwindow_cancelTouchTracking_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_cancelTouchTracking_call( (id)object, methodSelector );
#undef uiwindow_cancelTouchTracking_call
}
bool uiwindow_cancelMouseTracking( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "cancelMouseTracking" );
#define uiwindow_cancelMouseTracking_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_cancelMouseTracking_call( (id)object, methodSelector );
#undef uiwindow_cancelMouseTracking_call
}
CGRect uiwindow_hitRect( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "hitRect" );
#define uiwindow_hitRect_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
return uiwindow_hitRect_call( (id)object, methodSelector );
#undef uiwindow_hitRect_call
}
void uiwindow_setClipsSubviews( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setClipsSubviews:" );
#define uiwindow_setClipsSubviews_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setClipsSubviews_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setClipsSubviews_call
}
bool uiwindow_useBlockyMagnificationInClassic( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "useBlockyMagnificationInClassic" );
#define uiwindow_useBlockyMagnificationInClassic_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_useBlockyMagnificationInClassic_call( (id)object, methodSelector );
#undef uiwindow_useBlockyMagnificationInClassic_call
}
float uiwindow_charge( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "charge" );
#define uiwindow_charge_call( obj, selector ) ((float (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
return uiwindow_charge_call( (id)object, methodSelector );
#undef uiwindow_charge_call
}
nsobject_t uiwindow_inputResponderController( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "inputResponderController" );
#define uiwindow_inputResponderController_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_inputResponderController_call( (id)object, methodSelector );
#undef uiwindow_inputResponderController_call
}
bool uiwindow_showsLargeContentViewer( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "showsLargeContentViewer" );
#define uiwindow_showsLargeContentViewer_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_showsLargeContentViewer_call( (id)object, methodSelector );
#undef uiwindow_showsLargeContentViewer_call
}
void uiwindow_setLargeContentImage( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setLargeContentImage:" );
#define uiwindow_setLargeContentImage_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setLargeContentImage_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setLargeContentImage_call
}
void uiwindow_setScalesLargeContentImage( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setScalesLargeContentImage:" );
#define uiwindow_setScalesLargeContentImage_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setScalesLargeContentImage_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setScalesLargeContentImage_call
}
void uiwindow_setLargeContentImageInsets( uiwindow_t object, UIEdgeInsets arg0 )
{
SEL methodSelector = sel_registerName( "setLargeContentImageInsets:" );
#define uiwindow_setLargeContentImageInsets_call( obj, selector, arg0 ) ((void (*)( id, SEL, UIEdgeInsets ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setLargeContentImageInsets_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setLargeContentImageInsets_call
}
CGPoint uiwindow_frameOrigin( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "frameOrigin" );
#define uiwindow_frameOrigin_call( obj, selector ) ((CGPoint (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_frameOrigin_call( (id)object, methodSelector );
#undef uiwindow_frameOrigin_call
}
int uiwindow_textEffectsVisibilityLevel( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "textEffectsVisibilityLevel" );
#define uiwindow_textEffectsVisibilityLevel_call( obj, selector ) ((int (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_textEffectsVisibilityLevel_call( (id)object, methodSelector );
#undef uiwindow_textEffectsVisibilityLevel_call
}
nsobject_t uiwindow_maskView( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "maskView" );
#define uiwindow_maskView_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_maskView_call( (id)object, methodSelector );
#undef uiwindow_maskView_call
}
nsobject_t uiwindow_focusGuides( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "focusGuides" );
#define uiwindow_focusGuides_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_focusGuides_call( (id)object, methodSelector );
#undef uiwindow_focusGuides_call
}
void uiwindow_reduceWidth( uiwindow_t object, double arg0 )
{
SEL methodSelector = sel_registerName( "reduceWidth:" );
#define uiwindow_reduceWidth_call( obj, selector, arg0 ) ((void (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_reduceWidth_call( (id)object, methodSelector, arg0 );
#undef uiwindow_reduceWidth_call
}
int uiwindow_textEffectsVisibilityLevelInKeyboardWindow( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "textEffectsVisibilityLevelInKeyboardWindow" );
#define uiwindow_textEffectsVisibilityLevelInKeyboardWindow_call( obj, selector ) ((int (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_textEffectsVisibilityLevelInKeyboardWindow_call( (id)object, methodSelector );
#undef uiwindow_textEffectsVisibilityLevelInKeyboardWindow_call
}
void uiwindow_recursivelyForceDisplayIfNeeded( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "recursivelyForceDisplayIfNeeded" );
#define uiwindow_recursivelyForceDisplayIfNeeded_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_recursivelyForceDisplayIfNeeded_call( (id)object, methodSelector );
#undef uiwindow_recursivelyForceDisplayIfNeeded_call
}
void uiwindow_constraintsDidChangeInEngine( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "constraintsDidChangeInEngine:" );
#define uiwindow_constraintsDidChangeInEngine_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_constraintsDidChangeInEngine_call( (id)object, methodSelector, arg0 );
#undef uiwindow_constraintsDidChangeInEngine_call
}
void uiwindow_resizeSubviewsWithOldSize( uiwindow_t object, CGSize arg0 )
{
SEL methodSelector = sel_registerName( "resizeSubviewsWithOldSize:" );
#define uiwindow_resizeSubviewsWithOldSize_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_resizeSubviewsWithOldSize_call( (id)object, methodSelector, arg0 );
#undef uiwindow_resizeSubviewsWithOldSize_call
}
nsobject_t uiwindow_viewPrintFormatter( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "viewPrintFormatter" );
#define uiwindow_viewPrintFormatter_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_viewPrintFormatter_call( (id)object, methodSelector );
#undef uiwindow_viewPrintFormatter_call
}
bool uiwindow_deliversButtonsForGesturesToSuperview( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "deliversButtonsForGesturesToSuperview" );
#define uiwindow_deliversButtonsForGesturesToSuperview_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_deliversButtonsForGesturesToSuperview_call( (id)object, methodSelector );
#undef uiwindow_deliversButtonsForGesturesToSuperview_call
}
void uiwindow_setGestureRecognizers( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setGestureRecognizers:" );
#define uiwindow_setGestureRecognizers_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setGestureRecognizers_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setGestureRecognizers_call
}
bool uiwindow_deliversTouchesForGesturesToSuperview( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "deliversTouchesForGesturesToSuperview" );
#define uiwindow_deliversTouchesForGesturesToSuperview_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_deliversTouchesForGesturesToSuperview_call( (id)object, methodSelector );
#undef uiwindow_deliversTouchesForGesturesToSuperview_call
}
bool uiwindow_isMultipleTouchEnabled( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "isMultipleTouchEnabled" );
#define uiwindow_isMultipleTouchEnabled_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_isMultipleTouchEnabled_call( (id)object, methodSelector );
#undef uiwindow_isMultipleTouchEnabled_call
}
void uiwindow_movedToSuperview( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "movedToSuperview:" );
#define uiwindow_movedToSuperview_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_movedToSuperview_call( (id)object, methodSelector, arg0 );
#undef uiwindow_movedToSuperview_call
}
void uiwindow_set_ui_frame( uiwindow_t object, CGRect arg0 )
{
SEL methodSelector = sel_registerName( "set_ui_frame:" );
#define uiwindow_set_ui_frame_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_set_ui_frame_call( (id)object, methodSelector, arg0 );
#undef uiwindow_set_ui_frame_call
}
void uiwindow_set_ui_usesManualLayout( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "set_ui_usesManualLayout:" );
#define uiwindow_set_ui_usesManualLayout_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_set_ui_usesManualLayout_call( (id)object, methodSelector, arg0 );
#undef uiwindow_set_ui_usesManualLayout_call
}
long long uiwindow_compareTextEffectsOrdering( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "compareTextEffectsOrdering:" );
#define uiwindow_compareTextEffectsOrdering_call( obj, selector, arg0 ) ((long long (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_compareTextEffectsOrdering_call( (id)object, methodSelector, arg0 );
#undef uiwindow_compareTextEffectsOrdering_call
}
void uiwindow_interactionTintColorDidChange( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "interactionTintColorDidChange" );
#define uiwindow_interactionTintColorDidChange_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_interactionTintColorDidChange_call( (id)object, methodSelector );
#undef uiwindow_interactionTintColorDidChange_call
}
nsobject_t uiwindow_viewForBaselineLayout( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "viewForBaselineLayout" );
#define uiwindow_viewForBaselineLayout_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_viewForBaselineLayout_call( (id)object, methodSelector );
#undef uiwindow_viewForBaselineLayout_call
}
CGSize uiwindow_nsli_engineToUserScalingCoefficients( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "nsli_engineToUserScalingCoefficients" );
#define uiwindow_nsli_engineToUserScalingCoefficients_call( obj, selector ) ((CGSize (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_nsli_engineToUserScalingCoefficients_call( (id)object, methodSelector );
#undef uiwindow_nsli_engineToUserScalingCoefficients_call
}
nsobject_t uiwindow_nsli_minYVariable( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "nsli_minYVariable" );
#define uiwindow_nsli_minYVariable_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_nsli_minYVariable_call( (id)object, methodSelector );
#undef uiwindow_nsli_minYVariable_call
}
nsobject_t uiwindow_nsli_boundsHeightVariable( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "nsli_boundsHeightVariable" );
#define uiwindow_nsli_boundsHeightVariable_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_nsli_boundsHeightVariable_call( (id)object, methodSelector );
#undef uiwindow_nsli_boundsHeightVariable_call
}
nsobject_t uiwindow_nsli_boundsWidthVariable( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "nsli_boundsWidthVariable" );
#define uiwindow_nsli_boundsWidthVariable_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_nsli_boundsWidthVariable_call( (id)object, methodSelector );
#undef uiwindow_nsli_boundsWidthVariable_call
}
nsobject_t uiwindow_nsli_minXVariable( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "nsli_minXVariable" );
#define uiwindow_nsli_minXVariable_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_nsli_minXVariable_call( (id)object, methodSelector );
#undef uiwindow_nsli_minXVariable_call
}
nsobject_t uiwindow_nsli_contentHeightVariable( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "nsli_contentHeightVariable" );
#define uiwindow_nsli_contentHeightVariable_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_nsli_contentHeightVariable_call( (id)object, methodSelector );
#undef uiwindow_nsli_contentHeightVariable_call
}
nsobject_t uiwindow_nsli_contentWidthVariable( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "nsli_contentWidthVariable" );
#define uiwindow_nsli_contentWidthVariable_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_nsli_contentWidthVariable_call( (id)object, methodSelector );
#undef uiwindow_nsli_contentWidthVariable_call
}
void uiwindow_nsli_addConstraint( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "nsli_addConstraint:" );
#define uiwindow_nsli_addConstraint_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_nsli_addConstraint_call( (id)object, methodSelector, arg0 );
#undef uiwindow_nsli_addConstraint_call
}
nsobject_t uiwindow_nsli_layoutMarginsItem( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "nsli_layoutMarginsItem" );
#define uiwindow_nsli_layoutMarginsItem_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_nsli_layoutMarginsItem_call( (id)object, methodSelector );
#undef uiwindow_nsli_layoutMarginsItem_call
}
bool uiwindow_nsli_removeConstraint( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "nsli_removeConstraint:" );
#define uiwindow_nsli_removeConstraint_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_nsli_removeConstraint_call( (id)object, methodSelector, arg0 );
#undef uiwindow_nsli_removeConstraint_call
}
nsobject_t uiwindow_constraintsAffectingLayoutForAxis( uiwindow_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "constraintsAffectingLayoutForAxis:" );
#define uiwindow_constraintsAffectingLayoutForAxis_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_constraintsAffectingLayoutForAxis_call( (id)object, methodSelector, arg0 );
#undef uiwindow_constraintsAffectingLayoutForAxis_call
}
nsobject_t uiwindow_nsli_layoutEngine( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "nsli_layoutEngine" );
#define uiwindow_nsli_layoutEngine_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_nsli_layoutEngine_call( (id)object, methodSelector );
#undef uiwindow_nsli_layoutEngine_call
}
nsobject_t uiwindow_nsli_installedConstraints( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "nsli_installedConstraints" );
#define uiwindow_nsli_installedConstraints_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_nsli_installedConstraints_call( (id)object, methodSelector );
#undef uiwindow_nsli_installedConstraints_call
}
double uiwindow_nsli_marginOffsetForAttribute( uiwindow_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "nsli_marginOffsetForAttribute:" );
#define uiwindow_nsli_marginOffsetForAttribute_call( obj, selector, arg0 ) ((double (*)( id, SEL, long long ))abi_objc_msgSend_fpret) ( obj, selector, arg0 )
return uiwindow_nsli_marginOffsetForAttribute_call( (id)object, methodSelector, arg0 );
#undef uiwindow_nsli_marginOffsetForAttribute_call
}
nsobject_t uiwindow_nsli_description( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "nsli_description" );
#define uiwindow_nsli_description_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_nsli_description_call( (id)object, methodSelector );
#undef uiwindow_nsli_description_call
}
CGSize uiwindow_nsli_engineToUserScalingCoefficientsInEngine( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "nsli_engineToUserScalingCoefficientsInEngine:" );
#define uiwindow_nsli_engineToUserScalingCoefficientsInEngine_call( obj, selector, arg0 ) ((CGSize (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_nsli_engineToUserScalingCoefficientsInEngine_call( (id)object, methodSelector, arg0 );
#undef uiwindow_nsli_engineToUserScalingCoefficientsInEngine_call
}
bool uiwindow_nsli_lowerAttribute( uiwindow_t object, int arg0, nsobject_t arg1, double arg2, nsobject_t arg3, nsobject_t arg4 )
{
SEL methodSelector = sel_registerName( "nsli_lowerAttribute:intoExpression:withCoefficient:forConstraint:onBehalfOfLayoutGuide:" );
#define uiwindow_nsli_lowerAttribute_call( obj, selector, arg0, arg1, arg2, arg3, arg4 ) ((bool (*)( id, SEL, int, nsobject_t, double, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3, arg4 )
return uiwindow_nsli_lowerAttribute_call( (id)object, methodSelector, arg0, arg1, arg2, arg3, arg4 );
#undef uiwindow_nsli_lowerAttribute_call
}
nsobject_t uiwindow_nsli_contentXOffsetVariable( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "nsli_contentXOffsetVariable" );
#define uiwindow_nsli_contentXOffsetVariable_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_nsli_contentXOffsetVariable_call( (id)object, methodSelector );
#undef uiwindow_nsli_contentXOffsetVariable_call
}
nsobject_t uiwindow_nsli_contentYOffsetVariable( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "nsli_contentYOffsetVariable" );
#define uiwindow_nsli_contentYOffsetVariable_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_nsli_contentYOffsetVariable_call( (id)object, methodSelector );
#undef uiwindow_nsli_contentYOffsetVariable_call
}
bool uiwindow_nsli_defaultResolvedValue( uiwindow_t object, double* arg0, nsobject_t arg1, nsobject_t arg2, nsobject_t* arg3 )
{
SEL methodSelector = sel_registerName( "nsli_defaultResolvedValue:forSymbolicConstant:inConstraint:error:" );
#define uiwindow_nsli_defaultResolvedValue_call( obj, selector, arg0, arg1, arg2, arg3 ) ((bool (*)( id, SEL, double*, nsobject_t, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
return uiwindow_nsli_defaultResolvedValue_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
#undef uiwindow_nsli_defaultResolvedValue_call
}
void uiwindow_nsis_valueOfVariable( uiwindow_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "nsis_valueOfVariable:didChangeInEngine:" );
#define uiwindow_nsis_valueOfVariable_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
uiwindow_nsis_valueOfVariable_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_nsis_valueOfVariable_call
}
nsobject_t uiwindow_nsis_descriptionOfVariable( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "nsis_descriptionOfVariable:" );
#define uiwindow_nsis_descriptionOfVariable_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_nsis_descriptionOfVariable_call( (id)object, methodSelector, arg0 );
#undef uiwindow_nsis_descriptionOfVariable_call
}
int uiwindow_nsis_orientationHintForVariable( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "nsis_orientationHintForVariable:" );
#define uiwindow_nsis_orientationHintForVariable_call( obj, selector, arg0 ) ((int (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_nsis_orientationHintForVariable_call( (id)object, methodSelector, arg0 );
#undef uiwindow_nsis_orientationHintForVariable_call
}
bool uiwindow_nsis_shouldIntegralizeVariable( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "nsis_shouldIntegralizeVariable:" );
#define uiwindow_nsis_shouldIntegralizeVariable_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_nsis_shouldIntegralizeVariable_call( (id)object, methodSelector, arg0 );
#undef uiwindow_nsis_shouldIntegralizeVariable_call
}
bool uiwindow_nsis_valueOfVariableIsUserObservable( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "nsis_valueOfVariableIsUserObservable:" );
#define uiwindow_nsis_valueOfVariableIsUserObservable_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_nsis_valueOfVariableIsUserObservable_call( (id)object, methodSelector, arg0 );
#undef uiwindow_nsis_valueOfVariableIsUserObservable_call
}
CGSize uiwindow_nsli_convertSizeToEngineSpace( uiwindow_t object, CGSize arg0 )
{
SEL methodSelector = sel_registerName( "nsli_convertSizeToEngineSpace:" );
#define uiwindow_nsli_convertSizeToEngineSpace_call( obj, selector, arg0 ) ((CGSize (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_nsli_convertSizeToEngineSpace_call( (id)object, methodSelector, arg0 );
#undef uiwindow_nsli_convertSizeToEngineSpace_call
}
CGSize uiwindow_nsli_convertSizeFromEngineSpace( uiwindow_t object, CGSize arg0 )
{
SEL methodSelector = sel_registerName( "nsli_convertSizeFromEngineSpace:" );
#define uiwindow_nsli_convertSizeFromEngineSpace_call( obj, selector, arg0 ) ((CGSize (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_nsli_convertSizeFromEngineSpace_call( (id)object, methodSelector, arg0 );
#undef uiwindow_nsli_convertSizeFromEngineSpace_call
}
bool uiwindow_nsli_resolvedValue( uiwindow_t object, double* arg0, nsobject_t arg1, nsobject_t arg2, nsobject_t* arg3 )
{
SEL methodSelector = sel_registerName( "nsli_resolvedValue:forSymbolicConstant:inConstraint:error:" );
#define uiwindow_nsli_resolvedValue_call( obj, selector, arg0, arg1, arg2, arg3 ) ((bool (*)( id, SEL, double*, nsobject_t, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
return uiwindow_nsli_resolvedValue_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
#undef uiwindow_nsli_resolvedValue_call
}
bool uiwindow_nsli_descriptionIncludesPointer( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "nsli_descriptionIncludesPointer" );
#define uiwindow_nsli_descriptionIncludesPointer_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_nsli_descriptionIncludesPointer_call( (id)object, methodSelector );
#undef uiwindow_nsli_descriptionIncludesPointer_call
}
unsigned long long uiwindow_nsli_autoresizingMask( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "nsli_autoresizingMask" );
#define uiwindow_nsli_autoresizingMask_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_nsli_autoresizingMask_call( (id)object, methodSelector );
#undef uiwindow_nsli_autoresizingMask_call
}
bool uiwindow_nsli_isFlipped( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "nsli_isFlipped" );
#define uiwindow_nsli_isFlipped_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_nsli_isFlipped_call( (id)object, methodSelector );
#undef uiwindow_nsli_isFlipped_call
}
bool uiwindow_nsli_isCollectingConstraintChangesForLaterCoordinatedFlush( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "nsli_isCollectingConstraintChangesForLaterCoordinatedFlush:" );
#define uiwindow_nsli_isCollectingConstraintChangesForLaterCoordinatedFlush_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_nsli_isCollectingConstraintChangesForLaterCoordinatedFlush_call( (id)object, methodSelector, arg0 );
#undef uiwindow_nsli_isCollectingConstraintChangesForLaterCoordinatedFlush_call
}
bool uiwindow_nsli_canHostIndependentVariableAnchor( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "nsli_canHostIndependentVariableAnchor" );
#define uiwindow_nsli_canHostIndependentVariableAnchor_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_nsli_canHostIndependentVariableAnchor_call( (id)object, methodSelector );
#undef uiwindow_nsli_canHostIndependentVariableAnchor_call
}
bool uiwindow_nsli_isLegalConstraintItem( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "nsli_isLegalConstraintItem" );
#define uiwindow_nsli_isLegalConstraintItem_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_nsli_isLegalConstraintItem_call( (id)object, methodSelector );
#undef uiwindow_nsli_isLegalConstraintItem_call
}
bool uiwindow_nsli_isRTL( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "nsli_isRTL" );
#define uiwindow_nsli_isRTL_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_nsli_isRTL_call( (id)object, methodSelector );
#undef uiwindow_nsli_isRTL_call
}
nsobject_t uiwindow_nsli_layoutAnchorForAttribute( uiwindow_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "nsli_layoutAnchorForAttribute:" );
#define uiwindow_nsli_layoutAnchorForAttribute_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_nsli_layoutAnchorForAttribute_call( (id)object, methodSelector, arg0 );
#undef uiwindow_nsli_layoutAnchorForAttribute_call
}
nsobject_t uiwindow_nsli_constraintWithAnchor( uiwindow_t object, nsobject_t arg0, long long arg1, nsobject_t arg2, double arg3 )
{
SEL methodSelector = sel_registerName( "nsli_constraintWithAnchor:relatedBy:toAnchor:withSystemSpacingMultipliedBy:" );
#define uiwindow_nsli_constraintWithAnchor_call( obj, selector, arg0, arg1, arg2, arg3 ) ((nsobject_t (*)( id, SEL, nsobject_t, long long, nsobject_t, double ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
return uiwindow_nsli_constraintWithAnchor_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
#undef uiwindow_nsli_constraintWithAnchor_call
}
nsobject_t uiwindow_nsli_widthVariable( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "nsli_widthVariable" );
#define uiwindow_nsli_widthVariable_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_nsli_widthVariable_call( (id)object, methodSelector );
#undef uiwindow_nsli_widthVariable_call
}
nsobject_t uiwindow_nsli_heightVariable( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "nsli_heightVariable" );
#define uiwindow_nsli_heightVariable_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_nsli_heightVariable_call( (id)object, methodSelector );
#undef uiwindow_nsli_heightVariable_call
}
void uiwindow_solutionDidChangeInEngine( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "solutionDidChangeInEngine:" );
#define uiwindow_solutionDidChangeInEngine_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_solutionDidChangeInEngine_call( (id)object, methodSelector, arg0 );
#undef uiwindow_solutionDidChangeInEngine_call
}
nsobject_t uiwindow_engine( uiwindow_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "engine:markerForConstraintToBreakAmongConstraints:" );
#define uiwindow_engine_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
return uiwindow_engine_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_engine_call
}
void uiwindow_stopSettingPresentationValueForKey( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "stopSettingPresentationValueForKey:" );
#define uiwindow_stopSettingPresentationValueForKey_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_stopSettingPresentationValueForKey_call( (id)object, methodSelector, arg0 );
#undef uiwindow_stopSettingPresentationValueForKey_call
}
void uiwindow_setContentsPosition( uiwindow_t object, int arg0 )
{
SEL methodSelector = sel_registerName( "setContentsPosition:" );
#define uiwindow_setContentsPosition_call( obj, selector, arg0 ) ((void (*)( id, SEL, int ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setContentsPosition_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setContentsPosition_call
}
void uiwindow_setContentStretch( uiwindow_t object, CGRect arg0 )
{
SEL methodSelector = sel_registerName( "setContentStretch:" );
#define uiwindow_setContentStretch_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setContentStretch_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setContentStretch_call
}
bool uiwindow_wantsDeepColorDrawing( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "wantsDeepColorDrawing" );
#define uiwindow_wantsDeepColorDrawing_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_wantsDeepColorDrawing_call( (id)object, methodSelector );
#undef uiwindow_wantsDeepColorDrawing_call
}
void uiwindow_setWantsDeepColorDrawing( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setWantsDeepColorDrawing:" );
#define uiwindow_setWantsDeepColorDrawing_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setWantsDeepColorDrawing_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setWantsDeepColorDrawing_call
}
void uiwindow_setClearsContextBeforeDrawing( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setClearsContextBeforeDrawing:" );
#define uiwindow_setClearsContextBeforeDrawing_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setClearsContextBeforeDrawing_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setClearsContextBeforeDrawing_call
}
void uiwindow_removeAllGestureRecognizers( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "removeAllGestureRecognizers" );
#define uiwindow_removeAllGestureRecognizers_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_removeAllGestureRecognizers_call( (id)object, methodSelector );
#undef uiwindow_removeAllGestureRecognizers_call
}
unsigned long long uiwindow_edgesPreservingSuperviewLayoutMargins( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "edgesPreservingSuperviewLayoutMargins" );
#define uiwindow_edgesPreservingSuperviewLayoutMargins_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_edgesPreservingSuperviewLayoutMargins_call( (id)object, methodSelector );
#undef uiwindow_edgesPreservingSuperviewLayoutMargins_call
}
void uiwindow_setInteractionTintColor( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setInteractionTintColor:" );
#define uiwindow_setInteractionTintColor_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setInteractionTintColor_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setInteractionTintColor_call
}
nsobject_t uiwindow_interactionTintColor( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "interactionTintColor" );
#define uiwindow_interactionTintColor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_interactionTintColor_call( (id)object, methodSelector );
#undef uiwindow_interactionTintColor_call
}
long long uiwindow_compositingMode( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "compositingMode" );
#define uiwindow_compositingMode_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_compositingMode_call( (id)object, methodSelector );
#undef uiwindow_compositingMode_call
}
nsobject_t uiwindow_keyboardLayoutGuide( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "keyboardLayoutGuide" );
#define uiwindow_keyboardLayoutGuide_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_keyboardLayoutGuide_call( (id)object, methodSelector );
#undef uiwindow_keyboardLayoutGuide_call
}
nsobject_t uiwindow_resizableSnapshotFromRect( uiwindow_t object, CGRect arg0, UIEdgeInsets arg1 )
{
SEL methodSelector = sel_registerName( "resizableSnapshotFromRect:withCapInsets:" );
#define uiwindow_resizableSnapshotFromRect_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, CGRect, UIEdgeInsets ))objc_msgSend) ( obj, selector, arg0, arg1 )
return uiwindow_resizableSnapshotFromRect_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_resizableSnapshotFromRect_call
}
void uiwindow_setFocusGroupPriority( uiwindow_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "setFocusGroupPriority:" );
#define uiwindow_setFocusGroupPriority_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setFocusGroupPriority_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setFocusGroupPriority_call
}
void uiwindow_resizeWithOldSuperviewSize( uiwindow_t object, CGSize arg0 )
{
SEL methodSelector = sel_registerName( "resizeWithOldSuperviewSize:" );
#define uiwindow_resizeWithOldSuperviewSize_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_resizeWithOldSuperviewSize_call( (id)object, methodSelector, arg0 );
#undef uiwindow_resizeWithOldSuperviewSize_call
}
bool uiwindow_isExclusiveTouch( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "isExclusiveTouch" );
#define uiwindow_isExclusiveTouch_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_isExclusiveTouch_call( (id)object, methodSelector );
#undef uiwindow_isExclusiveTouch_call
}
void uiwindow_setRotationBy( uiwindow_t object, float arg0 )
{
SEL methodSelector = sel_registerName( "setRotationBy:" );
#define uiwindow_setRotationBy_call( obj, selector, arg0 ) ((void (*)( id, SEL, float ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setRotationBy_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setRotationBy_call
}
bool uiwindow_viewTraversalMark( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "viewTraversalMark" );
#define uiwindow_viewTraversalMark_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_viewTraversalMark_call( (id)object, methodSelector );
#undef uiwindow_viewTraversalMark_call
}
void uiwindow_setViewTraversalMark( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setViewTraversalMark:" );
#define uiwindow_setViewTraversalMark_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setViewTraversalMark_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setViewTraversalMark_call
}
void uiwindow_deferredBecomeFirstResponder( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "deferredBecomeFirstResponder" );
#define uiwindow_deferredBecomeFirstResponder_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_deferredBecomeFirstResponder_call( (id)object, methodSelector );
#undef uiwindow_deferredBecomeFirstResponder_call
}
void uiwindow_movedFromSuperview( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "movedFromSuperview:" );
#define uiwindow_movedFromSuperview_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_movedFromSuperview_call( (id)object, methodSelector, arg0 );
#undef uiwindow_movedFromSuperview_call
}
void uiwindow_viewWillMoveToSuperview( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "viewWillMoveToSuperview:" );
#define uiwindow_viewWillMoveToSuperview_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_viewWillMoveToSuperview_call( (id)object, methodSelector, arg0 );
#undef uiwindow_viewWillMoveToSuperview_call
}
void uiwindow_viewDidMoveToSuperview( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "viewDidMoveToSuperview" );
#define uiwindow_viewDidMoveToSuperview_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_viewDidMoveToSuperview_call( (id)object, methodSelector );
#undef uiwindow_viewDidMoveToSuperview_call
}
void uiwindow_movedFromWindow( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "movedFromWindow:" );
#define uiwindow_movedFromWindow_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_movedFromWindow_call( (id)object, methodSelector, arg0 );
#undef uiwindow_movedFromWindow_call
}
void uiwindow_movedToWindow( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "movedToWindow:" );
#define uiwindow_movedToWindow_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_movedToWindow_call( (id)object, methodSelector, arg0 );
#undef uiwindow_movedToWindow_call
}
void uiwindow_setClearsContext( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setClearsContext:" );
#define uiwindow_setClearsContext_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setClearsContext_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setClearsContext_call
}
CGRect uiwindow_contentStretch( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "contentStretch" );
#define uiwindow_contentStretch_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
return uiwindow_contentStretch_call( (id)object, methodSelector );
#undef uiwindow_contentStretch_call
}
void uiwindow_setFixedBackgroundPattern( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setFixedBackgroundPattern:" );
#define uiwindow_setFixedBackgroundPattern_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setFixedBackgroundPattern_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setFixedBackgroundPattern_call
}
CGImage* uiwindow_newSnapshotWithRect( uiwindow_t object, CGRect arg0 )
{
SEL methodSelector = sel_registerName( "newSnapshotWithRect:" );
#define uiwindow_newSnapshotWithRect_call( obj, selector, arg0 ) ((CGImage* (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_newSnapshotWithRect_call( (id)object, methodSelector, arg0 );
#undef uiwindow_newSnapshotWithRect_call
}
bool uiwindow_skipsSubviewEnumeration( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "skipsSubviewEnumeration" );
#define uiwindow_skipsSubviewEnumeration_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_skipsSubviewEnumeration_call( (id)object, methodSelector );
#undef uiwindow_skipsSubviewEnumeration_call
}
void uiwindow_setSkipsSubviewEnumeration( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setSkipsSubviewEnumeration:" );
#define uiwindow_setSkipsSubviewEnumeration_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setSkipsSubviewEnumeration_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setSkipsSubviewEnumeration_call
}
void uiwindow_setDeliversButtonsForGesturesToSuperview( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setDeliversButtonsForGesturesToSuperview:" );
#define uiwindow_setDeliversButtonsForGesturesToSuperview_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setDeliversButtonsForGesturesToSuperview_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setDeliversButtonsForGesturesToSuperview_call
}
nsobject_t uiwindow_scriptingInfoWithChildren( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "scriptingInfoWithChildren" );
#define uiwindow_scriptingInfoWithChildren_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_scriptingInfoWithChildren_call( (id)object, methodSelector );
#undef uiwindow_scriptingInfoWithChildren_call
}
void uiwindow_doesNotRecognizeSelector( uiwindow_t object, nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "doesNotRecognizeSelector:" );
#define uiwindow_doesNotRecognizeSelector_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_doesNotRecognizeSelector_call( (id)object, methodSelector, arg0 );
#undef uiwindow_doesNotRecognizeSelector_call
}
long long uiwindow_selectionAffinity( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "selectionAffinity" );
#define uiwindow_selectionAffinity_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_selectionAffinity_call( (id)object, methodSelector );
#undef uiwindow_selectionAffinity_call
}
bool uiwindow_isFirstResponder( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "isFirstResponder" );
#define uiwindow_isFirstResponder_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_isFirstResponder_call( (id)object, methodSelector );
#undef uiwindow_isFirstResponder_call
}
void uiwindow_touchesBegan( uiwindow_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "touchesBegan:withEvent:" );
#define uiwindow_touchesBegan_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
uiwindow_touchesBegan_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_touchesBegan_call
}
void uiwindow_touchesMoved( uiwindow_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "touchesMoved:withEvent:" );
#define uiwindow_touchesMoved_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
uiwindow_touchesMoved_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_touchesMoved_call
}
void uiwindow_touchesEnded( uiwindow_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "touchesEnded:withEvent:" );
#define uiwindow_touchesEnded_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
uiwindow_touchesEnded_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_touchesEnded_call
}
void uiwindow_touchesCancelled( uiwindow_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "touchesCancelled:withEvent:" );
#define uiwindow_touchesCancelled_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
uiwindow_touchesCancelled_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_touchesCancelled_call
}
void uiwindow_pressesBegan( uiwindow_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "pressesBegan:withEvent:" );
#define uiwindow_pressesBegan_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
uiwindow_pressesBegan_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_pressesBegan_call
}
void uiwindow_pressesChanged( uiwindow_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "pressesChanged:withEvent:" );
#define uiwindow_pressesChanged_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
uiwindow_pressesChanged_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_pressesChanged_call
}
void uiwindow_pressesEnded( uiwindow_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "pressesEnded:withEvent:" );
#define uiwindow_pressesEnded_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
uiwindow_pressesEnded_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_pressesEnded_call
}
void uiwindow_pressesCancelled( uiwindow_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "pressesCancelled:withEvent:" );
#define uiwindow_pressesCancelled_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
uiwindow_pressesCancelled_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_pressesCancelled_call
}
bool uiwindow_resignFirstResponder( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "resignFirstResponder" );
#define uiwindow_resignFirstResponder_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_resignFirstResponder_call( (id)object, methodSelector );
#undef uiwindow_resignFirstResponder_call
}
bool uiwindow_canBecomeFirstResponder( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "canBecomeFirstResponder" );
#define uiwindow_canBecomeFirstResponder_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_canBecomeFirstResponder_call( (id)object, methodSelector );
#undef uiwindow_canBecomeFirstResponder_call
}
nsobject_t uiwindow_keyCommands( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "keyCommands" );
#define uiwindow_keyCommands_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_keyCommands_call( (id)object, methodSelector );
#undef uiwindow_keyCommands_call
}
nsobject_t uiwindow_inputAccessoryView( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "inputAccessoryView" );
#define uiwindow_inputAccessoryView_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_inputAccessoryView_call( (id)object, methodSelector );
#undef uiwindow_inputAccessoryView_call
}
nsobject_t uiwindow_inputView( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "inputView" );
#define uiwindow_inputView_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_inputView_call( (id)object, methodSelector );
#undef uiwindow_inputView_call
}
nsobject_t uiwindow_inputViewController( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "inputViewController" );
#define uiwindow_inputViewController_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_inputViewController_call( (id)object, methodSelector );
#undef uiwindow_inputViewController_call
}
long long uiwindow_editingInteractionConfiguration( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "editingInteractionConfiguration" );
#define uiwindow_editingInteractionConfiguration_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_editingInteractionConfiguration_call( (id)object, methodSelector );
#undef uiwindow_editingInteractionConfiguration_call
}
void uiwindow_validateCommand( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "validateCommand:" );
#define uiwindow_validateCommand_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_validateCommand_call( (id)object, methodSelector, arg0 );
#undef uiwindow_validateCommand_call
}
nsobject_t uiwindow_inputAssistantItem( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "inputAssistantItem" );
#define uiwindow_inputAssistantItem_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_inputAssistantItem_call( (id)object, methodSelector );
#undef uiwindow_inputAssistantItem_call
}
void uiwindow_reloadInputViews( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "reloadInputViews" );
#define uiwindow_reloadInputViews_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_reloadInputViews_call( (id)object, methodSelector );
#undef uiwindow_reloadInputViews_call
}
bool uiwindow_canResignFirstResponder( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "canResignFirstResponder" );
#define uiwindow_canResignFirstResponder_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_canResignFirstResponder_call( (id)object, methodSelector );
#undef uiwindow_canResignFirstResponder_call
}
bool uiwindow_isEditing( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "isEditing" );
#define uiwindow_isEditing_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_isEditing_call( (id)object, methodSelector );
#undef uiwindow_isEditing_call
}
nsobject_t uiwindow_userActivity( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "userActivity" );
#define uiwindow_userActivity_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_userActivity_call( (id)object, methodSelector );
#undef uiwindow_userActivity_call
}
void uiwindow_encodeRestorableStateWithCoder( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "encodeRestorableStateWithCoder:" );
#define uiwindow_encodeRestorableStateWithCoder_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_encodeRestorableStateWithCoder_call( (id)object, methodSelector, arg0 );
#undef uiwindow_encodeRestorableStateWithCoder_call
}
void uiwindow_decodeRestorableStateWithCoder( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "decodeRestorableStateWithCoder:" );
#define uiwindow_decodeRestorableStateWithCoder_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_decodeRestorableStateWithCoder_call( (id)object, methodSelector, arg0 );
#undef uiwindow_decodeRestorableStateWithCoder_call
}
nsobject_t uiwindow_targetForAction( uiwindow_t object, nsselector_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "targetForAction:withSender:" );
#define uiwindow_targetForAction_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsselector_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
return uiwindow_targetForAction_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_targetForAction_call
}
void uiwindow_setUserActivity( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setUserActivity:" );
#define uiwindow_setUserActivity_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setUserActivity_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setUserActivity_call
}
void uiwindow_touchesEstimatedPropertiesUpdated( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "touchesEstimatedPropertiesUpdated:" );
#define uiwindow_touchesEstimatedPropertiesUpdated_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_touchesEstimatedPropertiesUpdated_call( (id)object, methodSelector, arg0 );
#undef uiwindow_touchesEstimatedPropertiesUpdated_call
}
bool uiwindow_isEditable( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "isEditable" );
#define uiwindow_isEditable_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_isEditable_call( (id)object, methodSelector );
#undef uiwindow_isEditable_call
}
nsobject_t uiwindow_pasteConfiguration( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "pasteConfiguration" );
#define uiwindow_pasteConfiguration_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_pasteConfiguration_call( (id)object, methodSelector );
#undef uiwindow_pasteConfiguration_call
}
void uiwindow_beginSelectionChange( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "beginSelectionChange" );
#define uiwindow_beginSelectionChange_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_beginSelectionChange_call( (id)object, methodSelector );
#undef uiwindow_beginSelectionChange_call
}
void uiwindow_endSelectionChange( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "endSelectionChange" );
#define uiwindow_endSelectionChange_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_endSelectionChange_call( (id)object, methodSelector );
#undef uiwindow_endSelectionChange_call
}
nsobject_t uiwindow_activityItemsConfiguration( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "activityItemsConfiguration" );
#define uiwindow_activityItemsConfiguration_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_activityItemsConfiguration_call( (id)object, methodSelector );
#undef uiwindow_activityItemsConfiguration_call
}
void uiwindow_setActivityItemsConfiguration( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setActivityItemsConfiguration:" );
#define uiwindow_setActivityItemsConfiguration_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setActivityItemsConfiguration_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setActivityItemsConfiguration_call
}
nsobject_t uiwindow_inputAccessoryViewController( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "inputAccessoryViewController" );
#define uiwindow_inputAccessoryViewController_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_inputAccessoryViewController_call( (id)object, methodSelector );
#undef uiwindow_inputAccessoryViewController_call
}
nsobject_t uiwindow_interactionAssistant( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "interactionAssistant" );
#define uiwindow_interactionAssistant_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_interactionAssistant_call( (id)object, methodSelector );
#undef uiwindow_interactionAssistant_call
}
nsobject_t uiwindow_textInputSuggestionDelegate( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "textInputSuggestionDelegate" );
#define uiwindow_textInputSuggestionDelegate_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_textInputSuggestionDelegate_call( (id)object, methodSelector );
#undef uiwindow_textInputSuggestionDelegate_call
}
void uiwindow_set_textInputSource( uiwindow_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "set_textInputSource:" );
#define uiwindow_set_textInputSource_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_set_textInputSource_call( (id)object, methodSelector, arg0 );
#undef uiwindow_set_textInputSource_call
}
void uiwindow_captureTextFromCamera( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "captureTextFromCamera:" );
#define uiwindow_captureTextFromCamera_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_captureTextFromCamera_call( (id)object, methodSelector, arg0 );
#undef uiwindow_captureTextFromCamera_call
}
nsobject_t uiwindow_textInputContextIdentifier( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "textInputContextIdentifier" );
#define uiwindow_textInputContextIdentifier_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_textInputContextIdentifier_call( (id)object, methodSelector );
#undef uiwindow_textInputContextIdentifier_call
}
nsobject_t uiwindow_textInputMode( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "textInputMode" );
#define uiwindow_textInputMode_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_textInputMode_call( (id)object, methodSelector );
#undef uiwindow_textInputMode_call
}
nsobject_t uiwindow_recentsAccessoryView( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "recentsAccessoryView" );
#define uiwindow_recentsAccessoryView_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_recentsAccessoryView_call( (id)object, methodSelector );
#undef uiwindow_recentsAccessoryView_call
}
void uiwindow_remoteControlReceivedWithEvent( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "remoteControlReceivedWithEvent:" );
#define uiwindow_remoteControlReceivedWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_remoteControlReceivedWithEvent_call( (id)object, methodSelector, arg0 );
#undef uiwindow_remoteControlReceivedWithEvent_call
}
void uiwindow_motionBegan( uiwindow_t object, long long arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "motionBegan:withEvent:" );
#define uiwindow_motionBegan_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, long long, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
uiwindow_motionBegan_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_motionBegan_call
}
void uiwindow_motionEnded( uiwindow_t object, long long arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "motionEnded:withEvent:" );
#define uiwindow_motionEnded_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, long long, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
uiwindow_motionEnded_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_motionEnded_call
}
void uiwindow_motionCancelled( uiwindow_t object, long long arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "motionCancelled:withEvent:" );
#define uiwindow_motionCancelled_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, long long, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
uiwindow_motionCancelled_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_motionCancelled_call
}
void uiwindow_buildMenuWithBuilder( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "buildMenuWithBuilder:" );
#define uiwindow_buildMenuWithBuilder_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_buildMenuWithBuilder_call( (id)object, methodSelector, arg0 );
#undef uiwindow_buildMenuWithBuilder_call
}
nsobject_t uiwindow_nextFirstResponder( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "nextFirstResponder" );
#define uiwindow_nextFirstResponder_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_nextFirstResponder_call( (id)object, methodSelector );
#undef uiwindow_nextFirstResponder_call
}
void uiwindow_pasteItemProviders( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "pasteItemProviders:" );
#define uiwindow_pasteItemProviders_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_pasteItemProviders_call( (id)object, methodSelector, arg0 );
#undef uiwindow_pasteItemProviders_call
}
void uiwindow_updateTextAttributesWithConversionHandler( uiwindow_t object, nsobject_t* arg0 )
{
SEL methodSelector = sel_registerName( "updateTextAttributesWithConversionHandler:" );
#define uiwindow_updateTextAttributesWithConversionHandler_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_updateTextAttributesWithConversionHandler_call( (id)object, methodSelector, arg0 );
#undef uiwindow_updateTextAttributesWithConversionHandler_call
}
void uiwindow_scrollWheel( uiwindow_t object, __GSEvent* arg0 )
{
SEL methodSelector = sel_registerName( "scrollWheel:" );
#define uiwindow_scrollWheel_call( obj, selector, arg0 ) ((void (*)( id, SEL, __GSEvent* ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_scrollWheel_call( (id)object, methodSelector, arg0 );
#undef uiwindow_scrollWheel_call
}
void uiwindow_gestureStarted( uiwindow_t object, __GSEvent* arg0 )
{
SEL methodSelector = sel_registerName( "gestureStarted:" );
#define uiwindow_gestureStarted_call( obj, selector, arg0 ) ((void (*)( id, SEL, __GSEvent* ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_gestureStarted_call( (id)object, methodSelector, arg0 );
#undef uiwindow_gestureStarted_call
}
void uiwindow_gestureEnded( uiwindow_t object, __GSEvent* arg0 )
{
SEL methodSelector = sel_registerName( "gestureEnded:" );
#define uiwindow_gestureEnded_call( obj, selector, arg0 ) ((void (*)( id, SEL, __GSEvent* ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_gestureEnded_call( (id)object, methodSelector, arg0 );
#undef uiwindow_gestureEnded_call
}
void uiwindow_gestureChanged( uiwindow_t object, __GSEvent* arg0 )
{
SEL methodSelector = sel_registerName( "gestureChanged:" );
#define uiwindow_gestureChanged_call( obj, selector, arg0 ) ((void (*)( id, SEL, __GSEvent* ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_gestureChanged_call( (id)object, methodSelector, arg0 );
#undef uiwindow_gestureChanged_call
}
void uiwindow_setPasteConfiguration( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setPasteConfiguration:" );
#define uiwindow_setPasteConfiguration_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setPasteConfiguration_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setPasteConfiguration_call
}
bool uiwindow_canPasteItemProviders( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "canPasteItemProviders:" );
#define uiwindow_canPasteItemProviders_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_canPasteItemProviders_call( (id)object, methodSelector, arg0 );
#undef uiwindow_canPasteItemProviders_call
}
bool uiwindow_shouldReloadInputViews( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "shouldReloadInputViews" );
#define uiwindow_shouldReloadInputViews_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_shouldReloadInputViews_call( (id)object, methodSelector );
#undef uiwindow_shouldReloadInputViews_call
}
void uiwindow_reloadInputViewsWithoutReset( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "reloadInputViewsWithoutReset" );
#define uiwindow_reloadInputViewsWithoutReset_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_reloadInputViewsWithoutReset_call( (id)object, methodSelector );
#undef uiwindow_reloadInputViewsWithoutReset_call
}
nsclass_t uiwindow_classForCoder( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "classForCoder" );
#define uiwindow_classForCoder_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_classForCoder_call( (id)object, methodSelector );
#undef uiwindow_classForCoder_call
}
nsobject_t uiwindow_replacementObjectForCoder( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "replacementObjectForCoder:" );
#define uiwindow_replacementObjectForCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_replacementObjectForCoder_call( (id)object, methodSelector, arg0 );
#undef uiwindow_replacementObjectForCoder_call
}
nsobject_t uiwindow_awakeAfterUsingCoder( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "awakeAfterUsingCoder:" );
#define uiwindow_awakeAfterUsingCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_awakeAfterUsingCoder_call( (id)object, methodSelector, arg0 );
#undef uiwindow_awakeAfterUsingCoder_call
}
bool uiwindow_implementsSelector( uiwindow_t object, nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "implementsSelector:" );
#define uiwindow_implementsSelector_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_implementsSelector_call( (id)object, methodSelector, arg0 );
#undef uiwindow_implementsSelector_call
}
void uiwindow_setObservationInfo( uiwindow_t object, void* arg0 )
{
SEL methodSelector = sel_registerName( "setObservationInfo:" );
#define uiwindow_setObservationInfo_call( obj, selector, arg0 ) ((void (*)( id, SEL, void* ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setObservationInfo_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setObservationInfo_call
}
nsobject_t uiwindow_replacementObjectForPortCoder( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "replacementObjectForPortCoder:" );
#define uiwindow_replacementObjectForPortCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_replacementObjectForPortCoder_call( (id)object, methodSelector, arg0 );
#undef uiwindow_replacementObjectForPortCoder_call
}
void uiwindow_willChangeValueForKey( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "willChangeValueForKey:" );
#define uiwindow_willChangeValueForKey_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_willChangeValueForKey_call( (id)object, methodSelector, arg0 );
#undef uiwindow_willChangeValueForKey_call
}
void uiwindow_didChangeValueForKey( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "didChangeValueForKey:" );
#define uiwindow_didChangeValueForKey_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_didChangeValueForKey_call( (id)object, methodSelector, arg0 );
#undef uiwindow_didChangeValueForKey_call
}
nsobject_t uiwindow_replacementObjectForArchiver( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "replacementObjectForArchiver:" );
#define uiwindow_replacementObjectForArchiver_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_replacementObjectForArchiver_call( (id)object, methodSelector, arg0 );
#undef uiwindow_replacementObjectForArchiver_call
}
nsclass_t uiwindow_classForArchiver( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "classForArchiver" );
#define uiwindow_classForArchiver_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_classForArchiver_call( (id)object, methodSelector );
#undef uiwindow_classForArchiver_call
}
nsobject_t uiwindow_valueForKey( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "valueForKey:" );
#define uiwindow_valueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_valueForKey_call( (id)object, methodSelector, arg0 );
#undef uiwindow_valueForKey_call
}
nsclass_t uiwindow_classForKeyedArchiver( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "classForKeyedArchiver" );
#define uiwindow_classForKeyedArchiver_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_classForKeyedArchiver_call( (id)object, methodSelector );
#undef uiwindow_classForKeyedArchiver_call
}
nsobject_t uiwindow_replacementObjectForKeyedArchiver( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "replacementObjectForKeyedArchiver:" );
#define uiwindow_replacementObjectForKeyedArchiver_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_replacementObjectForKeyedArchiver_call( (id)object, methodSelector, arg0 );
#undef uiwindow_replacementObjectForKeyedArchiver_call
}
objc_method_description* uiwindow_methodDescriptionForSelector( uiwindow_t object, nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "methodDescriptionForSelector:" );
#define uiwindow_methodDescriptionForSelector_call( obj, selector, arg0 ) ((objc_method_description* (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_methodDescriptionForSelector_call( (id)object, methodSelector, arg0 );
#undef uiwindow_methodDescriptionForSelector_call
}
nsobject_t uiwindow_valueForKeyPath( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "valueForKeyPath:" );
#define uiwindow_valueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_valueForKeyPath_call( (id)object, methodSelector, arg0 );
#undef uiwindow_valueForKeyPath_call
}
nsobject_t uiwindow_mutableArrayValueForKeyPath( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "mutableArrayValueForKeyPath:" );
#define uiwindow_mutableArrayValueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_mutableArrayValueForKeyPath_call( (id)object, methodSelector, arg0 );
#undef uiwindow_mutableArrayValueForKeyPath_call
}
nsobject_t uiwindow_mutableOrderedSetValueForKeyPath( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "mutableOrderedSetValueForKeyPath:" );
#define uiwindow_mutableOrderedSetValueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_mutableOrderedSetValueForKeyPath_call( (id)object, methodSelector, arg0 );
#undef uiwindow_mutableOrderedSetValueForKeyPath_call
}
nsobject_t uiwindow_mutableSetValueForKeyPath( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "mutableSetValueForKeyPath:" );
#define uiwindow_mutableSetValueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_mutableSetValueForKeyPath_call( (id)object, methodSelector, arg0 );
#undef uiwindow_mutableSetValueForKeyPath_call
}
nsobject_t uiwindow_addObserver( uiwindow_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "addObserver:forObservableKeyPath:" );
#define uiwindow_addObserver_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
return uiwindow_addObserver_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_addObserver_call
}
void uiwindow_removeObservation( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "removeObservation:" );
#define uiwindow_removeObservation_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_removeObservation_call( (id)object, methodSelector, arg0 );
#undef uiwindow_removeObservation_call
}
void uiwindow_receiveObservedValue( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "receiveObservedValue:" );
#define uiwindow_receiveObservedValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_receiveObservedValue_call( (id)object, methodSelector, arg0 );
#undef uiwindow_receiveObservedValue_call
}
void uiwindow_receiveObservedError( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "receiveObservedError:" );
#define uiwindow_receiveObservedError_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_receiveObservedError_call( (id)object, methodSelector, arg0 );
#undef uiwindow_receiveObservedError_call
}
void uiwindow_finishObserving( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "finishObserving" );
#define uiwindow_finishObserving_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_finishObserving_call( (id)object, methodSelector );
#undef uiwindow_finishObserving_call
}
void uiwindow_setObservation( uiwindow_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "setObservation:forObservingKeyPath:" );
#define uiwindow_setObservation_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
uiwindow_setObservation_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_setObservation_call
}
void uiwindow_observeValueForKeyPath( uiwindow_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2, void* arg3 )
{
SEL methodSelector = sel_registerName( "observeValueForKeyPath:ofObject:change:context:" );
#define uiwindow_observeValueForKeyPath_call( obj, selector, arg0, arg1, arg2, arg3 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t, void* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
uiwindow_observeValueForKeyPath_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
#undef uiwindow_observeValueForKeyPath_call
}
void uiwindow_removeObserver( uiwindow_t object, nsobject_t arg0, nsobject_t arg1, void* arg2 )
{
SEL methodSelector = sel_registerName( "removeObserver:forKeyPath:context:" );
#define uiwindow_removeObserver_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, void* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
uiwindow_removeObserver_call( (id)object, methodSelector, arg0, arg1, arg2 );
#undef uiwindow_removeObserver_call
}
nsobject_t uiwindow_addChainedObservers( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "addChainedObservers:" );
#define uiwindow_addChainedObservers_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_addChainedObservers_call( (id)object, methodSelector, arg0 );
#undef uiwindow_addChainedObservers_call
}
nsobject_t uiwindow_addObserverBlock( uiwindow_t object, nsobject_t* arg0 )
{
SEL methodSelector = sel_registerName( "addObserverBlock:" );
#define uiwindow_addObserverBlock_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_addObserverBlock_call( (id)object, methodSelector, arg0 );
#undef uiwindow_addObserverBlock_call
}
nsobject_t uiwindow_addObservationTransformer( uiwindow_t object, nsobject_t* arg0 )
{
SEL methodSelector = sel_registerName( "addObservationTransformer:" );
#define uiwindow_addObservationTransformer_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_addObservationTransformer_call( (id)object, methodSelector, arg0 );
#undef uiwindow_addObservationTransformer_call
}
nsobject_t uiwindow_valueForUndefinedKey( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "valueForUndefinedKey:" );
#define uiwindow_valueForUndefinedKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_valueForUndefinedKey_call( (id)object, methodSelector, arg0 );
#undef uiwindow_valueForUndefinedKey_call
}
void uiwindow_setNilValueForKey( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setNilValueForKey:" );
#define uiwindow_setNilValueForKey_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setNilValueForKey_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setNilValueForKey_call
}
nsobject_t uiwindow_mutableArrayValueForKey( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "mutableArrayValueForKey:" );
#define uiwindow_mutableArrayValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_mutableArrayValueForKey_call( (id)object, methodSelector, arg0 );
#undef uiwindow_mutableArrayValueForKey_call
}
nsobject_t uiwindow_mutableOrderedSetValueForKey( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "mutableOrderedSetValueForKey:" );
#define uiwindow_mutableOrderedSetValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_mutableOrderedSetValueForKey_call( (id)object, methodSelector, arg0 );
#undef uiwindow_mutableOrderedSetValueForKey_call
}
nsobject_t uiwindow_mutableSetValueForKey( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "mutableSetValueForKey:" );
#define uiwindow_mutableSetValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_mutableSetValueForKey_call( (id)object, methodSelector, arg0 );
#undef uiwindow_mutableSetValueForKey_call
}
nsobject_t uiwindow_dictionaryWithValuesForKeys( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "dictionaryWithValuesForKeys:" );
#define uiwindow_dictionaryWithValuesForKeys_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_dictionaryWithValuesForKeys_call( (id)object, methodSelector, arg0 );
#undef uiwindow_dictionaryWithValuesForKeys_call
}
void uiwindow_setValuesForKeysWithDictionary( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setValuesForKeysWithDictionary:" );
#define uiwindow_setValuesForKeysWithDictionary_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setValuesForKeysWithDictionary_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setValuesForKeysWithDictionary_call
}
void uiwindow_willChange( uiwindow_t object, unsigned long long arg0, nsobject_t arg1, nsobject_t arg2 )
{
SEL methodSelector = sel_registerName( "willChange:valuesAtIndexes:forKey:" );
#define uiwindow_willChange_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, unsigned long long, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
uiwindow_willChange_call( (id)object, methodSelector, arg0, arg1, arg2 );
#undef uiwindow_willChange_call
}
void uiwindow_didChange( uiwindow_t object, unsigned long long arg0, nsobject_t arg1, nsobject_t arg2 )
{
SEL methodSelector = sel_registerName( "didChange:valuesAtIndexes:forKey:" );
#define uiwindow_didChange_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, unsigned long long, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
uiwindow_didChange_call( (id)object, methodSelector, arg0, arg1, arg2 );
#undef uiwindow_didChange_call
}
void* uiwindow_observationInfo( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "observationInfo" );
#define uiwindow_observationInfo_call( obj, selector ) ((void* (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_observationInfo_call( (id)object, methodSelector );
#undef uiwindow_observationInfo_call
}
nsobject_t uiwindow_autoContentAccessingProxy( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "autoContentAccessingProxy" );
#define uiwindow_autoContentAccessingProxy_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_autoContentAccessingProxy_call( (id)object, methodSelector );
#undef uiwindow_autoContentAccessingProxy_call
}
nsclass_t uiwindow_classForPortCoder( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "classForPortCoder" );
#define uiwindow_classForPortCoder_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_classForPortCoder_call( (id)object, methodSelector );
#undef uiwindow_classForPortCoder_call
}
void uiwindow_performSelector( uiwindow_t object, nsselector_t arg0, nsobject_t arg1, double arg2, nsobject_t arg3 )
{
SEL methodSelector = sel_registerName( "performSelector:withObject:afterDelay:inModes:" );
#define uiwindow_performSelector_call( obj, selector, arg0, arg1, arg2, arg3 ) ((void (*)( id, SEL, nsselector_t, nsobject_t, double, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
uiwindow_performSelector_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
#undef uiwindow_performSelector_call
}
void uiwindow_performSelectorOnMainThread( uiwindow_t object, nsselector_t arg0, nsobject_t arg1, bool arg2, nsobject_t arg3 )
{
SEL methodSelector = sel_registerName( "performSelectorOnMainThread:withObject:waitUntilDone:modes:" );
#define uiwindow_performSelectorOnMainThread_call( obj, selector, arg0, arg1, arg2, arg3 ) ((void (*)( id, SEL, nsselector_t, nsobject_t, bool, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
uiwindow_performSelectorOnMainThread_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
#undef uiwindow_performSelectorOnMainThread_call
}
void uiwindow_performSelectorInBackground( uiwindow_t object, nsselector_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "performSelectorInBackground:withObject:" );
#define uiwindow_performSelectorInBackground_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsselector_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
uiwindow_performSelectorInBackground_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_performSelectorInBackground_call
}
bool uiwindow_isNSDate__( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "isNSDate__" );
#define uiwindow_isNSDate___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_isNSDate___call( (id)object, methodSelector );
#undef uiwindow_isNSDate___call
}
bool uiwindow_isNSString__( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "isNSString__" );
#define uiwindow_isNSString___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_isNSString___call( (id)object, methodSelector );
#undef uiwindow_isNSString___call
}
bool uiwindow_isNSCFConstantString__( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "isNSCFConstantString__" );
#define uiwindow_isNSCFConstantString___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_isNSCFConstantString___call( (id)object, methodSelector );
#undef uiwindow_isNSCFConstantString___call
}
bool uiwindow_isNSNumber__( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "isNSNumber__" );
#define uiwindow_isNSNumber___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_isNSNumber___call( (id)object, methodSelector );
#undef uiwindow_isNSNumber___call
}
bool uiwindow_isNSArray__( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "isNSArray__" );
#define uiwindow_isNSArray___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_isNSArray___call( (id)object, methodSelector );
#undef uiwindow_isNSArray___call
}
bool uiwindow_isNSDictionary__( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "isNSDictionary__" );
#define uiwindow_isNSDictionary___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_isNSDictionary___call( (id)object, methodSelector );
#undef uiwindow_isNSDictionary___call
}
bool uiwindow_isNSData__( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "isNSData__" );
#define uiwindow_isNSData___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_isNSData___call( (id)object, methodSelector );
#undef uiwindow_isNSData___call
}
bool uiwindow_isNSObject__( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "isNSObject__" );
#define uiwindow_isNSObject___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_isNSObject___call( (id)object, methodSelector );
#undef uiwindow_isNSObject___call
}
bool uiwindow_isNSOrderedSet__( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "isNSOrderedSet__" );
#define uiwindow_isNSOrderedSet___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_isNSOrderedSet___call( (id)object, methodSelector );
#undef uiwindow_isNSOrderedSet___call
}
bool uiwindow_isNSSet__( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "isNSSet__" );
#define uiwindow_isNSSet___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_isNSSet___call( (id)object, methodSelector );
#undef uiwindow_isNSSet___call
}
bool uiwindow_isNSTimeZone__( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "isNSTimeZone__" );
#define uiwindow_isNSTimeZone___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_isNSTimeZone___call( (id)object, methodSelector );
#undef uiwindow_isNSTimeZone___call
}
bool uiwindow_isNSValue__( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "isNSValue__" );
#define uiwindow_isNSValue___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_isNSValue___call( (id)object, methodSelector );
#undef uiwindow_isNSValue___call
}
nsobject_t uiwindow_methodSignatureForSelector( uiwindow_t object, nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "methodSignatureForSelector:" );
#define uiwindow_methodSignatureForSelector_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_methodSignatureForSelector_call( (id)object, methodSelector, arg0 );
#undef uiwindow_methodSignatureForSelector_call
}
nsobject_t uiwindow_className( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "className" );
#define uiwindow_className_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_className_call( (id)object, methodSelector );
#undef uiwindow_className_call
}
nsobject_t uiwindow_accessibilityLabel( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityLabel" );
#define uiwindow_accessibilityLabel_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_accessibilityLabel_call( (id)object, methodSelector );
#undef uiwindow_accessibilityLabel_call
}
void uiwindow_setAccessibilityLabel( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityLabel:" );
#define uiwindow_setAccessibilityLabel_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAccessibilityLabel_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setAccessibilityLabel_call
}
void uiwindow_setAccessibilityIdentifier( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityIdentifier:" );
#define uiwindow_setAccessibilityIdentifier_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAccessibilityIdentifier_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setAccessibilityIdentifier_call
}
CGRect uiwindow_accessibilityFrame( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityFrame" );
#define uiwindow_accessibilityFrame_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
return uiwindow_accessibilityFrame_call( (id)object, methodSelector );
#undef uiwindow_accessibilityFrame_call
}
nsobject_t uiwindow_storedAccessibilityViewIsModal( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "storedAccessibilityViewIsModal" );
#define uiwindow_storedAccessibilityViewIsModal_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_storedAccessibilityViewIsModal_call( (id)object, methodSelector );
#undef uiwindow_storedAccessibilityViewIsModal_call
}
nsobject_t uiwindow_storedAccessibilityElementsHidden( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "storedAccessibilityElementsHidden" );
#define uiwindow_storedAccessibilityElementsHidden_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_storedAccessibilityElementsHidden_call( (id)object, methodSelector );
#undef uiwindow_storedAccessibilityElementsHidden_call
}
nsobject_t uiwindow_storedShouldGroupAccessibilityChildren( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "storedShouldGroupAccessibilityChildren" );
#define uiwindow_storedShouldGroupAccessibilityChildren_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_storedShouldGroupAccessibilityChildren_call( (id)object, methodSelector );
#undef uiwindow_storedShouldGroupAccessibilityChildren_call
}
nsobject_t uiwindow_storedAccessibilityNavigationStyle( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "storedAccessibilityNavigationStyle" );
#define uiwindow_storedAccessibilityNavigationStyle_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_storedAccessibilityNavigationStyle_call( (id)object, methodSelector );
#undef uiwindow_storedAccessibilityNavigationStyle_call
}
nsobject_t uiwindow_storedAccessibilityRespondsToUserInteraction( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "storedAccessibilityRespondsToUserInteraction" );
#define uiwindow_storedAccessibilityRespondsToUserInteraction_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_storedAccessibilityRespondsToUserInteraction_call( (id)object, methodSelector );
#undef uiwindow_storedAccessibilityRespondsToUserInteraction_call
}
nsobject_t uiwindow_accessibilityAttributedLabel( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityAttributedLabel" );
#define uiwindow_accessibilityAttributedLabel_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_accessibilityAttributedLabel_call( (id)object, methodSelector );
#undef uiwindow_accessibilityAttributedLabel_call
}
nsobject_t uiwindow_accessibilityValue( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityValue" );
#define uiwindow_accessibilityValue_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_accessibilityValue_call( (id)object, methodSelector );
#undef uiwindow_accessibilityValue_call
}
nsobject_t uiwindow_accessibilityAttributedValue( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityAttributedValue" );
#define uiwindow_accessibilityAttributedValue_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_accessibilityAttributedValue_call( (id)object, methodSelector );
#undef uiwindow_accessibilityAttributedValue_call
}
nsobject_t uiwindow_accessibilityHint( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityHint" );
#define uiwindow_accessibilityHint_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_accessibilityHint_call( (id)object, methodSelector );
#undef uiwindow_accessibilityHint_call
}
nsobject_t uiwindow_accessibilityAttributedHint( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityAttributedHint" );
#define uiwindow_accessibilityAttributedHint_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_accessibilityAttributedHint_call( (id)object, methodSelector );
#undef uiwindow_accessibilityAttributedHint_call
}
CGPoint uiwindow_accessibilityActivationPoint( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityActivationPoint" );
#define uiwindow_accessibilityActivationPoint_call( obj, selector ) ((CGPoint (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_accessibilityActivationPoint_call( (id)object, methodSelector );
#undef uiwindow_accessibilityActivationPoint_call
}
unsigned long long uiwindow_accessibilityTraits( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityTraits" );
#define uiwindow_accessibilityTraits_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_accessibilityTraits_call( (id)object, methodSelector );
#undef uiwindow_accessibilityTraits_call
}
bool uiwindow_isAccessibilityElement( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "isAccessibilityElement" );
#define uiwindow_isAccessibilityElement_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_isAccessibilityElement_call( (id)object, methodSelector );
#undef uiwindow_isAccessibilityElement_call
}
nsobject_t uiwindow_accessibilityContainer( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityContainer" );
#define uiwindow_accessibilityContainer_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_accessibilityContainer_call( (id)object, methodSelector );
#undef uiwindow_accessibilityContainer_call
}
nsobject_t uiwindow_accessibilityLanguage( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityLanguage" );
#define uiwindow_accessibilityLanguage_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_accessibilityLanguage_call( (id)object, methodSelector );
#undef uiwindow_accessibilityLanguage_call
}
nsobject_t uiwindow_accessibilityPath( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityPath" );
#define uiwindow_accessibilityPath_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_accessibilityPath_call( (id)object, methodSelector );
#undef uiwindow_accessibilityPath_call
}
bool uiwindow_accessibilityViewIsModal( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityViewIsModal" );
#define uiwindow_accessibilityViewIsModal_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_accessibilityViewIsModal_call( (id)object, methodSelector );
#undef uiwindow_accessibilityViewIsModal_call
}
bool uiwindow_accessibilityElementsHidden( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityElementsHidden" );
#define uiwindow_accessibilityElementsHidden_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_accessibilityElementsHidden_call( (id)object, methodSelector );
#undef uiwindow_accessibilityElementsHidden_call
}
bool uiwindow_shouldGroupAccessibilityChildren( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "shouldGroupAccessibilityChildren" );
#define uiwindow_shouldGroupAccessibilityChildren_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_shouldGroupAccessibilityChildren_call( (id)object, methodSelector );
#undef uiwindow_shouldGroupAccessibilityChildren_call
}
long long uiwindow_accessibilityNavigationStyle( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityNavigationStyle" );
#define uiwindow_accessibilityNavigationStyle_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_accessibilityNavigationStyle_call( (id)object, methodSelector );
#undef uiwindow_accessibilityNavigationStyle_call
}
bool uiwindow_accessibilityRespondsToUserInteraction( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityRespondsToUserInteraction" );
#define uiwindow_accessibilityRespondsToUserInteraction_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_accessibilityRespondsToUserInteraction_call( (id)object, methodSelector );
#undef uiwindow_accessibilityRespondsToUserInteraction_call
}
nsobject_t uiwindow_accessibilityUserInputLabels( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityUserInputLabels" );
#define uiwindow_accessibilityUserInputLabels_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_accessibilityUserInputLabels_call( (id)object, methodSelector );
#undef uiwindow_accessibilityUserInputLabels_call
}
nsobject_t uiwindow_accessibilityAttributedUserInputLabels( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityAttributedUserInputLabels" );
#define uiwindow_accessibilityAttributedUserInputLabels_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_accessibilityAttributedUserInputLabels_call( (id)object, methodSelector );
#undef uiwindow_accessibilityAttributedUserInputLabels_call
}
nsobject_t uiwindow_storedAccessibilityIdentifier( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "storedAccessibilityIdentifier" );
#define uiwindow_storedAccessibilityIdentifier_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_storedAccessibilityIdentifier_call( (id)object, methodSelector );
#undef uiwindow_storedAccessibilityIdentifier_call
}
nsobject_t uiwindow_storedAccessibilityTraits( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "storedAccessibilityTraits" );
#define uiwindow_storedAccessibilityTraits_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_storedAccessibilityTraits_call( (id)object, methodSelector );
#undef uiwindow_storedAccessibilityTraits_call
}
nsobject_t uiwindow_storedIsAccessibilityElement( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "storedIsAccessibilityElement" );
#define uiwindow_storedIsAccessibilityElement_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_storedIsAccessibilityElement_call( (id)object, methodSelector );
#undef uiwindow_storedIsAccessibilityElement_call
}
nsobject_t uiwindow_storedAccessibilityFrame( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "storedAccessibilityFrame" );
#define uiwindow_storedAccessibilityFrame_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_storedAccessibilityFrame_call( (id)object, methodSelector );
#undef uiwindow_storedAccessibilityFrame_call
}
nsobject_t uiwindow_storedAccessibilityActivationPoint( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "storedAccessibilityActivationPoint" );
#define uiwindow_storedAccessibilityActivationPoint_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_storedAccessibilityActivationPoint_call( (id)object, methodSelector );
#undef uiwindow_storedAccessibilityActivationPoint_call
}
nsobject_t uiwindow_accessibilityHeaderElements( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityHeaderElements" );
#define uiwindow_accessibilityHeaderElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_accessibilityHeaderElements_call( (id)object, methodSelector );
#undef uiwindow_accessibilityHeaderElements_call
}
void uiwindow_setAccessibilityElementsHidden( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityElementsHidden:" );
#define uiwindow_setAccessibilityElementsHidden_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAccessibilityElementsHidden_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setAccessibilityElementsHidden_call
}
void uiwindow_setAccessibilityViewIsModal( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityViewIsModal:" );
#define uiwindow_setAccessibilityViewIsModal_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAccessibilityViewIsModal_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setAccessibilityViewIsModal_call
}
void uiwindow_setAccessibilityAttributedLabel( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityAttributedLabel:" );
#define uiwindow_setAccessibilityAttributedLabel_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAccessibilityAttributedLabel_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setAccessibilityAttributedLabel_call
}
void uiwindow_setAccessibilityValue( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityValue:" );
#define uiwindow_setAccessibilityValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAccessibilityValue_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setAccessibilityValue_call
}
void uiwindow_setAccessibilityAttributedValue( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityAttributedValue:" );
#define uiwindow_setAccessibilityAttributedValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAccessibilityAttributedValue_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setAccessibilityAttributedValue_call
}
void uiwindow_setAccessibilityHint( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityHint:" );
#define uiwindow_setAccessibilityHint_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAccessibilityHint_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setAccessibilityHint_call
}
void uiwindow_setAccessibilityAttributedHint( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityAttributedHint:" );
#define uiwindow_setAccessibilityAttributedHint_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAccessibilityAttributedHint_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setAccessibilityAttributedHint_call
}
void uiwindow_setAccessibilityFrame( uiwindow_t object, CGRect arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityFrame:" );
#define uiwindow_setAccessibilityFrame_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAccessibilityFrame_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setAccessibilityFrame_call
}
void uiwindow_setAccessibilityPath( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityPath:" );
#define uiwindow_setAccessibilityPath_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAccessibilityPath_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setAccessibilityPath_call
}
void uiwindow_setAccessibilityActivationPoint( uiwindow_t object, CGPoint arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityActivationPoint:" );
#define uiwindow_setAccessibilityActivationPoint_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAccessibilityActivationPoint_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setAccessibilityActivationPoint_call
}
void uiwindow_setAccessibilityTraits( uiwindow_t object, unsigned long long arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityTraits:" );
#define uiwindow_setAccessibilityTraits_call( obj, selector, arg0 ) ((void (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAccessibilityTraits_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setAccessibilityTraits_call
}
void uiwindow_setIsAccessibilityElement( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setIsAccessibilityElement:" );
#define uiwindow_setIsAccessibilityElement_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setIsAccessibilityElement_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setIsAccessibilityElement_call
}
void uiwindow_setAccessibilityContainer( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityContainer:" );
#define uiwindow_setAccessibilityContainer_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAccessibilityContainer_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setAccessibilityContainer_call
}
void uiwindow_setAccessibilityLanguage( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityLanguage:" );
#define uiwindow_setAccessibilityLanguage_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAccessibilityLanguage_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setAccessibilityLanguage_call
}
void uiwindow_setShouldGroupAccessibilityChildren( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setShouldGroupAccessibilityChildren:" );
#define uiwindow_setShouldGroupAccessibilityChildren_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setShouldGroupAccessibilityChildren_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setShouldGroupAccessibilityChildren_call
}
void uiwindow_setAccessibilityNavigationStyle( uiwindow_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityNavigationStyle:" );
#define uiwindow_setAccessibilityNavigationStyle_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAccessibilityNavigationStyle_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setAccessibilityNavigationStyle_call
}
void uiwindow_setAccessibilityRespondsToUserInteraction( uiwindow_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityRespondsToUserInteraction:" );
#define uiwindow_setAccessibilityRespondsToUserInteraction_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAccessibilityRespondsToUserInteraction_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setAccessibilityRespondsToUserInteraction_call
}
void uiwindow_setAccessibilityUserInputLabels( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityUserInputLabels:" );
#define uiwindow_setAccessibilityUserInputLabels_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAccessibilityUserInputLabels_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setAccessibilityUserInputLabels_call
}
void uiwindow_setAccessibilityAttributedUserInputLabels( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityAttributedUserInputLabels:" );
#define uiwindow_setAccessibilityAttributedUserInputLabels_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAccessibilityAttributedUserInputLabels_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setAccessibilityAttributedUserInputLabels_call
}
nsobject_t uiwindow_accessibilityTextualContext( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityTextualContext" );
#define uiwindow_accessibilityTextualContext_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_accessibilityTextualContext_call( (id)object, methodSelector );
#undef uiwindow_accessibilityTextualContext_call
}
void uiwindow_setAccessibilityTextualContext( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityTextualContext:" );
#define uiwindow_setAccessibilityTextualContext_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAccessibilityTextualContext_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setAccessibilityTextualContext_call
}
void uiwindow_setAccessibilityHeaderElements( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityHeaderElements:" );
#define uiwindow_setAccessibilityHeaderElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAccessibilityHeaderElements_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setAccessibilityHeaderElements_call
}
void uiwindow_accessibilityElementDidBecomeFocused( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityElementDidBecomeFocused" );
#define uiwindow_accessibilityElementDidBecomeFocused_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_accessibilityElementDidBecomeFocused_call( (id)object, methodSelector );
#undef uiwindow_accessibilityElementDidBecomeFocused_call
}
void uiwindow_accessibilityElementDidLoseFocus( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityElementDidLoseFocus" );
#define uiwindow_accessibilityElementDidLoseFocus_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_accessibilityElementDidLoseFocus_call( (id)object, methodSelector );
#undef uiwindow_accessibilityElementDidLoseFocus_call
}
bool uiwindow_accessibilityElementIsFocused( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityElementIsFocused" );
#define uiwindow_accessibilityElementIsFocused_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_accessibilityElementIsFocused_call( (id)object, methodSelector );
#undef uiwindow_accessibilityElementIsFocused_call
}
nsobject_t uiwindow_accessibilityAssistiveTechnologyFocusedIdentifiers( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityAssistiveTechnologyFocusedIdentifiers" );
#define uiwindow_accessibilityAssistiveTechnologyFocusedIdentifiers_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_accessibilityAssistiveTechnologyFocusedIdentifiers_call( (id)object, methodSelector );
#undef uiwindow_accessibilityAssistiveTechnologyFocusedIdentifiers_call
}
void uiwindow_accessibilityIncrement( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityIncrement" );
#define uiwindow_accessibilityIncrement_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_accessibilityIncrement_call( (id)object, methodSelector );
#undef uiwindow_accessibilityIncrement_call
}
void uiwindow_accessibilityDecrement( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityDecrement" );
#define uiwindow_accessibilityDecrement_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_accessibilityDecrement_call( (id)object, methodSelector );
#undef uiwindow_accessibilityDecrement_call
}
bool uiwindow_accessibilityScroll( uiwindow_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "accessibilityScroll:" );
#define uiwindow_accessibilityScroll_call( obj, selector, arg0 ) ((bool (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_accessibilityScroll_call( (id)object, methodSelector, arg0 );
#undef uiwindow_accessibilityScroll_call
}
bool uiwindow_accessibilityPerformEscape( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityPerformEscape" );
#define uiwindow_accessibilityPerformEscape_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_accessibilityPerformEscape_call( (id)object, methodSelector );
#undef uiwindow_accessibilityPerformEscape_call
}
bool uiwindow_accessibilityPerformMagicTap( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityPerformMagicTap" );
#define uiwindow_accessibilityPerformMagicTap_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_accessibilityPerformMagicTap_call( (id)object, methodSelector );
#undef uiwindow_accessibilityPerformMagicTap_call
}
bool uiwindow_accessibilityActivate( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityActivate" );
#define uiwindow_accessibilityActivate_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_accessibilityActivate_call( (id)object, methodSelector );
#undef uiwindow_accessibilityActivate_call
}
void uiwindow_setAccessibilityCustomActions( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityCustomActions:" );
#define uiwindow_setAccessibilityCustomActions_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAccessibilityCustomActions_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setAccessibilityCustomActions_call
}
nsobject_t uiwindow_accessibilityCustomActions( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityCustomActions" );
#define uiwindow_accessibilityCustomActions_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_accessibilityCustomActions_call( (id)object, methodSelector );
#undef uiwindow_accessibilityCustomActions_call
}
nsobject_t uiwindow_accessibilityIdentification( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityIdentification" );
#define uiwindow_accessibilityIdentification_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_accessibilityIdentification_call( (id)object, methodSelector );
#undef uiwindow_accessibilityIdentification_call
}
void uiwindow_accessibilitySetIdentification( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "accessibilitySetIdentification:" );
#define uiwindow_accessibilitySetIdentification_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_accessibilitySetIdentification_call( (id)object, methodSelector, arg0 );
#undef uiwindow_accessibilitySetIdentification_call
}
nsobject_t uiwindow_accessibilityIdentifier( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityIdentifier" );
#define uiwindow_accessibilityIdentifier_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_accessibilityIdentifier_call( (id)object, methodSelector );
#undef uiwindow_accessibilityIdentifier_call
}
unsigned long long uiwindow_defaultAccessibilityTraits( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "defaultAccessibilityTraits" );
#define uiwindow_defaultAccessibilityTraits_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_defaultAccessibilityTraits_call( (id)object, methodSelector );
#undef uiwindow_defaultAccessibilityTraits_call
}
nsobject_t uiwindow_accessibilityLocalizedStringKey( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityLocalizedStringKey" );
#define uiwindow_accessibilityLocalizedStringKey_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_accessibilityLocalizedStringKey_call( (id)object, methodSelector );
#undef uiwindow_accessibilityLocalizedStringKey_call
}
void uiwindow_setAccessibilityDragSourceDescriptors( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityDragSourceDescriptors:" );
#define uiwindow_setAccessibilityDragSourceDescriptors_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAccessibilityDragSourceDescriptors_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setAccessibilityDragSourceDescriptors_call
}
nsobject_t uiwindow_accessibilityDragSourceDescriptors( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityDragSourceDescriptors" );
#define uiwindow_accessibilityDragSourceDescriptors_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_accessibilityDragSourceDescriptors_call( (id)object, methodSelector );
#undef uiwindow_accessibilityDragSourceDescriptors_call
}
void uiwindow_setAccessibilityDropPointDescriptors( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityDropPointDescriptors:" );
#define uiwindow_setAccessibilityDropPointDescriptors_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAccessibilityDropPointDescriptors_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setAccessibilityDropPointDescriptors_call
}
nsobject_t uiwindow_accessibilityDropPointDescriptors( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityDropPointDescriptors" );
#define uiwindow_accessibilityDropPointDescriptors_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_accessibilityDropPointDescriptors_call( (id)object, methodSelector );
#undef uiwindow_accessibilityDropPointDescriptors_call
}
nsobject_t uiwindow_storedAccessibilityContainerType( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "storedAccessibilityContainerType" );
#define uiwindow_storedAccessibilityContainerType_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_storedAccessibilityContainerType_call( (id)object, methodSelector );
#undef uiwindow_storedAccessibilityContainerType_call
}
long long uiwindow_accessibilityElementCount( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityElementCount" );
#define uiwindow_accessibilityElementCount_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_accessibilityElementCount_call( (id)object, methodSelector );
#undef uiwindow_accessibilityElementCount_call
}
nsobject_t uiwindow_accessibilityElementAtIndex( uiwindow_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "accessibilityElementAtIndex:" );
#define uiwindow_accessibilityElementAtIndex_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_accessibilityElementAtIndex_call( (id)object, methodSelector, arg0 );
#undef uiwindow_accessibilityElementAtIndex_call
}
long long uiwindow_indexOfAccessibilityElement( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "indexOfAccessibilityElement:" );
#define uiwindow_indexOfAccessibilityElement_call( obj, selector, arg0 ) ((long long (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_indexOfAccessibilityElement_call( (id)object, methodSelector, arg0 );
#undef uiwindow_indexOfAccessibilityElement_call
}
nsobject_t uiwindow_accessibilityElements( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityElements" );
#define uiwindow_accessibilityElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_accessibilityElements_call( (id)object, methodSelector );
#undef uiwindow_accessibilityElements_call
}
void uiwindow_setAccessibilityElements( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityElements:" );
#define uiwindow_setAccessibilityElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAccessibilityElements_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setAccessibilityElements_call
}
long long uiwindow_accessibilityContainerType( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityContainerType" );
#define uiwindow_accessibilityContainerType_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_accessibilityContainerType_call( (id)object, methodSelector );
#undef uiwindow_accessibilityContainerType_call
}
void uiwindow_setAccessibilityContainerType( uiwindow_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityContainerType:" );
#define uiwindow_setAccessibilityContainerType_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAccessibilityContainerType_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setAccessibilityContainerType_call
}
void uiwindow_setAccessibilityCustomRotors( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityCustomRotors:" );
#define uiwindow_setAccessibilityCustomRotors_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAccessibilityCustomRotors_call( (id)object, methodSelector, arg0 );
#undef uiwindow_setAccessibilityCustomRotors_call
}
nsobject_t uiwindow_accessibilityCustomRotors( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "accessibilityCustomRotors" );
#define uiwindow_accessibilityCustomRotors_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_accessibilityCustomRotors_call( (id)object, methodSelector );
#undef uiwindow_accessibilityCustomRotors_call
}
nsobject_t uiwindow_uiPresentationManager( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "uiPresentationManager" );
#define uiwindow_uiPresentationManager_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_uiPresentationManager_call( (id)object, methodSelector );
#undef uiwindow_uiPresentationManager_call
}
bool uiwindow_conformsToProtocolCached( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "conformsToProtocolCached:" );
#define uiwindow_conformsToProtocolCached_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_conformsToProtocolCached_call( (id)object, methodSelector, arg0 );
#undef uiwindow_conformsToProtocolCached_call
}
void uiwindow_prepareForInterfaceBuilder( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "prepareForInterfaceBuilder" );
#define uiwindow_prepareForInterfaceBuilder_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_prepareForInterfaceBuilder_call( (id)object, methodSelector );
#undef uiwindow_prepareForInterfaceBuilder_call
}
double uiwindow_CA_distanceToValue( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "CA_distanceToValue:" );
#define uiwindow_CA_distanceToValue_call( obj, selector, arg0 ) ((double (*)( id, SEL, nsobject_t ))abi_objc_msgSend_fpret) ( obj, selector, arg0 )
return uiwindow_CA_distanceToValue_call( (id)object, methodSelector, arg0 );
#undef uiwindow_CA_distanceToValue_call
}
Object* uiwindow_CA_copyRenderValueWithColorspace( uiwindow_t object, CGColorSpace* arg0 )
{
SEL methodSelector = sel_registerName( "CA_copyRenderValueWithColorspace:" );
#define uiwindow_CA_copyRenderValueWithColorspace_call( obj, selector, arg0 ) ((Object* (*)( id, SEL, CGColorSpace* ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_CA_copyRenderValueWithColorspace_call( (id)object, methodSelector, arg0 );
#undef uiwindow_CA_copyRenderValueWithColorspace_call
}
Object* uiwindow_CA_copyRenderValue( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "CA_copyRenderValue" );
#define uiwindow_CA_copyRenderValue_call( obj, selector ) ((Object* (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_CA_copyRenderValue_call( (id)object, methodSelector );
#undef uiwindow_CA_copyRenderValue_call
}
nsobject_t uiwindow_CA_interpolateValue( uiwindow_t object, nsobject_t arg0, float arg1 )
{
SEL methodSelector = sel_registerName( "CA_interpolateValue:byFraction:" );
#define uiwindow_CA_interpolateValue_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, float ))objc_msgSend) ( obj, selector, arg0, arg1 )
return uiwindow_CA_interpolateValue_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_CA_interpolateValue_call
}
nsobject_t uiwindow_CA_addValue( uiwindow_t object, nsobject_t arg0, int arg1 )
{
SEL methodSelector = sel_registerName( "CA_addValue:multipliedBy:" );
#define uiwindow_CA_addValue_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, int ))objc_msgSend) ( obj, selector, arg0, arg1 )
return uiwindow_CA_addValue_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_CA_addValue_call
}
bool uiwindow_CAMLTypeSupportedForKey( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "CAMLTypeSupportedForKey:" );
#define uiwindow_CAMLTypeSupportedForKey_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_CAMLTypeSupportedForKey_call( (id)object, methodSelector, arg0 );
#undef uiwindow_CAMLTypeSupportedForKey_call
}
nsobject_t uiwindow_CAMLTypeForKey( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "CAMLTypeForKey:" );
#define uiwindow_CAMLTypeForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_CAMLTypeForKey_call( (id)object, methodSelector, arg0 );
#undef uiwindow_CAMLTypeForKey_call
}
bool uiwindow_CA_validateValue( uiwindow_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "CA_validateValue:forKey:" );
#define uiwindow_CA_validateValue_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
return uiwindow_CA_validateValue_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_CA_validateValue_call
}
void uiwindow_encodeWithCAMLWriter( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "encodeWithCAMLWriter:" );
#define uiwindow_encodeWithCAMLWriter_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_encodeWithCAMLWriter_call( (id)object, methodSelector, arg0 );
#undef uiwindow_encodeWithCAMLWriter_call
}
nsobject_t uiwindow_CA_interpolateValues( uiwindow_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2, ValueInterpolator* arg3 )
{
SEL methodSelector = sel_registerName( "CA_interpolateValues:::interpolator:" );
#define uiwindow_CA_interpolateValues_call( obj, selector, arg0, arg1, arg2, arg3 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t, ValueInterpolator* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
return uiwindow_CA_interpolateValues_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
#undef uiwindow_CA_interpolateValues_call
}
nsobject_t uiwindow_CAMLType( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "CAMLType" );
#define uiwindow_CAMLType_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_CAMLType_call( (id)object, methodSelector );
#undef uiwindow_CAMLType_call
}
void uiwindow_CA_prepareRenderValue( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "CA_prepareRenderValue" );
#define uiwindow_CA_prepareRenderValue_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_CA_prepareRenderValue_call( (id)object, methodSelector );
#undef uiwindow_CA_prepareRenderValue_call
}
nsobject_t uiwindow_CA_archivingValueForKey( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "CA_archivingValueForKey:" );
#define uiwindow_CA_archivingValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_CA_archivingValueForKey_call( (id)object, methodSelector, arg0 );
#undef uiwindow_CA_archivingValueForKey_call
}
nsobject_t uiwindow_CA_roundToIntegerFromValue( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "CA_roundToIntegerFromValue:" );
#define uiwindow_CA_roundToIntegerFromValue_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_CA_roundToIntegerFromValue_call( (id)object, methodSelector, arg0 );
#undef uiwindow_CA_roundToIntegerFromValue_call
}
nsobject_t uiwindow_initFromPQLResultSet( uiwindow_t object, nsobject_t arg0, nsobject_t* arg1 )
{
SEL methodSelector = sel_registerName( "initFromPQLResultSet:error:" );
#define uiwindow_initFromPQLResultSet_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
return uiwindow_initFromPQLResultSet_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_initFromPQLResultSet_call
}
bool uiwindow_supportsRBSXPCSecureCoding( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "supportsRBSXPCSecureCoding" );
#define uiwindow_supportsRBSXPCSecureCoding_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_supportsRBSXPCSecureCoding_call( (id)object, methodSelector );
#undef uiwindow_supportsRBSXPCSecureCoding_call
}
bool uiwindow_RBSIsXPCObject( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "RBSIsXPCObject" );
#define uiwindow_RBSIsXPCObject_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_RBSIsXPCObject_call( (id)object, methodSelector );
#undef uiwindow_RBSIsXPCObject_call
}
nsobject_t uiwindow_NSRepresentation( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "NSRepresentation" );
#define uiwindow_NSRepresentation_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_NSRepresentation_call( (id)object, methodSelector );
#undef uiwindow_NSRepresentation_call
}
nsobject_t uiwindow_pep_onMainThread( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "pep_onMainThread" );
#define uiwindow_pep_onMainThread_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_pep_onMainThread_call( (id)object, methodSelector );
#undef uiwindow_pep_onMainThread_call
}
nsobject_t uiwindow_pep_onThread( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "pep_onThread:" );
#define uiwindow_pep_onThread_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_pep_onThread_call( (id)object, methodSelector, arg0 );
#undef uiwindow_pep_onThread_call
}
nsobject_t uiwindow_pep_onOperationQueue( uiwindow_t object, nsobject_t arg0, long long arg1 )
{
SEL methodSelector = sel_registerName( "pep_onOperationQueue:priority:" );
#define uiwindow_pep_onOperationQueue_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
return uiwindow_pep_onOperationQueue_call( (id)object, methodSelector, arg0, arg1 );
#undef uiwindow_pep_onOperationQueue_call
}
nsobject_t uiwindow_pep_onMainThreadIfNecessary( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "pep_onMainThreadIfNecessary" );
#define uiwindow_pep_onMainThreadIfNecessary_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_pep_onMainThreadIfNecessary_call( (id)object, methodSelector );
#undef uiwindow_pep_onMainThreadIfNecessary_call
}
nsobject_t uiwindow_pep_afterDelay( uiwindow_t object, double arg0 )
{
SEL methodSelector = sel_registerName( "pep_afterDelay:" );
#define uiwindow_pep_afterDelay_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_pep_afterDelay_call( (id)object, methodSelector, arg0 );
#undef uiwindow_pep_afterDelay_call
}
nsobject_t uiwindow_pep_getInvocation( uiwindow_t object, nsobject_t* arg0 )
{
SEL methodSelector = sel_registerName( "pep_getInvocation:" );
#define uiwindow_pep_getInvocation_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_pep_getInvocation_call( (id)object, methodSelector, arg0 );
#undef uiwindow_pep_getInvocation_call
}
nsobject_t uiwindow_stringValueSafe( uiwindow_t object, int* arg0 )
{
SEL methodSelector = sel_registerName( "stringValueSafe:" );
#define uiwindow_stringValueSafe_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, int* ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_stringValueSafe_call( (id)object, methodSelector, arg0 );
#undef uiwindow_stringValueSafe_call
}
char* uiwindow_utf8ValueSafe( uiwindow_t object, int* arg0 )
{
SEL methodSelector = sel_registerName( "utf8ValueSafe:" );
#define uiwindow_utf8ValueSafe_call( obj, selector, arg0 ) ((char* (*)( id, SEL, int* ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_utf8ValueSafe_call( (id)object, methodSelector, arg0 );
#undef uiwindow_utf8ValueSafe_call
}
bool uiwindow_boolValueSafe( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "boolValueSafe" );
#define uiwindow_boolValueSafe_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_boolValueSafe_call( (id)object, methodSelector );
#undef uiwindow_boolValueSafe_call
}
long long uiwindow_int64ValueSafe( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "int64ValueSafe" );
#define uiwindow_int64ValueSafe_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_int64ValueSafe_call( (id)object, methodSelector );
#undef uiwindow_int64ValueSafe_call
}
double uiwindow_doubleValueSafe( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "doubleValueSafe" );
#define uiwindow_doubleValueSafe_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
return uiwindow_doubleValueSafe_call( (id)object, methodSelector );
#undef uiwindow_doubleValueSafe_call
}
bool uiwindow_un_safeBoolValue( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "un_safeBoolValue" );
#define uiwindow_un_safeBoolValue_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_un_safeBoolValue_call( (id)object, methodSelector );
#undef uiwindow_un_safeBoolValue_call
}
bool uiwindow_supportsBSXPCSecureCoding( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "supportsBSXPCSecureCoding" );
#define uiwindow_supportsBSXPCSecureCoding_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_supportsBSXPCSecureCoding_call( (id)object, methodSelector );
#undef uiwindow_supportsBSXPCSecureCoding_call
}
bool uiwindow_bs_isPlistableType( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "bs_isPlistableType" );
#define uiwindow_bs_isPlistableType_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_bs_isPlistableType_call( (id)object, methodSelector );
#undef uiwindow_bs_isPlistableType_call
}
nsobject_t uiwindow_bs_secureEncoded( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "bs_secureEncoded" );
#define uiwindow_bs_secureEncoded_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_bs_secureEncoded_call( (id)object, methodSelector );
#undef uiwindow_bs_secureEncoded_call
}
nsobject_t uiwindow_bs_encoded( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "bs_encoded" );
#define uiwindow_bs_encoded_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_bs_encoded_call( (id)object, methodSelector );
#undef uiwindow_bs_encoded_call
}
void uiwindow_releaseOnMainThread( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "releaseOnMainThread" );
#define uiwindow_releaseOnMainThread_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_releaseOnMainThread_call( (id)object, methodSelector );
#undef uiwindow_releaseOnMainThread_call
}
bool uiwindow_isProxy( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "isProxy" );
#define uiwindow_isProxy_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_isProxy_call( (id)object, methodSelector );
#undef uiwindow_isProxy_call
}
bool uiwindow_isEqual( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "isEqual:" );
#define uiwindow_isEqual_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_isEqual_call( (id)object, methodSelector, arg0 );
#undef uiwindow_isEqual_call
}
nsclass_t uiwindow_class( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "class" );
#define uiwindow_class_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_class_call( (id)object, methodSelector );
#undef uiwindow_class_call
}
nsobject_t uiwindow_self( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "self" );
#define uiwindow_self_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_self_call( (id)object, methodSelector );
#undef uiwindow_self_call
}
bool uiwindow_isKindOfClass( uiwindow_t object, nsclass_t arg0 )
{
SEL methodSelector = sel_registerName( "isKindOfClass:" );
#define uiwindow_isKindOfClass_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_isKindOfClass_call( (id)object, methodSelector, arg0 );
#undef uiwindow_isKindOfClass_call
}
bool uiwindow_isMemberOfClass( uiwindow_t object, nsclass_t arg0 )
{
SEL methodSelector = sel_registerName( "isMemberOfClass:" );
#define uiwindow_isMemberOfClass_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_isMemberOfClass_call( (id)object, methodSelector, arg0 );
#undef uiwindow_isMemberOfClass_call
}
bool uiwindow_conformsToProtocol( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "conformsToProtocol:" );
#define uiwindow_conformsToProtocol_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_conformsToProtocol_call( (id)object, methodSelector, arg0 );
#undef uiwindow_conformsToProtocol_call
}
bool uiwindow_respondsToSelector( uiwindow_t object, nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "respondsToSelector:" );
#define uiwindow_respondsToSelector_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_respondsToSelector_call( (id)object, methodSelector, arg0 );
#undef uiwindow_respondsToSelector_call
}
_NSZone* uiwindow_zone( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "zone" );
#define uiwindow_zone_call( obj, selector ) ((_NSZone* (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_zone_call( (id)object, methodSelector );
#undef uiwindow_zone_call
}
unsigned long long uiwindow_hash( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "hash" );
#define uiwindow_hash_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_hash_call( (id)object, methodSelector );
#undef uiwindow_hash_call
}
nsclass_t uiwindow_superclass( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "superclass" );
#define uiwindow_superclass_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_superclass_call( (id)object, methodSelector );
#undef uiwindow_superclass_call
}
nsobject_t uiwindow_debugDescription( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "debugDescription" );
#define uiwindow_debugDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_debugDescription_call( (id)object, methodSelector );
#undef uiwindow_debugDescription_call
}
bool uiwindow_retainWeakReference( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "retainWeakReference" );
#define uiwindow_retainWeakReference_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_retainWeakReference_call( (id)object, methodSelector );
#undef uiwindow_retainWeakReference_call
}
bool uiwindow_allowsWeakReference( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "allowsWeakReference" );
#define uiwindow_allowsWeakReference_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_allowsWeakReference_call( (id)object, methodSelector );
#undef uiwindow_allowsWeakReference_call
}
nsobject_t uiwindow_copy( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "copy" );
#define uiwindow_copy_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_copy_call( (id)object, methodSelector );
#undef uiwindow_copy_call
}
void uiwindow_finalize( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "finalize" );
#define uiwindow_finalize_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_finalize_call( (id)object, methodSelector );
#undef uiwindow_finalize_call
}
bool uiwindow_isFault( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "isFault" );
#define uiwindow_isFault_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_isFault_call( (id)object, methodSelector );
#undef uiwindow_isFault_call
}
void uiwindow_forwardInvocation( uiwindow_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "forwardInvocation:" );
#define uiwindow_forwardInvocation_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_forwardInvocation_call( (id)object, methodSelector, arg0 );
#undef uiwindow_forwardInvocation_call
}
nsobject_t uiwindow_forwardingTargetForSelector( uiwindow_t object, nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "forwardingTargetForSelector:" );
#define uiwindow_forwardingTargetForSelector_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_forwardingTargetForSelector_call( (id)object, methodSelector, arg0 );
#undef uiwindow_forwardingTargetForSelector_call
}
nsobject_t uiwindow_mutableCopy( uiwindow_t object )
{
SEL methodSelector = sel_registerName( "mutableCopy" );
#define uiwindow_mutableCopy_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_mutableCopy_call( (id)object, methodSelector );
#undef uiwindow_mutableCopy_call
}
void uiwindow_initialize( )
{
SEL methodSelector = sel_registerName( "initialize" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_initialize_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_initialize_call( (id)internalClassObject, methodSelector );
#undef uiwindow_initialize_call
}
nsobject_t uiwindow_allWindowsIncludingInternalWindows( bool arg0, bool arg1 )
{
SEL methodSelector = sel_registerName( "allWindowsIncludingInternalWindows:onlyVisibleWindows:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_allWindowsIncludingInternalWindows_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, bool, bool ))objc_msgSend) ( obj, selector, arg0, arg1 )
return uiwindow_allWindowsIncludingInternalWindows_call( (id)internalClassObject, methodSelector, arg0, arg1 );
#undef uiwindow_allWindowsIncludingInternalWindows_call
}
nsclass_t uiwindow_layerClass( )
{
SEL methodSelector = sel_registerName( "layerClass" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_layerClass_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_layerClass_call( (id)internalClassObject, methodSelector );
#undef uiwindow_layerClass_call
}
nsobject_t uiwindow_keyWindow( )
{
SEL methodSelector = sel_registerName( "keyWindow" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_keyWindow_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_keyWindow_call( (id)internalClassObject, methodSelector );
#undef uiwindow_keyWindow_call
}
void uiwindow_adjustForAccessibilityIfNeeded( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "adjustForAccessibilityIfNeeded:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_adjustForAccessibilityIfNeeded_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_adjustForAccessibilityIfNeeded_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_adjustForAccessibilityIfNeeded_call
}
void uiwindow_adjustFocusForAccessibilityIfNeeded( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "adjustFocusForAccessibilityIfNeeded:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_adjustFocusForAccessibilityIfNeeded_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_adjustFocusForAccessibilityIfNeeded_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_adjustFocusForAccessibilityIfNeeded_call
}
CGRect uiwindow_constrainFrameToScreen( CGRect arg0 )
{
SEL methodSelector = sel_registerName( "constrainFrameToScreen:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_constrainFrameToScreen_call( obj, selector, arg0 ) ((CGRect (*)( id, SEL, CGRect ))abi_objc_msgSend_stret) ( obj, selector, arg0 )
return uiwindow_constrainFrameToScreen_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_constrainFrameToScreen_call
}
void* uiwindow_createIOSurfaceOnScreen( nsobject_t arg0, unsigned int* arg1, unsigned long long arg2, CGRect arg3, bool arg4, CGAffineTransform* arg5 )
{
SEL methodSelector = sel_registerName( "createIOSurfaceOnScreen:withContextIds:count:frame:usePurpleGfx:outTransform:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_createIOSurfaceOnScreen_call( obj, selector, arg0, arg1, arg2, arg3, arg4, arg5 ) ((void* (*)( id, SEL, nsobject_t, unsigned int*, unsigned long long, CGRect, bool, CGAffineTransform* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3, arg4, arg5 )
return uiwindow_createIOSurfaceOnScreen_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2, arg3, arg4, arg5 );
#undef uiwindow_createIOSurfaceOnScreen_call
}
void* uiwindow_createIOSurfaceFromScreen( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "createIOSurfaceFromScreen:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_createIOSurfaceFromScreen_call( obj, selector, arg0 ) ((void* (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_createIOSurfaceFromScreen_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_createIOSurfaceFromScreen_call
}
void* uiwindow_createIOSurfaceWithContextIds( unsigned int* arg0, unsigned long long arg1, CGRect arg2 )
{
SEL methodSelector = sel_registerName( "createIOSurfaceWithContextIds:count:frame:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_createIOSurfaceWithContextIds_call( obj, selector, arg0, arg1, arg2 ) ((void* (*)( id, SEL, unsigned int*, unsigned long long, CGRect ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
return uiwindow_createIOSurfaceWithContextIds_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2 );
#undef uiwindow_createIOSurfaceWithContextIds_call
}
void* uiwindow_createScreenIOSurface( )
{
SEL methodSelector = sel_registerName( "createScreenIOSurface" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_createScreenIOSurface_call( obj, selector ) ((void* (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_createScreenIOSurface_call( (id)internalClassObject, methodSelector );
#undef uiwindow_createScreenIOSurface_call
}
void* uiwindow_createIOSurfaceFromDisplayConfiguration( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "createIOSurfaceFromDisplayConfiguration:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_createIOSurfaceFromDisplayConfiguration_call( obj, selector, arg0 ) ((void* (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_createIOSurfaceFromDisplayConfiguration_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_createIOSurfaceFromDisplayConfiguration_call
}
bool uiwindow_shouldRestrictViewsForSplashboard( )
{
SEL methodSelector = sel_registerName( "shouldRestrictViewsForSplashboard" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_shouldRestrictViewsForSplashboard_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_shouldRestrictViewsForSplashboard_call( (id)internalClassObject, methodSelector );
#undef uiwindow_shouldRestrictViewsForSplashboard_call
}
void uiwindow_setShouldRestrictViewsForSplashboard( bool arg0 )
{
SEL methodSelector = sel_registerName( "setShouldRestrictViewsForSplashboard:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_setShouldRestrictViewsForSplashboard_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setShouldRestrictViewsForSplashboard_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_setShouldRestrictViewsForSplashboard_call
}
nsobject_t uiwindow_restrictedSplashboardClasses( )
{
SEL methodSelector = sel_registerName( "restrictedSplashboardClasses" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_restrictedSplashboardClasses_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_restrictedSplashboardClasses_call( (id)internalClassObject, methodSelector );
#undef uiwindow_restrictedSplashboardClasses_call
}
void uiwindow_setRestrictedSplashboardClasses( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setRestrictedSplashboardClasses:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_setRestrictedSplashboardClasses_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setRestrictedSplashboardClasses_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_setRestrictedSplashboardClasses_call
}
void uiwindow_flush( )
{
SEL methodSelector = sel_registerName( "flush" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_flush_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_flush_call( (id)internalClassObject, methodSelector );
#undef uiwindow_flush_call
}
nsobject_t uiwindow_appearance( )
{
SEL methodSelector = sel_registerName( "appearance" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_appearance_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_appearance_call( (id)internalClassObject, methodSelector );
#undef uiwindow_appearance_call
}
void uiwindow_animateWithDuration( double arg0, double arg1, unsigned long long arg2, nsobject_t* arg3, nsobject_t* arg4 )
{
SEL methodSelector = sel_registerName( "animateWithDuration:delay:options:animations:completion:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_animateWithDuration_call( obj, selector, arg0, arg1, arg2, arg3, arg4 ) ((void (*)( id, SEL, double, double, unsigned long long, nsobject_t*, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3, arg4 )
uiwindow_animateWithDuration_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2, arg3, arg4 );
#undef uiwindow_animateWithDuration_call
}
void uiwindow_performWithoutAnimation( nsobject_t* arg0 )
{
SEL methodSelector = sel_registerName( "performWithoutAnimation:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_performWithoutAnimation_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_performWithoutAnimation_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_performWithoutAnimation_call
}
bool uiwindow_areAnimationsEnabled( )
{
SEL methodSelector = sel_registerName( "areAnimationsEnabled" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_areAnimationsEnabled_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_areAnimationsEnabled_call( (id)internalClassObject, methodSelector );
#undef uiwindow_areAnimationsEnabled_call
}
nsobject_t uiwindow_appearanceWhenContainedInInstancesOfClasses( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "appearanceWhenContainedInInstancesOfClasses:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_appearanceWhenContainedInInstancesOfClasses_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_appearanceWhenContainedInInstancesOfClasses_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_appearanceWhenContainedInInstancesOfClasses_call
}
bool uiwindow_requiresConstraintBasedLayout( )
{
SEL methodSelector = sel_registerName( "requiresConstraintBasedLayout" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_requiresConstraintBasedLayout_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_requiresConstraintBasedLayout_call( (id)internalClassObject, methodSelector );
#undef uiwindow_requiresConstraintBasedLayout_call
}
void uiwindow_disableAnimation( )
{
SEL methodSelector = sel_registerName( "disableAnimation" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_disableAnimation_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_disableAnimation_call( (id)internalClassObject, methodSelector );
#undef uiwindow_disableAnimation_call
}
void uiwindow_enableAnimation( )
{
SEL methodSelector = sel_registerName( "enableAnimation" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_enableAnimation_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_enableAnimation_call( (id)internalClassObject, methodSelector );
#undef uiwindow_enableAnimation_call
}
void uiwindow_setAnimationCurve( long long arg0 )
{
SEL methodSelector = sel_registerName( "setAnimationCurve:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_setAnimationCurve_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAnimationCurve_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_setAnimationCurve_call
}
void uiwindow_addKeyframeWithRelativeStartTime( double arg0, double arg1, nsobject_t* arg2 )
{
SEL methodSelector = sel_registerName( "addKeyframeWithRelativeStartTime:relativeDuration:animations:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_addKeyframeWithRelativeStartTime_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, double, double, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
uiwindow_addKeyframeWithRelativeStartTime_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2 );
#undef uiwindow_addKeyframeWithRelativeStartTime_call
}
void uiwindow_animateKeyframesWithDuration( double arg0, double arg1, unsigned long long arg2, nsobject_t* arg3, nsobject_t* arg4 )
{
SEL methodSelector = sel_registerName( "animateKeyframesWithDuration:delay:options:animations:completion:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_animateKeyframesWithDuration_call( obj, selector, arg0, arg1, arg2, arg3, arg4 ) ((void (*)( id, SEL, double, double, unsigned long long, nsobject_t*, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3, arg4 )
uiwindow_animateKeyframesWithDuration_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2, arg3, arg4 );
#undef uiwindow_animateKeyframesWithDuration_call
}
double uiwindow_inheritedAnimationDuration( )
{
SEL methodSelector = sel_registerName( "inheritedAnimationDuration" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_inheritedAnimationDuration_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
return uiwindow_inheritedAnimationDuration_call( (id)internalClassObject, methodSelector );
#undef uiwindow_inheritedAnimationDuration_call
}
void uiwindow_setAnimationDuration( double arg0 )
{
SEL methodSelector = sel_registerName( "setAnimationDuration:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_setAnimationDuration_call( obj, selector, arg0 ) ((void (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAnimationDuration_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_setAnimationDuration_call
}
nsobject_t uiwindow_appearanceWhenContainedIn( nsclass_t arg0 )
{
SEL methodSelector = sel_registerName( "appearanceWhenContainedIn:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_appearanceWhenContainedIn_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_appearanceWhenContainedIn_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_appearanceWhenContainedIn_call
}
nsobject_t uiwindow_appearanceForTraitCollection( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "appearanceForTraitCollection:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_appearanceForTraitCollection_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_appearanceForTraitCollection_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_appearanceForTraitCollection_call
}
void uiwindow_setAnimationsEnabled( bool arg0 )
{
SEL methodSelector = sel_registerName( "setAnimationsEnabled:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_setAnimationsEnabled_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAnimationsEnabled_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_setAnimationsEnabled_call
}
void uiwindow_transitionWithView( nsobject_t arg0, double arg1, unsigned long long arg2, nsobject_t* arg3, nsobject_t* arg4 )
{
SEL methodSelector = sel_registerName( "transitionWithView:duration:options:animations:completion:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_transitionWithView_call( obj, selector, arg0, arg1, arg2, arg3, arg4 ) ((void (*)( id, SEL, nsobject_t, double, unsigned long long, nsobject_t*, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3, arg4 )
uiwindow_transitionWithView_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2, arg3, arg4 );
#undef uiwindow_transitionWithView_call
}
void uiwindow_conditionallyAnimate( bool arg0, nsobject_t* arg1, nsobject_t* arg2, nsobject_t* arg3 )
{
SEL methodSelector = sel_registerName( "conditionallyAnimate:withAnimation:layout:completion:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_conditionallyAnimate_call( obj, selector, arg0, arg1, arg2, arg3 ) ((void (*)( id, SEL, bool, nsobject_t*, nsobject_t*, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
uiwindow_conditionallyAnimate_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2, arg3 );
#undef uiwindow_conditionallyAnimate_call
}
long long uiwindow_userInterfaceLayoutDirectionForSemanticContentAttribute( long long arg0 )
{
SEL methodSelector = sel_registerName( "userInterfaceLayoutDirectionForSemanticContentAttribute:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_userInterfaceLayoutDirectionForSemanticContentAttribute_call( obj, selector, arg0 ) ((long long (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_userInterfaceLayoutDirectionForSemanticContentAttribute_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_userInterfaceLayoutDirectionForSemanticContentAttribute_call
}
nsobject_t uiwindow_appearanceMatchingProperties( nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "appearanceMatchingProperties:whenContainedInInstancesOfClasses:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_appearanceMatchingProperties_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
return uiwindow_appearanceMatchingProperties_call( (id)internalClassObject, methodSelector, arg0, arg1 );
#undef uiwindow_appearanceMatchingProperties_call
}
void uiwindow_setAnimationRepeatCount( float arg0 )
{
SEL methodSelector = sel_registerName( "setAnimationRepeatCount:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_setAnimationRepeatCount_call( obj, selector, arg0 ) ((void (*)( id, SEL, float ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAnimationRepeatCount_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_setAnimationRepeatCount_call
}
void uiwindow_modifyAnimationsWithRepeatCount( double arg0, bool arg1, nsobject_t* arg2 )
{
SEL methodSelector = sel_registerName( "modifyAnimationsWithRepeatCount:autoreverses:animations:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_modifyAnimationsWithRepeatCount_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, double, bool, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
uiwindow_modifyAnimationsWithRepeatCount_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2 );
#undef uiwindow_modifyAnimationsWithRepeatCount_call
}
void uiwindow_commitAnimations( )
{
SEL methodSelector = sel_registerName( "commitAnimations" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_commitAnimations_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_commitAnimations_call( (id)internalClassObject, methodSelector );
#undef uiwindow_commitAnimations_call
}
void uiwindow_beginAnimations( nsobject_t arg0, void* arg1 )
{
SEL methodSelector = sel_registerName( "beginAnimations:context:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_beginAnimations_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, void* ))objc_msgSend) ( obj, selector, arg0, arg1 )
uiwindow_beginAnimations_call( (id)internalClassObject, methodSelector, arg0, arg1 );
#undef uiwindow_beginAnimations_call
}
void uiwindow_setAnimationDelegate( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAnimationDelegate:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_setAnimationDelegate_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAnimationDelegate_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_setAnimationDelegate_call
}
void uiwindow_setAnimationDidStopSelector( nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "setAnimationDidStopSelector:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_setAnimationDidStopSelector_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAnimationDidStopSelector_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_setAnimationDidStopSelector_call
}
void uiwindow_transitionFromView( nsobject_t arg0, nsobject_t arg1, double arg2, unsigned long long arg3, nsobject_t* arg4 )
{
SEL methodSelector = sel_registerName( "transitionFromView:toView:duration:options:completion:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_transitionFromView_call( obj, selector, arg0, arg1, arg2, arg3, arg4 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, double, unsigned long long, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3, arg4 )
uiwindow_transitionFromView_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2, arg3, arg4 );
#undef uiwindow_transitionFromView_call
}
void uiwindow_throttledFlush( )
{
SEL methodSelector = sel_registerName( "throttledFlush" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_throttledFlush_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_throttledFlush_call( (id)internalClassObject, methodSelector );
#undef uiwindow_throttledFlush_call
}
void uiwindow_setAnimationRepeatAutoreverses( bool arg0 )
{
SEL methodSelector = sel_registerName( "setAnimationRepeatAutoreverses:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_setAnimationRepeatAutoreverses_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAnimationRepeatAutoreverses_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_setAnimationRepeatAutoreverses_call
}
void uiwindow_setAnimationBeginsFromCurrentState( bool arg0 )
{
SEL methodSelector = sel_registerName( "setAnimationBeginsFromCurrentState:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_setAnimationBeginsFromCurrentState_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAnimationBeginsFromCurrentState_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_setAnimationBeginsFromCurrentState_call
}
void uiwindow_endAnimations( )
{
SEL methodSelector = sel_registerName( "endAnimations" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_endAnimations_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_endAnimations_call( (id)internalClassObject, methodSelector );
#undef uiwindow_endAnimations_call
}
void uiwindow_setAnimationPosition( CGPoint arg0 )
{
SEL methodSelector = sel_registerName( "setAnimationPosition:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_setAnimationPosition_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAnimationPosition_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_setAnimationPosition_call
}
void uiwindow_setAnimationDelay( double arg0 )
{
SEL methodSelector = sel_registerName( "setAnimationDelay:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_setAnimationDelay_call( obj, selector, arg0 ) ((void (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAnimationDelay_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_setAnimationDelay_call
}
void uiwindow_setAnimationFrameInterval( double arg0 )
{
SEL methodSelector = sel_registerName( "setAnimationFrameInterval:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_setAnimationFrameInterval_call( obj, selector, arg0 ) ((void (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAnimationFrameInterval_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_setAnimationFrameInterval_call
}
void uiwindow_setAnimationStartDate( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAnimationStartDate:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_setAnimationStartDate_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAnimationStartDate_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_setAnimationStartDate_call
}
void uiwindow_setAnimationStartTime( double arg0 )
{
SEL methodSelector = sel_registerName( "setAnimationStartTime:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_setAnimationStartTime_call( obj, selector, arg0 ) ((void (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAnimationStartTime_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_setAnimationStartTime_call
}
void uiwindow_setAnimationPreventsAdditive( bool arg0 )
{
SEL methodSelector = sel_registerName( "setAnimationPreventsAdditive:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_setAnimationPreventsAdditive_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAnimationPreventsAdditive_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_setAnimationPreventsAdditive_call
}
void uiwindow_setAnimationAutoreverses( bool arg0 )
{
SEL methodSelector = sel_registerName( "setAnimationAutoreverses:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_setAnimationAutoreverses_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAnimationAutoreverses_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_setAnimationAutoreverses_call
}
void uiwindow_setAnimationFromCurrentState( bool arg0 )
{
SEL methodSelector = sel_registerName( "setAnimationFromCurrentState:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_setAnimationFromCurrentState_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAnimationFromCurrentState_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_setAnimationFromCurrentState_call
}
void uiwindow_setAnimationTransition( long long arg0, nsobject_t arg1, bool arg2 )
{
SEL methodSelector = sel_registerName( "setAnimationTransition:forView:cache:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_setAnimationTransition_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, long long, nsobject_t, bool ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
uiwindow_setAnimationTransition_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2 );
#undef uiwindow_setAnimationTransition_call
}
void uiwindow_setAnimationWillStartSelector( nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "setAnimationWillStartSelector:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_setAnimationWillStartSelector_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setAnimationWillStartSelector_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_setAnimationWillStartSelector_call
}
void uiwindow_performSystemAnimation( unsigned long long arg0, nsobject_t arg1, unsigned long long arg2, nsobject_t* arg3, nsobject_t* arg4 )
{
SEL methodSelector = sel_registerName( "performSystemAnimation:onViews:options:animations:completion:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_performSystemAnimation_call( obj, selector, arg0, arg1, arg2, arg3, arg4 ) ((void (*)( id, SEL, unsigned long long, nsobject_t, unsigned long long, nsobject_t*, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3, arg4 )
uiwindow_performSystemAnimation_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2, arg3, arg4 );
#undef uiwindow_performSystemAnimation_call
}
nsobject_t uiwindow_objectWithRestorationIdentifierPath( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "objectWithRestorationIdentifierPath:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_objectWithRestorationIdentifierPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_objectWithRestorationIdentifierPath_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_objectWithRestorationIdentifierPath_call
}
void uiwindow_clearTextInputContextIdentifier( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "clearTextInputContextIdentifier:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_clearTextInputContextIdentifier_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_clearTextInputContextIdentifier_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_clearTextInputContextIdentifier_call
}
void uiwindow_load( )
{
SEL methodSelector = sel_registerName( "load" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_load_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uiwindow_load_call( (id)internalClassObject, methodSelector );
#undef uiwindow_load_call
}
long long uiwindow_version( )
{
SEL methodSelector = sel_registerName( "version" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_version_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_version_call( (id)internalClassObject, methodSelector );
#undef uiwindow_version_call
}
bool uiwindow_instancesImplementSelector( nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "instancesImplementSelector:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_instancesImplementSelector_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_instancesImplementSelector_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_instancesImplementSelector_call
}
void uiwindow_setVersion( long long arg0 )
{
SEL methodSelector = sel_registerName( "setVersion:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_setVersion_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
uiwindow_setVersion_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_setVersion_call
}
bool uiwindow_automaticallyNotifiesObserversForKey( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "automaticallyNotifiesObserversForKey:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_automaticallyNotifiesObserversForKey_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_automaticallyNotifiesObserversForKey_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_automaticallyNotifiesObserversForKey_call
}
objc_method_description* uiwindow_instanceMethodDescriptionForSelector( nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "instanceMethodDescriptionForSelector:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_instanceMethodDescriptionForSelector_call( obj, selector, arg0 ) ((objc_method_description* (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_instanceMethodDescriptionForSelector_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_instanceMethodDescriptionForSelector_call
}
bool uiwindow_accessInstanceVariablesDirectly( )
{
SEL methodSelector = sel_registerName( "accessInstanceVariablesDirectly" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_accessInstanceVariablesDirectly_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_accessInstanceVariablesDirectly_call( (id)internalClassObject, methodSelector );
#undef uiwindow_accessInstanceVariablesDirectly_call
}
nsobject_t uiwindow_keyPathsForValuesAffectingValueForKey( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "keyPathsForValuesAffectingValueForKey:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_keyPathsForValuesAffectingValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_keyPathsForValuesAffectingValueForKey_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_keyPathsForValuesAffectingValueForKey_call
}
void uiwindow_setKeys( nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "setKeys:triggerChangeNotificationsForDependentKey:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_setKeys_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
uiwindow_setKeys_call( (id)internalClassObject, methodSelector, arg0, arg1 );
#undef uiwindow_setKeys_call
}
nsobject_t uiwindow_classFallbacksForKeyedArchiver( )
{
SEL methodSelector = sel_registerName( "classFallbacksForKeyedArchiver" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_classFallbacksForKeyedArchiver_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_classFallbacksForKeyedArchiver_call( (id)internalClassObject, methodSelector );
#undef uiwindow_classFallbacksForKeyedArchiver_call
}
nsclass_t uiwindow_classForKeyedUnarchiver( )
{
SEL methodSelector = sel_registerName( "classForKeyedUnarchiver" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_classForKeyedUnarchiver_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_classForKeyedUnarchiver_call( (id)internalClassObject, methodSelector );
#undef uiwindow_classForKeyedUnarchiver_call
}
void uiwindow_cancelPreviousPerformRequestsWithTarget( nsobject_t arg0, nsselector_t arg1, nsobject_t arg2 )
{
SEL methodSelector = sel_registerName( "cancelPreviousPerformRequestsWithTarget:selector:object:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_cancelPreviousPerformRequestsWithTarget_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsselector_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
uiwindow_cancelPreviousPerformRequestsWithTarget_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2 );
#undef uiwindow_cancelPreviousPerformRequestsWithTarget_call
}
nsobject_t uiwindow_instanceMethodSignatureForSelector( nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "instanceMethodSignatureForSelector:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_instanceMethodSignatureForSelector_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_instanceMethodSignatureForSelector_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_instanceMethodSignatureForSelector_call
}
nsobject_t uiwindow_SFSQLiteClassName( )
{
SEL methodSelector = sel_registerName( "SFSQLiteClassName" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_SFSQLiteClassName_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_SFSQLiteClassName_call( (id)internalClassObject, methodSelector );
#undef uiwindow_SFSQLiteClassName_call
}
bool uiwindow_CA_automaticallyNotifiesObservers( nsclass_t arg0 )
{
SEL methodSelector = sel_registerName( "CA_automaticallyNotifiesObservers:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_CA_automaticallyNotifiesObservers_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_CA_automaticallyNotifiesObservers_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_CA_automaticallyNotifiesObservers_call
}
bool uiwindow_CA_encodesPropertyConditionally( unsigned int arg0, int arg1 )
{
SEL methodSelector = sel_registerName( "CA_encodesPropertyConditionally:type:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_CA_encodesPropertyConditionally_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, unsigned int, int ))objc_msgSend) ( obj, selector, arg0, arg1 )
return uiwindow_CA_encodesPropertyConditionally_call( (id)internalClassObject, methodSelector, arg0, arg1 );
#undef uiwindow_CA_encodesPropertyConditionally_call
}
nsobject_t uiwindow_CA_CAMLPropertyForKey( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "CA_CAMLPropertyForKey:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_CA_CAMLPropertyForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_CA_CAMLPropertyForKey_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_CA_CAMLPropertyForKey_call
}
bool uiwindow_isSelectorExcludedFromWebScript( nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "isSelectorExcludedFromWebScript:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_isSelectorExcludedFromWebScript_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_isSelectorExcludedFromWebScript_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_isSelectorExcludedFromWebScript_call
}
bool uiwindow_isKeyExcludedFromWebScript( char* arg0 )
{
SEL methodSelector = sel_registerName( "isKeyExcludedFromWebScript:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_isKeyExcludedFromWebScript_call( obj, selector, arg0 ) ((bool (*)( id, SEL, char* ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_isKeyExcludedFromWebScript_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_isKeyExcludedFromWebScript_call
}
nsobject_t uiwindow_bs_secureDecodedFromData( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "bs_secureDecodedFromData:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_bs_secureDecodedFromData_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_bs_secureDecodedFromData_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_bs_secureDecodedFromData_call
}
nsobject_t uiwindow_bs_secureDataFromObject( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "bs_secureDataFromObject:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_bs_secureDataFromObject_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_bs_secureDataFromObject_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_bs_secureDataFromObject_call
}
nsobject_t uiwindow_bs_secureObjectFromData( nsobject_t arg0, nsclass_t arg1 )
{
SEL methodSelector = sel_registerName( "bs_secureObjectFromData:ofClass:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_bs_secureObjectFromData_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsclass_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
return uiwindow_bs_secureObjectFromData_call( (id)internalClassObject, methodSelector, arg0, arg1 );
#undef uiwindow_bs_secureObjectFromData_call
}
nsobject_t uiwindow_bs_dataFromObject( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "bs_dataFromObject:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_bs_dataFromObject_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_bs_dataFromObject_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_bs_dataFromObject_call
}
nsobject_t uiwindow_bs_objectFromData( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "bs_objectFromData:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_bs_objectFromData_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_bs_objectFromData_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_bs_objectFromData_call
}
nsobject_t uiwindow_bs_decodedFromData( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "bs_decodedFromData:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_bs_decodedFromData_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_bs_decodedFromData_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_bs_decodedFromData_call
}
nsobject_t uiwindow_copyWithZone( _NSZone* arg0 )
{
SEL methodSelector = sel_registerName( "copyWithZone:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_copyWithZone_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSZone* ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_copyWithZone_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_copyWithZone_call
}
nsobject_t uiwindow_allocWithZone( _NSZone* arg0 )
{
SEL methodSelector = sel_registerName( "allocWithZone:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_allocWithZone_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSZone* ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_allocWithZone_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_allocWithZone_call
}
nsobject_t uiwindow_new( )
{
SEL methodSelector = sel_registerName( "new" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_new_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_new_call( (id)internalClassObject, methodSelector );
#undef uiwindow_new_call
}
bool uiwindow_resolveInstanceMethod( nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "resolveInstanceMethod:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_resolveInstanceMethod_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_resolveInstanceMethod_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_resolveInstanceMethod_call
}
bool uiwindow_resolveClassMethod( nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "resolveClassMethod:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_resolveClassMethod_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_resolveClassMethod_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_resolveClassMethod_call
}
uiwindow_t uiwindow_alloc( )
{
SEL methodSelector = sel_registerName( "alloc" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_alloc_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uiwindow_alloc_call( (id)internalClassObject, methodSelector );
#undef uiwindow_alloc_call
}
nsobject_t uiwindow_mutableCopyWithZone( _NSZone* arg0 )
{
SEL methodSelector = sel_registerName( "mutableCopyWithZone:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_mutableCopyWithZone_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSZone* ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_mutableCopyWithZone_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_mutableCopyWithZone_call
}
bool uiwindow_isSubclassOfClass( nsclass_t arg0 )
{
SEL methodSelector = sel_registerName( "isSubclassOfClass:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_isSubclassOfClass_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_isSubclassOfClass_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_isSubclassOfClass_call
}
bool uiwindow_isAncestorOfObject( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "isAncestorOfObject:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_isAncestorOfObject_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_isAncestorOfObject_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_isAncestorOfObject_call
}
bool uiwindow_instancesRespondToSelector( nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "instancesRespondToSelector:" );
Class internalClassObject = objc_getClass( "UIWindow" );
#define uiwindow_instancesRespondToSelector_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
return uiwindow_instancesRespondToSelector_call( (id)internalClassObject, methodSelector, arg0 );
#undef uiwindow_instancesRespondToSelector_call
}