mirror of
https://github.com/quelsolaar/MergeSource
synced 2025-03-11 16:41:13 -04:00
10031 lines
494 KiB
C
10031 lines
494 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 "nswindow.h"
|
|
|
|
void nswindow_dealloc( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "dealloc" );
|
|
#define nswindow_dealloc_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_dealloc_call( (id)object, methodSelector );
|
|
#undef nswindow_dealloc_call
|
|
}
|
|
|
|
nsobject_t nswindow_description( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "description" );
|
|
#define nswindow_description_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_description_call( (id)object, methodSelector );
|
|
#undef nswindow_description_call
|
|
}
|
|
|
|
nsobject_t nswindow_init( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "init" );
|
|
#define nswindow_init_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_init_call( (id)object, methodSelector );
|
|
#undef nswindow_init_call
|
|
}
|
|
|
|
void nswindow_encodeWithCoder( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "encodeWithCoder:" );
|
|
#define nswindow_encodeWithCoder_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_encodeWithCoder_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_encodeWithCoder_call
|
|
}
|
|
|
|
nsobject_t nswindow_initWithCoder( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "initWithCoder:" );
|
|
#define nswindow_initWithCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_initWithCoder_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_initWithCoder_call
|
|
}
|
|
|
|
nsobject_t nswindow_delegate( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "delegate" );
|
|
#define nswindow_delegate_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_delegate_call( (id)object, methodSelector );
|
|
#undef nswindow_delegate_call
|
|
}
|
|
|
|
void nswindow_close( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "close" );
|
|
#define nswindow_close_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_close_call( (id)object, methodSelector );
|
|
#undef nswindow_close_call
|
|
}
|
|
|
|
void nswindow_setDelegate( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setDelegate:" );
|
|
#define nswindow_setDelegate_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setDelegate_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setDelegate_call
|
|
}
|
|
|
|
void nswindow_setValue( nswindow_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setValue:forKey:" );
|
|
#define nswindow_setValue_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nswindow_setValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_setValue_call
|
|
}
|
|
|
|
nsobject_t nswindow_identifier( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "identifier" );
|
|
#define nswindow_identifier_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_identifier_call( (id)object, methodSelector );
|
|
#undef nswindow_identifier_call
|
|
}
|
|
|
|
void nswindow_update( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "update" );
|
|
#define nswindow_update_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_update_call( (id)object, methodSelector );
|
|
#undef nswindow_update_call
|
|
}
|
|
|
|
void nswindow_setTitle( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setTitle:" );
|
|
#define nswindow_setTitle_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setTitle_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setTitle_call
|
|
}
|
|
|
|
nsobject_t nswindow_menu( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "menu" );
|
|
#define nswindow_menu_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_menu_call( (id)object, methodSelector );
|
|
#undef nswindow_menu_call
|
|
}
|
|
|
|
nsobject_t nswindow_parentWindow( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "parentWindow" );
|
|
#define nswindow_parentWindow_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_parentWindow_call( (id)object, methodSelector );
|
|
#undef nswindow_parentWindow_call
|
|
}
|
|
|
|
char nswindow_hasTitleBar( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "hasTitleBar" );
|
|
#define nswindow_hasTitleBar_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_hasTitleBar_call( (id)object, methodSelector );
|
|
#undef nswindow_hasTitleBar_call
|
|
}
|
|
|
|
void nswindow_setIdentifier( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setIdentifier:" );
|
|
#define nswindow_setIdentifier_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setIdentifier_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setIdentifier_call
|
|
}
|
|
|
|
long long nswindow_uniqueID( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "uniqueID" );
|
|
#define nswindow_uniqueID_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_uniqueID_call( (id)object, methodSelector );
|
|
#undef nswindow_uniqueID_call
|
|
}
|
|
|
|
long long nswindow_level( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "level" );
|
|
#define nswindow_level_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_level_call( (id)object, methodSelector );
|
|
#undef nswindow_level_call
|
|
}
|
|
|
|
nsobject_t nswindow_objectSpecifier( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "objectSpecifier" );
|
|
#define nswindow_objectSpecifier_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_objectSpecifier_call( (id)object, methodSelector );
|
|
#undef nswindow_objectSpecifier_call
|
|
}
|
|
|
|
void nswindow_addObserver( nswindow_t object, nsobject_t arg0, nsobject_t arg1, unsigned long long arg2, void* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addObserver:forKeyPath:options:context:" );
|
|
#define nswindow_addObserver_call( obj, selector, arg0, arg1, arg2, arg3 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, unsigned long long, void* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
nswindow_addObserver_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nswindow_addObserver_call
|
|
}
|
|
|
|
void nswindow_observeValueForKeyPath( nswindow_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2, void* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "observeValueForKeyPath:ofObject:change:context:" );
|
|
#define nswindow_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 )
|
|
nswindow_observeValueForKeyPath_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nswindow_observeValueForKeyPath_call
|
|
}
|
|
|
|
void nswindow_removeObserver( nswindow_t object, nsobject_t arg0, nsobject_t arg1, void* arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeObserver:forKeyPath:context:" );
|
|
#define nswindow_removeObserver_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, void* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
nswindow_removeObserver_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nswindow_removeObserver_call
|
|
}
|
|
|
|
nsobject_t nswindow_document( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "document" );
|
|
#define nswindow_document_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_document_call( (id)object, methodSelector );
|
|
#undef nswindow_document_call
|
|
}
|
|
|
|
nsobject_t nswindow_title( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "title" );
|
|
#define nswindow_title_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_title_call( (id)object, methodSelector );
|
|
#undef nswindow_title_call
|
|
}
|
|
|
|
nsobject_t nswindow_subtitle( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "subtitle" );
|
|
#define nswindow_subtitle_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_subtitle_call( (id)object, methodSelector );
|
|
#undef nswindow_subtitle_call
|
|
}
|
|
|
|
void nswindow_setSubtitle( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setSubtitle:" );
|
|
#define nswindow_setSubtitle_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setSubtitle_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setSubtitle_call
|
|
}
|
|
|
|
CGRect nswindow_frame( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "frame" );
|
|
#define nswindow_frame_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return nswindow_frame_call( (id)object, methodSelector );
|
|
#undef nswindow_frame_call
|
|
}
|
|
|
|
void nswindow_setFrame( nswindow_t object, CGRect arg0, char arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setFrame:display:" );
|
|
#define nswindow_setFrame_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, CGRect, char ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nswindow_setFrame_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_setFrame_call
|
|
}
|
|
|
|
CGSize nswindow_minFullScreenContentSize( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "minFullScreenContentSize" );
|
|
#define nswindow_minFullScreenContentSize_call( obj, selector ) ((CGSize (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_minFullScreenContentSize_call( (id)object, methodSelector );
|
|
#undef nswindow_minFullScreenContentSize_call
|
|
}
|
|
|
|
nsobject_t nswindow_nextEventMatchingMask( nswindow_t object, unsigned long long arg0, nsobject_t arg1, nsobject_t arg2, char arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nextEventMatchingMask:untilDate:inMode:dequeue:" );
|
|
#define nswindow_nextEventMatchingMask_call( obj, selector, arg0, arg1, arg2, arg3 ) ((nsobject_t (*)( id, SEL, unsigned long long, nsobject_t, nsobject_t, char ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
return nswindow_nextEventMatchingMask_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nswindow_nextEventMatchingMask_call
|
|
}
|
|
|
|
long long nswindow_windowNumber( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "windowNumber" );
|
|
#define nswindow_windowNumber_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_windowNumber_call( (id)object, methodSelector );
|
|
#undef nswindow_windowNumber_call
|
|
}
|
|
|
|
void nswindow_postEvent( nswindow_t object, nsobject_t arg0, char arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "postEvent:atStart:" );
|
|
#define nswindow_postEvent_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, char ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nswindow_postEvent_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_postEvent_call
|
|
}
|
|
|
|
CGPoint nswindow_convertScreenToBase( nswindow_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "convertScreenToBase:" );
|
|
#define nswindow_convertScreenToBase_call( obj, selector, arg0 ) ((CGPoint (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_convertScreenToBase_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_convertScreenToBase_call
|
|
}
|
|
|
|
nsobject_t nswindow_screen( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "screen" );
|
|
#define nswindow_screen_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_screen_call( (id)object, methodSelector );
|
|
#undef nswindow_screen_call
|
|
}
|
|
|
|
void nswindow_resetCursorRects( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "resetCursorRects" );
|
|
#define nswindow_resetCursorRects_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_resetCursorRects_call( (id)object, methodSelector );
|
|
#undef nswindow_resetCursorRects_call
|
|
}
|
|
|
|
void nswindow_setBackgroundColor( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setBackgroundColor:" );
|
|
#define nswindow_setBackgroundColor_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setBackgroundColor_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setBackgroundColor_call
|
|
}
|
|
|
|
nsobject_t nswindow_effectiveAppearance( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "effectiveAppearance" );
|
|
#define nswindow_effectiveAppearance_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_effectiveAppearance_call( (id)object, methodSelector );
|
|
#undef nswindow_effectiveAppearance_call
|
|
}
|
|
|
|
long long nswindow_userInterfaceLayoutDirection( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "userInterfaceLayoutDirection" );
|
|
#define nswindow_userInterfaceLayoutDirection_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_userInterfaceLayoutDirection_call( (id)object, methodSelector );
|
|
#undef nswindow_userInterfaceLayoutDirection_call
|
|
}
|
|
|
|
char nswindow_isOpaque( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isOpaque" );
|
|
#define nswindow_isOpaque_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isOpaque_call( (id)object, methodSelector );
|
|
#undef nswindow_isOpaque_call
|
|
}
|
|
|
|
CGSize nswindow_minSize( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "minSize" );
|
|
#define nswindow_minSize_call( obj, selector ) ((CGSize (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_minSize_call( (id)object, methodSelector );
|
|
#undef nswindow_minSize_call
|
|
}
|
|
|
|
CGSize nswindow_maxSize( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "maxSize" );
|
|
#define nswindow_maxSize_call( obj, selector ) ((CGSize (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_maxSize_call( (id)object, methodSelector );
|
|
#undef nswindow_maxSize_call
|
|
}
|
|
|
|
void nswindow_setFrameOrigin( nswindow_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setFrameOrigin:" );
|
|
#define nswindow_setFrameOrigin_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setFrameOrigin_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setFrameOrigin_call
|
|
}
|
|
|
|
nsobject_t nswindow_firstResponder( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "firstResponder" );
|
|
#define nswindow_firstResponder_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_firstResponder_call( (id)object, methodSelector );
|
|
#undef nswindow_firstResponder_call
|
|
}
|
|
|
|
char nswindow_makeFirstResponder( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "makeFirstResponder:" );
|
|
#define nswindow_makeFirstResponder_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_makeFirstResponder_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_makeFirstResponder_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityAttributeNames( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAttributeNames" );
|
|
#define nswindow_accessibilityAttributeNames_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityAttributeNames_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityAttributeNames_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityWindowAttribute( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityWindowAttribute" );
|
|
#define nswindow_accessibilityWindowAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityWindowAttribute_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityWindowAttribute_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityParentAttribute( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityParentAttribute" );
|
|
#define nswindow_accessibilityParentAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityParentAttribute_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityParentAttribute_call
|
|
}
|
|
|
|
void nswindow_sendEvent( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "sendEvent:" );
|
|
#define nswindow_sendEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_sendEvent_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_sendEvent_call
|
|
}
|
|
|
|
nsobject_t nswindow_contentView( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "contentView" );
|
|
#define nswindow_contentView_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_contentView_call( (id)object, methodSelector );
|
|
#undef nswindow_contentView_call
|
|
}
|
|
|
|
void nswindow_undo( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "undo:" );
|
|
#define nswindow_undo_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_undo_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_undo_call
|
|
}
|
|
|
|
void nswindow_redo( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "redo:" );
|
|
#define nswindow_redo_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_redo_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_redo_call
|
|
}
|
|
|
|
char nswindow_validateMenuItem( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "validateMenuItem:" );
|
|
#define nswindow_validateMenuItem_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_validateMenuItem_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_validateMenuItem_call
|
|
}
|
|
|
|
char nswindow_validateUserInterfaceItem( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "validateUserInterfaceItem:" );
|
|
#define nswindow_validateUserInterfaceItem_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_validateUserInterfaceItem_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_validateUserInterfaceItem_call
|
|
}
|
|
|
|
void nswindow_makeKeyWindow( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "makeKeyWindow" );
|
|
#define nswindow_makeKeyWindow_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_makeKeyWindow_call( (id)object, methodSelector );
|
|
#undef nswindow_makeKeyWindow_call
|
|
}
|
|
|
|
void nswindow_resignKeyWindow( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "resignKeyWindow" );
|
|
#define nswindow_resignKeyWindow_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_resignKeyWindow_call( (id)object, methodSelector );
|
|
#undef nswindow_resignKeyWindow_call
|
|
}
|
|
|
|
char nswindow_isVisible( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isVisible" );
|
|
#define nswindow_isVisible_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isVisible_call( (id)object, methodSelector );
|
|
#undef nswindow_isVisible_call
|
|
}
|
|
|
|
void nswindow_setColorSpace( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setColorSpace:" );
|
|
#define nswindow_setColorSpace_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setColorSpace_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setColorSpace_call
|
|
}
|
|
|
|
nsobject_t nswindow_appearance( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "appearance" );
|
|
#define nswindow_appearance_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_appearance_call( (id)object, methodSelector );
|
|
#undef nswindow_appearance_call
|
|
}
|
|
|
|
char nswindow_isOnActiveSpace( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isOnActiveSpace" );
|
|
#define nswindow_isOnActiveSpace_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isOnActiveSpace_call( (id)object, methodSelector );
|
|
#undef nswindow_isOnActiveSpace_call
|
|
}
|
|
|
|
nsobject_t nswindow_animator( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "animator" );
|
|
#define nswindow_animator_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_animator_call( (id)object, methodSelector );
|
|
#undef nswindow_animator_call
|
|
}
|
|
|
|
nsobject_t nswindow_backgroundColor( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "backgroundColor" );
|
|
#define nswindow_backgroundColor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_backgroundColor_call( (id)object, methodSelector );
|
|
#undef nswindow_backgroundColor_call
|
|
}
|
|
|
|
void nswindow_setUserInterfaceLayoutDirection( nswindow_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setUserInterfaceLayoutDirection:" );
|
|
#define nswindow_setUserInterfaceLayoutDirection_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setUserInterfaceLayoutDirection_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setUserInterfaceLayoutDirection_call
|
|
}
|
|
|
|
void nswindow_setAnimations( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAnimations:" );
|
|
#define nswindow_setAnimations_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAnimations_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAnimations_call
|
|
}
|
|
|
|
void nswindow_mouseDown( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mouseDown:" );
|
|
#define nswindow_mouseDown_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_mouseDown_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_mouseDown_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityParent( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityParent" );
|
|
#define nswindow_accessibilityParent_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityParent_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityParent_call
|
|
}
|
|
|
|
CGRect nswindow_accessibilityFocusRingBounds( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityFocusRingBounds" );
|
|
#define nswindow_accessibilityFocusRingBounds_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return nswindow_accessibilityFocusRingBounds_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityFocusRingBounds_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityFocusedUIElement( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityFocusedUIElement" );
|
|
#define nswindow_accessibilityFocusedUIElement_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityFocusedUIElement_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityFocusedUIElement_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityWindowAttributeValueHelper( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityWindowAttributeValueHelper" );
|
|
#define nswindow_accessibilityWindowAttributeValueHelper_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityWindowAttributeValueHelper_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityWindowAttributeValueHelper_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityTopLevelUIElementAttributeValueHelper( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityTopLevelUIElementAttributeValueHelper" );
|
|
#define nswindow_accessibilityTopLevelUIElementAttributeValueHelper_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityTopLevelUIElementAttributeValueHelper_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityTopLevelUIElementAttributeValueHelper_call
|
|
}
|
|
|
|
CGRect nswindow_convertRectToScreen( nswindow_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "convertRectToScreen:" );
|
|
#define nswindow_convertRectToScreen_call( obj, selector, arg0 ) ((CGRect (*)( id, SEL, CGRect ))abi_objc_msgSend_stret) ( obj, selector, arg0 )
|
|
return nswindow_convertRectToScreen_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_convertRectToScreen_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityHitTest( nswindow_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityHitTest:" );
|
|
#define nswindow_accessibilityHitTest_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_accessibilityHitTest_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilityHitTest_call
|
|
}
|
|
|
|
double nswindow_accessibilityVisibleArea( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityVisibleArea" );
|
|
#define nswindow_accessibilityVisibleArea_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return nswindow_accessibilityVisibleArea_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityVisibleArea_call
|
|
}
|
|
|
|
CGRect nswindow_accessibilityFrame( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityFrame" );
|
|
#define nswindow_accessibilityFrame_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return nswindow_accessibilityFrame_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityFrame_call
|
|
}
|
|
|
|
char nswindow_accessibilityIsIgnored( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsIgnored" );
|
|
#define nswindow_accessibilityIsIgnored_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityIsIgnored_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityIsIgnored_call
|
|
}
|
|
|
|
nsobject_t nswindow_remoteUIElement( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "remoteUIElement" );
|
|
#define nswindow_remoteUIElement_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_remoteUIElement_call( (id)object, methodSelector );
|
|
#undef nswindow_remoteUIElement_call
|
|
}
|
|
|
|
void* nswindow_windowRef( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "windowRef" );
|
|
#define nswindow_windowRef_call( obj, selector ) ((void* (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_windowRef_call( (id)object, methodSelector );
|
|
#undef nswindow_windowRef_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityAttributeValue( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAttributeValue:" );
|
|
#define nswindow_accessibilityAttributeValue_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_accessibilityAttributeValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilityAttributeValue_call
|
|
}
|
|
|
|
long long nswindow_accessibilityWindowNumber( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityWindowNumber" );
|
|
#define nswindow_accessibilityWindowNumber_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityWindowNumber_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityWindowNumber_call
|
|
}
|
|
|
|
void nswindow_setLevel( nswindow_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setLevel:" );
|
|
#define nswindow_setLevel_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setLevel_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setLevel_call
|
|
}
|
|
|
|
char nswindow_isTabOverviewVisible( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isTabOverviewVisible" );
|
|
#define nswindow_isTabOverviewVisible_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isTabOverviewVisible_call( (id)object, methodSelector );
|
|
#undef nswindow_isTabOverviewVisible_call
|
|
}
|
|
|
|
long long nswindow_titleVisibility( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "titleVisibility" );
|
|
#define nswindow_titleVisibility_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_titleVisibility_call( (id)object, methodSelector );
|
|
#undef nswindow_titleVisibility_call
|
|
}
|
|
|
|
nsobject_t nswindow_tabbingIdentifier( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "tabbingIdentifier" );
|
|
#define nswindow_tabbingIdentifier_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_tabbingIdentifier_call( (id)object, methodSelector );
|
|
#undef nswindow_tabbingIdentifier_call
|
|
}
|
|
|
|
nsobject_t nswindow_windowController( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "windowController" );
|
|
#define nswindow_windowController_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_windowController_call( (id)object, methodSelector );
|
|
#undef nswindow_windowController_call
|
|
}
|
|
|
|
char nswindow_canEnterFullScreenMode( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "canEnterFullScreenMode" );
|
|
#define nswindow_canEnterFullScreenMode_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_canEnterFullScreenMode_call( (id)object, methodSelector );
|
|
#undef nswindow_canEnterFullScreenMode_call
|
|
}
|
|
|
|
void nswindow_setTabbingIdentifier( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setTabbingIdentifier:" );
|
|
#define nswindow_setTabbingIdentifier_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setTabbingIdentifier_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setTabbingIdentifier_call
|
|
}
|
|
|
|
long long nswindow_tabbingMode( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "tabbingMode" );
|
|
#define nswindow_tabbingMode_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_tabbingMode_call( (id)object, methodSelector );
|
|
#undef nswindow_tabbingMode_call
|
|
}
|
|
|
|
void nswindow_setTabbingMode( nswindow_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setTabbingMode:" );
|
|
#define nswindow_setTabbingMode_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setTabbingMode_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setTabbingMode_call
|
|
}
|
|
|
|
nsobject_t nswindow_tab( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "tab" );
|
|
#define nswindow_tab_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_tab_call( (id)object, methodSelector );
|
|
#undef nswindow_tab_call
|
|
}
|
|
|
|
unsigned long long nswindow_styleMask( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "styleMask" );
|
|
#define nswindow_styleMask_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_styleMask_call( (id)object, methodSelector );
|
|
#undef nswindow_styleMask_call
|
|
}
|
|
|
|
nsobject_t nswindow_sheetParent( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "sheetParent" );
|
|
#define nswindow_sheetParent_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_sheetParent_call( (id)object, methodSelector );
|
|
#undef nswindow_sheetParent_call
|
|
}
|
|
|
|
char nswindow_titlebarAppearsTransparent( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "titlebarAppearsTransparent" );
|
|
#define nswindow_titlebarAppearsTransparent_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_titlebarAppearsTransparent_call( (id)object, methodSelector );
|
|
#undef nswindow_titlebarAppearsTransparent_call
|
|
}
|
|
|
|
char nswindow_isResizable( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isResizable" );
|
|
#define nswindow_isResizable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isResizable_call( (id)object, methodSelector );
|
|
#undef nswindow_isResizable_call
|
|
}
|
|
|
|
char nswindow_isKeyWindow( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isKeyWindow" );
|
|
#define nswindow_isKeyWindow_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isKeyWindow_call( (id)object, methodSelector );
|
|
#undef nswindow_isKeyWindow_call
|
|
}
|
|
|
|
void nswindow_makeKeyAndOrderFront( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "makeKeyAndOrderFront:" );
|
|
#define nswindow_makeKeyAndOrderFront_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_makeKeyAndOrderFront_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_makeKeyAndOrderFront_call
|
|
}
|
|
|
|
char nswindow_isMiniaturized( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isMiniaturized" );
|
|
#define nswindow_isMiniaturized_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isMiniaturized_call( (id)object, methodSelector );
|
|
#undef nswindow_isMiniaturized_call
|
|
}
|
|
|
|
void nswindow_selectNextTab( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "selectNextTab:" );
|
|
#define nswindow_selectNextTab_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_selectNextTab_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_selectNextTab_call
|
|
}
|
|
|
|
void nswindow_selectPreviousTab( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "selectPreviousTab:" );
|
|
#define nswindow_selectPreviousTab_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_selectPreviousTab_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_selectPreviousTab_call
|
|
}
|
|
|
|
void nswindow_moveTabToNewWindow( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "moveTabToNewWindow:" );
|
|
#define nswindow_moveTabToNewWindow_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_moveTabToNewWindow_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_moveTabToNewWindow_call
|
|
}
|
|
|
|
void nswindow_mergeAllWindows( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mergeAllWindows:" );
|
|
#define nswindow_mergeAllWindows_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_mergeAllWindows_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_mergeAllWindows_call
|
|
}
|
|
|
|
void nswindow_toggleTabBar( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "toggleTabBar:" );
|
|
#define nswindow_toggleTabBar_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_toggleTabBar_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_toggleTabBar_call
|
|
}
|
|
|
|
void nswindow_toggleTabOverview( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "toggleTabOverview:" );
|
|
#define nswindow_toggleTabOverview_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_toggleTabOverview_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_toggleTabOverview_call
|
|
}
|
|
|
|
void nswindow_performCloseOtherTabs( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performCloseOtherTabs:" );
|
|
#define nswindow_performCloseOtherTabs_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_performCloseOtherTabs_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_performCloseOtherTabs_call
|
|
}
|
|
|
|
void nswindow_performClose( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performClose:" );
|
|
#define nswindow_performClose_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_performClose_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_performClose_call
|
|
}
|
|
|
|
char nswindow_isTabbed( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isTabbed" );
|
|
#define nswindow_isTabbed_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isTabbed_call( (id)object, methodSelector );
|
|
#undef nswindow_isTabbed_call
|
|
}
|
|
|
|
void nswindow_performCloseTabbedWindowGroup( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performCloseTabbedWindowGroup:" );
|
|
#define nswindow_performCloseTabbedWindowGroup_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_performCloseTabbedWindowGroup_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_performCloseTabbedWindowGroup_call
|
|
}
|
|
|
|
char nswindow_performKeyEquivalent( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performKeyEquivalent:" );
|
|
#define nswindow_performKeyEquivalent_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_performKeyEquivalent_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_performKeyEquivalent_call
|
|
}
|
|
|
|
void nswindow_pinTab( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pinTab:" );
|
|
#define nswindow_pinTab_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_pinTab_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_pinTab_call
|
|
}
|
|
|
|
void nswindow_unpinTab( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "unpinTab:" );
|
|
#define nswindow_unpinTab_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_unpinTab_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_unpinTab_call
|
|
}
|
|
|
|
nsobject_t nswindow_tabGroup( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "tabGroup" );
|
|
#define nswindow_tabGroup_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_tabGroup_call( (id)object, methodSelector );
|
|
#undef nswindow_tabGroup_call
|
|
}
|
|
|
|
void nswindow_setTabOverviewVisible( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setTabOverviewVisible:" );
|
|
#define nswindow_setTabOverviewVisible_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setTabOverviewVisible_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setTabOverviewVisible_call
|
|
}
|
|
|
|
void nswindow_orderOutTabbedWindowGroup( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "orderOutTabbedWindowGroup:" );
|
|
#define nswindow_orderOutTabbedWindowGroup_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_orderOutTabbedWindowGroup_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_orderOutTabbedWindowGroup_call
|
|
}
|
|
|
|
void nswindow_windowDidBecomeTabbed( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "windowDidBecomeTabbed" );
|
|
#define nswindow_windowDidBecomeTabbed_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_windowDidBecomeTabbed_call( (id)object, methodSelector );
|
|
#undef nswindow_windowDidBecomeTabbed_call
|
|
}
|
|
|
|
void nswindow_set_beforeTabPickerResponder( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "set_beforeTabPickerResponder:" );
|
|
#define nswindow_set_beforeTabPickerResponder_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_set_beforeTabPickerResponder_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_set_beforeTabPickerResponder_call
|
|
}
|
|
|
|
nsobject_t nswindow_supplementalTargetForAction( nswindow_t object, nsselector_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "supplementalTargetForAction:sender:" );
|
|
#define nswindow_supplementalTargetForAction_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsselector_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nswindow_supplementalTargetForAction_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_supplementalTargetForAction_call
|
|
}
|
|
|
|
void nswindow_setReleasedWhenClosed( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setReleasedWhenClosed:" );
|
|
#define nswindow_setReleasedWhenClosed_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setReleasedWhenClosed_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setReleasedWhenClosed_call
|
|
}
|
|
|
|
void nswindow_orderWindow( nswindow_t object, long long arg0, long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "orderWindow:relativeTo:" );
|
|
#define nswindow_orderWindow_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, long long, long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nswindow_orderWindow_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_orderWindow_call
|
|
}
|
|
|
|
void nswindow_orderOut( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "orderOut:" );
|
|
#define nswindow_orderOut_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_orderOut_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_orderOut_call
|
|
}
|
|
|
|
void nswindow_setAlphaValue( nswindow_t object, double arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAlphaValue:" );
|
|
#define nswindow_setAlphaValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAlphaValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAlphaValue_call
|
|
}
|
|
|
|
nsobject_t nswindow_initWithContentRect( nswindow_t object, CGRect arg0, unsigned long long arg1, unsigned long long arg2, char arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "initWithContentRect:styleMask:backing:defer:" );
|
|
#define nswindow_initWithContentRect_call( obj, selector, arg0, arg1, arg2, arg3 ) ((nsobject_t (*)( id, SEL, CGRect, unsigned long long, unsigned long long, char ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
return nswindow_initWithContentRect_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nswindow_initWithContentRect_call
|
|
}
|
|
|
|
void nswindow_setOpaque( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setOpaque:" );
|
|
#define nswindow_setOpaque_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setOpaque_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setOpaque_call
|
|
}
|
|
|
|
void nswindow_setContentView( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setContentView:" );
|
|
#define nswindow_setContentView_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setContentView_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setContentView_call
|
|
}
|
|
|
|
void nswindow_orderFront( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "orderFront:" );
|
|
#define nswindow_orderFront_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_orderFront_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_orderFront_call
|
|
}
|
|
|
|
void nswindow_display( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "display" );
|
|
#define nswindow_display_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_display_call( (id)object, methodSelector );
|
|
#undef nswindow_display_call
|
|
}
|
|
|
|
void nswindow_flushWindow( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "flushWindow" );
|
|
#define nswindow_flushWindow_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_flushWindow_call( (id)object, methodSelector );
|
|
#undef nswindow_flushWindow_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityHelpStringForChild( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityHelpStringForChild:" );
|
|
#define nswindow_accessibilityHelpStringForChild_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_accessibilityHelpStringForChild_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilityHelpStringForChild_call
|
|
}
|
|
|
|
char nswindow_accessibilityIsChildFocusable( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsChildFocusable:" );
|
|
#define nswindow_accessibilityIsChildFocusable_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_accessibilityIsChildFocusable_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilityIsChildFocusable_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityPositionOfChild( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPositionOfChild:" );
|
|
#define nswindow_accessibilityPositionOfChild_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_accessibilityPositionOfChild_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilityPositionOfChild_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilitySizeOfChild( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySizeOfChild:" );
|
|
#define nswindow_accessibilitySizeOfChild_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_accessibilitySizeOfChild_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilitySizeOfChild_call
|
|
}
|
|
|
|
char nswindow_accessibilityShouldUseUniqueId( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityShouldUseUniqueId" );
|
|
#define nswindow_accessibilityShouldUseUniqueId_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityShouldUseUniqueId_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityShouldUseUniqueId_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityRoleAttribute( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityRoleAttribute" );
|
|
#define nswindow_accessibilityRoleAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityRoleAttribute_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityRoleAttribute_call
|
|
}
|
|
|
|
char nswindow_accessibilityIsRoleAttributeSettable( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsRoleAttributeSettable" );
|
|
#define nswindow_accessibilityIsRoleAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityIsRoleAttributeSettable_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityIsRoleAttributeSettable_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityRoleDescriptionAttribute( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityRoleDescriptionAttribute" );
|
|
#define nswindow_accessibilityRoleDescriptionAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityRoleDescriptionAttribute_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityRoleDescriptionAttribute_call
|
|
}
|
|
|
|
char nswindow_accessibilityIsRoleDescriptionAttributeSettable( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsRoleDescriptionAttributeSettable" );
|
|
#define nswindow_accessibilityIsRoleDescriptionAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityIsRoleDescriptionAttributeSettable_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityIsRoleDescriptionAttributeSettable_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilitySubroleAttribute( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySubroleAttribute" );
|
|
#define nswindow_accessibilitySubroleAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilitySubroleAttribute_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilitySubroleAttribute_call
|
|
}
|
|
|
|
char nswindow_accessibilityIsSubroleAttributeSettable( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsSubroleAttributeSettable" );
|
|
#define nswindow_accessibilityIsSubroleAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityIsSubroleAttributeSettable_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityIsSubroleAttributeSettable_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityFocusedAttribute( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityFocusedAttribute" );
|
|
#define nswindow_accessibilityFocusedAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityFocusedAttribute_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityFocusedAttribute_call
|
|
}
|
|
|
|
char nswindow_accessibilityIsFocusedAttributeSettable( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsFocusedAttributeSettable" );
|
|
#define nswindow_accessibilityIsFocusedAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityIsFocusedAttributeSettable_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityIsFocusedAttributeSettable_call
|
|
}
|
|
|
|
char nswindow_accessibilityIsParentAttributeSettable( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsParentAttributeSettable" );
|
|
#define nswindow_accessibilityIsParentAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityIsParentAttributeSettable_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityIsParentAttributeSettable_call
|
|
}
|
|
|
|
char nswindow_accessibilityIsWindowAttributeSettable( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsWindowAttributeSettable" );
|
|
#define nswindow_accessibilityIsWindowAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityIsWindowAttributeSettable_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityIsWindowAttributeSettable_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityPositionAttribute( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPositionAttribute" );
|
|
#define nswindow_accessibilityPositionAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityPositionAttribute_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityPositionAttribute_call
|
|
}
|
|
|
|
char nswindow_accessibilityIsPositionAttributeSettable( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsPositionAttributeSettable" );
|
|
#define nswindow_accessibilityIsPositionAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityIsPositionAttributeSettable_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityIsPositionAttributeSettable_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilitySizeAttribute( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySizeAttribute" );
|
|
#define nswindow_accessibilitySizeAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilitySizeAttribute_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilitySizeAttribute_call
|
|
}
|
|
|
|
char nswindow_accessibilityIsSizeAttributeSettable( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsSizeAttributeSettable" );
|
|
#define nswindow_accessibilityIsSizeAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityIsSizeAttributeSettable_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityIsSizeAttributeSettable_call
|
|
}
|
|
|
|
char nswindow_accessibilityIsAttributeSettable( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsAttributeSettable:" );
|
|
#define nswindow_accessibilityIsAttributeSettable_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_accessibilityIsAttributeSettable_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilityIsAttributeSettable_call
|
|
}
|
|
|
|
void nswindow_accessibilitySetValue( nswindow_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySetValue:forAttribute:" );
|
|
#define nswindow_accessibilitySetValue_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nswindow_accessibilitySetValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_accessibilitySetValue_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityActionNames( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityActionNames" );
|
|
#define nswindow_accessibilityActionNames_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityActionNames_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityActionNames_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityActionDescription( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityActionDescription:" );
|
|
#define nswindow_accessibilityActionDescription_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_accessibilityActionDescription_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilityActionDescription_call
|
|
}
|
|
|
|
void nswindow_accessibilityPerformAction( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPerformAction:" );
|
|
#define nswindow_accessibilityPerformAction_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_accessibilityPerformAction_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilityPerformAction_call
|
|
}
|
|
|
|
CGRect nswindow_convertRectFromScreen( nswindow_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "convertRectFromScreen:" );
|
|
#define nswindow_convertRectFromScreen_call( obj, selector, arg0 ) ((CGRect (*)( id, SEL, CGRect ))abi_objc_msgSend_stret) ( obj, selector, arg0 )
|
|
return nswindow_convertRectFromScreen_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_convertRectFromScreen_call
|
|
}
|
|
|
|
nsobject_t nswindow_colorSpace( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "colorSpace" );
|
|
#define nswindow_colorSpace_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_colorSpace_call( (id)object, methodSelector );
|
|
#undef nswindow_colorSpace_call
|
|
}
|
|
|
|
char nswindow_accessibilitySupportsOverriddenAttributes( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySupportsOverriddenAttributes" );
|
|
#define nswindow_accessibilitySupportsOverriddenAttributes_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilitySupportsOverriddenAttributes_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilitySupportsOverriddenAttributes_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityChildrenAttribute( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityChildrenAttribute" );
|
|
#define nswindow_accessibilityChildrenAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityChildrenAttribute_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityChildrenAttribute_call
|
|
}
|
|
|
|
void nswindow_setMovable( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setMovable:" );
|
|
#define nswindow_setMovable_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setMovable_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setMovable_call
|
|
}
|
|
|
|
void nswindow_setCollectionBehavior( nswindow_t object, unsigned long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setCollectionBehavior:" );
|
|
#define nswindow_setCollectionBehavior_call( obj, selector, arg0 ) ((void (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setCollectionBehavior_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setCollectionBehavior_call
|
|
}
|
|
|
|
void nswindow_setHidesOnDeactivate( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setHidesOnDeactivate:" );
|
|
#define nswindow_setHidesOnDeactivate_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setHidesOnDeactivate_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setHidesOnDeactivate_call
|
|
}
|
|
|
|
void nswindow_setIgnoresMouseEvents( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setIgnoresMouseEvents:" );
|
|
#define nswindow_setIgnoresMouseEvents_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setIgnoresMouseEvents_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setIgnoresMouseEvents_call
|
|
}
|
|
|
|
double nswindow_backingScaleFactor( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "backingScaleFactor" );
|
|
#define nswindow_backingScaleFactor_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return nswindow_backingScaleFactor_call( (id)object, methodSelector );
|
|
#undef nswindow_backingScaleFactor_call
|
|
}
|
|
|
|
char nswindow_isMovable( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isMovable" );
|
|
#define nswindow_isMovable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isMovable_call( (id)object, methodSelector );
|
|
#undef nswindow_isMovable_call
|
|
}
|
|
|
|
char nswindow_canBecomeKeyWindow( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "canBecomeKeyWindow" );
|
|
#define nswindow_canBecomeKeyWindow_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_canBecomeKeyWindow_call( (id)object, methodSelector );
|
|
#undef nswindow_canBecomeKeyWindow_call
|
|
}
|
|
|
|
char nswindow_canBecomeMainWindow( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "canBecomeMainWindow" );
|
|
#define nswindow_canBecomeMainWindow_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_canBecomeMainWindow_call( (id)object, methodSelector );
|
|
#undef nswindow_canBecomeMainWindow_call
|
|
}
|
|
|
|
void* nswindow_graphicsPort( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "graphicsPort" );
|
|
#define nswindow_graphicsPort_call( obj, selector ) ((void* (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_graphicsPort_call( (id)object, methodSelector );
|
|
#undef nswindow_graphicsPort_call
|
|
}
|
|
|
|
nsobject_t nswindow_toolbar( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "toolbar" );
|
|
#define nswindow_toolbar_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_toolbar_call( (id)object, methodSelector );
|
|
#undef nswindow_toolbar_call
|
|
}
|
|
|
|
void nswindow_setToolbar( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setToolbar:" );
|
|
#define nswindow_setToolbar_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setToolbar_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setToolbar_call
|
|
}
|
|
|
|
nsobject_t nswindow_childWindows( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "childWindows" );
|
|
#define nswindow_childWindows_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_childWindows_call( (id)object, methodSelector );
|
|
#undef nswindow_childWindows_call
|
|
}
|
|
|
|
nsobject_t nswindow_attachedSheet( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "attachedSheet" );
|
|
#define nswindow_attachedSheet_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_attachedSheet_call( (id)object, methodSelector );
|
|
#undef nswindow_attachedSheet_call
|
|
}
|
|
|
|
void nswindow_layoutIfNeeded( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "layoutIfNeeded" );
|
|
#define nswindow_layoutIfNeeded_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_layoutIfNeeded_call( (id)object, methodSelector );
|
|
#undef nswindow_layoutIfNeeded_call
|
|
}
|
|
|
|
void nswindow_exitFullScreenMode( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "exitFullScreenMode:" );
|
|
#define nswindow_exitFullScreenMode_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_exitFullScreenMode_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_exitFullScreenMode_call
|
|
}
|
|
|
|
void nswindow_disableCursorRects( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "disableCursorRects" );
|
|
#define nswindow_disableCursorRects_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_disableCursorRects_call( (id)object, methodSelector );
|
|
#undef nswindow_disableCursorRects_call
|
|
}
|
|
|
|
void nswindow_enableCursorRects( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "enableCursorRects" );
|
|
#define nswindow_enableCursorRects_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_enableCursorRects_call( (id)object, methodSelector );
|
|
#undef nswindow_enableCursorRects_call
|
|
}
|
|
|
|
nsobject_t nswindow_stringWithSavedFrame( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "stringWithSavedFrame" );
|
|
#define nswindow_stringWithSavedFrame_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_stringWithSavedFrame_call( (id)object, methodSelector );
|
|
#undef nswindow_stringWithSavedFrame_call
|
|
}
|
|
|
|
CGPoint nswindow_mouseLocationOutsideOfEventStream( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mouseLocationOutsideOfEventStream" );
|
|
#define nswindow_mouseLocationOutsideOfEventStream_call( obj, selector ) ((CGPoint (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_mouseLocationOutsideOfEventStream_call( (id)object, methodSelector );
|
|
#undef nswindow_mouseLocationOutsideOfEventStream_call
|
|
}
|
|
|
|
void nswindow_setRestorable( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setRestorable:" );
|
|
#define nswindow_setRestorable_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setRestorable_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setRestorable_call
|
|
}
|
|
|
|
void nswindow_setMovableByWindowBackground( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setMovableByWindowBackground:" );
|
|
#define nswindow_setMovableByWindowBackground_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setMovableByWindowBackground_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setMovableByWindowBackground_call
|
|
}
|
|
|
|
void nswindow_setDefaultButtonCell( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setDefaultButtonCell:" );
|
|
#define nswindow_setDefaultButtonCell_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setDefaultButtonCell_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setDefaultButtonCell_call
|
|
}
|
|
|
|
long long nswindow_animationBehavior( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "animationBehavior" );
|
|
#define nswindow_animationBehavior_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_animationBehavior_call( (id)object, methodSelector );
|
|
#undef nswindow_animationBehavior_call
|
|
}
|
|
|
|
void nswindow_setAnimationBehavior( nswindow_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAnimationBehavior:" );
|
|
#define nswindow_setAnimationBehavior_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAnimationBehavior_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAnimationBehavior_call
|
|
}
|
|
|
|
void nswindow_beginCriticalSheet( nswindow_t object, nsobject_t arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "beginCriticalSheet:completionHandler:" );
|
|
#define nswindow_beginCriticalSheet_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nswindow_beginCriticalSheet_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_beginCriticalSheet_call
|
|
}
|
|
|
|
void nswindow_beginSheet( nswindow_t object, nsobject_t arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "beginSheet:completionHandler:" );
|
|
#define nswindow_beginSheet_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nswindow_beginSheet_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_beginSheet_call
|
|
}
|
|
|
|
void nswindow_endSheet( nswindow_t object, nsobject_t arg0, long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "endSheet:returnCode:" );
|
|
#define nswindow_endSheet_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nswindow_endSheet_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_endSheet_call
|
|
}
|
|
|
|
char nswindow_isSheet( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isSheet" );
|
|
#define nswindow_isSheet_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isSheet_call( (id)object, methodSelector );
|
|
#undef nswindow_isSheet_call
|
|
}
|
|
|
|
void nswindow_setInitialFirstResponder( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setInitialFirstResponder:" );
|
|
#define nswindow_setInitialFirstResponder_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setInitialFirstResponder_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setInitialFirstResponder_call
|
|
}
|
|
|
|
nsobject_t nswindow_initialFirstResponder( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "initialFirstResponder" );
|
|
#define nswindow_initialFirstResponder_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_initialFirstResponder_call( (id)object, methodSelector );
|
|
#undef nswindow_initialFirstResponder_call
|
|
}
|
|
|
|
void nswindow_setAnchorAttribute( nswindow_t object, long long arg0, long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAnchorAttribute:forOrientation:" );
|
|
#define nswindow_setAnchorAttribute_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, long long, long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nswindow_setAnchorAttribute_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_setAnchorAttribute_call
|
|
}
|
|
|
|
void nswindow_setContentSize( nswindow_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setContentSize:" );
|
|
#define nswindow_setContentSize_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setContentSize_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setContentSize_call
|
|
}
|
|
|
|
nsobject_t nswindow_animations( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "animations" );
|
|
#define nswindow_animations_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_animations_call( (id)object, methodSelector );
|
|
#undef nswindow_animations_call
|
|
}
|
|
|
|
nsobject_t nswindow_validRequestorForSendType( nswindow_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "validRequestorForSendType:returnType:" );
|
|
#define nswindow_validRequestorForSendType_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nswindow_validRequestorForSendType_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_validRequestorForSendType_call
|
|
}
|
|
|
|
char nswindow_canHide( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "canHide" );
|
|
#define nswindow_canHide_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_canHide_call( (id)object, methodSelector );
|
|
#undef nswindow_canHide_call
|
|
}
|
|
|
|
void nswindow_accessibilityPostNotification( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPostNotification:" );
|
|
#define nswindow_accessibilityPostNotification_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_accessibilityPostNotification_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilityPostNotification_call
|
|
}
|
|
|
|
void nswindow_center( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "center" );
|
|
#define nswindow_center_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_center_call( (id)object, methodSelector );
|
|
#undef nswindow_center_call
|
|
}
|
|
|
|
void nswindow_setFrameTopLeftPoint( nswindow_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setFrameTopLeftPoint:" );
|
|
#define nswindow_setFrameTopLeftPoint_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setFrameTopLeftPoint_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setFrameTopLeftPoint_call
|
|
}
|
|
|
|
void nswindow_deminiaturize( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "deminiaturize:" );
|
|
#define nswindow_deminiaturize_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_deminiaturize_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_deminiaturize_call
|
|
}
|
|
|
|
char nswindow_hidesOnDeactivate( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "hidesOnDeactivate" );
|
|
#define nswindow_hidesOnDeactivate_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_hidesOnDeactivate_call( (id)object, methodSelector );
|
|
#undef nswindow_hidesOnDeactivate_call
|
|
}
|
|
|
|
nsobject_t nswindow_sheets( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "sheets" );
|
|
#define nswindow_sheets_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_sheets_call( (id)object, methodSelector );
|
|
#undef nswindow_sheets_call
|
|
}
|
|
|
|
void nswindow_encodeRestorableStateWithCoder( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "encodeRestorableStateWithCoder:" );
|
|
#define nswindow_encodeRestorableStateWithCoder_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_encodeRestorableStateWithCoder_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_encodeRestorableStateWithCoder_call
|
|
}
|
|
|
|
void nswindow_restoreStateWithCoder( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "restoreStateWithCoder:" );
|
|
#define nswindow_restoreStateWithCoder_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_restoreStateWithCoder_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_restoreStateWithCoder_call
|
|
}
|
|
|
|
nsobject_t nswindow_currentEvent( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "currentEvent" );
|
|
#define nswindow_currentEvent_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_currentEvent_call( (id)object, methodSelector );
|
|
#undef nswindow_currentEvent_call
|
|
}
|
|
|
|
void nswindow_makeMainWindow( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "makeMainWindow" );
|
|
#define nswindow_makeMainWindow_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_makeMainWindow_call( (id)object, methodSelector );
|
|
#undef nswindow_makeMainWindow_call
|
|
}
|
|
|
|
void nswindow_quickLookPreviewItems( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "quickLookPreviewItems:" );
|
|
#define nswindow_quickLookPreviewItems_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_quickLookPreviewItems_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_quickLookPreviewItems_call
|
|
}
|
|
|
|
void nswindow_becomeKeyWindow( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "becomeKeyWindow" );
|
|
#define nswindow_becomeKeyWindow_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_becomeKeyWindow_call( (id)object, methodSelector );
|
|
#undef nswindow_becomeKeyWindow_call
|
|
}
|
|
|
|
nsobject_t nswindow_dockTile( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "dockTile" );
|
|
#define nswindow_dockTile_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_dockTile_call( (id)object, methodSelector );
|
|
#undef nswindow_dockTile_call
|
|
}
|
|
|
|
nsobject_t nswindow_userInterfaceItemIdentifier( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "userInterfaceItemIdentifier" );
|
|
#define nswindow_userInterfaceItemIdentifier_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_userInterfaceItemIdentifier_call( (id)object, methodSelector );
|
|
#undef nswindow_userInterfaceItemIdentifier_call
|
|
}
|
|
|
|
void nswindow_doCommandBySelector( nswindow_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "doCommandBySelector:" );
|
|
#define nswindow_doCommandBySelector_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_doCommandBySelector_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_doCommandBySelector_call
|
|
}
|
|
|
|
void nswindow_enterFullScreenMode( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "enterFullScreenMode:" );
|
|
#define nswindow_enterFullScreenMode_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_enterFullScreenMode_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_enterFullScreenMode_call
|
|
}
|
|
|
|
unsigned long long nswindow_occlusionState( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "occlusionState" );
|
|
#define nswindow_occlusionState_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_occlusionState_call( (id)object, methodSelector );
|
|
#undef nswindow_occlusionState_call
|
|
}
|
|
|
|
void nswindow_rightMouseDown( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "rightMouseDown:" );
|
|
#define nswindow_rightMouseDown_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_rightMouseDown_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_rightMouseDown_call
|
|
}
|
|
|
|
void nswindow_quickLookPreviewItemsAtWindowLocation( nswindow_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "quickLookPreviewItemsAtWindowLocation:" );
|
|
#define nswindow_quickLookPreviewItemsAtWindowLocation_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_quickLookPreviewItemsAtWindowLocation_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_quickLookPreviewItemsAtWindowLocation_call
|
|
}
|
|
|
|
void nswindow_setMenu( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setMenu:" );
|
|
#define nswindow_setMenu_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setMenu_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setMenu_call
|
|
}
|
|
|
|
void nswindow_setCanEnterFullScreenMode( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setCanEnterFullScreenMode:" );
|
|
#define nswindow_setCanEnterFullScreenMode_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setCanEnterFullScreenMode_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setCanEnterFullScreenMode_call
|
|
}
|
|
|
|
void nswindow_setUserInterfaceItemIdentifier( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setUserInterfaceItemIdentifier:" );
|
|
#define nswindow_setUserInterfaceItemIdentifier_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setUserInterfaceItemIdentifier_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setUserInterfaceItemIdentifier_call
|
|
}
|
|
|
|
void nswindow_toggleFullScreen( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "toggleFullScreen:" );
|
|
#define nswindow_toggleFullScreen_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_toggleFullScreen_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_toggleFullScreen_call
|
|
}
|
|
|
|
void nswindow_setWindowController( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setWindowController:" );
|
|
#define nswindow_setWindowController_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setWindowController_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setWindowController_call
|
|
}
|
|
|
|
char nswindow_accessibilityIsChildOfApp( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsChildOfApp" );
|
|
#define nswindow_accessibilityIsChildOfApp_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityIsChildOfApp_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityIsChildOfApp_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityTitleAttribute( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityTitleAttribute" );
|
|
#define nswindow_accessibilityTitleAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityTitleAttribute_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityTitleAttribute_call
|
|
}
|
|
|
|
char nswindow_accessibilityIsTitleAttributeSettable( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsTitleAttributeSettable" );
|
|
#define nswindow_accessibilityIsTitleAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityIsTitleAttributeSettable_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityIsTitleAttributeSettable_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityChildrenInNavigationOrderAttribute( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityChildrenInNavigationOrderAttribute" );
|
|
#define nswindow_accessibilityChildrenInNavigationOrderAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityChildrenInNavigationOrderAttribute_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityChildrenInNavigationOrderAttribute_call
|
|
}
|
|
|
|
char nswindow_accessibilityIsChildrenAttributeSettable( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsChildrenAttributeSettable" );
|
|
#define nswindow_accessibilityIsChildrenAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityIsChildrenAttributeSettable_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityIsChildrenAttributeSettable_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityAuditIssuesAttribute( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAuditIssuesAttribute" );
|
|
#define nswindow_accessibilityAuditIssuesAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityAuditIssuesAttribute_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityAuditIssuesAttribute_call
|
|
}
|
|
|
|
CGRect nswindow_constrainFrameRect( nswindow_t object, CGRect arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "constrainFrameRect:toScreen:" );
|
|
#define nswindow_constrainFrameRect_call( obj, selector, arg0, arg1 ) ((CGRect (*)( id, SEL, CGRect, nsobject_t ))abi_objc_msgSend_stret) ( obj, selector, arg0, arg1 )
|
|
return nswindow_constrainFrameRect_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_constrainFrameRect_call
|
|
}
|
|
|
|
nsobject_t nswindow_handlePrintScriptCommand( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "handlePrintScriptCommand:" );
|
|
#define nswindow_handlePrintScriptCommand_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_handlePrintScriptCommand_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_handlePrintScriptCommand_call
|
|
}
|
|
|
|
nsobject_t nswindow_representedURL( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "representedURL" );
|
|
#define nswindow_representedURL_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_representedURL_call( (id)object, methodSelector );
|
|
#undef nswindow_representedURL_call
|
|
}
|
|
|
|
unsigned long long nswindow_collectionBehavior( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "collectionBehavior" );
|
|
#define nswindow_collectionBehavior_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_collectionBehavior_call( (id)object, methodSelector );
|
|
#undef nswindow_collectionBehavior_call
|
|
}
|
|
|
|
void nswindow_setTitlebarAppearsTransparent( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setTitlebarAppearsTransparent:" );
|
|
#define nswindow_setTitlebarAppearsTransparent_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setTitlebarAppearsTransparent_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setTitlebarAppearsTransparent_call
|
|
}
|
|
|
|
void nswindow_setContentViewController( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setContentViewController:" );
|
|
#define nswindow_setContentViewController_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setContentViewController_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setContentViewController_call
|
|
}
|
|
|
|
CGSize nswindow_maxFullScreenContentSize( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "maxFullScreenContentSize" );
|
|
#define nswindow_maxFullScreenContentSize_call( obj, selector ) ((CGSize (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_maxFullScreenContentSize_call( (id)object, methodSelector );
|
|
#undef nswindow_maxFullScreenContentSize_call
|
|
}
|
|
|
|
void nswindow_setHasShadow( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setHasShadow:" );
|
|
#define nswindow_setHasShadow_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setHasShadow_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setHasShadow_call
|
|
}
|
|
|
|
void nswindow_setStyleMask( nswindow_t object, unsigned long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setStyleMask:" );
|
|
#define nswindow_setStyleMask_call( obj, selector, arg0 ) ((void (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setStyleMask_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setStyleMask_call
|
|
}
|
|
|
|
void nswindow_setAppearance( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAppearance:" );
|
|
#define nswindow_setAppearance_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAppearance_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAppearance_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityActivationPointAttribute( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityActivationPointAttribute" );
|
|
#define nswindow_accessibilityActivationPointAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityActivationPointAttribute_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityActivationPointAttribute_call
|
|
}
|
|
|
|
void nswindow_setFrameFromString( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setFrameFromString:" );
|
|
#define nswindow_setFrameFromString_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setFrameFromString_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setFrameFromString_call
|
|
}
|
|
|
|
void nswindow_displayIfNeeded( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "displayIfNeeded" );
|
|
#define nswindow_displayIfNeeded_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_displayIfNeeded_call( (id)object, methodSelector );
|
|
#undef nswindow_displayIfNeeded_call
|
|
}
|
|
|
|
long long nswindow_titlePosition( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "titlePosition" );
|
|
#define nswindow_titlePosition_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_titlePosition_call( (id)object, methodSelector );
|
|
#undef nswindow_titlePosition_call
|
|
}
|
|
|
|
CGRect nswindow_backingAlignedRect( nswindow_t object, CGRect arg0, unsigned long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "backingAlignedRect:options:" );
|
|
#define nswindow_backingAlignedRect_call( obj, selector, arg0, arg1 ) ((CGRect (*)( id, SEL, CGRect, unsigned long long ))abi_objc_msgSend_stret) ( obj, selector, arg0, arg1 )
|
|
return nswindow_backingAlignedRect_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_backingAlignedRect_call
|
|
}
|
|
|
|
void nswindow_setTitlePosition( nswindow_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setTitlePosition:" );
|
|
#define nswindow_setTitlePosition_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setTitlePosition_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setTitlePosition_call
|
|
}
|
|
|
|
CGRect nswindow_convertRectToBacking( nswindow_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "convertRectToBacking:" );
|
|
#define nswindow_convertRectToBacking_call( obj, selector, arg0 ) ((CGRect (*)( id, SEL, CGRect ))abi_objc_msgSend_stret) ( obj, selector, arg0 )
|
|
return nswindow_convertRectToBacking_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_convertRectToBacking_call
|
|
}
|
|
|
|
CGRect nswindow_convertRectFromBacking( nswindow_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "convertRectFromBacking:" );
|
|
#define nswindow_convertRectFromBacking_call( obj, selector, arg0 ) ((CGRect (*)( id, SEL, CGRect ))abi_objc_msgSend_stret) ( obj, selector, arg0 )
|
|
return nswindow_convertRectFromBacking_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_convertRectFromBacking_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityTitleUIElementAttribute( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityTitleUIElementAttribute" );
|
|
#define nswindow_accessibilityTitleUIElementAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityTitleUIElementAttribute_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityTitleUIElementAttribute_call
|
|
}
|
|
|
|
CGPoint nswindow_convertBaseToScreen( nswindow_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "convertBaseToScreen:" );
|
|
#define nswindow_convertBaseToScreen_call( obj, selector, arg0 ) ((CGPoint (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_convertBaseToScreen_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_convertBaseToScreen_call
|
|
}
|
|
|
|
char nswindow_accessibilityIsTitleUIElementAttributeSettable( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsTitleUIElementAttributeSettable" );
|
|
#define nswindow_accessibilityIsTitleUIElementAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityIsTitleUIElementAttributeSettable_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityIsTitleUIElementAttributeSettable_call
|
|
}
|
|
|
|
char nswindow_hasKeyAppearance( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "hasKeyAppearance" );
|
|
#define nswindow_hasKeyAppearance_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_hasKeyAppearance_call( (id)object, methodSelector );
|
|
#undef nswindow_hasKeyAppearance_call
|
|
}
|
|
|
|
void nswindow_disableFlushWindow( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "disableFlushWindow" );
|
|
#define nswindow_disableFlushWindow_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_disableFlushWindow_call( (id)object, methodSelector );
|
|
#undef nswindow_disableFlushWindow_call
|
|
}
|
|
|
|
void nswindow_enableFlushWindow( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "enableFlushWindow" );
|
|
#define nswindow_enableFlushWindow_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_enableFlushWindow_call( (id)object, methodSelector );
|
|
#undef nswindow_enableFlushWindow_call
|
|
}
|
|
|
|
CGPoint nswindow_convertPointToBacking( nswindow_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "convertPointToBacking:" );
|
|
#define nswindow_convertPointToBacking_call( obj, selector, arg0 ) ((CGPoint (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_convertPointToBacking_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_convertPointToBacking_call
|
|
}
|
|
|
|
void nswindow_keyDown( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "keyDown:" );
|
|
#define nswindow_keyDown_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_keyDown_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_keyDown_call
|
|
}
|
|
|
|
char nswindow_inLiveResize( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "inLiveResize" );
|
|
#define nswindow_inLiveResize_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_inLiveResize_call( (id)object, methodSelector );
|
|
#undef nswindow_inLiveResize_call
|
|
}
|
|
|
|
char nswindow_preservesContentDuringLiveResize( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "preservesContentDuringLiveResize" );
|
|
#define nswindow_preservesContentDuringLiveResize_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_preservesContentDuringLiveResize_call( (id)object, methodSelector );
|
|
#undef nswindow_preservesContentDuringLiveResize_call
|
|
}
|
|
|
|
void nswindow_dragImage( nswindow_t object, nsobject_t arg0, CGPoint arg1, CGSize arg2, nsobject_t arg3, nsobject_t arg4, nsobject_t arg5, char arg6 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "dragImage:at:offset:event:pasteboard:source:slideBack:" );
|
|
#define nswindow_dragImage_call( obj, selector, arg0, arg1, arg2, arg3, arg4, arg5, arg6 ) ((void (*)( id, SEL, nsobject_t, CGPoint, CGSize, nsobject_t, nsobject_t, nsobject_t, char ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3, arg4, arg5, arg6 )
|
|
nswindow_dragImage_call( (id)object, methodSelector, arg0, arg1, arg2, arg3, arg4, arg5, arg6 );
|
|
#undef nswindow_dragImage_call
|
|
}
|
|
|
|
void nswindow_registerForDraggedTypes( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "registerForDraggedTypes:" );
|
|
#define nswindow_registerForDraggedTypes_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_registerForDraggedTypes_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_registerForDraggedTypes_call
|
|
}
|
|
|
|
void nswindow_unregisterDraggedTypes( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "unregisterDraggedTypes" );
|
|
#define nswindow_unregisterDraggedTypes_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_unregisterDraggedTypes_call( (id)object, methodSelector );
|
|
#undef nswindow_unregisterDraggedTypes_call
|
|
}
|
|
|
|
unsigned long long nswindow_draggingEntered( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "draggingEntered:" );
|
|
#define nswindow_draggingEntered_call( obj, selector, arg0 ) ((unsigned long long (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_draggingEntered_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_draggingEntered_call
|
|
}
|
|
|
|
unsigned long long nswindow_draggingUpdated( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "draggingUpdated:" );
|
|
#define nswindow_draggingUpdated_call( obj, selector, arg0 ) ((unsigned long long (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_draggingUpdated_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_draggingUpdated_call
|
|
}
|
|
|
|
void nswindow_draggingExited( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "draggingExited:" );
|
|
#define nswindow_draggingExited_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_draggingExited_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_draggingExited_call
|
|
}
|
|
|
|
void nswindow_draggingEnded( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "draggingEnded:" );
|
|
#define nswindow_draggingEnded_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_draggingEnded_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_draggingEnded_call
|
|
}
|
|
|
|
char nswindow_performDragOperation( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performDragOperation:" );
|
|
#define nswindow_performDragOperation_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_performDragOperation_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_performDragOperation_call
|
|
}
|
|
|
|
nsobject_t nswindow_registeredDraggedTypes( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "registeredDraggedTypes" );
|
|
#define nswindow_registeredDraggedTypes_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_registeredDraggedTypes_call( (id)object, methodSelector );
|
|
#undef nswindow_registeredDraggedTypes_call
|
|
}
|
|
|
|
nsobject_t nswindow_animationForKey( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "animationForKey:" );
|
|
#define nswindow_animationForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_animationForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_animationForKey_call
|
|
}
|
|
|
|
void nswindow_setViewsNeedDisplay( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setViewsNeedDisplay:" );
|
|
#define nswindow_setViewsNeedDisplay_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setViewsNeedDisplay_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setViewsNeedDisplay_call
|
|
}
|
|
|
|
void nswindow_disableKeyEquivalentForDefaultButtonCell( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "disableKeyEquivalentForDefaultButtonCell" );
|
|
#define nswindow_disableKeyEquivalentForDefaultButtonCell_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_disableKeyEquivalentForDefaultButtonCell_call( (id)object, methodSelector );
|
|
#undef nswindow_disableKeyEquivalentForDefaultButtonCell_call
|
|
}
|
|
|
|
void nswindow_enableKeyEquivalentForDefaultButtonCell( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "enableKeyEquivalentForDefaultButtonCell" );
|
|
#define nswindow_enableKeyEquivalentForDefaultButtonCell_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_enableKeyEquivalentForDefaultButtonCell_call( (id)object, methodSelector );
|
|
#undef nswindow_enableKeyEquivalentForDefaultButtonCell_call
|
|
}
|
|
|
|
char nswindow_performMnemonic( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performMnemonic:" );
|
|
#define nswindow_performMnemonic_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_performMnemonic_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_performMnemonic_call
|
|
}
|
|
|
|
CGPoint nswindow_convertPointFromBacking( nswindow_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "convertPointFromBacking:" );
|
|
#define nswindow_convertPointFromBacking_call( obj, selector, arg0 ) ((CGPoint (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_convertPointFromBacking_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_convertPointFromBacking_call
|
|
}
|
|
|
|
double nswindow_alphaValue( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "alphaValue" );
|
|
#define nswindow_alphaValue_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return nswindow_alphaValue_call( (id)object, methodSelector );
|
|
#undef nswindow_alphaValue_call
|
|
}
|
|
|
|
void nswindow_cancelOperation( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cancelOperation:" );
|
|
#define nswindow_cancelOperation_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_cancelOperation_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_cancelOperation_call
|
|
}
|
|
|
|
void nswindow_setDepthLimit( nswindow_t object, int arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setDepthLimit:" );
|
|
#define nswindow_setDepthLimit_call( obj, selector, arg0 ) ((void (*)( id, SEL, int ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setDepthLimit_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setDepthLimit_call
|
|
}
|
|
|
|
int nswindow_depthLimit( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "depthLimit" );
|
|
#define nswindow_depthLimit_call( obj, selector ) ((int (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_depthLimit_call( (id)object, methodSelector );
|
|
#undef nswindow_depthLimit_call
|
|
}
|
|
|
|
nsobject_t nswindow_appearanceParent( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "appearanceParent" );
|
|
#define nswindow_appearanceParent_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_appearanceParent_call( (id)object, methodSelector );
|
|
#undef nswindow_appearanceParent_call
|
|
}
|
|
|
|
void nswindow_setAppearanceParent( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAppearanceParent:" );
|
|
#define nswindow_setAppearanceParent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAppearanceParent_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAppearanceParent_call
|
|
}
|
|
|
|
char nswindow_areCursorRectsEnabled( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "areCursorRectsEnabled" );
|
|
#define nswindow_areCursorRectsEnabled_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_areCursorRectsEnabled_call( (id)object, methodSelector );
|
|
#undef nswindow_areCursorRectsEnabled_call
|
|
}
|
|
|
|
nsobject_t nswindow_deviceDescription( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "deviceDescription" );
|
|
#define nswindow_deviceDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_deviceDescription_call( (id)object, methodSelector );
|
|
#undef nswindow_deviceDescription_call
|
|
}
|
|
|
|
void nswindow_setResizeIncrements( nswindow_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setResizeIncrements:" );
|
|
#define nswindow_setResizeIncrements_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setResizeIncrements_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setResizeIncrements_call
|
|
}
|
|
|
|
char nswindow_isExcludedFromWindowsMenu( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isExcludedFromWindowsMenu" );
|
|
#define nswindow_isExcludedFromWindowsMenu_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isExcludedFromWindowsMenu_call( (id)object, methodSelector );
|
|
#undef nswindow_isExcludedFromWindowsMenu_call
|
|
}
|
|
|
|
char nswindow_isMainWindow( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isMainWindow" );
|
|
#define nswindow_isMainWindow_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isMainWindow_call( (id)object, methodSelector );
|
|
#undef nswindow_isMainWindow_call
|
|
}
|
|
|
|
void nswindow_becomeMainWindow( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "becomeMainWindow" );
|
|
#define nswindow_becomeMainWindow_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_becomeMainWindow_call( (id)object, methodSelector );
|
|
#undef nswindow_becomeMainWindow_call
|
|
}
|
|
|
|
char nswindow_ignoresMouseEvents( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ignoresMouseEvents" );
|
|
#define nswindow_ignoresMouseEvents_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_ignoresMouseEvents_call( (id)object, methodSelector );
|
|
#undef nswindow_ignoresMouseEvents_call
|
|
}
|
|
|
|
void nswindow_resignMainWindow( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "resignMainWindow" );
|
|
#define nswindow_resignMainWindow_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_resignMainWindow_call( (id)object, methodSelector );
|
|
#undef nswindow_resignMainWindow_call
|
|
}
|
|
|
|
char nswindow_isAutodisplay( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAutodisplay" );
|
|
#define nswindow_isAutodisplay_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isAutodisplay_call( (id)object, methodSelector );
|
|
#undef nswindow_isAutodisplay_call
|
|
}
|
|
|
|
void nswindow_setAutodisplay( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAutodisplay:" );
|
|
#define nswindow_setAutodisplay_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAutodisplay_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAutodisplay_call
|
|
}
|
|
|
|
CGRect nswindow_startRectForSheet( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "startRectForSheet:" );
|
|
#define nswindow_startRectForSheet_call( obj, selector, arg0 ) ((CGRect (*)( id, SEL, nsobject_t ))abi_objc_msgSend_stret) ( obj, selector, arg0 )
|
|
return nswindow_startRectForSheet_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_startRectForSheet_call
|
|
}
|
|
|
|
void nswindow_print( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "print:" );
|
|
#define nswindow_print_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_print_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_print_call
|
|
}
|
|
|
|
char nswindow_worksWhenModal( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "worksWhenModal" );
|
|
#define nswindow_worksWhenModal_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_worksWhenModal_call( (id)object, methodSelector );
|
|
#undef nswindow_worksWhenModal_call
|
|
}
|
|
|
|
nsobject_t nswindow_contentViewController( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "contentViewController" );
|
|
#define nswindow_contentViewController_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_contentViewController_call( (id)object, methodSelector );
|
|
#undef nswindow_contentViewController_call
|
|
}
|
|
|
|
CGRect nswindow_frameRectForContentRect( nswindow_t object, CGRect arg0, unsigned long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "frameRectForContentRect:styleMask:" );
|
|
#define nswindow_frameRectForContentRect_call( obj, selector, arg0, arg1 ) ((CGRect (*)( id, SEL, CGRect, unsigned long long ))abi_objc_msgSend_stret) ( obj, selector, arg0, arg1 )
|
|
return nswindow_frameRectForContentRect_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_frameRectForContentRect_call
|
|
}
|
|
|
|
CGRect nswindow_contentRectForFrameRect( nswindow_t object, CGRect arg0, unsigned long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "contentRectForFrameRect:styleMask:" );
|
|
#define nswindow_contentRectForFrameRect_call( obj, selector, arg0, arg1 ) ((CGRect (*)( id, SEL, CGRect, unsigned long long ))abi_objc_msgSend_stret) ( obj, selector, arg0, arg1 )
|
|
return nswindow_contentRectForFrameRect_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_contentRectForFrameRect_call
|
|
}
|
|
|
|
CGSize nswindow_minFrameSizeForMinContentSize( nswindow_t object, CGSize arg0, unsigned long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "minFrameSizeForMinContentSize:styleMask:" );
|
|
#define nswindow_minFrameSizeForMinContentSize_call( obj, selector, arg0, arg1 ) ((CGSize (*)( id, SEL, CGSize, unsigned long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nswindow_minFrameSizeForMinContentSize_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_minFrameSizeForMinContentSize_call
|
|
}
|
|
|
|
nsobject_t nswindow_windowTitleController( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "windowTitleController" );
|
|
#define nswindow_windowTitleController_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_windowTitleController_call( (id)object, methodSelector );
|
|
#undef nswindow_windowTitleController_call
|
|
}
|
|
|
|
CGRect nswindow_dragRectForFrameRect( nswindow_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "dragRectForFrameRect:" );
|
|
#define nswindow_dragRectForFrameRect_call( obj, selector, arg0 ) ((CGRect (*)( id, SEL, CGRect ))abi_objc_msgSend_stret) ( obj, selector, arg0 )
|
|
return nswindow_dragRectForFrameRect_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_dragRectForFrameRect_call
|
|
}
|
|
|
|
CGSize nswindow_resizeIncrements( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "resizeIncrements" );
|
|
#define nswindow_resizeIncrements_call( obj, selector ) ((CGSize (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_resizeIncrements_call( (id)object, methodSelector );
|
|
#undef nswindow_resizeIncrements_call
|
|
}
|
|
|
|
void nswindow_setAspectRatio( nswindow_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAspectRatio:" );
|
|
#define nswindow_setAspectRatio_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAspectRatio_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAspectRatio_call
|
|
}
|
|
|
|
CGSize nswindow_aspectRatio( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "aspectRatio" );
|
|
#define nswindow_aspectRatio_call( obj, selector ) ((CGSize (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_aspectRatio_call( (id)object, methodSelector );
|
|
#undef nswindow_aspectRatio_call
|
|
}
|
|
|
|
nsobject_t nswindow_undoManager( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "undoManager" );
|
|
#define nswindow_undoManager_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_undoManager_call( (id)object, methodSelector );
|
|
#undef nswindow_undoManager_call
|
|
}
|
|
|
|
void nswindow_invalidateCursorRectsForView( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "invalidateCursorRectsForView:" );
|
|
#define nswindow_invalidateCursorRectsForView_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_invalidateCursorRectsForView_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_invalidateCursorRectsForView_call
|
|
}
|
|
|
|
void nswindow_setAccessibilitySections( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilitySections:" );
|
|
#define nswindow_setAccessibilitySections_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilitySections_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilitySections_call
|
|
}
|
|
|
|
void nswindow_setMinSize( nswindow_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setMinSize:" );
|
|
#define nswindow_setMinSize_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setMinSize_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setMinSize_call
|
|
}
|
|
|
|
void nswindow_setMaxSize( nswindow_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setMaxSize:" );
|
|
#define nswindow_setMaxSize_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setMaxSize_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setMaxSize_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilitySectionsAttribute( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySectionsAttribute" );
|
|
#define nswindow_accessibilitySectionsAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilitySectionsAttribute_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilitySectionsAttribute_call
|
|
}
|
|
|
|
void nswindow_constraintsDidChangeInEngine( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "constraintsDidChangeInEngine:" );
|
|
#define nswindow_constraintsDidChangeInEngine_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_constraintsDidChangeInEngine_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_constraintsDidChangeInEngine_call
|
|
}
|
|
|
|
char nswindow_isMovableByWindowBackground( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isMovableByWindowBackground" );
|
|
#define nswindow_isMovableByWindowBackground_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isMovableByWindowBackground_call( (id)object, methodSelector );
|
|
#undef nswindow_isMovableByWindowBackground_call
|
|
}
|
|
|
|
unsigned long long nswindow_keyViewSelectionDirection( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "keyViewSelectionDirection" );
|
|
#define nswindow_keyViewSelectionDirection_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_keyViewSelectionDirection_call( (id)object, methodSelector );
|
|
#undef nswindow_keyViewSelectionDirection_call
|
|
}
|
|
|
|
CGPoint nswindow_convertPointFromScreen( nswindow_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "convertPointFromScreen:" );
|
|
#define nswindow_convertPointFromScreen_call( obj, selector, arg0 ) ((CGPoint (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_convertPointFromScreen_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_convertPointFromScreen_call
|
|
}
|
|
|
|
double nswindow_contentBorderThicknessForEdge( nswindow_t object, unsigned long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "contentBorderThicknessForEdge:" );
|
|
#define nswindow_contentBorderThicknessForEdge_call( obj, selector, arg0 ) ((double (*)( id, SEL, unsigned long long ))abi_objc_msgSend_fpret) ( obj, selector, arg0 )
|
|
return nswindow_contentBorderThicknessForEdge_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_contentBorderThicknessForEdge_call
|
|
}
|
|
|
|
char nswindow_canRepresentDisplayGamut( nswindow_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "canRepresentDisplayGamut:" );
|
|
#define nswindow_canRepresentDisplayGamut_call( obj, selector, arg0 ) ((char (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_canRepresentDisplayGamut_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_canRepresentDisplayGamut_call
|
|
}
|
|
|
|
void nswindow_setRestorationClass( nswindow_t object, nsclass_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setRestorationClass:" );
|
|
#define nswindow_setRestorationClass_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setRestorationClass_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setRestorationClass_call
|
|
}
|
|
|
|
void nswindow_recalculateKeyViewLoop( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "recalculateKeyViewLoop" );
|
|
#define nswindow_recalculateKeyViewLoop_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_recalculateKeyViewLoop_call( (id)object, methodSelector );
|
|
#undef nswindow_recalculateKeyViewLoop_call
|
|
}
|
|
|
|
nsobject_t nswindow_frameAutosaveName( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "frameAutosaveName" );
|
|
#define nswindow_frameAutosaveName_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_frameAutosaveName_call( (id)object, methodSelector );
|
|
#undef nswindow_frameAutosaveName_call
|
|
}
|
|
|
|
void nswindow_saveFrameUsingName( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "saveFrameUsingName:" );
|
|
#define nswindow_saveFrameUsingName_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_saveFrameUsingName_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_saveFrameUsingName_call
|
|
}
|
|
|
|
char nswindow_setFrameUsingName( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setFrameUsingName:" );
|
|
#define nswindow_setFrameUsingName_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_setFrameUsingName_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setFrameUsingName_call
|
|
}
|
|
|
|
char nswindow_setFrameAutosaveName( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setFrameAutosaveName:" );
|
|
#define nswindow_setFrameAutosaveName_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_setFrameAutosaveName_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setFrameAutosaveName_call
|
|
}
|
|
|
|
nsobject_t nswindow_standardWindowButton( nswindow_t object, unsigned long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "standardWindowButton:" );
|
|
#define nswindow_standardWindowButton_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_standardWindowButton_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_standardWindowButton_call
|
|
}
|
|
|
|
void nswindow_selectNextKeyView( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "selectNextKeyView:" );
|
|
#define nswindow_selectNextKeyView_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_selectNextKeyView_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_selectNextKeyView_call
|
|
}
|
|
|
|
void nswindow_selectPreviousKeyView( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "selectPreviousKeyView:" );
|
|
#define nswindow_selectPreviousKeyView_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_selectPreviousKeyView_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_selectPreviousKeyView_call
|
|
}
|
|
|
|
nsobject_t nswindow_NS_touchBarProviders( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "NS_touchBarProviders" );
|
|
#define nswindow_NS_touchBarProviders_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_NS_touchBarProviders_call( (id)object, methodSelector );
|
|
#undef nswindow_NS_touchBarProviders_call
|
|
}
|
|
|
|
nsobject_t nswindow_NS_touchBarProvidersKeyPaths( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "NS_touchBarProvidersKeyPaths" );
|
|
#define nswindow_NS_touchBarProvidersKeyPaths_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_NS_touchBarProvidersKeyPaths_call( (id)object, methodSelector );
|
|
#undef nswindow_NS_touchBarProvidersKeyPaths_call
|
|
}
|
|
|
|
nsobject_t nswindow_miniwindowTitle( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "miniwindowTitle" );
|
|
#define nswindow_miniwindowTitle_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_miniwindowTitle_call( (id)object, methodSelector );
|
|
#undef nswindow_miniwindowTitle_call
|
|
}
|
|
|
|
char nswindow_titlebarAppearsTransparentWhenFullscreen( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "titlebarAppearsTransparentWhenFullscreen" );
|
|
#define nswindow_titlebarAppearsTransparentWhenFullscreen_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_titlebarAppearsTransparentWhenFullscreen_call( (id)object, methodSelector );
|
|
#undef nswindow_titlebarAppearsTransparentWhenFullscreen_call
|
|
}
|
|
|
|
CGPoint nswindow_convertPointToScreen( nswindow_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "convertPointToScreen:" );
|
|
#define nswindow_convertPointToScreen_call( obj, selector, arg0 ) ((CGPoint (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_convertPointToScreen_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_convertPointToScreen_call
|
|
}
|
|
|
|
void nswindow_endEditingFor( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "endEditingFor:" );
|
|
#define nswindow_endEditingFor_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_endEditingFor_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_endEditingFor_call
|
|
}
|
|
|
|
nsobject_t nswindow_fieldEditor( nswindow_t object, char arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fieldEditor:forObject:" );
|
|
#define nswindow_fieldEditor_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, char, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nswindow_fieldEditor_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_fieldEditor_call
|
|
}
|
|
|
|
void nswindow_toggleSidebar( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "toggleSidebar:" );
|
|
#define nswindow_toggleSidebar_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_toggleSidebar_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_toggleSidebar_call
|
|
}
|
|
|
|
void nswindow_setTitleVisibility( nswindow_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setTitleVisibility:" );
|
|
#define nswindow_setTitleVisibility_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setTitleVisibility_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setTitleVisibility_call
|
|
}
|
|
|
|
char nswindow_canBecomeVisibleWithoutLogin( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "canBecomeVisibleWithoutLogin" );
|
|
#define nswindow_canBecomeVisibleWithoutLogin_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_canBecomeVisibleWithoutLogin_call( (id)object, methodSelector );
|
|
#undef nswindow_canBecomeVisibleWithoutLogin_call
|
|
}
|
|
|
|
unsigned long long nswindow_shadowOptions( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "shadowOptions" );
|
|
#define nswindow_shadowOptions_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_shadowOptions_call( (id)object, methodSelector );
|
|
#undef nswindow_shadowOptions_call
|
|
}
|
|
|
|
char nswindow_hasShadow( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "hasShadow" );
|
|
#define nswindow_hasShadow_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_hasShadow_call( (id)object, methodSelector );
|
|
#undef nswindow_hasShadow_call
|
|
}
|
|
|
|
void nswindow_addChildWindow( nswindow_t object, nsobject_t arg0, long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addChildWindow:ordered:" );
|
|
#define nswindow_addChildWindow_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nswindow_addChildWindow_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_addChildWindow_call
|
|
}
|
|
|
|
void nswindow_removeChildWindow( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeChildWindow:" );
|
|
#define nswindow_removeChildWindow_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_removeChildWindow_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_removeChildWindow_call
|
|
}
|
|
|
|
char nswindow_shouldBeTreatedAsInkEvent( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "shouldBeTreatedAsInkEvent:" );
|
|
#define nswindow_shouldBeTreatedAsInkEvent_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_shouldBeTreatedAsInkEvent_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_shouldBeTreatedAsInkEvent_call
|
|
}
|
|
|
|
void nswindow_selectKeyViewPrecedingView( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "selectKeyViewPrecedingView:" );
|
|
#define nswindow_selectKeyViewPrecedingView_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_selectKeyViewPrecedingView_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_selectKeyViewPrecedingView_call
|
|
}
|
|
|
|
void nswindow_selectKeyViewFollowingView( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "selectKeyViewFollowingView:" );
|
|
#define nswindow_selectKeyViewFollowingView_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_selectKeyViewFollowingView_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_selectKeyViewFollowingView_call
|
|
}
|
|
|
|
void nswindow_setRepresentedFilename( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setRepresentedFilename:" );
|
|
#define nswindow_setRepresentedFilename_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setRepresentedFilename_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setRepresentedFilename_call
|
|
}
|
|
|
|
void nswindow_discardEventsMatchingMask( nswindow_t object, unsigned long long arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "discardEventsMatchingMask:beforeEvent:" );
|
|
#define nswindow_discardEventsMatchingMask_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, unsigned long long, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nswindow_discardEventsMatchingMask_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_discardEventsMatchingMask_call
|
|
}
|
|
|
|
char nswindow_isDocumentEdited( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isDocumentEdited" );
|
|
#define nswindow_isDocumentEdited_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isDocumentEdited_call( (id)object, methodSelector );
|
|
#undef nswindow_isDocumentEdited_call
|
|
}
|
|
|
|
void nswindow_editTitleWithCompletionHandler( nswindow_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "editTitleWithCompletionHandler:" );
|
|
#define nswindow_editTitleWithCompletionHandler_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_editTitleWithCompletionHandler_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_editTitleWithCompletionHandler_call
|
|
}
|
|
|
|
void nswindow_setDocumentEdited( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setDocumentEdited:" );
|
|
#define nswindow_setDocumentEdited_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setDocumentEdited_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setDocumentEdited_call
|
|
}
|
|
|
|
char nswindow_isFloatingPanel( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isFloatingPanel" );
|
|
#define nswindow_isFloatingPanel_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isFloatingPanel_call( (id)object, methodSelector );
|
|
#undef nswindow_isFloatingPanel_call
|
|
}
|
|
|
|
char nswindow_allowsCursorRectsWhenInactive( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "allowsCursorRectsWhenInactive" );
|
|
#define nswindow_allowsCursorRectsWhenInactive_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_allowsCursorRectsWhenInactive_call( (id)object, methodSelector );
|
|
#undef nswindow_allowsCursorRectsWhenInactive_call
|
|
}
|
|
|
|
void nswindow_discardCursorRects( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "discardCursorRects" );
|
|
#define nswindow_discardCursorRects_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_discardCursorRects_call( (id)object, methodSelector );
|
|
#undef nswindow_discardCursorRects_call
|
|
}
|
|
|
|
void nswindow_GDBDumpCursorRects( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "GDBDumpCursorRects" );
|
|
#define nswindow_GDBDumpCursorRects_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_GDBDumpCursorRects_call( (id)object, methodSelector );
|
|
#undef nswindow_GDBDumpCursorRects_call
|
|
}
|
|
|
|
void nswindow_cursorUpdate( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cursorUpdate:" );
|
|
#define nswindow_cursorUpdate_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_cursorUpdate_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_cursorUpdate_call
|
|
}
|
|
|
|
void nswindow_setAllowsCursorRectsWhenInactive( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAllowsCursorRectsWhenInactive:" );
|
|
#define nswindow_setAllowsCursorRectsWhenInactive_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAllowsCursorRectsWhenInactive_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAllowsCursorRectsWhenInactive_call
|
|
}
|
|
|
|
CGRect nswindow_contentLayoutRect( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "contentLayoutRect" );
|
|
#define nswindow_contentLayoutRect_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return nswindow_contentLayoutRect_call( (id)object, methodSelector );
|
|
#undef nswindow_contentLayoutRect_call
|
|
}
|
|
|
|
nsobject_t nswindow_handleSaveScriptCommand( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "handleSaveScriptCommand:" );
|
|
#define nswindow_handleSaveScriptCommand_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_handleSaveScriptCommand_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_handleSaveScriptCommand_call
|
|
}
|
|
|
|
nsobject_t nswindow_handleCloseScriptCommand( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "handleCloseScriptCommand:" );
|
|
#define nswindow_handleCloseScriptCommand_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_handleCloseScriptCommand_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_handleCloseScriptCommand_call
|
|
}
|
|
|
|
nsobject_t nswindow_titlebarAccessoryViewControllers( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "titlebarAccessoryViewControllers" );
|
|
#define nswindow_titlebarAccessoryViewControllers_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_titlebarAccessoryViewControllers_call( (id)object, methodSelector );
|
|
#undef nswindow_titlebarAccessoryViewControllers_call
|
|
}
|
|
|
|
void nswindow_addTitlebarAccessoryViewController( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addTitlebarAccessoryViewController:" );
|
|
#define nswindow_addTitlebarAccessoryViewController_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_addTitlebarAccessoryViewController_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_addTitlebarAccessoryViewController_call
|
|
}
|
|
|
|
void nswindow_flushWindowIfNeeded( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "flushWindowIfNeeded" );
|
|
#define nswindow_flushWindowIfNeeded_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_flushWindowIfNeeded_call( (id)object, methodSelector );
|
|
#undef nswindow_flushWindowIfNeeded_call
|
|
}
|
|
|
|
void nswindow_updateDraggingItemsForDrag( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "updateDraggingItemsForDrag:" );
|
|
#define nswindow_updateDraggingItemsForDrag_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_updateDraggingItemsForDrag_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_updateDraggingItemsForDrag_call
|
|
}
|
|
|
|
char nswindow_prepareForDragOperation( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "prepareForDragOperation:" );
|
|
#define nswindow_prepareForDragOperation_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_prepareForDragOperation_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_prepareForDragOperation_call
|
|
}
|
|
|
|
void nswindow_concludeDragOperation( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "concludeDragOperation:" );
|
|
#define nswindow_concludeDragOperation_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_concludeDragOperation_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_concludeDragOperation_call
|
|
}
|
|
|
|
char nswindow_wantsPeriodicDraggingUpdates( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "wantsPeriodicDraggingUpdates" );
|
|
#define nswindow_wantsPeriodicDraggingUpdates_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_wantsPeriodicDraggingUpdates_call( (id)object, methodSelector );
|
|
#undef nswindow_wantsPeriodicDraggingUpdates_call
|
|
}
|
|
|
|
nsobject_t nswindow_drawers( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "drawers" );
|
|
#define nswindow_drawers_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_drawers_call( (id)object, methodSelector );
|
|
#undef nswindow_drawers_call
|
|
}
|
|
|
|
nsobject_t nswindow_openDrawers( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "openDrawers" );
|
|
#define nswindow_openDrawers_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_openDrawers_call( (id)object, methodSelector );
|
|
#undef nswindow_openDrawers_call
|
|
}
|
|
|
|
void nswindow_setParentWindow( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setParentWindow:" );
|
|
#define nswindow_setParentWindow_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setParentWindow_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setParentWindow_call
|
|
}
|
|
|
|
void nswindow_setOneShot( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setOneShot:" );
|
|
#define nswindow_setOneShot_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setOneShot_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setOneShot_call
|
|
}
|
|
|
|
void nswindow_setCanHide( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setCanHide:" );
|
|
#define nswindow_setCanHide_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setCanHide_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setCanHide_call
|
|
}
|
|
|
|
void nswindow_setCanBecomeVisibleWithoutLogin( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setCanBecomeVisibleWithoutLogin:" );
|
|
#define nswindow_setCanBecomeVisibleWithoutLogin_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setCanBecomeVisibleWithoutLogin_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setCanBecomeVisibleWithoutLogin_call
|
|
}
|
|
|
|
char nswindow_tryToPerform( nswindow_t object, nsselector_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "tryToPerform:with:" );
|
|
#define nswindow_tryToPerform_call( obj, selector, arg0, arg1 ) ((char (*)( id, SEL, nsselector_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nswindow_tryToPerform_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_tryToPerform_call
|
|
}
|
|
|
|
void nswindow_helpRequested( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "helpRequested:" );
|
|
#define nswindow_helpRequested_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_helpRequested_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_helpRequested_call
|
|
}
|
|
|
|
void nswindow_showToolbar( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "showToolbar:" );
|
|
#define nswindow_showToolbar_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_showToolbar_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_showToolbar_call
|
|
}
|
|
|
|
void nswindow_hideToolbar( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "hideToolbar:" );
|
|
#define nswindow_hideToolbar_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_hideToolbar_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_hideToolbar_call
|
|
}
|
|
|
|
void nswindow_toggleToolbarShown( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "toggleToolbarShown:" );
|
|
#define nswindow_toggleToolbarShown_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_toggleToolbarShown_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_toggleToolbarShown_call
|
|
}
|
|
|
|
void nswindow_runToolbarCustomizationPalette( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "runToolbarCustomizationPalette:" );
|
|
#define nswindow_runToolbarCustomizationPalette_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_runToolbarCustomizationPalette_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_runToolbarCustomizationPalette_call
|
|
}
|
|
|
|
void nswindow_performZoom( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performZoom:" );
|
|
#define nswindow_performZoom_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_performZoom_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_performZoom_call
|
|
}
|
|
|
|
void nswindow_performMiniaturize( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performMiniaturize:" );
|
|
#define nswindow_performMiniaturize_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_performMiniaturize_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_performMiniaturize_call
|
|
}
|
|
|
|
void nswindow_performWindowDragWithEvent( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performWindowDragWithEvent:" );
|
|
#define nswindow_performWindowDragWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_performWindowDragWithEvent_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_performWindowDragWithEvent_call
|
|
}
|
|
|
|
void nswindow_accessibilitySetSizeAttribute( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySetSizeAttribute:" );
|
|
#define nswindow_accessibilitySetSizeAttribute_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_accessibilitySetSizeAttribute_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilitySetSizeAttribute_call
|
|
}
|
|
|
|
void nswindow_acquireKeyAppearance( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "acquireKeyAppearance" );
|
|
#define nswindow_acquireKeyAppearance_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_acquireKeyAppearance_call( (id)object, methodSelector );
|
|
#undef nswindow_acquireKeyAppearance_call
|
|
}
|
|
|
|
void nswindow_resignKeyAppearance( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "resignKeyAppearance" );
|
|
#define nswindow_resignKeyAppearance_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_resignKeyAppearance_call( (id)object, methodSelector );
|
|
#undef nswindow_resignKeyAppearance_call
|
|
}
|
|
|
|
void nswindow_trackEventsMatchingMask( nswindow_t object, unsigned long long arg0, double arg1, nsobject_t arg2, nsobject_t* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "trackEventsMatchingMask:timeout:mode:handler:" );
|
|
#define nswindow_trackEventsMatchingMask_call( obj, selector, arg0, arg1, arg2, arg3 ) ((void (*)( id, SEL, unsigned long long, double, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
nswindow_trackEventsMatchingMask_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nswindow_trackEventsMatchingMask_call
|
|
}
|
|
|
|
char nswindow_isInKeyWindow( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isInKeyWindow" );
|
|
#define nswindow_isInKeyWindow_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isInKeyWindow_call( (id)object, methodSelector );
|
|
#undef nswindow_isInKeyWindow_call
|
|
}
|
|
|
|
nsobject_t nswindow_recursiveDescription( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "recursiveDescription" );
|
|
#define nswindow_recursiveDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_recursiveDescription_call( (id)object, methodSelector );
|
|
#undef nswindow_recursiveDescription_call
|
|
}
|
|
|
|
nsclass_t nswindow_restorationClass( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "restorationClass" );
|
|
#define nswindow_restorationClass_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_restorationClass_call( (id)object, methodSelector );
|
|
#undef nswindow_restorationClass_call
|
|
}
|
|
|
|
nsobject_t nswindow_inspectorBar( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "inspectorBar" );
|
|
#define nswindow_inspectorBar_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_inspectorBar_call( (id)object, methodSelector );
|
|
#undef nswindow_inspectorBar_call
|
|
}
|
|
|
|
nsobject_t nswindow_functionRow( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "functionRow" );
|
|
#define nswindow_functionRow_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_functionRow_call( (id)object, methodSelector );
|
|
#undef nswindow_functionRow_call
|
|
}
|
|
|
|
void nswindow_setAppearanceSource( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAppearanceSource:" );
|
|
#define nswindow_setAppearanceSource_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAppearanceSource_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAppearanceSource_call
|
|
}
|
|
|
|
void nswindow_setRepresentedURL( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setRepresentedURL:" );
|
|
#define nswindow_setRepresentedURL_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setRepresentedURL_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setRepresentedURL_call
|
|
}
|
|
|
|
nsobject_t nswindow_representedFilename( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "representedFilename" );
|
|
#define nswindow_representedFilename_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_representedFilename_call( (id)object, methodSelector );
|
|
#undef nswindow_representedFilename_call
|
|
}
|
|
|
|
nsobject_t nswindow_graphicsContext( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "graphicsContext" );
|
|
#define nswindow_graphicsContext_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_graphicsContext_call( (id)object, methodSelector );
|
|
#undef nswindow_graphicsContext_call
|
|
}
|
|
|
|
long long nswindow_anchorAttributeForOrientation( nswindow_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "anchorAttributeForOrientation:" );
|
|
#define nswindow_anchorAttributeForOrientation_call( obj, selector, arg0 ) ((long long (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_anchorAttributeForOrientation_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_anchorAttributeForOrientation_call
|
|
}
|
|
|
|
void nswindow_updateConstraintsIfNeeded( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "updateConstraintsIfNeeded" );
|
|
#define nswindow_updateConstraintsIfNeeded_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_updateConstraintsIfNeeded_call( (id)object, methodSelector );
|
|
#undef nswindow_updateConstraintsIfNeeded_call
|
|
}
|
|
|
|
char nswindow_hasAmbiguousLayout( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "hasAmbiguousLayout" );
|
|
#define nswindow_hasAmbiguousLayout_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_hasAmbiguousLayout_call( (id)object, methodSelector );
|
|
#undef nswindow_hasAmbiguousLayout_call
|
|
}
|
|
|
|
char nswindow_becomesKeyOnlyIfNeeded( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "becomesKeyOnlyIfNeeded" );
|
|
#define nswindow_becomesKeyOnlyIfNeeded_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_becomesKeyOnlyIfNeeded_call( (id)object, methodSelector );
|
|
#undef nswindow_becomesKeyOnlyIfNeeded_call
|
|
}
|
|
|
|
void nswindow_zoom( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "zoom:" );
|
|
#define nswindow_zoom_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_zoom_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_zoom_call
|
|
}
|
|
|
|
nsobject_t nswindow_tabbedWindows( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "tabbedWindows" );
|
|
#define nswindow_tabbedWindows_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_tabbedWindows_call( (id)object, methodSelector );
|
|
#undef nswindow_tabbedWindows_call
|
|
}
|
|
|
|
void nswindow_setBackingType( nswindow_t object, unsigned long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setBackingType:" );
|
|
#define nswindow_setBackingType_call( obj, selector, arg0 ) ((void (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setBackingType_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setBackingType_call
|
|
}
|
|
|
|
void nswindow_miniaturize( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "miniaturize:" );
|
|
#define nswindow_miniaturize_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_miniaturize_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_miniaturize_call
|
|
}
|
|
|
|
nsobject_t nswindow_contentLayoutGuide( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "contentLayoutGuide" );
|
|
#define nswindow_contentLayoutGuide_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_contentLayoutGuide_call( (id)object, methodSelector );
|
|
#undef nswindow_contentLayoutGuide_call
|
|
}
|
|
|
|
void nswindow_setPreservesContentDuringLiveResize( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setPreservesContentDuringLiveResize:" );
|
|
#define nswindow_setPreservesContentDuringLiveResize_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setPreservesContentDuringLiveResize_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setPreservesContentDuringLiveResize_call
|
|
}
|
|
|
|
double nswindow_animationResizeTime( nswindow_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "animationResizeTime:" );
|
|
#define nswindow_animationResizeTime_call( obj, selector, arg0 ) ((double (*)( id, SEL, CGRect ))abi_objc_msgSend_fpret) ( obj, selector, arg0 )
|
|
return nswindow_animationResizeTime_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_animationResizeTime_call
|
|
}
|
|
|
|
char nswindow_preventsApplicationTerminationWhenModal( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "preventsApplicationTerminationWhenModal" );
|
|
#define nswindow_preventsApplicationTerminationWhenModal_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_preventsApplicationTerminationWhenModal_call( (id)object, methodSelector );
|
|
#undef nswindow_preventsApplicationTerminationWhenModal_call
|
|
}
|
|
|
|
void nswindow_setPreventsApplicationTerminationWhenModal( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setPreventsApplicationTerminationWhenModal:" );
|
|
#define nswindow_setPreventsApplicationTerminationWhenModal_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setPreventsApplicationTerminationWhenModal_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setPreventsApplicationTerminationWhenModal_call
|
|
}
|
|
|
|
char nswindow_allowsToolTipsWhenApplicationIsInactive( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "allowsToolTipsWhenApplicationIsInactive" );
|
|
#define nswindow_allowsToolTipsWhenApplicationIsInactive_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_allowsToolTipsWhenApplicationIsInactive_call( (id)object, methodSelector );
|
|
#undef nswindow_allowsToolTipsWhenApplicationIsInactive_call
|
|
}
|
|
|
|
void nswindow_setShowsToolbarButton( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setShowsToolbarButton:" );
|
|
#define nswindow_setShowsToolbarButton_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setShowsToolbarButton_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setShowsToolbarButton_call
|
|
}
|
|
|
|
void nswindow_setContentMinSize( nswindow_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setContentMinSize:" );
|
|
#define nswindow_setContentMinSize_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setContentMinSize_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setContentMinSize_call
|
|
}
|
|
|
|
void nswindow_setContentMaxSize( nswindow_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setContentMaxSize:" );
|
|
#define nswindow_setContentMaxSize_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setContentMaxSize_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setContentMaxSize_call
|
|
}
|
|
|
|
unsigned long long nswindow_gestureEventMask( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "gestureEventMask" );
|
|
#define nswindow_gestureEventMask_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_gestureEventMask_call( (id)object, methodSelector );
|
|
#undef nswindow_gestureEventMask_call
|
|
}
|
|
|
|
void nswindow_setGestureEventMask( nswindow_t object, unsigned long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setGestureEventMask:" );
|
|
#define nswindow_setGestureEventMask_call( obj, selector, arg0 ) ((void (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setGestureEventMask_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setGestureEventMask_call
|
|
}
|
|
|
|
void nswindow_quickLookWithEvent( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "quickLookWithEvent:" );
|
|
#define nswindow_quickLookWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_quickLookWithEvent_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_quickLookWithEvent_call
|
|
}
|
|
|
|
void nswindow_setAutorecalculatesKeyViewLoop( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAutorecalculatesKeyViewLoop:" );
|
|
#define nswindow_setAutorecalculatesKeyViewLoop_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAutorecalculatesKeyViewLoop_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAutorecalculatesKeyViewLoop_call
|
|
}
|
|
|
|
void nswindow_setTitlebarAlphaValue( nswindow_t object, double arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setTitlebarAlphaValue:" );
|
|
#define nswindow_setTitlebarAlphaValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setTitlebarAlphaValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setTitlebarAlphaValue_call
|
|
}
|
|
|
|
nsobject_t nswindow_titlebarViewController( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "titlebarViewController" );
|
|
#define nswindow_titlebarViewController_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_titlebarViewController_call( (id)object, methodSelector );
|
|
#undef nswindow_titlebarViewController_call
|
|
}
|
|
|
|
nsobject_t nswindow_deepestScreen( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "deepestScreen" );
|
|
#define nswindow_deepestScreen_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_deepestScreen_call( (id)object, methodSelector );
|
|
#undef nswindow_deepestScreen_call
|
|
}
|
|
|
|
double nswindow_userSpaceScaleFactor( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "userSpaceScaleFactor" );
|
|
#define nswindow_userSpaceScaleFactor_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return nswindow_userSpaceScaleFactor_call( (id)object, methodSelector );
|
|
#undef nswindow_userSpaceScaleFactor_call
|
|
}
|
|
|
|
unsigned long long nswindow_sheetBehavior( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "sheetBehavior" );
|
|
#define nswindow_sheetBehavior_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_sheetBehavior_call( (id)object, methodSelector );
|
|
#undef nswindow_sheetBehavior_call
|
|
}
|
|
|
|
char nswindow_showsAutosaveButton( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "showsAutosaveButton" );
|
|
#define nswindow_showsAutosaveButton_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_showsAutosaveButton_call( (id)object, methodSelector );
|
|
#undef nswindow_showsAutosaveButton_call
|
|
}
|
|
|
|
void nswindow_setShowsAutosaveButton( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setShowsAutosaveButton:" );
|
|
#define nswindow_setShowsAutosaveButton_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setShowsAutosaveButton_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setShowsAutosaveButton_call
|
|
}
|
|
|
|
void nswindow_unregisterSplitViewItemSeparatorTrackingAdapter( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "unregisterSplitViewItemSeparatorTrackingAdapter:" );
|
|
#define nswindow_unregisterSplitViewItemSeparatorTrackingAdapter_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_unregisterSplitViewItemSeparatorTrackingAdapter_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_unregisterSplitViewItemSeparatorTrackingAdapter_call
|
|
}
|
|
|
|
void nswindow_registerSplitViewItemSeparatorTrackingAdapter( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "registerSplitViewItemSeparatorTrackingAdapter:" );
|
|
#define nswindow_registerSplitViewItemSeparatorTrackingAdapter_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_registerSplitViewItemSeparatorTrackingAdapter_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_registerSplitViewItemSeparatorTrackingAdapter_call
|
|
}
|
|
|
|
void nswindow_setAllowsToolTipsWhenApplicationIsInactive( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAllowsToolTipsWhenApplicationIsInactive:" );
|
|
#define nswindow_setAllowsToolTipsWhenApplicationIsInactive_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAllowsToolTipsWhenApplicationIsInactive_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAllowsToolTipsWhenApplicationIsInactive_call
|
|
}
|
|
|
|
char nswindow_acceptsMouseMovedEvents( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "acceptsMouseMovedEvents" );
|
|
#define nswindow_acceptsMouseMovedEvents_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_acceptsMouseMovedEvents_call( (id)object, methodSelector );
|
|
#undef nswindow_acceptsMouseMovedEvents_call
|
|
}
|
|
|
|
char nswindow_bottomCornerRounded( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bottomCornerRounded" );
|
|
#define nswindow_bottomCornerRounded_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_bottomCornerRounded_call( (id)object, methodSelector );
|
|
#undef nswindow_bottomCornerRounded_call
|
|
}
|
|
|
|
void nswindow_setAcceptsMouseMovedEvents( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAcceptsMouseMovedEvents:" );
|
|
#define nswindow_setAcceptsMouseMovedEvents_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAcceptsMouseMovedEvents_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAcceptsMouseMovedEvents_call
|
|
}
|
|
|
|
char nswindow_autorecalculatesContentBorderThicknessForEdge( nswindow_t object, unsigned long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "autorecalculatesContentBorderThicknessForEdge:" );
|
|
#define nswindow_autorecalculatesContentBorderThicknessForEdge_call( obj, selector, arg0 ) ((char (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_autorecalculatesContentBorderThicknessForEdge_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_autorecalculatesContentBorderThicknessForEdge_call
|
|
}
|
|
|
|
void nswindow_disableScreenUpdatesUntilFlush( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "disableScreenUpdatesUntilFlush" );
|
|
#define nswindow_disableScreenUpdatesUntilFlush_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_disableScreenUpdatesUntilFlush_call( (id)object, methodSelector );
|
|
#undef nswindow_disableScreenUpdatesUntilFlush_call
|
|
}
|
|
|
|
void nswindow_setInspectorBar( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setInspectorBar:" );
|
|
#define nswindow_setInspectorBar_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setInspectorBar_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setInspectorBar_call
|
|
}
|
|
|
|
char nswindow_showsContentSeparatorForEdge( nswindow_t object, unsigned long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "showsContentSeparatorForEdge:" );
|
|
#define nswindow_showsContentSeparatorForEdge_call( obj, selector, arg0 ) ((char (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_showsContentSeparatorForEdge_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_showsContentSeparatorForEdge_call
|
|
}
|
|
|
|
void nswindow_removeUnderTitlebarView( nswindow_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeUnderTitlebarView:withAssociatedWithView:" );
|
|
#define nswindow_removeUnderTitlebarView_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nswindow_removeUnderTitlebarView_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_removeUnderTitlebarView_call
|
|
}
|
|
|
|
char nswindow_showsToolbarButton( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "showsToolbarButton" );
|
|
#define nswindow_showsToolbarButton_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_showsToolbarButton_call( (id)object, methodSelector );
|
|
#undef nswindow_showsToolbarButton_call
|
|
}
|
|
|
|
char nswindow_showsLockButton( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "showsLockButton" );
|
|
#define nswindow_showsLockButton_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_showsLockButton_call( (id)object, methodSelector );
|
|
#undef nswindow_showsLockButton_call
|
|
}
|
|
|
|
char nswindow_showsFullScreenButton( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "showsFullScreenButton" );
|
|
#define nswindow_showsFullScreenButton_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_showsFullScreenButton_call( (id)object, methodSelector );
|
|
#undef nswindow_showsFullScreenButton_call
|
|
}
|
|
|
|
char nswindow_prefersFullWidthTitlebarWhenAccessoriesVisible( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "prefersFullWidthTitlebarWhenAccessoriesVisible" );
|
|
#define nswindow_prefersFullWidthTitlebarWhenAccessoriesVisible_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_prefersFullWidthTitlebarWhenAccessoriesVisible_call( (id)object, methodSelector );
|
|
#undef nswindow_prefersFullWidthTitlebarWhenAccessoriesVisible_call
|
|
}
|
|
|
|
CGSize nswindow_contentMinSize( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "contentMinSize" );
|
|
#define nswindow_contentMinSize_call( obj, selector ) ((CGSize (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_contentMinSize_call( (id)object, methodSelector );
|
|
#undef nswindow_contentMinSize_call
|
|
}
|
|
|
|
CGSize nswindow_contentMaxSize( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "contentMaxSize" );
|
|
#define nswindow_contentMaxSize_call( obj, selector ) ((CGSize (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_contentMaxSize_call( (id)object, methodSelector );
|
|
#undef nswindow_contentMaxSize_call
|
|
}
|
|
|
|
void nswindow_setContentBorderThickness( nswindow_t object, double arg0, unsigned long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setContentBorderThickness:forEdge:" );
|
|
#define nswindow_setContentBorderThickness_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, double, unsigned long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nswindow_setContentBorderThickness_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_setContentBorderThickness_call
|
|
}
|
|
|
|
long long nswindow_windowTitlebarLayoutDirection( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "windowTitlebarLayoutDirection" );
|
|
#define nswindow_windowTitlebarLayoutDirection_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_windowTitlebarLayoutDirection_call( (id)object, methodSelector );
|
|
#undef nswindow_windowTitlebarLayoutDirection_call
|
|
}
|
|
|
|
long long nswindow_toolbarStyle( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "toolbarStyle" );
|
|
#define nswindow_toolbarStyle_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_toolbarStyle_call( (id)object, methodSelector );
|
|
#undef nswindow_toolbarStyle_call
|
|
}
|
|
|
|
void nswindow_setBottomCornerRounded( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setBottomCornerRounded:" );
|
|
#define nswindow_setBottomCornerRounded_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setBottomCornerRounded_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setBottomCornerRounded_call
|
|
}
|
|
|
|
void nswindow_addUnderTitlebarView( nswindow_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addUnderTitlebarView:withAssociatedWithView:" );
|
|
#define nswindow_addUnderTitlebarView_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nswindow_addUnderTitlebarView_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_addUnderTitlebarView_call
|
|
}
|
|
|
|
void nswindow_setPrefersFullWidthTitlebarWhenAccessoriesVisible( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setPrefersFullWidthTitlebarWhenAccessoriesVisible:" );
|
|
#define nswindow_setPrefersFullWidthTitlebarWhenAccessoriesVisible_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setPrefersFullWidthTitlebarWhenAccessoriesVisible_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setPrefersFullWidthTitlebarWhenAccessoriesVisible_call
|
|
}
|
|
|
|
long long nswindow_titlebarBlendingMode( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "titlebarBlendingMode" );
|
|
#define nswindow_titlebarBlendingMode_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_titlebarBlendingMode_call( (id)object, methodSelector );
|
|
#undef nswindow_titlebarBlendingMode_call
|
|
}
|
|
|
|
double nswindow_titlebarAlphaValue( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "titlebarAlphaValue" );
|
|
#define nswindow_titlebarAlphaValue_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return nswindow_titlebarAlphaValue_call( (id)object, methodSelector );
|
|
#undef nswindow_titlebarAlphaValue_call
|
|
}
|
|
|
|
void nswindow_removeTitlebarAccessoryViewControllerAtIndex( nswindow_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeTitlebarAccessoryViewControllerAtIndex:" );
|
|
#define nswindow_removeTitlebarAccessoryViewControllerAtIndex_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_removeTitlebarAccessoryViewControllerAtIndex_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_removeTitlebarAccessoryViewControllerAtIndex_call
|
|
}
|
|
|
|
void nswindow_disableSnapshotRestoration( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "disableSnapshotRestoration" );
|
|
#define nswindow_disableSnapshotRestoration_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_disableSnapshotRestoration_call( (id)object, methodSelector );
|
|
#undef nswindow_disableSnapshotRestoration_call
|
|
}
|
|
|
|
void nswindow_enableSnapshotRestoration( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "enableSnapshotRestoration" );
|
|
#define nswindow_enableSnapshotRestoration_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_enableSnapshotRestoration_call( (id)object, methodSelector );
|
|
#undef nswindow_enableSnapshotRestoration_call
|
|
}
|
|
|
|
nsobject_t nswindow_snapshotFromRect( nswindow_t object, CGRect arg0, unsigned long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "snapshotFromRect:options:" );
|
|
#define nswindow_snapshotFromRect_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, CGRect, unsigned long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nswindow_snapshotFromRect_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_snapshotFromRect_call
|
|
}
|
|
|
|
CGPoint nswindow_topLeftPoint( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "topLeftPoint" );
|
|
#define nswindow_topLeftPoint_call( obj, selector ) ((CGPoint (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_topLeftPoint_call( (id)object, methodSelector );
|
|
#undef nswindow_topLeftPoint_call
|
|
}
|
|
|
|
CGPoint nswindow_cascadeTopLeftFromPoint( nswindow_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cascadeTopLeftFromPoint:" );
|
|
#define nswindow_cascadeTopLeftFromPoint_call( obj, selector, arg0 ) ((CGPoint (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_cascadeTopLeftFromPoint_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_cascadeTopLeftFromPoint_call
|
|
}
|
|
|
|
void nswindow_setExcludedFromWindowsMenu( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setExcludedFromWindowsMenu:" );
|
|
#define nswindow_setExcludedFromWindowsMenu_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setExcludedFromWindowsMenu_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setExcludedFromWindowsMenu_call
|
|
}
|
|
|
|
void nswindow_setToolbarStyle( nswindow_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setToolbarStyle:" );
|
|
#define nswindow_setToolbarStyle_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setToolbarStyle_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setToolbarStyle_call
|
|
}
|
|
|
|
unsigned long long nswindow_resizeFlags( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "resizeFlags" );
|
|
#define nswindow_resizeFlags_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_resizeFlags_call( (id)object, methodSelector );
|
|
#undef nswindow_resizeFlags_call
|
|
}
|
|
|
|
nsobject_t nswindow_windowSectionController( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "windowSectionController" );
|
|
#define nswindow_windowSectionController_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_windowSectionController_call( (id)object, methodSelector );
|
|
#undef nswindow_windowSectionController_call
|
|
}
|
|
|
|
void nswindow_toggleUsingSmallToolbarIcons( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "toggleUsingSmallToolbarIcons:" );
|
|
#define nswindow_toggleUsingSmallToolbarIcons_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_toggleUsingSmallToolbarIcons_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_toggleUsingSmallToolbarIcons_call
|
|
}
|
|
|
|
void nswindow_setTitlebarSeparatorStyle( nswindow_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setTitlebarSeparatorStyle:" );
|
|
#define nswindow_setTitlebarSeparatorStyle_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setTitlebarSeparatorStyle_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setTitlebarSeparatorStyle_call
|
|
}
|
|
|
|
void nswindow_changeToolbarDisplayModeToNumber( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "changeToolbarDisplayModeToNumber:" );
|
|
#define nswindow_changeToolbarDisplayModeToNumber_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_changeToolbarDisplayModeToNumber_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_changeToolbarDisplayModeToNumber_call
|
|
}
|
|
|
|
void nswindow_changeToolbarDisplayMode( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "changeToolbarDisplayMode:" );
|
|
#define nswindow_changeToolbarDisplayMode_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_changeToolbarDisplayMode_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_changeToolbarDisplayMode_call
|
|
}
|
|
|
|
unsigned long long nswindow_backingType( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "backingType" );
|
|
#define nswindow_backingType_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_backingType_call( (id)object, methodSelector );
|
|
#undef nswindow_backingType_call
|
|
}
|
|
|
|
char nswindow_canStoreColor( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "canStoreColor" );
|
|
#define nswindow_canStoreColor_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_canStoreColor_call( (id)object, methodSelector );
|
|
#undef nswindow_canStoreColor_call
|
|
}
|
|
|
|
char nswindow_allowsConcurrentViewDrawing( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "allowsConcurrentViewDrawing" );
|
|
#define nswindow_allowsConcurrentViewDrawing_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_allowsConcurrentViewDrawing_call( (id)object, methodSelector );
|
|
#undef nswindow_allowsConcurrentViewDrawing_call
|
|
}
|
|
|
|
CGPoint nswindow_frameOrigin( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "frameOrigin" );
|
|
#define nswindow_frameOrigin_call( obj, selector ) ((CGPoint (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_frameOrigin_call( (id)object, methodSelector );
|
|
#undef nswindow_frameOrigin_call
|
|
}
|
|
|
|
long long nswindow_gState( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "gState" );
|
|
#define nswindow_gState_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_gState_call( (id)object, methodSelector );
|
|
#undef nswindow_gState_call
|
|
}
|
|
|
|
char nswindow_hasKeyAppearanceIncludingSheets( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "hasKeyAppearanceIncludingSheets:" );
|
|
#define nswindow_hasKeyAppearanceIncludingSheets_call( obj, selector, arg0 ) ((char (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_hasKeyAppearanceIncludingSheets_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_hasKeyAppearanceIncludingSheets_call
|
|
}
|
|
|
|
void nswindow_setDisplaysWhenScreenProfileChanges( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setDisplaysWhenScreenProfileChanges:" );
|
|
#define nswindow_setDisplaysWhenScreenProfileChanges_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setDisplaysWhenScreenProfileChanges_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setDisplaysWhenScreenProfileChanges_call
|
|
}
|
|
|
|
void nswindow_setAutorecalculatesContentBorderThickness( nswindow_t object, char arg0, unsigned long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAutorecalculatesContentBorderThickness:forEdge:" );
|
|
#define nswindow_setAutorecalculatesContentBorderThickness_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, char, unsigned long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nswindow_setAutorecalculatesContentBorderThickness_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_setAutorecalculatesContentBorderThickness_call
|
|
}
|
|
|
|
char nswindow_hasDynamicDepthLimit( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "hasDynamicDepthLimit" );
|
|
#define nswindow_hasDynamicDepthLimit_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_hasDynamicDepthLimit_call( (id)object, methodSelector );
|
|
#undef nswindow_hasDynamicDepthLimit_call
|
|
}
|
|
|
|
void nswindow_guessDockTitle( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "guessDockTitle:" );
|
|
#define nswindow_guessDockTitle_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_guessDockTitle_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_guessDockTitle_call
|
|
}
|
|
|
|
void nswindow_lockButtonClicked( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "lockButtonClicked:" );
|
|
#define nswindow_lockButtonClicked_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_lockButtonClicked_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_lockButtonClicked_call
|
|
}
|
|
|
|
char nswindow_allowsInteriorShadow( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "allowsInteriorShadow" );
|
|
#define nswindow_allowsInteriorShadow_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_allowsInteriorShadow_call( (id)object, methodSelector );
|
|
#undef nswindow_allowsInteriorShadow_call
|
|
}
|
|
|
|
char nswindow_isFlushWindowDisabled( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isFlushWindowDisabled" );
|
|
#define nswindow_isFlushWindowDisabled_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isFlushWindowDisabled_call( (id)object, methodSelector );
|
|
#undef nswindow_isFlushWindowDisabled_call
|
|
}
|
|
|
|
unsigned long long nswindow_shadowStyle( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "shadowStyle" );
|
|
#define nswindow_shadowStyle_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_shadowStyle_call( (id)object, methodSelector );
|
|
#undef nswindow_shadowStyle_call
|
|
}
|
|
|
|
nsobject_t nswindow_shadowParameters( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "shadowParameters" );
|
|
#define nswindow_shadowParameters_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_shadowParameters_call( (id)object, methodSelector );
|
|
#undef nswindow_shadowParameters_call
|
|
}
|
|
|
|
char nswindow_viewsNeedDisplay( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "viewsNeedDisplay" );
|
|
#define nswindow_viewsNeedDisplay_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_viewsNeedDisplay_call( (id)object, methodSelector );
|
|
#undef nswindow_viewsNeedDisplay_call
|
|
}
|
|
|
|
void nswindow_changeToolBarDisplayModeToDisplayMode( nswindow_t object, unsigned long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "changeToolBarDisplayModeToDisplayMode:" );
|
|
#define nswindow_changeToolBarDisplayModeToDisplayMode_call( obj, selector, arg0 ) ((void (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_changeToolBarDisplayModeToDisplayMode_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_changeToolBarDisplayModeToDisplayMode_call
|
|
}
|
|
|
|
CGRect nswindow_mouseConfinementRect( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mouseConfinementRect" );
|
|
#define nswindow_mouseConfinementRect_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return nswindow_mouseConfinementRect_call( (id)object, methodSelector );
|
|
#undef nswindow_mouseConfinementRect_call
|
|
}
|
|
|
|
char nswindow_displaysWhenScreenProfileChanges( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "displaysWhenScreenProfileChanges" );
|
|
#define nswindow_displaysWhenScreenProfileChanges_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_displaysWhenScreenProfileChanges_call( (id)object, methodSelector );
|
|
#undef nswindow_displaysWhenScreenProfileChanges_call
|
|
}
|
|
|
|
void nswindow_setUnsnappedFrame( nswindow_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setUnsnappedFrame:" );
|
|
#define nswindow_setUnsnappedFrame_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setUnsnappedFrame_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setUnsnappedFrame_call
|
|
}
|
|
|
|
CGRect nswindow_unsnappedFrame( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "unsnappedFrame" );
|
|
#define nswindow_unsnappedFrame_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return nswindow_unsnappedFrame_call( (id)object, methodSelector );
|
|
#undef nswindow_unsnappedFrame_call
|
|
}
|
|
|
|
nsobject_t nswindow_defaultButtonCell( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "defaultButtonCell" );
|
|
#define nswindow_defaultButtonCell_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_defaultButtonCell_call( (id)object, methodSelector );
|
|
#undef nswindow_defaultButtonCell_call
|
|
}
|
|
|
|
void nswindow_resignMainAppearance( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "resignMainAppearance" );
|
|
#define nswindow_resignMainAppearance_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_resignMainAppearance_call( (id)object, methodSelector );
|
|
#undef nswindow_resignMainAppearance_call
|
|
}
|
|
|
|
void nswindow_acquireMainAppearance( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "acquireMainAppearance" );
|
|
#define nswindow_acquireMainAppearance_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_acquireMainAppearance_call( (id)object, methodSelector );
|
|
#undef nswindow_acquireMainAppearance_call
|
|
}
|
|
|
|
char nswindow_isRestorable( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isRestorable" );
|
|
#define nswindow_isRestorable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isRestorable_call( (id)object, methodSelector );
|
|
#undef nswindow_isRestorable_call
|
|
}
|
|
|
|
void nswindow_cacheMiniwindowTitle( nswindow_t object, nsobject_t arg0, char arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cacheMiniwindowTitle:guess:" );
|
|
#define nswindow_cacheMiniwindowTitle_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, char ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nswindow_cacheMiniwindowTitle_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_cacheMiniwindowTitle_call
|
|
}
|
|
|
|
nsobject_t nswindow_timeMachineDelegate( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "timeMachineDelegate" );
|
|
#define nswindow_timeMachineDelegate_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_timeMachineDelegate_call( (id)object, methodSelector );
|
|
#undef nswindow_timeMachineDelegate_call
|
|
}
|
|
|
|
char nswindow_hasMainAppearance( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "hasMainAppearance" );
|
|
#define nswindow_hasMainAppearance_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_hasMainAppearance_call( (id)object, methodSelector );
|
|
#undef nswindow_hasMainAppearance_call
|
|
}
|
|
|
|
nsobject_t nswindow_dataWithEPSInsideRect( nswindow_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "dataWithEPSInsideRect:" );
|
|
#define nswindow_dataWithEPSInsideRect_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_dataWithEPSInsideRect_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_dataWithEPSInsideRect_call
|
|
}
|
|
|
|
nsobject_t nswindow_dataWithPDFInsideRect( nswindow_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "dataWithPDFInsideRect:" );
|
|
#define nswindow_dataWithPDFInsideRect_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_dataWithPDFInsideRect_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_dataWithPDFInsideRect_call
|
|
}
|
|
|
|
char nswindow_registerScrollViewSeparatorTrackingAdapter( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "registerScrollViewSeparatorTrackingAdapter:" );
|
|
#define nswindow_registerScrollViewSeparatorTrackingAdapter_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_registerScrollViewSeparatorTrackingAdapter_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_registerScrollViewSeparatorTrackingAdapter_call
|
|
}
|
|
|
|
void nswindow_unregisterScrollViewSeparatorTrackingAdapter( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "unregisterScrollViewSeparatorTrackingAdapter:" );
|
|
#define nswindow_unregisterScrollViewSeparatorTrackingAdapter_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_unregisterScrollViewSeparatorTrackingAdapter_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_unregisterScrollViewSeparatorTrackingAdapter_call
|
|
}
|
|
|
|
void nswindow_editTitle( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "editTitle:" );
|
|
#define nswindow_editTitle_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_editTitle_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_editTitle_call
|
|
}
|
|
|
|
nsobject_t nswindow_animationForKeyPath( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "animationForKeyPath:" );
|
|
#define nswindow_animationForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_animationForKeyPath_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_animationForKeyPath_call
|
|
}
|
|
|
|
void nswindow_adjustLayoutForResolutionChangeToRetina( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "adjustLayoutForResolutionChangeToRetina:" );
|
|
#define nswindow_adjustLayoutForResolutionChangeToRetina_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_adjustLayoutForResolutionChangeToRetina_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_adjustLayoutForResolutionChangeToRetina_call
|
|
}
|
|
|
|
void nswindow_rebuildLayoutFromScratch( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "rebuildLayoutFromScratch" );
|
|
#define nswindow_rebuildLayoutFromScratch_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_rebuildLayoutFromScratch_call( (id)object, methodSelector );
|
|
#undef nswindow_rebuildLayoutFromScratch_call
|
|
}
|
|
|
|
char nswindow_isPreferenceToolbarWindow( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isPreferenceToolbarWindow" );
|
|
#define nswindow_isPreferenceToolbarWindow_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isPreferenceToolbarWindow_call( (id)object, methodSelector );
|
|
#undef nswindow_isPreferenceToolbarWindow_call
|
|
}
|
|
|
|
long long nswindow_titlebarSeparatorStyle( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "titlebarSeparatorStyle" );
|
|
#define nswindow_titlebarSeparatorStyle_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_titlebarSeparatorStyle_call( (id)object, methodSelector );
|
|
#undef nswindow_titlebarSeparatorStyle_call
|
|
}
|
|
|
|
long long nswindow_contentTitlebarSeparatorStyle( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "contentTitlebarSeparatorStyle" );
|
|
#define nswindow_contentTitlebarSeparatorStyle_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_contentTitlebarSeparatorStyle_call( (id)object, methodSelector );
|
|
#undef nswindow_contentTitlebarSeparatorStyle_call
|
|
}
|
|
|
|
void nswindow_setContentTitlebarSeparatorStyle( nswindow_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setContentTitlebarSeparatorStyle:" );
|
|
#define nswindow_setContentTitlebarSeparatorStyle_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setContentTitlebarSeparatorStyle_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setContentTitlebarSeparatorStyle_call
|
|
}
|
|
|
|
void nswindow_setTitleWithRepresentedFilename( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setTitleWithRepresentedFilename:" );
|
|
#define nswindow_setTitleWithRepresentedFilename_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setTitleWithRepresentedFilename_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setTitleWithRepresentedFilename_call
|
|
}
|
|
|
|
void nswindow_addDocumentIconButton( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addDocumentIconButton" );
|
|
#define nswindow_addDocumentIconButton_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_addDocumentIconButton_call( (id)object, methodSelector );
|
|
#undef nswindow_addDocumentIconButton_call
|
|
}
|
|
|
|
void nswindow_insertTitlebarAccessoryViewController( nswindow_t object, nsobject_t arg0, long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "insertTitlebarAccessoryViewController:atIndex:" );
|
|
#define nswindow_insertTitlebarAccessoryViewController_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nswindow_insertTitlebarAccessoryViewController_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_insertTitlebarAccessoryViewController_call
|
|
}
|
|
|
|
char nswindow_titlebarBlurFiltersDisabled( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "titlebarBlurFiltersDisabled" );
|
|
#define nswindow_titlebarBlurFiltersDisabled_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_titlebarBlurFiltersDisabled_call( (id)object, methodSelector );
|
|
#undef nswindow_titlebarBlurFiltersDisabled_call
|
|
}
|
|
|
|
void nswindow_setTitlebarBlurFiltersDisabled( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setTitlebarBlurFiltersDisabled:" );
|
|
#define nswindow_setTitlebarBlurFiltersDisabled_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setTitlebarBlurFiltersDisabled_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setTitlebarBlurFiltersDisabled_call
|
|
}
|
|
|
|
CGPoint nswindow_frameTopLeftPoint( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "frameTopLeftPoint" );
|
|
#define nswindow_frameTopLeftPoint_call( obj, selector ) ((CGPoint (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_frameTopLeftPoint_call( (id)object, methodSelector );
|
|
#undef nswindow_frameTopLeftPoint_call
|
|
}
|
|
|
|
void nswindow_setContentResizeIncrements( nswindow_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setContentResizeIncrements:" );
|
|
#define nswindow_setContentResizeIncrements_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setContentResizeIncrements_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setContentResizeIncrements_call
|
|
}
|
|
|
|
CGSize nswindow_contentResizeIncrements( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "contentResizeIncrements" );
|
|
#define nswindow_contentResizeIncrements_call( obj, selector ) ((CGSize (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_contentResizeIncrements_call( (id)object, methodSelector );
|
|
#undef nswindow_contentResizeIncrements_call
|
|
}
|
|
|
|
void nswindow_setContentAspectRatio( nswindow_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setContentAspectRatio:" );
|
|
#define nswindow_setContentAspectRatio_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setContentAspectRatio_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setContentAspectRatio_call
|
|
}
|
|
|
|
CGSize nswindow_contentAspectRatio( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "contentAspectRatio" );
|
|
#define nswindow_contentAspectRatio_call( obj, selector ) ((CGSize (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_contentAspectRatio_call( (id)object, methodSelector );
|
|
#undef nswindow_contentAspectRatio_call
|
|
}
|
|
|
|
unsigned long long nswindow_shadowOptionsForActiveAppearance( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "shadowOptionsForActiveAppearance:" );
|
|
#define nswindow_shadowOptionsForActiveAppearance_call( obj, selector, arg0 ) ((unsigned long long (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_shadowOptionsForActiveAppearance_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_shadowOptionsForActiveAppearance_call
|
|
}
|
|
|
|
void nswindow_useOptimizedDrawing( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "useOptimizedDrawing:" );
|
|
#define nswindow_useOptimizedDrawing_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_useOptimizedDrawing_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_useOptimizedDrawing_call
|
|
}
|
|
|
|
void nswindow_setKeyView( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setKeyView:" );
|
|
#define nswindow_setKeyView_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setKeyView_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setKeyView_call
|
|
}
|
|
|
|
char nswindow_autorecalculatesKeyViewLoop( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "autorecalculatesKeyViewLoop" );
|
|
#define nswindow_autorecalculatesKeyViewLoop_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_autorecalculatesKeyViewLoop_call( (id)object, methodSelector );
|
|
#undef nswindow_autorecalculatesKeyViewLoop_call
|
|
}
|
|
|
|
void nswindow_runToolbarConfigurationPalette( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "runToolbarConfigurationPalette:" );
|
|
#define nswindow_runToolbarConfigurationPalette_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_runToolbarConfigurationPalette_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_runToolbarConfigurationPalette_call
|
|
}
|
|
|
|
void nswindow_setShowsLockButton( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setShowsLockButton:" );
|
|
#define nswindow_setShowsLockButton_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setShowsLockButton_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setShowsLockButton_call
|
|
}
|
|
|
|
void nswindow_setMouseConfinementRect( nswindow_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setMouseConfinementRect:" );
|
|
#define nswindow_setMouseConfinementRect_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setMouseConfinementRect_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setMouseConfinementRect_call
|
|
}
|
|
|
|
char nswindow_isReleasedWhenClosed( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isReleasedWhenClosed" );
|
|
#define nswindow_isReleasedWhenClosed_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isReleasedWhenClosed_call( (id)object, methodSelector );
|
|
#undef nswindow_isReleasedWhenClosed_call
|
|
}
|
|
|
|
char nswindow_isZoomed( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isZoomed" );
|
|
#define nswindow_isZoomed_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isZoomed_call( (id)object, methodSelector );
|
|
#undef nswindow_isZoomed_call
|
|
}
|
|
|
|
nsobject_t nswindow_contentSeparatorColor( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "contentSeparatorColor" );
|
|
#define nswindow_contentSeparatorColor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_contentSeparatorColor_call( (id)object, methodSelector );
|
|
#undef nswindow_contentSeparatorColor_call
|
|
}
|
|
|
|
nsobject_t nswindow_contentInsetColor( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "contentInsetColor" );
|
|
#define nswindow_contentInsetColor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_contentInsetColor_call( (id)object, methodSelector );
|
|
#undef nswindow_contentInsetColor_call
|
|
}
|
|
|
|
void nswindow_setShowsContentSeparator( nswindow_t object, char arg0, unsigned long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setShowsContentSeparator:forEdge:" );
|
|
#define nswindow_setShowsContentSeparator_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, char, unsigned long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nswindow_setShowsContentSeparator_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_setShowsContentSeparator_call
|
|
}
|
|
|
|
void nswindow_setDynamicDepthLimit( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setDynamicDepthLimit:" );
|
|
#define nswindow_setDynamicDepthLimit_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setDynamicDepthLimit_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setDynamicDepthLimit_call
|
|
}
|
|
|
|
void nswindow_orderBack( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "orderBack:" );
|
|
#define nswindow_orderBack_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_orderBack_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_orderBack_call
|
|
}
|
|
|
|
void nswindow_orderFrontRegardless( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "orderFrontRegardless" );
|
|
#define nswindow_orderFrontRegardless_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_orderFrontRegardless_call( (id)object, methodSelector );
|
|
#undef nswindow_orderFrontRegardless_call
|
|
}
|
|
|
|
void nswindow_setMiniwindowImage( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setMiniwindowImage:" );
|
|
#define nswindow_setMiniwindowImage_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setMiniwindowImage_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setMiniwindowImage_call
|
|
}
|
|
|
|
void nswindow_setMiniwindowTitle( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setMiniwindowTitle:" );
|
|
#define nswindow_setMiniwindowTitle_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setMiniwindowTitle_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setMiniwindowTitle_call
|
|
}
|
|
|
|
nsobject_t nswindow_miniwindowImage( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "miniwindowImage" );
|
|
#define nswindow_miniwindowImage_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_miniwindowImage_call( (id)object, methodSelector );
|
|
#undef nswindow_miniwindowImage_call
|
|
}
|
|
|
|
char nswindow_isOneShot( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isOneShot" );
|
|
#define nswindow_isOneShot_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isOneShot_call( (id)object, methodSelector );
|
|
#undef nswindow_isOneShot_call
|
|
}
|
|
|
|
void nswindow_cacheImageInRect( nswindow_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cacheImageInRect:" );
|
|
#define nswindow_cacheImageInRect_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_cacheImageInRect_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_cacheImageInRect_call
|
|
}
|
|
|
|
void nswindow_restoreCachedImage( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "restoreCachedImage" );
|
|
#define nswindow_restoreCachedImage_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_restoreCachedImage_call( (id)object, methodSelector );
|
|
#undef nswindow_restoreCachedImage_call
|
|
}
|
|
|
|
void nswindow_discardCachedImage( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "discardCachedImage" );
|
|
#define nswindow_discardCachedImage_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_discardCachedImage_call( (id)object, methodSelector );
|
|
#undef nswindow_discardCachedImage_call
|
|
}
|
|
|
|
void nswindow_invalidateShadow( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "invalidateShadow" );
|
|
#define nswindow_invalidateShadow_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_invalidateShadow_call( (id)object, methodSelector );
|
|
#undef nswindow_invalidateShadow_call
|
|
}
|
|
|
|
char nswindow_canMoveToCurrentSpaceOnScreen( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "canMoveToCurrentSpaceOnScreen:" );
|
|
#define nswindow_canMoveToCurrentSpaceOnScreen_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_canMoveToCurrentSpaceOnScreen_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_canMoveToCurrentSpaceOnScreen_call
|
|
}
|
|
|
|
void nswindow_setMinFullScreenContentSize( nswindow_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setMinFullScreenContentSize:" );
|
|
#define nswindow_setMinFullScreenContentSize_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setMinFullScreenContentSize_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setMinFullScreenContentSize_call
|
|
}
|
|
|
|
void nswindow_setMaxFullScreenContentSize( nswindow_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setMaxFullScreenContentSize:" );
|
|
#define nswindow_setMaxFullScreenContentSize_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setMaxFullScreenContentSize_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setMaxFullScreenContentSize_call
|
|
}
|
|
|
|
void nswindow_setAutofill( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAutofill:" );
|
|
#define nswindow_setAutofill_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAutofill_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAutofill_call
|
|
}
|
|
|
|
char nswindow_autofill( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "autofill" );
|
|
#define nswindow_autofill_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_autofill_call( (id)object, methodSelector );
|
|
#undef nswindow_autofill_call
|
|
}
|
|
|
|
void nswindow_setAutofillColor( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAutofillColor:" );
|
|
#define nswindow_setAutofillColor_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAutofillColor_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAutofillColor_call
|
|
}
|
|
|
|
nsobject_t nswindow_autofillColor( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "autofillColor" );
|
|
#define nswindow_autofillColor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_autofillColor_call( (id)object, methodSelector );
|
|
#undef nswindow_autofillColor_call
|
|
}
|
|
|
|
void nswindow_setShowsResizeIndicator( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setShowsResizeIndicator:" );
|
|
#define nswindow_setShowsResizeIndicator_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setShowsResizeIndicator_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setShowsResizeIndicator_call
|
|
}
|
|
|
|
char nswindow_showsResizeIndicator( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "showsResizeIndicator" );
|
|
#define nswindow_showsResizeIndicator_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_showsResizeIndicator_call( (id)object, methodSelector );
|
|
#undef nswindow_showsResizeIndicator_call
|
|
}
|
|
|
|
void nswindow_setSharingType( nswindow_t object, unsigned long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setSharingType:" );
|
|
#define nswindow_setSharingType_call( obj, selector, arg0 ) ((void (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setSharingType_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setSharingType_call
|
|
}
|
|
|
|
unsigned long long nswindow_sharingType( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "sharingType" );
|
|
#define nswindow_sharingType_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_sharingType_call( (id)object, methodSelector );
|
|
#undef nswindow_sharingType_call
|
|
}
|
|
|
|
void nswindow_setPreferredBackingLocation( nswindow_t object, unsigned long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setPreferredBackingLocation:" );
|
|
#define nswindow_setPreferredBackingLocation_call( obj, selector, arg0 ) ((void (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setPreferredBackingLocation_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setPreferredBackingLocation_call
|
|
}
|
|
|
|
unsigned long long nswindow_preferredBackingLocation( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "preferredBackingLocation" );
|
|
#define nswindow_preferredBackingLocation_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_preferredBackingLocation_call( (id)object, methodSelector );
|
|
#undef nswindow_preferredBackingLocation_call
|
|
}
|
|
|
|
unsigned long long nswindow_backingLocation( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "backingLocation" );
|
|
#define nswindow_backingLocation_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_backingLocation_call( (id)object, methodSelector );
|
|
#undef nswindow_backingLocation_call
|
|
}
|
|
|
|
void nswindow_setAllowsConcurrentViewDrawing( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAllowsConcurrentViewDrawing:" );
|
|
#define nswindow_setAllowsConcurrentViewDrawing_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAllowsConcurrentViewDrawing_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAllowsConcurrentViewDrawing_call
|
|
}
|
|
|
|
CGRect nswindow_maxTitlebarTitleRect( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "maxTitlebarTitleRect" );
|
|
#define nswindow_maxTitlebarTitleRect_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return nswindow_maxTitlebarTitleRect_call( (id)object, methodSelector );
|
|
#undef nswindow_maxTitlebarTitleRect_call
|
|
}
|
|
|
|
CGRect nswindow_titlebarTitleRect( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "titlebarTitleRect" );
|
|
#define nswindow_titlebarTitleRect_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return nswindow_titlebarTitleRect_call( (id)object, methodSelector );
|
|
#undef nswindow_titlebarTitleRect_call
|
|
}
|
|
|
|
nsobject_t nswindow_titlebarTitleFont( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "titlebarTitleFont" );
|
|
#define nswindow_titlebarTitleFont_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_titlebarTitleFont_call( (id)object, methodSelector );
|
|
#undef nswindow_titlebarTitleFont_call
|
|
}
|
|
|
|
nsobject_t nswindow_appearanceSource( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "appearanceSource" );
|
|
#define nswindow_appearanceSource_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_appearanceSource_call( (id)object, methodSelector );
|
|
#undef nswindow_appearanceSource_call
|
|
}
|
|
|
|
char nswindow_titleHidden( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "titleHidden" );
|
|
#define nswindow_titleHidden_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_titleHidden_call( (id)object, methodSelector );
|
|
#undef nswindow_titleHidden_call
|
|
}
|
|
|
|
void nswindow_setTitleHidden( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setTitleHidden:" );
|
|
#define nswindow_setTitleHidden_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setTitleHidden_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setTitleHidden_call
|
|
}
|
|
|
|
void nswindow_setTitleMode( nswindow_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setTitleMode:" );
|
|
#define nswindow_setTitleMode_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setTitleMode_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setTitleMode_call
|
|
}
|
|
|
|
long long nswindow_titleMode( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "titleMode" );
|
|
#define nswindow_titleMode_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_titleMode_call( (id)object, methodSelector );
|
|
#undef nswindow_titleMode_call
|
|
}
|
|
|
|
void nswindow_setTitlebarAppearsTransparentWhenFullscreen( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setTitlebarAppearsTransparentWhenFullscreen:" );
|
|
#define nswindow_setTitlebarAppearsTransparentWhenFullscreen_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setTitlebarAppearsTransparentWhenFullscreen_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setTitlebarAppearsTransparentWhenFullscreen_call
|
|
}
|
|
|
|
char nswindow_titlebarDrawsBottomDividerWhenTransparent( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "titlebarDrawsBottomDividerWhenTransparent" );
|
|
#define nswindow_titlebarDrawsBottomDividerWhenTransparent_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_titlebarDrawsBottomDividerWhenTransparent_call( (id)object, methodSelector );
|
|
#undef nswindow_titlebarDrawsBottomDividerWhenTransparent_call
|
|
}
|
|
|
|
void nswindow_setTitlebarDrawsBottomDividerWhenTransparent( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setTitlebarDrawsBottomDividerWhenTransparent:" );
|
|
#define nswindow_setTitlebarDrawsBottomDividerWhenTransparent_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setTitlebarDrawsBottomDividerWhenTransparent_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setTitlebarDrawsBottomDividerWhenTransparent_call
|
|
}
|
|
|
|
void nswindow_addTabbedWindow( nswindow_t object, nsobject_t arg0, long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addTabbedWindow:ordered:" );
|
|
#define nswindow_addTabbedWindow_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nswindow_addTabbedWindow_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_addTabbedWindow_call
|
|
}
|
|
|
|
char nswindow_canBeVisibleOnAllSpaces( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "canBeVisibleOnAllSpaces" );
|
|
#define nswindow_canBeVisibleOnAllSpaces_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_canBeVisibleOnAllSpaces_call( (id)object, methodSelector );
|
|
#undef nswindow_canBeVisibleOnAllSpaces_call
|
|
}
|
|
|
|
void nswindow_setCanBeVisibleOnAllSpaces( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setCanBeVisibleOnAllSpaces:" );
|
|
#define nswindow_setCanBeVisibleOnAllSpaces_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setCanBeVisibleOnAllSpaces_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setCanBeVisibleOnAllSpaces_call
|
|
}
|
|
|
|
double nswindow_standardWindowTitleButtonsAlphaValue( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "standardWindowTitleButtonsAlphaValue" );
|
|
#define nswindow_standardWindowTitleButtonsAlphaValue_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return nswindow_standardWindowTitleButtonsAlphaValue_call( (id)object, methodSelector );
|
|
#undef nswindow_standardWindowTitleButtonsAlphaValue_call
|
|
}
|
|
|
|
void nswindow_setStandardWindowTitleButtonsAlphaValue( nswindow_t object, double arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setStandardWindowTitleButtonsAlphaValue:" );
|
|
#define nswindow_setStandardWindowTitleButtonsAlphaValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setStandardWindowTitleButtonsAlphaValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setStandardWindowTitleButtonsAlphaValue_call
|
|
}
|
|
|
|
double nswindow_titlebarHeight( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "titlebarHeight" );
|
|
#define nswindow_titlebarHeight_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return nswindow_titlebarHeight_call( (id)object, methodSelector );
|
|
#undef nswindow_titlebarHeight_call
|
|
}
|
|
|
|
void nswindow_setTitlebarHeight( nswindow_t object, double arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setTitlebarHeight:" );
|
|
#define nswindow_setTitlebarHeight_call( obj, selector, arg0 ) ((void (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setTitlebarHeight_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setTitlebarHeight_call
|
|
}
|
|
|
|
CGSize nswindow_standardWindowButtonGroupOffset( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "standardWindowButtonGroupOffset" );
|
|
#define nswindow_standardWindowButtonGroupOffset_call( obj, selector ) ((CGSize (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_standardWindowButtonGroupOffset_call( (id)object, methodSelector );
|
|
#undef nswindow_standardWindowButtonGroupOffset_call
|
|
}
|
|
|
|
void nswindow_setStandardWindowButtonGroupOffset( nswindow_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setStandardWindowButtonGroupOffset:" );
|
|
#define nswindow_setStandardWindowButtonGroupOffset_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setStandardWindowButtonGroupOffset_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setStandardWindowButtonGroupOffset_call
|
|
}
|
|
|
|
char nswindow_hasColorSensitiveUI( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "hasColorSensitiveUI" );
|
|
#define nswindow_hasColorSensitiveUI_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_hasColorSensitiveUI_call( (id)object, methodSelector );
|
|
#undef nswindow_hasColorSensitiveUI_call
|
|
}
|
|
|
|
void nswindow_setHasColorSensitiveUI( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setHasColorSensitiveUI:" );
|
|
#define nswindow_setHasColorSensitiveUI_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setHasColorSensitiveUI_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setHasColorSensitiveUI_call
|
|
}
|
|
|
|
void* nswindow_windowRefWithCompositedAttribute( nswindow_t object, char arg0, char arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "windowRefWithCompositedAttribute:andFrameworkScaledAttribute:" );
|
|
#define nswindow_windowRefWithCompositedAttribute_call( obj, selector, arg0, arg1 ) ((void* (*)( id, SEL, char, char ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nswindow_windowRefWithCompositedAttribute_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_windowRefWithCompositedAttribute_call
|
|
}
|
|
|
|
nsobject_t nswindow_initWithWindowRef( nswindow_t object, void* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "initWithWindowRef:" );
|
|
#define nswindow_initWithWindowRef_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, void* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_initWithWindowRef_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_initWithWindowRef_call
|
|
}
|
|
|
|
char nswindow_dockTitleIsGuess( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "dockTitleIsGuess" );
|
|
#define nswindow_dockTitleIsGuess_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_dockTitleIsGuess_call( (id)object, methodSelector );
|
|
#undef nswindow_dockTitleIsGuess_call
|
|
}
|
|
|
|
nsobject_t nswindow_showDeminiaturizedWindow( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "showDeminiaturizedWindow" );
|
|
#define nswindow_showDeminiaturizedWindow_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_showDeminiaturizedWindow_call( (id)object, methodSelector );
|
|
#undef nswindow_showDeminiaturizedWindow_call
|
|
}
|
|
|
|
void nswindow_setShadowStyle( nswindow_t object, unsigned long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setShadowStyle:" );
|
|
#define nswindow_setShadowStyle_call( obj, selector, arg0 ) ((void (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setShadowStyle_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setShadowStyle_call
|
|
}
|
|
|
|
nsobject_t nswindow_restoreWindowOnDockDeath( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "restoreWindowOnDockDeath" );
|
|
#define nswindow_restoreWindowOnDockDeath_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_restoreWindowOnDockDeath_call( (id)object, methodSelector );
|
|
#undef nswindow_restoreWindowOnDockDeath_call
|
|
}
|
|
|
|
nsobject_t nswindow_restoreWindowOnDockReincarnation( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "restoreWindowOnDockReincarnation" );
|
|
#define nswindow_restoreWindowOnDockReincarnation_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_restoreWindowOnDockReincarnation_call( (id)object, methodSelector );
|
|
#undef nswindow_restoreWindowOnDockReincarnation_call
|
|
}
|
|
|
|
void nswindow_updateInDock( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "updateInDock" );
|
|
#define nswindow_updateInDock_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_updateInDock_call( (id)object, methodSelector );
|
|
#undef nswindow_updateInDock_call
|
|
}
|
|
|
|
void nswindow_setTimeMachineDelegate( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setTimeMachineDelegate:" );
|
|
#define nswindow_setTimeMachineDelegate_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setTimeMachineDelegate_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setTimeMachineDelegate_call
|
|
}
|
|
|
|
char nswindow_hostsLayersInWindowServer( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "hostsLayersInWindowServer" );
|
|
#define nswindow_hostsLayersInWindowServer_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_hostsLayersInWindowServer_call( (id)object, methodSelector );
|
|
#undef nswindow_hostsLayersInWindowServer_call
|
|
}
|
|
|
|
char nswindow_canHostLayersInWindowServer( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "canHostLayersInWindowServer" );
|
|
#define nswindow_canHostLayersInWindowServer_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_canHostLayersInWindowServer_call( (id)object, methodSelector );
|
|
#undef nswindow_canHostLayersInWindowServer_call
|
|
}
|
|
|
|
void nswindow_setCanHostLayersInWindowServer( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setCanHostLayersInWindowServer:" );
|
|
#define nswindow_setCanHostLayersInWindowServer_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setCanHostLayersInWindowServer_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setCanHostLayersInWindowServer_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilitySubtitleUIElementAttribute( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySubtitleUIElementAttribute" );
|
|
#define nswindow_accessibilitySubtitleUIElementAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilitySubtitleUIElementAttribute_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilitySubtitleUIElementAttribute_call
|
|
}
|
|
|
|
void nswindow_accessibilityAddDeferredNotification( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAddDeferredNotification:" );
|
|
#define nswindow_accessibilityAddDeferredNotification_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_accessibilityAddDeferredNotification_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilityAddDeferredNotification_call
|
|
}
|
|
|
|
void nswindow_accessibilitySetPositionAttribute( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySetPositionAttribute:" );
|
|
#define nswindow_accessibilitySetPositionAttribute_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_accessibilitySetPositionAttribute_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilitySetPositionAttribute_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityMainAttribute( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityMainAttribute" );
|
|
#define nswindow_accessibilityMainAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityMainAttribute_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityMainAttribute_call
|
|
}
|
|
|
|
char nswindow_accessibilityIsMainAttributeSettable( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsMainAttributeSettable" );
|
|
#define nswindow_accessibilityIsMainAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityIsMainAttributeSettable_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityIsMainAttributeSettable_call
|
|
}
|
|
|
|
void nswindow_accessibilitySetMainAttribute( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySetMainAttribute:" );
|
|
#define nswindow_accessibilitySetMainAttribute_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_accessibilitySetMainAttribute_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilitySetMainAttribute_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityMinimizedAttribute( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityMinimizedAttribute" );
|
|
#define nswindow_accessibilityMinimizedAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityMinimizedAttribute_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityMinimizedAttribute_call
|
|
}
|
|
|
|
char nswindow_accessibilityIsMinimizedAttributeSettable( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsMinimizedAttributeSettable" );
|
|
#define nswindow_accessibilityIsMinimizedAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityIsMinimizedAttributeSettable_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityIsMinimizedAttributeSettable_call
|
|
}
|
|
|
|
void nswindow_accessibilitySetMinimizedAttribute( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySetMinimizedAttribute:" );
|
|
#define nswindow_accessibilitySetMinimizedAttribute_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_accessibilitySetMinimizedAttribute_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilitySetMinimizedAttribute_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityCloseButtonAttribute( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityCloseButtonAttribute" );
|
|
#define nswindow_accessibilityCloseButtonAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityCloseButtonAttribute_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityCloseButtonAttribute_call
|
|
}
|
|
|
|
char nswindow_accessibilityIsCloseButtonAttributeSettable( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsCloseButtonAttributeSettable" );
|
|
#define nswindow_accessibilityIsCloseButtonAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityIsCloseButtonAttributeSettable_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityIsCloseButtonAttributeSettable_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityZoomButtonAttribute( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityZoomButtonAttribute" );
|
|
#define nswindow_accessibilityZoomButtonAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityZoomButtonAttribute_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityZoomButtonAttribute_call
|
|
}
|
|
|
|
char nswindow_accessibilityIsZoomButtonAttributeSettable( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsZoomButtonAttributeSettable" );
|
|
#define nswindow_accessibilityIsZoomButtonAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityIsZoomButtonAttributeSettable_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityIsZoomButtonAttributeSettable_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityMinimizeButtonAttribute( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityMinimizeButtonAttribute" );
|
|
#define nswindow_accessibilityMinimizeButtonAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityMinimizeButtonAttribute_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityMinimizeButtonAttribute_call
|
|
}
|
|
|
|
char nswindow_accessibilityIsMinimizeButtonAttributeSettable( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsMinimizeButtonAttributeSettable" );
|
|
#define nswindow_accessibilityIsMinimizeButtonAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityIsMinimizeButtonAttributeSettable_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityIsMinimizeButtonAttributeSettable_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityToolbarButtonAttribute( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityToolbarButtonAttribute" );
|
|
#define nswindow_accessibilityToolbarButtonAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityToolbarButtonAttribute_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityToolbarButtonAttribute_call
|
|
}
|
|
|
|
char nswindow_accessibilityIsToolbarButtonAttributeSettable( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsToolbarButtonAttributeSettable" );
|
|
#define nswindow_accessibilityIsToolbarButtonAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityIsToolbarButtonAttributeSettable_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityIsToolbarButtonAttributeSettable_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityFullScreenButtonAttribute( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityFullScreenButtonAttribute" );
|
|
#define nswindow_accessibilityFullScreenButtonAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityFullScreenButtonAttribute_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityFullScreenButtonAttribute_call
|
|
}
|
|
|
|
char nswindow_accessibilityIsFullScreenButtonAttributeSettable( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsFullScreenButtonAttributeSettable" );
|
|
#define nswindow_accessibilityIsFullScreenButtonAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityIsFullScreenButtonAttributeSettable_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityIsFullScreenButtonAttributeSettable_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityFullScreenAttribute( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityFullScreenAttribute" );
|
|
#define nswindow_accessibilityFullScreenAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityFullScreenAttribute_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityFullScreenAttribute_call
|
|
}
|
|
|
|
char nswindow_accessibilityIsFullScreenAttributeSettable( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsFullScreenAttributeSettable" );
|
|
#define nswindow_accessibilityIsFullScreenAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityIsFullScreenAttributeSettable_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityIsFullScreenAttributeSettable_call
|
|
}
|
|
|
|
void nswindow_accessibilitySetFullScreenAttribute( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySetFullScreenAttribute:" );
|
|
#define nswindow_accessibilitySetFullScreenAttribute_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_accessibilitySetFullScreenAttribute_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilitySetFullScreenAttribute_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityProxyAttribute( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityProxyAttribute" );
|
|
#define nswindow_accessibilityProxyAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityProxyAttribute_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityProxyAttribute_call
|
|
}
|
|
|
|
char nswindow_accessibilityIsProxyAttributeSettable( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsProxyAttributeSettable" );
|
|
#define nswindow_accessibilityIsProxyAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityIsProxyAttributeSettable_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityIsProxyAttributeSettable_call
|
|
}
|
|
|
|
char nswindow_accessibilityIsGrowAreaAttributeSettable( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsGrowAreaAttributeSettable" );
|
|
#define nswindow_accessibilityIsGrowAreaAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityIsGrowAreaAttributeSettable_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityIsGrowAreaAttributeSettable_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityDefaultButtonAttribute( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityDefaultButtonAttribute" );
|
|
#define nswindow_accessibilityDefaultButtonAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityDefaultButtonAttribute_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityDefaultButtonAttribute_call
|
|
}
|
|
|
|
char nswindow_accessibilityIsDefaultButtonAttributeSettable( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsDefaultButtonAttributeSettable" );
|
|
#define nswindow_accessibilityIsDefaultButtonAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityIsDefaultButtonAttributeSettable_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityIsDefaultButtonAttributeSettable_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityCancelButtonAttribute( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityCancelButtonAttribute" );
|
|
#define nswindow_accessibilityCancelButtonAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityCancelButtonAttribute_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityCancelButtonAttribute_call
|
|
}
|
|
|
|
char nswindow_accessibilityIsCancelButtonAttributeSettable( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsCancelButtonAttributeSettable" );
|
|
#define nswindow_accessibilityIsCancelButtonAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityIsCancelButtonAttributeSettable_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityIsCancelButtonAttributeSettable_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityDocumentAttribute( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityDocumentAttribute" );
|
|
#define nswindow_accessibilityDocumentAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityDocumentAttribute_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityDocumentAttribute_call
|
|
}
|
|
|
|
char nswindow_accessibilityIsDocumentAttributeSettable( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsDocumentAttributeSettable" );
|
|
#define nswindow_accessibilityIsDocumentAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityIsDocumentAttributeSettable_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityIsDocumentAttributeSettable_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityModalAttribute( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityModalAttribute" );
|
|
#define nswindow_accessibilityModalAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityModalAttribute_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityModalAttribute_call
|
|
}
|
|
|
|
char nswindow_accessibilityIsModalAttributeSettable( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsModalAttributeSettable" );
|
|
#define nswindow_accessibilityIsModalAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityIsModalAttributeSettable_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityIsModalAttributeSettable_call
|
|
}
|
|
|
|
char nswindow_accessibilityIsSectionsAttributeSettable( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsSectionsAttributeSettable" );
|
|
#define nswindow_accessibilityIsSectionsAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityIsSectionsAttributeSettable_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityIsSectionsAttributeSettable_call
|
|
}
|
|
|
|
char nswindow_hasCloseBox( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "hasCloseBox" );
|
|
#define nswindow_hasCloseBox_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_hasCloseBox_call( (id)object, methodSelector );
|
|
#undef nswindow_hasCloseBox_call
|
|
}
|
|
|
|
char nswindow_isMiniaturizable( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isMiniaturizable" );
|
|
#define nswindow_isMiniaturizable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isMiniaturizable_call( (id)object, methodSelector );
|
|
#undef nswindow_isMiniaturizable_call
|
|
}
|
|
|
|
char nswindow_isModalPanel( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isModalPanel" );
|
|
#define nswindow_isModalPanel_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isModalPanel_call( (id)object, methodSelector );
|
|
#undef nswindow_isModalPanel_call
|
|
}
|
|
|
|
char nswindow_isZoomable( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isZoomable" );
|
|
#define nswindow_isZoomable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isZoomable_call( (id)object, methodSelector );
|
|
#undef nswindow_isZoomable_call
|
|
}
|
|
|
|
long long nswindow_orderedIndex( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "orderedIndex" );
|
|
#define nswindow_orderedIndex_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_orderedIndex_call( (id)object, methodSelector );
|
|
#undef nswindow_orderedIndex_call
|
|
}
|
|
|
|
void nswindow_setIsMiniaturized( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setIsMiniaturized:" );
|
|
#define nswindow_setIsMiniaturized_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setIsMiniaturized_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setIsMiniaturized_call
|
|
}
|
|
|
|
void nswindow_setIsVisible( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setIsVisible:" );
|
|
#define nswindow_setIsVisible_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setIsVisible_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setIsVisible_call
|
|
}
|
|
|
|
void nswindow_setIsZoomed( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setIsZoomed:" );
|
|
#define nswindow_setIsZoomed_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setIsZoomed_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setIsZoomed_call
|
|
}
|
|
|
|
void nswindow_setOrderedIndex( nswindow_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setOrderedIndex:" );
|
|
#define nswindow_setOrderedIndex_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setOrderedIndex_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setOrderedIndex_call
|
|
}
|
|
|
|
nsobject_t nswindow_boundsAsQDRect( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "boundsAsQDRect" );
|
|
#define nswindow_boundsAsQDRect_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_boundsAsQDRect_call( (id)object, methodSelector );
|
|
#undef nswindow_boundsAsQDRect_call
|
|
}
|
|
|
|
void nswindow_setBoundsAsQDRect( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setBoundsAsQDRect:" );
|
|
#define nswindow_setBoundsAsQDRect_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setBoundsAsQDRect_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setBoundsAsQDRect_call
|
|
}
|
|
|
|
char nswindow_view( nswindow_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "view:acceptsFirstMouseEvent:initialKeyWindow:" );
|
|
#define nswindow_view_call( obj, selector, arg0, arg1, arg2 ) ((char (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
return nswindow_view_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nswindow_view_call
|
|
}
|
|
|
|
void nswindow_exerciseAmbiguityInLayout( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "exerciseAmbiguityInLayout" );
|
|
#define nswindow_exerciseAmbiguityInLayout_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_exerciseAmbiguityInLayout_call( (id)object, methodSelector );
|
|
#undef nswindow_exerciseAmbiguityInLayout_call
|
|
}
|
|
|
|
void nswindow_visualizeConstraints( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "visualizeConstraints:" );
|
|
#define nswindow_visualizeConstraints_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_visualizeConstraints_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_visualizeConstraints_call
|
|
}
|
|
|
|
void nswindow_accessibilitySendDeferredNotifications( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySendDeferredNotifications" );
|
|
#define nswindow_accessibilitySendDeferredNotifications_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_accessibilitySendDeferredNotifications_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilitySendDeferredNotifications_call
|
|
}
|
|
|
|
void nswindow_setRemoteUIElement( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setRemoteUIElement:" );
|
|
#define nswindow_setRemoteUIElement_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setRemoteUIElement_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setRemoteUIElement_call
|
|
}
|
|
|
|
unsigned long long nswindow_liveResizeEdges( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "liveResizeEdges" );
|
|
#define nswindow_liveResizeEdges_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_liveResizeEdges_call( (id)object, methodSelector );
|
|
#undef nswindow_liveResizeEdges_call
|
|
}
|
|
|
|
nsobject_t nswindow_anchorItemForOrientation( nswindow_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "anchorItemForOrientation:" );
|
|
#define nswindow_anchorItemForOrientation_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_anchorItemForOrientation_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_anchorItemForOrientation_call
|
|
}
|
|
|
|
void nswindow_setAnchorItem( nswindow_t object, nsobject_t arg0, long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAnchorItem:forOrientation:" );
|
|
#define nswindow_setAnchorItem_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nswindow_setAnchorItem_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_setAnchorItem_call
|
|
}
|
|
|
|
nsobject_t nswindow_retain( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "retain" );
|
|
#define nswindow_retain_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_retain_call( (id)object, methodSelector );
|
|
#undef nswindow_retain_call
|
|
}
|
|
|
|
unsigned long long nswindow_retainCount( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "retainCount" );
|
|
#define nswindow_retainCount_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_retainCount_call( (id)object, methodSelector );
|
|
#undef nswindow_retainCount_call
|
|
}
|
|
|
|
void nswindow_userActivityWasContinued( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "userActivityWasContinued:" );
|
|
#define nswindow_userActivityWasContinued_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_userActivityWasContinued_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_userActivityWasContinued_call
|
|
}
|
|
|
|
char nswindow_acceptsFirstResponder( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "acceptsFirstResponder" );
|
|
#define nswindow_acceptsFirstResponder_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_acceptsFirstResponder_call( (id)object, methodSelector );
|
|
#undef nswindow_acceptsFirstResponder_call
|
|
}
|
|
|
|
void nswindow_tabletPoint( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "tabletPoint:" );
|
|
#define nswindow_tabletPoint_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_tabletPoint_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_tabletPoint_call
|
|
}
|
|
|
|
void nswindow_pressureChangeWithEvent( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pressureChangeWithEvent:" );
|
|
#define nswindow_pressureChangeWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_pressureChangeWithEvent_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_pressureChangeWithEvent_call
|
|
}
|
|
|
|
void nswindow_setAccessibilitySubrole( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilitySubrole:" );
|
|
#define nswindow_setAccessibilitySubrole_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilitySubrole_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilitySubrole_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilitySubrole( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySubrole" );
|
|
#define nswindow_accessibilitySubrole_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilitySubrole_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilitySubrole_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityDecrementButton( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityDecrementButton" );
|
|
#define nswindow_accessibilityDecrementButton_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityDecrementButton_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityDecrementButton_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityIncrementButton( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIncrementButton" );
|
|
#define nswindow_accessibilityIncrementButton_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityIncrementButton_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityIncrementButton_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityChildren( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityChildren" );
|
|
#define nswindow_accessibilityChildren_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityChildren_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityChildren_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityRole( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityRole" );
|
|
#define nswindow_accessibilityRole_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityRole_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityRole_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityLabel( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityLabel" );
|
|
#define nswindow_accessibilityLabel_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityLabel_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityLabel_call
|
|
}
|
|
|
|
long long nswindow_accessibilityIndex( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIndex" );
|
|
#define nswindow_accessibilityIndex_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityIndex_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityIndex_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityCustomActions( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityCustomActions" );
|
|
#define nswindow_accessibilityCustomActions_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityCustomActions_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityCustomActions_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityChildrenInNavigationOrder( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityChildrenInNavigationOrder" );
|
|
#define nswindow_accessibilityChildrenInNavigationOrder_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityChildrenInNavigationOrder_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityChildrenInNavigationOrder_call
|
|
}
|
|
|
|
char nswindow_isAccessibilityElement( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityElement" );
|
|
#define nswindow_isAccessibilityElement_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isAccessibilityElement_call( (id)object, methodSelector );
|
|
#undef nswindow_isAccessibilityElement_call
|
|
}
|
|
|
|
nsobject_t nswindow_nextResponder( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nextResponder" );
|
|
#define nswindow_nextResponder_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_nextResponder_call( (id)object, methodSelector );
|
|
#undef nswindow_nextResponder_call
|
|
}
|
|
|
|
long long nswindow_accessibilityRowCount( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityRowCount" );
|
|
#define nswindow_accessibilityRowCount_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityRowCount_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityRowCount_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityVisibleChildren( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityVisibleChildren" );
|
|
#define nswindow_accessibilityVisibleChildren_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityVisibleChildren_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityVisibleChildren_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityIndex( nswindow_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityIndex:" );
|
|
#define nswindow_setAccessibilityIndex_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityIndex_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityIndex_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityRoleDescription( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityRoleDescription" );
|
|
#define nswindow_accessibilityRoleDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityRoleDescription_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityRoleDescription_call
|
|
}
|
|
|
|
long long nswindow_accessibilityColumnCount( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityColumnCount" );
|
|
#define nswindow_accessibilityColumnCount_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityColumnCount_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityColumnCount_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilitySelectedChildren( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySelectedChildren" );
|
|
#define nswindow_accessibilitySelectedChildren_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilitySelectedChildren_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilitySelectedChildren_call
|
|
}
|
|
|
|
void nswindow_setAccessibilitySelectedChildren( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilitySelectedChildren:" );
|
|
#define nswindow_setAccessibilitySelectedChildren_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilitySelectedChildren_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilitySelectedChildren_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilitySelectedCells( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySelectedCells" );
|
|
#define nswindow_accessibilitySelectedCells_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilitySelectedCells_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilitySelectedCells_call
|
|
}
|
|
|
|
void nswindow_mouseEntered( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mouseEntered:" );
|
|
#define nswindow_mouseEntered_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_mouseEntered_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_mouseEntered_call
|
|
}
|
|
|
|
void nswindow_mouseMoved( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mouseMoved:" );
|
|
#define nswindow_mouseMoved_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_mouseMoved_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_mouseMoved_call
|
|
}
|
|
|
|
void nswindow_mouseExited( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mouseExited:" );
|
|
#define nswindow_mouseExited_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_mouseExited_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_mouseExited_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityLabel( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityLabel:" );
|
|
#define nswindow_setAccessibilityLabel_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityLabel_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityLabel_call
|
|
}
|
|
|
|
void nswindow_setTouchBar( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setTouchBar:" );
|
|
#define nswindow_setTouchBar_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setTouchBar_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setTouchBar_call
|
|
}
|
|
|
|
nsobject_t nswindow_touchBar( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "touchBar" );
|
|
#define nswindow_touchBar_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_touchBar_call( (id)object, methodSelector );
|
|
#undef nswindow_touchBar_call
|
|
}
|
|
|
|
void nswindow_invalidateRestorableState( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "invalidateRestorableState" );
|
|
#define nswindow_invalidateRestorableState_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_invalidateRestorableState_call( (id)object, methodSelector );
|
|
#undef nswindow_invalidateRestorableState_call
|
|
}
|
|
|
|
char nswindow_isAccessibilityFocused( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityFocused" );
|
|
#define nswindow_isAccessibilityFocused_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isAccessibilityFocused_call( (id)object, methodSelector );
|
|
#undef nswindow_isAccessibilityFocused_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityIdentifier( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIdentifier" );
|
|
#define nswindow_accessibilityIdentifier_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityIdentifier_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityIdentifier_call
|
|
}
|
|
|
|
CGPoint nswindow_accessibilityLayoutPointForScreenPoint( nswindow_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityLayoutPointForScreenPoint:" );
|
|
#define nswindow_accessibilityLayoutPointForScreenPoint_call( obj, selector, arg0 ) ((CGPoint (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_accessibilityLayoutPointForScreenPoint_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilityLayoutPointForScreenPoint_call
|
|
}
|
|
|
|
CGSize nswindow_accessibilityLayoutSizeForScreenSize( nswindow_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityLayoutSizeForScreenSize:" );
|
|
#define nswindow_accessibilityLayoutSizeForScreenSize_call( obj, selector, arg0 ) ((CGSize (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_accessibilityLayoutSizeForScreenSize_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilityLayoutSizeForScreenSize_call
|
|
}
|
|
|
|
CGPoint nswindow_accessibilityScreenPointForLayoutPoint( nswindow_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityScreenPointForLayoutPoint:" );
|
|
#define nswindow_accessibilityScreenPointForLayoutPoint_call( obj, selector, arg0 ) ((CGPoint (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_accessibilityScreenPointForLayoutPoint_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilityScreenPointForLayoutPoint_call
|
|
}
|
|
|
|
CGSize nswindow_accessibilityScreenSizeForLayoutSize( nswindow_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityScreenSizeForLayoutSize:" );
|
|
#define nswindow_accessibilityScreenSizeForLayoutSize_call( obj, selector, arg0 ) ((CGSize (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_accessibilityScreenSizeForLayoutSize_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilityScreenSizeForLayoutSize_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityCellForColumn( nswindow_t object, long long arg0, long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityCellForColumn:row:" );
|
|
#define nswindow_accessibilityCellForColumn_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, long long, long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nswindow_accessibilityCellForColumn_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_accessibilityCellForColumn_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityAttributedStringForRange( nswindow_t object, _NSRange arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAttributedStringForRange:" );
|
|
#define nswindow_accessibilityAttributedStringForRange_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSRange ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_accessibilityAttributedStringForRange_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilityAttributedStringForRange_call
|
|
}
|
|
|
|
_NSRange nswindow_accessibilityRangeForLine( nswindow_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityRangeForLine:" );
|
|
#define nswindow_accessibilityRangeForLine_call( obj, selector, arg0 ) ((_NSRange (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_accessibilityRangeForLine_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilityRangeForLine_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityStringForRange( nswindow_t object, _NSRange arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityStringForRange:" );
|
|
#define nswindow_accessibilityStringForRange_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSRange ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_accessibilityStringForRange_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilityStringForRange_call
|
|
}
|
|
|
|
_NSRange nswindow_accessibilityRangeForPosition( nswindow_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityRangeForPosition:" );
|
|
#define nswindow_accessibilityRangeForPosition_call( obj, selector, arg0 ) ((_NSRange (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_accessibilityRangeForPosition_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilityRangeForPosition_call
|
|
}
|
|
|
|
_NSRange nswindow_accessibilityRangeForIndex( nswindow_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityRangeForIndex:" );
|
|
#define nswindow_accessibilityRangeForIndex_call( obj, selector, arg0 ) ((_NSRange (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_accessibilityRangeForIndex_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilityRangeForIndex_call
|
|
}
|
|
|
|
CGRect nswindow_accessibilityFrameForRange( nswindow_t object, _NSRange arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityFrameForRange:" );
|
|
#define nswindow_accessibilityFrameForRange_call( obj, selector, arg0 ) ((CGRect (*)( id, SEL, _NSRange ))abi_objc_msgSend_stret) ( obj, selector, arg0 )
|
|
return nswindow_accessibilityFrameForRange_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilityFrameForRange_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityRTFForRange( nswindow_t object, _NSRange arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityRTFForRange:" );
|
|
#define nswindow_accessibilityRTFForRange_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSRange ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_accessibilityRTFForRange_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilityRTFForRange_call
|
|
}
|
|
|
|
_NSRange nswindow_accessibilityStyleRangeForIndex( nswindow_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityStyleRangeForIndex:" );
|
|
#define nswindow_accessibilityStyleRangeForIndex_call( obj, selector, arg0 ) ((_NSRange (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_accessibilityStyleRangeForIndex_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilityStyleRangeForIndex_call
|
|
}
|
|
|
|
long long nswindow_accessibilityLineForIndex( nswindow_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityLineForIndex:" );
|
|
#define nswindow_accessibilityLineForIndex_call( obj, selector, arg0 ) ((long long (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_accessibilityLineForIndex_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilityLineForIndex_call
|
|
}
|
|
|
|
char nswindow_accessibilityPerformCancel( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPerformCancel" );
|
|
#define nswindow_accessibilityPerformCancel_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityPerformCancel_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityPerformCancel_call
|
|
}
|
|
|
|
char nswindow_accessibilityPerformConfirm( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPerformConfirm" );
|
|
#define nswindow_accessibilityPerformConfirm_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityPerformConfirm_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityPerformConfirm_call
|
|
}
|
|
|
|
char nswindow_accessibilityPerformDecrement( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPerformDecrement" );
|
|
#define nswindow_accessibilityPerformDecrement_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityPerformDecrement_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityPerformDecrement_call
|
|
}
|
|
|
|
char nswindow_accessibilityPerformDelete( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPerformDelete" );
|
|
#define nswindow_accessibilityPerformDelete_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityPerformDelete_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityPerformDelete_call
|
|
}
|
|
|
|
char nswindow_accessibilityPerformIncrement( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPerformIncrement" );
|
|
#define nswindow_accessibilityPerformIncrement_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityPerformIncrement_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityPerformIncrement_call
|
|
}
|
|
|
|
char nswindow_accessibilityPerformPick( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPerformPick" );
|
|
#define nswindow_accessibilityPerformPick_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityPerformPick_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityPerformPick_call
|
|
}
|
|
|
|
char nswindow_accessibilityPerformPress( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPerformPress" );
|
|
#define nswindow_accessibilityPerformPress_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityPerformPress_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityPerformPress_call
|
|
}
|
|
|
|
char nswindow_accessibilityPerformRaise( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPerformRaise" );
|
|
#define nswindow_accessibilityPerformRaise_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityPerformRaise_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityPerformRaise_call
|
|
}
|
|
|
|
char nswindow_accessibilityPerformShowAlternateUI( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPerformShowAlternateUI" );
|
|
#define nswindow_accessibilityPerformShowAlternateUI_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityPerformShowAlternateUI_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityPerformShowAlternateUI_call
|
|
}
|
|
|
|
char nswindow_accessibilityPerformShowDefaultUI( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPerformShowDefaultUI" );
|
|
#define nswindow_accessibilityPerformShowDefaultUI_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityPerformShowDefaultUI_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityPerformShowDefaultUI_call
|
|
}
|
|
|
|
char nswindow_accessibilityPerformShowMenu( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPerformShowMenu" );
|
|
#define nswindow_accessibilityPerformShowMenu_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityPerformShowMenu_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityPerformShowMenu_call
|
|
}
|
|
|
|
char nswindow_isAccessibilitySelectorAllowed( nswindow_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilitySelectorAllowed:" );
|
|
#define nswindow_isAccessibilitySelectorAllowed_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_isAccessibilitySelectorAllowed_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_isAccessibilitySelectorAllowed_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityElement( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityElement:" );
|
|
#define nswindow_setAccessibilityElement_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityElement_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityElement_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityFrame( nswindow_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityFrame:" );
|
|
#define nswindow_setAccessibilityFrame_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityFrame_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityFrame_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityFocused( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityFocused:" );
|
|
#define nswindow_setAccessibilityFocused_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityFocused_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityFocused_call
|
|
}
|
|
|
|
CGPoint nswindow_accessibilityActivationPoint( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityActivationPoint" );
|
|
#define nswindow_accessibilityActivationPoint_call( obj, selector ) ((CGPoint (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityActivationPoint_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityActivationPoint_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityActivationPoint( nswindow_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityActivationPoint:" );
|
|
#define nswindow_setAccessibilityActivationPoint_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityActivationPoint_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityActivationPoint_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityTopLevelUIElement( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityTopLevelUIElement" );
|
|
#define nswindow_accessibilityTopLevelUIElement_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityTopLevelUIElement_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityTopLevelUIElement_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityTopLevelUIElement( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityTopLevelUIElement:" );
|
|
#define nswindow_setAccessibilityTopLevelUIElement_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityTopLevelUIElement_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityTopLevelUIElement_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityURL( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityURL" );
|
|
#define nswindow_accessibilityURL_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityURL_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityURL_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityURL( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityURL:" );
|
|
#define nswindow_setAccessibilityURL_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityURL_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityURL_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityValue( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityValue" );
|
|
#define nswindow_accessibilityValue_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityValue_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityValue_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityValue( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityValue:" );
|
|
#define nswindow_setAccessibilityValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityValue_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityValueDescription( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityValueDescription" );
|
|
#define nswindow_accessibilityValueDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityValueDescription_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityValueDescription_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityValueDescription( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityValueDescription:" );
|
|
#define nswindow_setAccessibilityValueDescription_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityValueDescription_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityValueDescription_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityVisibleChildren( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityVisibleChildren:" );
|
|
#define nswindow_setAccessibilityVisibleChildren_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityVisibleChildren_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityVisibleChildren_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityTitle( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityTitle" );
|
|
#define nswindow_accessibilityTitle_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityTitle_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityTitle_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityTitle( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityTitle:" );
|
|
#define nswindow_setAccessibilityTitle_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityTitle_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityTitle_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityTitleUIElement( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityTitleUIElement" );
|
|
#define nswindow_accessibilityTitleUIElement_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityTitleUIElement_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityTitleUIElement_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityTitleUIElement( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityTitleUIElement:" );
|
|
#define nswindow_setAccessibilityTitleUIElement_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityTitleUIElement_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityTitleUIElement_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityNextContents( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityNextContents" );
|
|
#define nswindow_accessibilityNextContents_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityNextContents_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityNextContents_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityNextContents( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityNextContents:" );
|
|
#define nswindow_setAccessibilityNextContents_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityNextContents_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityNextContents_call
|
|
}
|
|
|
|
long long nswindow_accessibilityOrientation( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityOrientation" );
|
|
#define nswindow_accessibilityOrientation_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityOrientation_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityOrientation_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityOrientation( nswindow_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityOrientation:" );
|
|
#define nswindow_setAccessibilityOrientation_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityOrientation_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityOrientation_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityOverflowButton( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityOverflowButton" );
|
|
#define nswindow_accessibilityOverflowButton_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityOverflowButton_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityOverflowButton_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityOverflowButton( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityOverflowButton:" );
|
|
#define nswindow_setAccessibilityOverflowButton_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityOverflowButton_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityOverflowButton_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityParent( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityParent:" );
|
|
#define nswindow_setAccessibilityParent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityParent_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityParent_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityPlaceholderValue( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPlaceholderValue" );
|
|
#define nswindow_accessibilityPlaceholderValue_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityPlaceholderValue_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityPlaceholderValue_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityPlaceholderValue( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityPlaceholderValue:" );
|
|
#define nswindow_setAccessibilityPlaceholderValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityPlaceholderValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityPlaceholderValue_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityPreviousContents( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPreviousContents" );
|
|
#define nswindow_accessibilityPreviousContents_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityPreviousContents_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityPreviousContents_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityPreviousContents( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityPreviousContents:" );
|
|
#define nswindow_setAccessibilityPreviousContents_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityPreviousContents_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityPreviousContents_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityRole( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityRole:" );
|
|
#define nswindow_setAccessibilityRole_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityRole_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityRole_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityRoleDescription( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityRoleDescription:" );
|
|
#define nswindow_setAccessibilityRoleDescription_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityRoleDescription_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityRoleDescription_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilitySearchButton( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySearchButton" );
|
|
#define nswindow_accessibilitySearchButton_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilitySearchButton_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilitySearchButton_call
|
|
}
|
|
|
|
void nswindow_setAccessibilitySearchButton( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilitySearchButton:" );
|
|
#define nswindow_setAccessibilitySearchButton_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilitySearchButton_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilitySearchButton_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilitySearchMenu( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySearchMenu" );
|
|
#define nswindow_accessibilitySearchMenu_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilitySearchMenu_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilitySearchMenu_call
|
|
}
|
|
|
|
void nswindow_setAccessibilitySearchMenu( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilitySearchMenu:" );
|
|
#define nswindow_setAccessibilitySearchMenu_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilitySearchMenu_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilitySearchMenu_call
|
|
}
|
|
|
|
char nswindow_isAccessibilitySelected( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilitySelected" );
|
|
#define nswindow_isAccessibilitySelected_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isAccessibilitySelected_call( (id)object, methodSelector );
|
|
#undef nswindow_isAccessibilitySelected_call
|
|
}
|
|
|
|
void nswindow_setAccessibilitySelected( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilitySelected:" );
|
|
#define nswindow_setAccessibilitySelected_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilitySelected_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilitySelected_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityServesAsTitleForUIElements( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityServesAsTitleForUIElements" );
|
|
#define nswindow_accessibilityServesAsTitleForUIElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityServesAsTitleForUIElements_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityServesAsTitleForUIElements_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityServesAsTitleForUIElements( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityServesAsTitleForUIElements:" );
|
|
#define nswindow_setAccessibilityServesAsTitleForUIElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityServesAsTitleForUIElements_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityServesAsTitleForUIElements_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityShownMenu( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityShownMenu" );
|
|
#define nswindow_accessibilityShownMenu_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityShownMenu_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityShownMenu_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityShownMenu( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityShownMenu:" );
|
|
#define nswindow_setAccessibilityShownMenu_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityShownMenu_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityShownMenu_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityMinValue( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityMinValue" );
|
|
#define nswindow_accessibilityMinValue_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityMinValue_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityMinValue_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityMinValue( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityMinValue:" );
|
|
#define nswindow_setAccessibilityMinValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityMinValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityMinValue_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityMaxValue( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityMaxValue" );
|
|
#define nswindow_accessibilityMaxValue_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityMaxValue_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityMaxValue_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityMaxValue( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityMaxValue:" );
|
|
#define nswindow_setAccessibilityMaxValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityMaxValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityMaxValue_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityLinkedUIElements( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityLinkedUIElements" );
|
|
#define nswindow_accessibilityLinkedUIElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityLinkedUIElements_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityLinkedUIElements_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityLinkedUIElements( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityLinkedUIElements:" );
|
|
#define nswindow_setAccessibilityLinkedUIElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityLinkedUIElements_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityLinkedUIElements_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityWindow( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityWindow" );
|
|
#define nswindow_accessibilityWindow_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityWindow_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityWindow_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityWindow( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityWindow:" );
|
|
#define nswindow_setAccessibilityWindow_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityWindow_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityWindow_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityIdentifier( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityIdentifier:" );
|
|
#define nswindow_setAccessibilityIdentifier_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityIdentifier_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityIdentifier_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityHelp( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityHelp" );
|
|
#define nswindow_accessibilityHelp_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityHelp_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityHelp_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityHelp( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityHelp:" );
|
|
#define nswindow_setAccessibilityHelp_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityHelp_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityHelp_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityFilename( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityFilename" );
|
|
#define nswindow_accessibilityFilename_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityFilename_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityFilename_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityFilename( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityFilename:" );
|
|
#define nswindow_setAccessibilityFilename_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityFilename_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityFilename_call
|
|
}
|
|
|
|
char nswindow_isAccessibilityExpanded( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityExpanded" );
|
|
#define nswindow_isAccessibilityExpanded_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isAccessibilityExpanded_call( (id)object, methodSelector );
|
|
#undef nswindow_isAccessibilityExpanded_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityExpanded( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityExpanded:" );
|
|
#define nswindow_setAccessibilityExpanded_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityExpanded_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityExpanded_call
|
|
}
|
|
|
|
char nswindow_isAccessibilityEdited( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityEdited" );
|
|
#define nswindow_isAccessibilityEdited_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isAccessibilityEdited_call( (id)object, methodSelector );
|
|
#undef nswindow_isAccessibilityEdited_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityEdited( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityEdited:" );
|
|
#define nswindow_setAccessibilityEdited_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityEdited_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityEdited_call
|
|
}
|
|
|
|
char nswindow_isAccessibilityEnabled( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityEnabled" );
|
|
#define nswindow_isAccessibilityEnabled_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isAccessibilityEnabled_call( (id)object, methodSelector );
|
|
#undef nswindow_isAccessibilityEnabled_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityEnabled( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityEnabled:" );
|
|
#define nswindow_setAccessibilityEnabled_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityEnabled_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityEnabled_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityChildren( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityChildren:" );
|
|
#define nswindow_setAccessibilityChildren_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityChildren_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityChildren_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityChildrenInNavigationOrder( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityChildrenInNavigationOrder:" );
|
|
#define nswindow_setAccessibilityChildrenInNavigationOrder_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityChildrenInNavigationOrder_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityChildrenInNavigationOrder_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityClearButton( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityClearButton" );
|
|
#define nswindow_accessibilityClearButton_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityClearButton_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityClearButton_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityClearButton( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityClearButton:" );
|
|
#define nswindow_setAccessibilityClearButton_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityClearButton_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityClearButton_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityCancelButton( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityCancelButton" );
|
|
#define nswindow_accessibilityCancelButton_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityCancelButton_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityCancelButton_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityCancelButton( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityCancelButton:" );
|
|
#define nswindow_setAccessibilityCancelButton_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityCancelButton_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityCancelButton_call
|
|
}
|
|
|
|
char nswindow_isAccessibilityProtectedContent( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityProtectedContent" );
|
|
#define nswindow_isAccessibilityProtectedContent_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isAccessibilityProtectedContent_call( (id)object, methodSelector );
|
|
#undef nswindow_isAccessibilityProtectedContent_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityProtectedContent( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityProtectedContent:" );
|
|
#define nswindow_setAccessibilityProtectedContent_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityProtectedContent_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityProtectedContent_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityContents( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityContents" );
|
|
#define nswindow_accessibilityContents_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityContents_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityContents_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityContents( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityContents:" );
|
|
#define nswindow_setAccessibilityContents_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityContents_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityContents_call
|
|
}
|
|
|
|
char nswindow_isAccessibilityAlternateUIVisible( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityAlternateUIVisible" );
|
|
#define nswindow_isAccessibilityAlternateUIVisible_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isAccessibilityAlternateUIVisible_call( (id)object, methodSelector );
|
|
#undef nswindow_isAccessibilityAlternateUIVisible_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityAlternateUIVisible( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityAlternateUIVisible:" );
|
|
#define nswindow_setAccessibilityAlternateUIVisible_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityAlternateUIVisible_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityAlternateUIVisible_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilitySharedFocusElements( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySharedFocusElements" );
|
|
#define nswindow_accessibilitySharedFocusElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilitySharedFocusElements_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilitySharedFocusElements_call
|
|
}
|
|
|
|
void nswindow_setAccessibilitySharedFocusElements( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilitySharedFocusElements:" );
|
|
#define nswindow_setAccessibilitySharedFocusElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilitySharedFocusElements_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilitySharedFocusElements_call
|
|
}
|
|
|
|
char nswindow_isAccessibilityRequired( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityRequired" );
|
|
#define nswindow_isAccessibilityRequired_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isAccessibilityRequired_call( (id)object, methodSelector );
|
|
#undef nswindow_isAccessibilityRequired_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityRequired( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityRequired:" );
|
|
#define nswindow_setAccessibilityRequired_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityRequired_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityRequired_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityCustomRotors( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityCustomRotors" );
|
|
#define nswindow_accessibilityCustomRotors_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityCustomRotors_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityCustomRotors_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityCustomRotors( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityCustomRotors:" );
|
|
#define nswindow_setAccessibilityCustomRotors_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityCustomRotors_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityCustomRotors_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityApplicationFocusedUIElement( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityApplicationFocusedUIElement" );
|
|
#define nswindow_accessibilityApplicationFocusedUIElement_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityApplicationFocusedUIElement_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityApplicationFocusedUIElement_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityApplicationFocusedUIElement( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityApplicationFocusedUIElement:" );
|
|
#define nswindow_setAccessibilityApplicationFocusedUIElement_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityApplicationFocusedUIElement_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityApplicationFocusedUIElement_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityMainWindow( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityMainWindow" );
|
|
#define nswindow_accessibilityMainWindow_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityMainWindow_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityMainWindow_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityMainWindow( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityMainWindow:" );
|
|
#define nswindow_setAccessibilityMainWindow_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityMainWindow_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityMainWindow_call
|
|
}
|
|
|
|
char nswindow_isAccessibilityHidden( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityHidden" );
|
|
#define nswindow_isAccessibilityHidden_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isAccessibilityHidden_call( (id)object, methodSelector );
|
|
#undef nswindow_isAccessibilityHidden_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityHidden( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityHidden:" );
|
|
#define nswindow_setAccessibilityHidden_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityHidden_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityHidden_call
|
|
}
|
|
|
|
char nswindow_isAccessibilityFrontmost( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityFrontmost" );
|
|
#define nswindow_isAccessibilityFrontmost_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isAccessibilityFrontmost_call( (id)object, methodSelector );
|
|
#undef nswindow_isAccessibilityFrontmost_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityFrontmost( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityFrontmost:" );
|
|
#define nswindow_setAccessibilityFrontmost_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityFrontmost_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityFrontmost_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityFocusedWindow( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityFocusedWindow" );
|
|
#define nswindow_accessibilityFocusedWindow_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityFocusedWindow_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityFocusedWindow_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityFocusedWindow( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityFocusedWindow:" );
|
|
#define nswindow_setAccessibilityFocusedWindow_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityFocusedWindow_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityFocusedWindow_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityWindows( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityWindows" );
|
|
#define nswindow_accessibilityWindows_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityWindows_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityWindows_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityWindows( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityWindows:" );
|
|
#define nswindow_setAccessibilityWindows_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityWindows_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityWindows_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityExtrasMenuBar( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityExtrasMenuBar" );
|
|
#define nswindow_accessibilityExtrasMenuBar_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityExtrasMenuBar_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityExtrasMenuBar_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityExtrasMenuBar( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityExtrasMenuBar:" );
|
|
#define nswindow_setAccessibilityExtrasMenuBar_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityExtrasMenuBar_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityExtrasMenuBar_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityMenuBar( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityMenuBar" );
|
|
#define nswindow_accessibilityMenuBar_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityMenuBar_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityMenuBar_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityMenuBar( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityMenuBar:" );
|
|
#define nswindow_setAccessibilityMenuBar_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityMenuBar_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityMenuBar_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityColumnTitles( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityColumnTitles" );
|
|
#define nswindow_accessibilityColumnTitles_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityColumnTitles_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityColumnTitles_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityColumnTitles( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityColumnTitles:" );
|
|
#define nswindow_setAccessibilityColumnTitles_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityColumnTitles_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityColumnTitles_call
|
|
}
|
|
|
|
char nswindow_isAccessibilityOrderedByRow( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityOrderedByRow" );
|
|
#define nswindow_isAccessibilityOrderedByRow_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isAccessibilityOrderedByRow_call( (id)object, methodSelector );
|
|
#undef nswindow_isAccessibilityOrderedByRow_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityOrderedByRow( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityOrderedByRow:" );
|
|
#define nswindow_setAccessibilityOrderedByRow_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityOrderedByRow_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityOrderedByRow_call
|
|
}
|
|
|
|
long long nswindow_accessibilityHorizontalUnits( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityHorizontalUnits" );
|
|
#define nswindow_accessibilityHorizontalUnits_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityHorizontalUnits_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityHorizontalUnits_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityHorizontalUnits( nswindow_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityHorizontalUnits:" );
|
|
#define nswindow_setAccessibilityHorizontalUnits_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityHorizontalUnits_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityHorizontalUnits_call
|
|
}
|
|
|
|
long long nswindow_accessibilityVerticalUnits( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityVerticalUnits" );
|
|
#define nswindow_accessibilityVerticalUnits_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityVerticalUnits_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityVerticalUnits_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityVerticalUnits( nswindow_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityVerticalUnits:" );
|
|
#define nswindow_setAccessibilityVerticalUnits_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityVerticalUnits_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityVerticalUnits_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityHorizontalUnitDescription( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityHorizontalUnitDescription" );
|
|
#define nswindow_accessibilityHorizontalUnitDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityHorizontalUnitDescription_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityHorizontalUnitDescription_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityHorizontalUnitDescription( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityHorizontalUnitDescription:" );
|
|
#define nswindow_setAccessibilityHorizontalUnitDescription_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityHorizontalUnitDescription_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityHorizontalUnitDescription_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityVerticalUnitDescription( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityVerticalUnitDescription" );
|
|
#define nswindow_accessibilityVerticalUnitDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityVerticalUnitDescription_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityVerticalUnitDescription_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityVerticalUnitDescription( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityVerticalUnitDescription:" );
|
|
#define nswindow_setAccessibilityVerticalUnitDescription_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityVerticalUnitDescription_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityVerticalUnitDescription_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityHandles( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityHandles" );
|
|
#define nswindow_accessibilityHandles_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityHandles_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityHandles_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityHandles( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityHandles:" );
|
|
#define nswindow_setAccessibilityHandles_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityHandles_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityHandles_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityWarningValue( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityWarningValue" );
|
|
#define nswindow_accessibilityWarningValue_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityWarningValue_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityWarningValue_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityWarningValue( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityWarningValue:" );
|
|
#define nswindow_setAccessibilityWarningValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityWarningValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityWarningValue_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityCriticalValue( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityCriticalValue" );
|
|
#define nswindow_accessibilityCriticalValue_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityCriticalValue_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityCriticalValue_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityCriticalValue( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityCriticalValue:" );
|
|
#define nswindow_setAccessibilityCriticalValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityCriticalValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityCriticalValue_call
|
|
}
|
|
|
|
char nswindow_isAccessibilityDisclosed( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityDisclosed" );
|
|
#define nswindow_isAccessibilityDisclosed_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isAccessibilityDisclosed_call( (id)object, methodSelector );
|
|
#undef nswindow_isAccessibilityDisclosed_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityDisclosed( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityDisclosed:" );
|
|
#define nswindow_setAccessibilityDisclosed_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityDisclosed_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityDisclosed_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityDisclosedByRow( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityDisclosedByRow" );
|
|
#define nswindow_accessibilityDisclosedByRow_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityDisclosedByRow_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityDisclosedByRow_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityDisclosedByRow( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityDisclosedByRow:" );
|
|
#define nswindow_setAccessibilityDisclosedByRow_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityDisclosedByRow_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityDisclosedByRow_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityDisclosedRows( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityDisclosedRows" );
|
|
#define nswindow_accessibilityDisclosedRows_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityDisclosedRows_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityDisclosedRows_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityDisclosedRows( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityDisclosedRows:" );
|
|
#define nswindow_setAccessibilityDisclosedRows_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityDisclosedRows_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityDisclosedRows_call
|
|
}
|
|
|
|
long long nswindow_accessibilityDisclosureLevel( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityDisclosureLevel" );
|
|
#define nswindow_accessibilityDisclosureLevel_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityDisclosureLevel_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityDisclosureLevel_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityDisclosureLevel( nswindow_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityDisclosureLevel:" );
|
|
#define nswindow_setAccessibilityDisclosureLevel_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityDisclosureLevel_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityDisclosureLevel_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityMarkerUIElements( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityMarkerUIElements" );
|
|
#define nswindow_accessibilityMarkerUIElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityMarkerUIElements_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityMarkerUIElements_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityMarkerUIElements( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityMarkerUIElements:" );
|
|
#define nswindow_setAccessibilityMarkerUIElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityMarkerUIElements_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityMarkerUIElements_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityMarkerValues( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityMarkerValues" );
|
|
#define nswindow_accessibilityMarkerValues_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityMarkerValues_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityMarkerValues_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityMarkerValues( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityMarkerValues:" );
|
|
#define nswindow_setAccessibilityMarkerValues_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityMarkerValues_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityMarkerValues_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityMarkerGroupUIElement( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityMarkerGroupUIElement" );
|
|
#define nswindow_accessibilityMarkerGroupUIElement_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityMarkerGroupUIElement_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityMarkerGroupUIElement_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityMarkerGroupUIElement( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityMarkerGroupUIElement:" );
|
|
#define nswindow_setAccessibilityMarkerGroupUIElement_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityMarkerGroupUIElement_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityMarkerGroupUIElement_call
|
|
}
|
|
|
|
long long nswindow_accessibilityUnits( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityUnits" );
|
|
#define nswindow_accessibilityUnits_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityUnits_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityUnits_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityUnits( nswindow_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityUnits:" );
|
|
#define nswindow_setAccessibilityUnits_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityUnits_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityUnits_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityUnitDescription( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityUnitDescription" );
|
|
#define nswindow_accessibilityUnitDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityUnitDescription_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityUnitDescription_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityUnitDescription( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityUnitDescription:" );
|
|
#define nswindow_setAccessibilityUnitDescription_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityUnitDescription_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityUnitDescription_call
|
|
}
|
|
|
|
long long nswindow_accessibilityRulerMarkerType( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityRulerMarkerType" );
|
|
#define nswindow_accessibilityRulerMarkerType_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityRulerMarkerType_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityRulerMarkerType_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityRulerMarkerType( nswindow_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityRulerMarkerType:" );
|
|
#define nswindow_setAccessibilityRulerMarkerType_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityRulerMarkerType_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityRulerMarkerType_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityMarkerTypeDescription( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityMarkerTypeDescription" );
|
|
#define nswindow_accessibilityMarkerTypeDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityMarkerTypeDescription_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityMarkerTypeDescription_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityMarkerTypeDescription( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityMarkerTypeDescription:" );
|
|
#define nswindow_setAccessibilityMarkerTypeDescription_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityMarkerTypeDescription_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityMarkerTypeDescription_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityHorizontalScrollBar( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityHorizontalScrollBar" );
|
|
#define nswindow_accessibilityHorizontalScrollBar_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityHorizontalScrollBar_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityHorizontalScrollBar_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityHorizontalScrollBar( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityHorizontalScrollBar:" );
|
|
#define nswindow_setAccessibilityHorizontalScrollBar_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityHorizontalScrollBar_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityHorizontalScrollBar_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityVerticalScrollBar( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityVerticalScrollBar" );
|
|
#define nswindow_accessibilityVerticalScrollBar_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityVerticalScrollBar_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityVerticalScrollBar_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityVerticalScrollBar( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityVerticalScrollBar:" );
|
|
#define nswindow_setAccessibilityVerticalScrollBar_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityVerticalScrollBar_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityVerticalScrollBar_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityAllowedValues( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAllowedValues" );
|
|
#define nswindow_accessibilityAllowedValues_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityAllowedValues_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityAllowedValues_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityAllowedValues( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityAllowedValues:" );
|
|
#define nswindow_setAccessibilityAllowedValues_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityAllowedValues_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityAllowedValues_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityLabelUIElements( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityLabelUIElements" );
|
|
#define nswindow_accessibilityLabelUIElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityLabelUIElements_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityLabelUIElements_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityLabelUIElements( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityLabelUIElements:" );
|
|
#define nswindow_setAccessibilityLabelUIElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityLabelUIElements_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityLabelUIElements_call
|
|
}
|
|
|
|
float nswindow_accessibilityLabelValue( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityLabelValue" );
|
|
#define nswindow_accessibilityLabelValue_call( obj, selector ) ((float (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return nswindow_accessibilityLabelValue_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityLabelValue_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityLabelValue( nswindow_t object, float arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityLabelValue:" );
|
|
#define nswindow_setAccessibilityLabelValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, float ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityLabelValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityLabelValue_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilitySplitters( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySplitters" );
|
|
#define nswindow_accessibilitySplitters_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilitySplitters_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilitySplitters_call
|
|
}
|
|
|
|
void nswindow_setAccessibilitySplitters( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilitySplitters:" );
|
|
#define nswindow_setAccessibilitySplitters_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilitySplitters_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilitySplitters_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityDecrementButton( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityDecrementButton:" );
|
|
#define nswindow_setAccessibilityDecrementButton_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityDecrementButton_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityDecrementButton_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityIncrementButton( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityIncrementButton:" );
|
|
#define nswindow_setAccessibilityIncrementButton_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityIncrementButton_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityIncrementButton_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityTabs( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityTabs" );
|
|
#define nswindow_accessibilityTabs_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityTabs_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityTabs_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityTabs( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityTabs:" );
|
|
#define nswindow_setAccessibilityTabs_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityTabs_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityTabs_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityHeader( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityHeader" );
|
|
#define nswindow_accessibilityHeader_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityHeader_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityHeader_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityHeader( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityHeader:" );
|
|
#define nswindow_setAccessibilityHeader_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityHeader_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityHeader_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityColumnCount( nswindow_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityColumnCount:" );
|
|
#define nswindow_setAccessibilityColumnCount_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityColumnCount_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityColumnCount_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityRowCount( nswindow_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityRowCount:" );
|
|
#define nswindow_setAccessibilityRowCount_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityRowCount_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityRowCount_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityColumns( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityColumns" );
|
|
#define nswindow_accessibilityColumns_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityColumns_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityColumns_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityColumns( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityColumns:" );
|
|
#define nswindow_setAccessibilityColumns_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityColumns_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityColumns_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityRows( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityRows" );
|
|
#define nswindow_accessibilityRows_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityRows_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityRows_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityRows( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityRows:" );
|
|
#define nswindow_setAccessibilityRows_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityRows_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityRows_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityVisibleRows( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityVisibleRows" );
|
|
#define nswindow_accessibilityVisibleRows_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityVisibleRows_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityVisibleRows_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityVisibleRows( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityVisibleRows:" );
|
|
#define nswindow_setAccessibilityVisibleRows_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityVisibleRows_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityVisibleRows_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilitySelectedRows( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySelectedRows" );
|
|
#define nswindow_accessibilitySelectedRows_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilitySelectedRows_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilitySelectedRows_call
|
|
}
|
|
|
|
void nswindow_setAccessibilitySelectedRows( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilitySelectedRows:" );
|
|
#define nswindow_setAccessibilitySelectedRows_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilitySelectedRows_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilitySelectedRows_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityVisibleColumns( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityVisibleColumns" );
|
|
#define nswindow_accessibilityVisibleColumns_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityVisibleColumns_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityVisibleColumns_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityVisibleColumns( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityVisibleColumns:" );
|
|
#define nswindow_setAccessibilityVisibleColumns_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityVisibleColumns_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityVisibleColumns_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilitySelectedColumns( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySelectedColumns" );
|
|
#define nswindow_accessibilitySelectedColumns_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilitySelectedColumns_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilitySelectedColumns_call
|
|
}
|
|
|
|
void nswindow_setAccessibilitySelectedColumns( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilitySelectedColumns:" );
|
|
#define nswindow_setAccessibilitySelectedColumns_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilitySelectedColumns_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilitySelectedColumns_call
|
|
}
|
|
|
|
long long nswindow_accessibilitySortDirection( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySortDirection" );
|
|
#define nswindow_accessibilitySortDirection_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilitySortDirection_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilitySortDirection_call
|
|
}
|
|
|
|
void nswindow_setAccessibilitySortDirection( nswindow_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilitySortDirection:" );
|
|
#define nswindow_setAccessibilitySortDirection_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilitySortDirection_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilitySortDirection_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityRowHeaderUIElements( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityRowHeaderUIElements" );
|
|
#define nswindow_accessibilityRowHeaderUIElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityRowHeaderUIElements_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityRowHeaderUIElements_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityRowHeaderUIElements( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityRowHeaderUIElements:" );
|
|
#define nswindow_setAccessibilityRowHeaderUIElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityRowHeaderUIElements_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityRowHeaderUIElements_call
|
|
}
|
|
|
|
void nswindow_setAccessibilitySelectedCells( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilitySelectedCells:" );
|
|
#define nswindow_setAccessibilitySelectedCells_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilitySelectedCells_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilitySelectedCells_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityVisibleCells( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityVisibleCells" );
|
|
#define nswindow_accessibilityVisibleCells_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityVisibleCells_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityVisibleCells_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityVisibleCells( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityVisibleCells:" );
|
|
#define nswindow_setAccessibilityVisibleCells_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityVisibleCells_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityVisibleCells_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityColumnHeaderUIElements( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityColumnHeaderUIElements" );
|
|
#define nswindow_accessibilityColumnHeaderUIElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityColumnHeaderUIElements_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityColumnHeaderUIElements_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityColumnHeaderUIElements( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityColumnHeaderUIElements:" );
|
|
#define nswindow_setAccessibilityColumnHeaderUIElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityColumnHeaderUIElements_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityColumnHeaderUIElements_call
|
|
}
|
|
|
|
_NSRange nswindow_accessibilityRowIndexRange( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityRowIndexRange" );
|
|
#define nswindow_accessibilityRowIndexRange_call( obj, selector ) ((_NSRange (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityRowIndexRange_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityRowIndexRange_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityRowIndexRange( nswindow_t object, _NSRange arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityRowIndexRange:" );
|
|
#define nswindow_setAccessibilityRowIndexRange_call( obj, selector, arg0 ) ((void (*)( id, SEL, _NSRange ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityRowIndexRange_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityRowIndexRange_call
|
|
}
|
|
|
|
_NSRange nswindow_accessibilityColumnIndexRange( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityColumnIndexRange" );
|
|
#define nswindow_accessibilityColumnIndexRange_call( obj, selector ) ((_NSRange (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityColumnIndexRange_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityColumnIndexRange_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityColumnIndexRange( nswindow_t object, _NSRange arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityColumnIndexRange:" );
|
|
#define nswindow_setAccessibilityColumnIndexRange_call( obj, selector, arg0 ) ((void (*)( id, SEL, _NSRange ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityColumnIndexRange_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityColumnIndexRange_call
|
|
}
|
|
|
|
long long nswindow_accessibilityInsertionPointLineNumber( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityInsertionPointLineNumber" );
|
|
#define nswindow_accessibilityInsertionPointLineNumber_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityInsertionPointLineNumber_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityInsertionPointLineNumber_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityInsertionPointLineNumber( nswindow_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityInsertionPointLineNumber:" );
|
|
#define nswindow_setAccessibilityInsertionPointLineNumber_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityInsertionPointLineNumber_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityInsertionPointLineNumber_call
|
|
}
|
|
|
|
_NSRange nswindow_accessibilitySharedCharacterRange( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySharedCharacterRange" );
|
|
#define nswindow_accessibilitySharedCharacterRange_call( obj, selector ) ((_NSRange (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilitySharedCharacterRange_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilitySharedCharacterRange_call
|
|
}
|
|
|
|
void nswindow_setAccessibilitySharedCharacterRange( nswindow_t object, _NSRange arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilitySharedCharacterRange:" );
|
|
#define nswindow_setAccessibilitySharedCharacterRange_call( obj, selector, arg0 ) ((void (*)( id, SEL, _NSRange ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilitySharedCharacterRange_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilitySharedCharacterRange_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilitySharedTextUIElements( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySharedTextUIElements" );
|
|
#define nswindow_accessibilitySharedTextUIElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilitySharedTextUIElements_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilitySharedTextUIElements_call
|
|
}
|
|
|
|
void nswindow_setAccessibilitySharedTextUIElements( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilitySharedTextUIElements:" );
|
|
#define nswindow_setAccessibilitySharedTextUIElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilitySharedTextUIElements_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilitySharedTextUIElements_call
|
|
}
|
|
|
|
_NSRange nswindow_accessibilityVisibleCharacterRange( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityVisibleCharacterRange" );
|
|
#define nswindow_accessibilityVisibleCharacterRange_call( obj, selector ) ((_NSRange (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityVisibleCharacterRange_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityVisibleCharacterRange_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityVisibleCharacterRange( nswindow_t object, _NSRange arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityVisibleCharacterRange:" );
|
|
#define nswindow_setAccessibilityVisibleCharacterRange_call( obj, selector, arg0 ) ((void (*)( id, SEL, _NSRange ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityVisibleCharacterRange_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityVisibleCharacterRange_call
|
|
}
|
|
|
|
long long nswindow_accessibilityNumberOfCharacters( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityNumberOfCharacters" );
|
|
#define nswindow_accessibilityNumberOfCharacters_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityNumberOfCharacters_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityNumberOfCharacters_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityNumberOfCharacters( nswindow_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityNumberOfCharacters:" );
|
|
#define nswindow_setAccessibilityNumberOfCharacters_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityNumberOfCharacters_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityNumberOfCharacters_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilitySelectedText( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySelectedText" );
|
|
#define nswindow_accessibilitySelectedText_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilitySelectedText_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilitySelectedText_call
|
|
}
|
|
|
|
void nswindow_setAccessibilitySelectedText( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilitySelectedText:" );
|
|
#define nswindow_setAccessibilitySelectedText_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilitySelectedText_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilitySelectedText_call
|
|
}
|
|
|
|
_NSRange nswindow_accessibilitySelectedTextRange( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySelectedTextRange" );
|
|
#define nswindow_accessibilitySelectedTextRange_call( obj, selector ) ((_NSRange (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilitySelectedTextRange_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilitySelectedTextRange_call
|
|
}
|
|
|
|
void nswindow_setAccessibilitySelectedTextRange( nswindow_t object, _NSRange arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilitySelectedTextRange:" );
|
|
#define nswindow_setAccessibilitySelectedTextRange_call( obj, selector, arg0 ) ((void (*)( id, SEL, _NSRange ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilitySelectedTextRange_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilitySelectedTextRange_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilitySelectedTextRanges( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySelectedTextRanges" );
|
|
#define nswindow_accessibilitySelectedTextRanges_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilitySelectedTextRanges_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilitySelectedTextRanges_call
|
|
}
|
|
|
|
void nswindow_setAccessibilitySelectedTextRanges( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilitySelectedTextRanges:" );
|
|
#define nswindow_setAccessibilitySelectedTextRanges_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilitySelectedTextRanges_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilitySelectedTextRanges_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityToolbarButton( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityToolbarButton" );
|
|
#define nswindow_accessibilityToolbarButton_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityToolbarButton_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityToolbarButton_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityToolbarButton( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityToolbarButton:" );
|
|
#define nswindow_setAccessibilityToolbarButton_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityToolbarButton_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityToolbarButton_call
|
|
}
|
|
|
|
char nswindow_isAccessibilityModal( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityModal" );
|
|
#define nswindow_isAccessibilityModal_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isAccessibilityModal_call( (id)object, methodSelector );
|
|
#undef nswindow_isAccessibilityModal_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityModal( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityModal:" );
|
|
#define nswindow_setAccessibilityModal_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityModal_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityModal_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityProxy( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityProxy" );
|
|
#define nswindow_accessibilityProxy_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityProxy_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityProxy_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityProxy( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityProxy:" );
|
|
#define nswindow_setAccessibilityProxy_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityProxy_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityProxy_call
|
|
}
|
|
|
|
char nswindow_isAccessibilityMain( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityMain" );
|
|
#define nswindow_isAccessibilityMain_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isAccessibilityMain_call( (id)object, methodSelector );
|
|
#undef nswindow_isAccessibilityMain_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityMain( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityMain:" );
|
|
#define nswindow_setAccessibilityMain_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityMain_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityMain_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityFullScreenButton( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityFullScreenButton" );
|
|
#define nswindow_accessibilityFullScreenButton_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityFullScreenButton_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityFullScreenButton_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityFullScreenButton( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityFullScreenButton:" );
|
|
#define nswindow_setAccessibilityFullScreenButton_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityFullScreenButton_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityFullScreenButton_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityGrowArea( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityGrowArea" );
|
|
#define nswindow_accessibilityGrowArea_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityGrowArea_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityGrowArea_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityGrowArea( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityGrowArea:" );
|
|
#define nswindow_setAccessibilityGrowArea_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityGrowArea_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityGrowArea_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityDocument( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityDocument" );
|
|
#define nswindow_accessibilityDocument_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityDocument_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityDocument_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityDocument( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityDocument:" );
|
|
#define nswindow_setAccessibilityDocument_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityDocument_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityDocument_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityDefaultButton( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityDefaultButton" );
|
|
#define nswindow_accessibilityDefaultButton_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityDefaultButton_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityDefaultButton_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityDefaultButton( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityDefaultButton:" );
|
|
#define nswindow_setAccessibilityDefaultButton_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityDefaultButton_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityDefaultButton_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityCloseButton( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityCloseButton" );
|
|
#define nswindow_accessibilityCloseButton_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityCloseButton_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityCloseButton_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityCloseButton( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityCloseButton:" );
|
|
#define nswindow_setAccessibilityCloseButton_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityCloseButton_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityCloseButton_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityZoomButton( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityZoomButton" );
|
|
#define nswindow_accessibilityZoomButton_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityZoomButton_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityZoomButton_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityZoomButton( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityZoomButton:" );
|
|
#define nswindow_setAccessibilityZoomButton_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityZoomButton_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityZoomButton_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityMinimizeButton( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityMinimizeButton" );
|
|
#define nswindow_accessibilityMinimizeButton_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityMinimizeButton_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityMinimizeButton_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityMinimizeButton( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityMinimizeButton:" );
|
|
#define nswindow_setAccessibilityMinimizeButton_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityMinimizeButton_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityMinimizeButton_call
|
|
}
|
|
|
|
char nswindow_isAccessibilityMinimized( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityMinimized" );
|
|
#define nswindow_isAccessibilityMinimized_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isAccessibilityMinimized_call( (id)object, methodSelector );
|
|
#undef nswindow_isAccessibilityMinimized_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityMinimized( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityMinimized:" );
|
|
#define nswindow_setAccessibilityMinimized_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityMinimized_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityMinimized_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityCustomActions( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityCustomActions:" );
|
|
#define nswindow_setAccessibilityCustomActions_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityCustomActions_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityCustomActions_call
|
|
}
|
|
|
|
char nswindow_presentError( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "presentError:" );
|
|
#define nswindow_presentError_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_presentError_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_presentError_call
|
|
}
|
|
|
|
nsobject_t nswindow_willPresentError( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "willPresentError:" );
|
|
#define nswindow_willPresentError_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_willPresentError_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_willPresentError_call
|
|
}
|
|
|
|
char nswindow_resignFirstResponder( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "resignFirstResponder" );
|
|
#define nswindow_resignFirstResponder_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_resignFirstResponder_call( (id)object, methodSelector );
|
|
#undef nswindow_resignFirstResponder_call
|
|
}
|
|
|
|
char nswindow_becomeFirstResponder( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "becomeFirstResponder" );
|
|
#define nswindow_becomeFirstResponder_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_becomeFirstResponder_call( (id)object, methodSelector );
|
|
#undef nswindow_becomeFirstResponder_call
|
|
}
|
|
|
|
void nswindow_scrollWheel( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "scrollWheel:" );
|
|
#define nswindow_scrollWheel_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_scrollWheel_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_scrollWheel_call
|
|
}
|
|
|
|
void nswindow_setNextResponder( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setNextResponder:" );
|
|
#define nswindow_setNextResponder_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setNextResponder_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setNextResponder_call
|
|
}
|
|
|
|
char nswindow_validateProposedFirstResponder( nswindow_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "validateProposedFirstResponder:forEvent:" );
|
|
#define nswindow_validateProposedFirstResponder_call( obj, selector, arg0, arg1 ) ((char (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nswindow_validateProposedFirstResponder_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_validateProposedFirstResponder_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityResultsForSearchPredicate( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityResultsForSearchPredicate:" );
|
|
#define nswindow_accessibilityResultsForSearchPredicate_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_accessibilityResultsForSearchPredicate_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilityResultsForSearchPredicate_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityHeaderForColumnIndex( nswindow_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityHeaderForColumnIndex:" );
|
|
#define nswindow_accessibilityHeaderForColumnIndex_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_accessibilityHeaderForColumnIndex_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilityHeaderForColumnIndex_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityHeaderForRowIndex( nswindow_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityHeaderForRowIndex:" );
|
|
#define nswindow_accessibilityHeaderForRowIndex_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_accessibilityHeaderForRowIndex_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilityHeaderForRowIndex_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityAuditIssues( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAuditIssues" );
|
|
#define nswindow_accessibilityAuditIssues_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityAuditIssues_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityAuditIssues_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityAuditIssues( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityAuditIssues:" );
|
|
#define nswindow_setAccessibilityAuditIssues_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityAuditIssues_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityAuditIssues_call
|
|
}
|
|
|
|
char nswindow_isAccessibilityAutoInteractable( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityAutoInteractable" );
|
|
#define nswindow_isAccessibilityAutoInteractable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isAccessibilityAutoInteractable_call( (id)object, methodSelector );
|
|
#undef nswindow_isAccessibilityAutoInteractable_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityAutoInteractable( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityAutoInteractable:" );
|
|
#define nswindow_setAccessibilityAutoInteractable_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityAutoInteractable_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityAutoInteractable_call
|
|
}
|
|
|
|
long long nswindow_accessibilityContainerType( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityContainerType" );
|
|
#define nswindow_accessibilityContainerType_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityContainerType_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityContainerType_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityContainerType( nswindow_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityContainerType:" );
|
|
#define nswindow_setAccessibilityContainerType_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityContainerType_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityContainerType_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityUserInputLabels( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityUserInputLabels" );
|
|
#define nswindow_accessibilityUserInputLabels_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityUserInputLabels_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityUserInputLabels_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityUserInputLabels( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityUserInputLabels:" );
|
|
#define nswindow_setAccessibilityUserInputLabels_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityUserInputLabels_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityUserInputLabels_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityAttributedUserInputLabels( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAttributedUserInputLabels" );
|
|
#define nswindow_accessibilityAttributedUserInputLabels_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityAttributedUserInputLabels_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityAttributedUserInputLabels_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityAttributedUserInputLabels( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityAttributedUserInputLabels:" );
|
|
#define nswindow_setAccessibilityAttributedUserInputLabels_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityAttributedUserInputLabels_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityAttributedUserInputLabels_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityCustomChoosers( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityCustomChoosers" );
|
|
#define nswindow_accessibilityCustomChoosers_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityCustomChoosers_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityCustomChoosers_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityCustomChoosers( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityCustomChoosers:" );
|
|
#define nswindow_setAccessibilityCustomChoosers_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityCustomChoosers_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityCustomChoosers_call
|
|
}
|
|
|
|
char nswindow_isAccessibilityEnhancedUserInterface( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityEnhancedUserInterface" );
|
|
#define nswindow_isAccessibilityEnhancedUserInterface_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isAccessibilityEnhancedUserInterface_call( (id)object, methodSelector );
|
|
#undef nswindow_isAccessibilityEnhancedUserInterface_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityEnhancedUserInterface( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityEnhancedUserInterface:" );
|
|
#define nswindow_setAccessibilityEnhancedUserInterface_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityEnhancedUserInterface_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityEnhancedUserInterface_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityFunctionRowTopLevelElements( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityFunctionRowTopLevelElements" );
|
|
#define nswindow_accessibilityFunctionRowTopLevelElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityFunctionRowTopLevelElements_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityFunctionRowTopLevelElements_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityFunctionRowTopLevelElements( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityFunctionRowTopLevelElements:" );
|
|
#define nswindow_setAccessibilityFunctionRowTopLevelElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityFunctionRowTopLevelElements_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityFunctionRowTopLevelElements_call
|
|
}
|
|
|
|
char nswindow_isAccessibilityMimicNativeView( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityMimicNativeView" );
|
|
#define nswindow_isAccessibilityMimicNativeView_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isAccessibilityMimicNativeView_call( (id)object, methodSelector );
|
|
#undef nswindow_isAccessibilityMimicNativeView_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityMimicNativeView( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityMimicNativeView:" );
|
|
#define nswindow_setAccessibilityMimicNativeView_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityMimicNativeView_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityMimicNativeView_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilitySections( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySections" );
|
|
#define nswindow_accessibilitySections_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilitySections_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilitySections_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityHeaderGroup( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityHeaderGroup" );
|
|
#define nswindow_accessibilityHeaderGroup_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityHeaderGroup_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityHeaderGroup_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityHeaderGroup( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityHeaderGroup:" );
|
|
#define nswindow_setAccessibilityHeaderGroup_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityHeaderGroup_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityHeaderGroup_call
|
|
}
|
|
|
|
CGRect nswindow_accessibilityFrameInParentSpace( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityFrameInParentSpace" );
|
|
#define nswindow_accessibilityFrameInParentSpace_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return nswindow_accessibilityFrameInParentSpace_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityFrameInParentSpace_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityFrameInParentSpace( nswindow_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityFrameInParentSpace:" );
|
|
#define nswindow_setAccessibilityFrameInParentSpace_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityFrameInParentSpace_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityFrameInParentSpace_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityPreviousContentSibling( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPreviousContentSibling" );
|
|
#define nswindow_accessibilityPreviousContentSibling_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityPreviousContentSibling_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityPreviousContentSibling_call
|
|
}
|
|
|
|
void nswindow_setPreviousContentSibling( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setPreviousContentSibling:" );
|
|
#define nswindow_setPreviousContentSibling_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setPreviousContentSibling_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setPreviousContentSibling_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityNextContentSibling( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityNextContentSibling" );
|
|
#define nswindow_accessibilityNextContentSibling_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityNextContentSibling_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityNextContentSibling_call
|
|
}
|
|
|
|
void nswindow_setNextContentSibling( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setNextContentSibling:" );
|
|
#define nswindow_setNextContentSibling_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setNextContentSibling_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setNextContentSibling_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityContentSiblingAbove( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityContentSiblingAbove" );
|
|
#define nswindow_accessibilityContentSiblingAbove_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityContentSiblingAbove_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityContentSiblingAbove_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityContentSiblingAbove( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityContentSiblingAbove:" );
|
|
#define nswindow_setAccessibilityContentSiblingAbove_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityContentSiblingAbove_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityContentSiblingAbove_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityContentSiblingBelow( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityContentSiblingBelow" );
|
|
#define nswindow_accessibilityContentSiblingBelow_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityContentSiblingBelow_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityContentSiblingBelow_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityContentSiblingBelow( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityContentSiblingBelow:" );
|
|
#define nswindow_setAccessibilityContentSiblingBelow_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityContentSiblingBelow_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityContentSiblingBelow_call
|
|
}
|
|
|
|
char nswindow_accessibilityOverridesAlwaysTakePrecedence( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityOverridesAlwaysTakePrecedence" );
|
|
#define nswindow_accessibilityOverridesAlwaysTakePrecedence_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityOverridesAlwaysTakePrecedence_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityOverridesAlwaysTakePrecedence_call
|
|
}
|
|
|
|
void nswindow_setAccessibilityOverridesAlwaysTakePrecedence( nswindow_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityOverridesAlwaysTakePrecedence:" );
|
|
#define nswindow_setAccessibilityOverridesAlwaysTakePrecedence_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAccessibilityOverridesAlwaysTakePrecedence_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setAccessibilityOverridesAlwaysTakePrecedence_call
|
|
}
|
|
|
|
nsobject_t nswindow_makeTouchBar( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "makeTouchBar" );
|
|
#define nswindow_makeTouchBar_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_makeTouchBar_call( (id)object, methodSelector );
|
|
#undef nswindow_makeTouchBar_call
|
|
}
|
|
|
|
void nswindow_mouseDragged( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mouseDragged:" );
|
|
#define nswindow_mouseDragged_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_mouseDragged_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_mouseDragged_call
|
|
}
|
|
|
|
void nswindow_mouseUp( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mouseUp:" );
|
|
#define nswindow_mouseUp_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_mouseUp_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_mouseUp_call
|
|
}
|
|
|
|
void nswindow_interpretKeyEvents( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "interpretKeyEvents:" );
|
|
#define nswindow_interpretKeyEvents_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_interpretKeyEvents_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_interpretKeyEvents_call
|
|
}
|
|
|
|
void nswindow_magnifyWithEvent( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "magnifyWithEvent:" );
|
|
#define nswindow_magnifyWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_magnifyWithEvent_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_magnifyWithEvent_call
|
|
}
|
|
|
|
void nswindow_translateWithEvent( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "translateWithEvent:" );
|
|
#define nswindow_translateWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_translateWithEvent_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_translateWithEvent_call
|
|
}
|
|
|
|
void nswindow_touchesBeganWithEvent( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "touchesBeganWithEvent:" );
|
|
#define nswindow_touchesBeganWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_touchesBeganWithEvent_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_touchesBeganWithEvent_call
|
|
}
|
|
|
|
void nswindow_touchesMovedWithEvent( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "touchesMovedWithEvent:" );
|
|
#define nswindow_touchesMovedWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_touchesMovedWithEvent_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_touchesMovedWithEvent_call
|
|
}
|
|
|
|
void nswindow_touchesEndedWithEvent( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "touchesEndedWithEvent:" );
|
|
#define nswindow_touchesEndedWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_touchesEndedWithEvent_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_touchesEndedWithEvent_call
|
|
}
|
|
|
|
void nswindow_touchesCancelledWithEvent( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "touchesCancelledWithEvent:" );
|
|
#define nswindow_touchesCancelledWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_touchesCancelledWithEvent_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_touchesCancelledWithEvent_call
|
|
}
|
|
|
|
void nswindow_rightMouseUp( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "rightMouseUp:" );
|
|
#define nswindow_rightMouseUp_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_rightMouseUp_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_rightMouseUp_call
|
|
}
|
|
|
|
void nswindow_keyUp( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "keyUp:" );
|
|
#define nswindow_keyUp_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_keyUp_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_keyUp_call
|
|
}
|
|
|
|
void nswindow_flagsChanged( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "flagsChanged:" );
|
|
#define nswindow_flagsChanged_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_flagsChanged_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_flagsChanged_call
|
|
}
|
|
|
|
void nswindow_rightMouseDragged( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "rightMouseDragged:" );
|
|
#define nswindow_rightMouseDragged_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_rightMouseDragged_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_rightMouseDragged_call
|
|
}
|
|
|
|
void nswindow_otherMouseDown( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "otherMouseDown:" );
|
|
#define nswindow_otherMouseDown_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_otherMouseDown_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_otherMouseDown_call
|
|
}
|
|
|
|
void nswindow_otherMouseDragged( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "otherMouseDragged:" );
|
|
#define nswindow_otherMouseDragged_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_otherMouseDragged_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_otherMouseDragged_call
|
|
}
|
|
|
|
void nswindow_otherMouseUp( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "otherMouseUp:" );
|
|
#define nswindow_otherMouseUp_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_otherMouseUp_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_otherMouseUp_call
|
|
}
|
|
|
|
nsobject_t nswindow_userActivity( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "userActivity" );
|
|
#define nswindow_userActivity_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_userActivity_call( (id)object, methodSelector );
|
|
#undef nswindow_userActivity_call
|
|
}
|
|
|
|
void nswindow_updateUserActivityState( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "updateUserActivityState:" );
|
|
#define nswindow_updateUserActivityState_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_updateUserActivityState_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_updateUserActivityState_call
|
|
}
|
|
|
|
void nswindow_restoreUserActivityState( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "restoreUserActivityState:" );
|
|
#define nswindow_restoreUserActivityState_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_restoreUserActivityState_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_restoreUserActivityState_call
|
|
}
|
|
|
|
void nswindow_setUserActivity( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setUserActivity:" );
|
|
#define nswindow_setUserActivity_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setUserActivity_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setUserActivity_call
|
|
}
|
|
|
|
void nswindow_insertText( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "insertText:" );
|
|
#define nswindow_insertText_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_insertText_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_insertText_call
|
|
}
|
|
|
|
void nswindow_flushBufferedKeyEvents( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "flushBufferedKeyEvents" );
|
|
#define nswindow_flushBufferedKeyEvents_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_flushBufferedKeyEvents_call( (id)object, methodSelector );
|
|
#undef nswindow_flushBufferedKeyEvents_call
|
|
}
|
|
|
|
nsobject_t nswindow_servicesRequestor( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "servicesRequestor" );
|
|
#define nswindow_servicesRequestor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_servicesRequestor_call( (id)object, methodSelector );
|
|
#undef nswindow_servicesRequestor_call
|
|
}
|
|
|
|
void nswindow_quickAction( nswindow_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "quickAction:didFailWithRequestor:error:" );
|
|
#define nswindow_quickAction_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
nswindow_quickAction_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nswindow_quickAction_call
|
|
}
|
|
|
|
nsobject_t nswindow_additionalQuickActionItemSource( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "additionalQuickActionItemSource" );
|
|
#define nswindow_additionalQuickActionItemSource_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_additionalQuickActionItemSource_call( (id)object, methodSelector );
|
|
#undef nswindow_additionalQuickActionItemSource_call
|
|
}
|
|
|
|
nsobject_t nswindow_colorFactory( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "colorFactory" );
|
|
#define nswindow_colorFactory_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_colorFactory_call( (id)object, methodSelector );
|
|
#undef nswindow_colorFactory_call
|
|
}
|
|
|
|
unsigned long long nswindow_interfaceStyle( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "interfaceStyle" );
|
|
#define nswindow_interfaceStyle_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_interfaceStyle_call( (id)object, methodSelector );
|
|
#undef nswindow_interfaceStyle_call
|
|
}
|
|
|
|
void nswindow_setInterfaceStyle( nswindow_t object, unsigned long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setInterfaceStyle:" );
|
|
#define nswindow_setInterfaceStyle_call( obj, selector, arg0 ) ((void (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setInterfaceStyle_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setInterfaceStyle_call
|
|
}
|
|
|
|
nsobject_t nswindow_dependencyInfo( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "dependencyInfo" );
|
|
#define nswindow_dependencyInfo_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_dependencyInfo_call( (id)object, methodSelector );
|
|
#undef nswindow_dependencyInfo_call
|
|
}
|
|
|
|
void nswindow_didBecomeActiveFirstResponder( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "didBecomeActiveFirstResponder" );
|
|
#define nswindow_didBecomeActiveFirstResponder_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_didBecomeActiveFirstResponder_call( (id)object, methodSelector );
|
|
#undef nswindow_didBecomeActiveFirstResponder_call
|
|
}
|
|
|
|
void nswindow_didResignActiveFirstResponder( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "didResignActiveFirstResponder" );
|
|
#define nswindow_didResignActiveFirstResponder_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_didResignActiveFirstResponder_call( (id)object, methodSelector );
|
|
#undef nswindow_didResignActiveFirstResponder_call
|
|
}
|
|
|
|
void nswindow_rotateWithEvent( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "rotateWithEvent:" );
|
|
#define nswindow_rotateWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_rotateWithEvent_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_rotateWithEvent_call
|
|
}
|
|
|
|
void nswindow_noResponderFor( nswindow_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "noResponderFor:" );
|
|
#define nswindow_noResponderFor_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_noResponderFor_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_noResponderFor_call
|
|
}
|
|
|
|
char nswindow_wantsForwardedScrollEventsForAxis( nswindow_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "wantsForwardedScrollEventsForAxis:" );
|
|
#define nswindow_wantsForwardedScrollEventsForAxis_call( obj, selector, arg0 ) ((char (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_wantsForwardedScrollEventsForAxis_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_wantsForwardedScrollEventsForAxis_call
|
|
}
|
|
|
|
char nswindow_wantsScrollEventsForSwipeTrackingOnAxis( nswindow_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "wantsScrollEventsForSwipeTrackingOnAxis:" );
|
|
#define nswindow_wantsScrollEventsForSwipeTrackingOnAxis_call( obj, selector, arg0 ) ((char (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_wantsScrollEventsForSwipeTrackingOnAxis_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_wantsScrollEventsForSwipeTrackingOnAxis_call
|
|
}
|
|
|
|
void nswindow_setDependencyInfo( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setDependencyInfo:" );
|
|
#define nswindow_setDependencyInfo_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setDependencyInfo_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setDependencyInfo_call
|
|
}
|
|
|
|
void nswindow_invalidateRequestor( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "invalidateRequestor" );
|
|
#define nswindow_invalidateRequestor_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_invalidateRequestor_call( (id)object, methodSelector );
|
|
#undef nswindow_invalidateRequestor_call
|
|
}
|
|
|
|
void nswindow_tabletProximity( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "tabletProximity:" );
|
|
#define nswindow_tabletProximity_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_tabletProximity_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_tabletProximity_call
|
|
}
|
|
|
|
void nswindow_smartMagnifyWithEvent( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "smartMagnifyWithEvent:" );
|
|
#define nswindow_smartMagnifyWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_smartMagnifyWithEvent_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_smartMagnifyWithEvent_call
|
|
}
|
|
|
|
void nswindow_swipeWithEvent( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "swipeWithEvent:" );
|
|
#define nswindow_swipeWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_swipeWithEvent_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_swipeWithEvent_call
|
|
}
|
|
|
|
void nswindow_beginGestureWithEvent( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "beginGestureWithEvent:" );
|
|
#define nswindow_beginGestureWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_beginGestureWithEvent_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_beginGestureWithEvent_call
|
|
}
|
|
|
|
void nswindow_endGestureWithEvent( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "endGestureWithEvent:" );
|
|
#define nswindow_endGestureWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_endGestureWithEvent_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_endGestureWithEvent_call
|
|
}
|
|
|
|
void nswindow_navigateWithEvent( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "navigateWithEvent:" );
|
|
#define nswindow_navigateWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_navigateWithEvent_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_navigateWithEvent_call
|
|
}
|
|
|
|
void nswindow_changeModeWithEvent( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "changeModeWithEvent:" );
|
|
#define nswindow_changeModeWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_changeModeWithEvent_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_changeModeWithEvent_call
|
|
}
|
|
|
|
char nswindow_wantsForwardedScrollEvents( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "wantsForwardedScrollEvents" );
|
|
#define nswindow_wantsForwardedScrollEvents_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_wantsForwardedScrollEvents_call( (id)object, methodSelector );
|
|
#undef nswindow_wantsForwardedScrollEvents_call
|
|
}
|
|
|
|
void nswindow_showContextHelp( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "showContextHelp:" );
|
|
#define nswindow_showContextHelp_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_showContextHelp_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_showContextHelp_call
|
|
}
|
|
|
|
nsobject_t nswindow_presentationWindowForError( nswindow_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "presentationWindowForError:originatedInWindow:" );
|
|
#define nswindow_presentationWindowForError_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nswindow_presentationWindowForError_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_presentationWindowForError_call
|
|
}
|
|
|
|
nsobject_t nswindow_ns_widgetType( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ns_widgetType" );
|
|
#define nswindow_ns_widgetType_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_ns_widgetType_call( (id)object, methodSelector );
|
|
#undef nswindow_ns_widgetType_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityOverriddenAttributes( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityOverriddenAttributes" );
|
|
#define nswindow_accessibilityOverriddenAttributes_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityOverriddenAttributes_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityOverriddenAttributes_call
|
|
}
|
|
|
|
char nswindow_accessibilityReplaceRange( nswindow_t object, _NSRange arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityReplaceRange:withText:" );
|
|
#define nswindow_accessibilityReplaceRange_call( obj, selector, arg0, arg1 ) ((char (*)( id, SEL, _NSRange, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nswindow_accessibilityReplaceRange_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_accessibilityReplaceRange_call
|
|
}
|
|
|
|
unsigned long long nswindow_accessibilityArrayAttributeCount( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityArrayAttributeCount:" );
|
|
#define nswindow_accessibilityArrayAttributeCount_call( obj, selector, arg0 ) ((unsigned long long (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_accessibilityArrayAttributeCount_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilityArrayAttributeCount_call
|
|
}
|
|
|
|
unsigned long long nswindow_accessibilityIndexOfChild( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIndexOfChild:" );
|
|
#define nswindow_accessibilityIndexOfChild_call( obj, selector, arg0 ) ((unsigned long long (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_accessibilityIndexOfChild_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilityIndexOfChild_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityArrayAttributeValues( nswindow_t object, nsobject_t arg0, unsigned long long arg1, unsigned long long arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityArrayAttributeValues:index:maxCount:" );
|
|
#define nswindow_accessibilityArrayAttributeValues_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, nsobject_t, unsigned long long, unsigned long long ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
return nswindow_accessibilityArrayAttributeValues_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nswindow_accessibilityArrayAttributeValues_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityParameterizedAttributeNames( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityParameterizedAttributeNames" );
|
|
#define nswindow_accessibilityParameterizedAttributeNames_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityParameterizedAttributeNames_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityParameterizedAttributeNames_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityIndexForChildUIElementAttributeForParameter( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIndexForChildUIElementAttributeForParameter:" );
|
|
#define nswindow_accessibilityIndexForChildUIElementAttributeForParameter_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_accessibilityIndexForChildUIElementAttributeForParameter_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilityIndexForChildUIElementAttributeForParameter_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityAttributedValueForStringAttributeAttributeForParameter( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAttributedValueForStringAttributeAttributeForParameter:" );
|
|
#define nswindow_accessibilityAttributedValueForStringAttributeAttributeForParameter_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_accessibilityAttributedValueForStringAttributeAttributeForParameter_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilityAttributedValueForStringAttributeAttributeForParameter_call
|
|
}
|
|
|
|
nsobject_t nswindow_accessibilityTemporaryChildren( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityTemporaryChildren" );
|
|
#define nswindow_accessibilityTemporaryChildren_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityTemporaryChildren_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityTemporaryChildren_call
|
|
}
|
|
|
|
char nswindow_accessibilityPerformShowMenuOfChild( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPerformShowMenuOfChild:" );
|
|
#define nswindow_accessibilityPerformShowMenuOfChild_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_accessibilityPerformShowMenuOfChild_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilityPerformShowMenuOfChild_call
|
|
}
|
|
|
|
int nswindow_accessibilityPresenterProcessIdentifier( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPresenterProcessIdentifier" );
|
|
#define nswindow_accessibilityPresenterProcessIdentifier_call( obj, selector ) ((int (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityPresenterProcessIdentifier_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityPresenterProcessIdentifier_call
|
|
}
|
|
|
|
char nswindow_accessibilitySupportsNotifications( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySupportsNotifications" );
|
|
#define nswindow_accessibilitySupportsNotifications_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilitySupportsNotifications_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilitySupportsNotifications_call
|
|
}
|
|
|
|
char nswindow_accessibilityShouldSendNotification( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityShouldSendNotification:" );
|
|
#define nswindow_accessibilityShouldSendNotification_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_accessibilityShouldSendNotification_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilityShouldSendNotification_call
|
|
}
|
|
|
|
char nswindow_accessibilityAllowsOverriddenAttributesWhenIgnored( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAllowsOverriddenAttributesWhenIgnored" );
|
|
#define nswindow_accessibilityAllowsOverriddenAttributesWhenIgnored_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilityAllowsOverriddenAttributesWhenIgnored_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilityAllowsOverriddenAttributesWhenIgnored_call
|
|
}
|
|
|
|
char nswindow_accessibilitySetOverrideValue( nswindow_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySetOverrideValue:forAttribute:" );
|
|
#define nswindow_accessibilitySetOverrideValue_call( obj, selector, arg0, arg1 ) ((char (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nswindow_accessibilitySetOverrideValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_accessibilitySetOverrideValue_call
|
|
}
|
|
|
|
void nswindow_accessibilityEncodeOverriddenAttributes( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityEncodeOverriddenAttributes:" );
|
|
#define nswindow_accessibilityEncodeOverriddenAttributes_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_accessibilityEncodeOverriddenAttributes_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilityEncodeOverriddenAttributes_call
|
|
}
|
|
|
|
void nswindow_accessibilityDecodeOverriddenAttributes( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityDecodeOverriddenAttributes:" );
|
|
#define nswindow_accessibilityDecodeOverriddenAttributes_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_accessibilityDecodeOverriddenAttributes_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilityDecodeOverriddenAttributes_call
|
|
}
|
|
|
|
char nswindow_accessibilitySupportsCustomElementData( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySupportsCustomElementData" );
|
|
#define nswindow_accessibilitySupportsCustomElementData_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessibilitySupportsCustomElementData_call( (id)object, methodSelector );
|
|
#undef nswindow_accessibilitySupportsCustomElementData_call
|
|
}
|
|
|
|
void nswindow_bind( nswindow_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2, nsobject_t arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bind:toObject:withKeyPath:options:" );
|
|
#define nswindow_bind_call( obj, selector, arg0, arg1, arg2, arg3 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
nswindow_bind_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nswindow_bind_call
|
|
}
|
|
|
|
void nswindow_awakeFromNib( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "awakeFromNib" );
|
|
#define nswindow_awakeFromNib_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_awakeFromNib_call( (id)object, methodSelector );
|
|
#undef nswindow_awakeFromNib_call
|
|
}
|
|
|
|
void nswindow_unbind( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "unbind:" );
|
|
#define nswindow_unbind_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_unbind_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_unbind_call
|
|
}
|
|
|
|
nsclass_t nswindow_valueClassForBinding( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "valueClassForBinding:" );
|
|
#define nswindow_valueClassForBinding_call( obj, selector, arg0 ) ((nsclass_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_valueClassForBinding_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_valueClassForBinding_call
|
|
}
|
|
|
|
nsobject_t nswindow_NS_observationForKeyPath( nswindow_t object, nsobject_t arg0, unsigned long long arg1, nsobject_t* arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "NS_observationForKeyPath:options:block:" );
|
|
#define nswindow_NS_observationForKeyPath_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, nsobject_t, unsigned long long, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
return nswindow_NS_observationForKeyPath_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nswindow_NS_observationForKeyPath_call
|
|
}
|
|
|
|
nsobject_t nswindow_NS_observationForKeyPaths( nswindow_t object, nsobject_t arg0, unsigned long long arg1, nsobject_t* arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "NS_observationForKeyPaths:options:block:" );
|
|
#define nswindow_NS_observationForKeyPaths_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, nsobject_t, unsigned long long, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
return nswindow_NS_observationForKeyPaths_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nswindow_NS_observationForKeyPaths_call
|
|
}
|
|
|
|
nsobject_t nswindow_optionDescriptionsForBinding( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "optionDescriptionsForBinding:" );
|
|
#define nswindow_optionDescriptionsForBinding_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_optionDescriptionsForBinding_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_optionDescriptionsForBinding_call
|
|
}
|
|
|
|
nsobject_t nswindow_exposedBindings( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "exposedBindings" );
|
|
#define nswindow_exposedBindings_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_exposedBindings_call( (id)object, methodSelector );
|
|
#undef nswindow_exposedBindings_call
|
|
}
|
|
|
|
nsobject_t nswindow_infoForBinding( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "infoForBinding:" );
|
|
#define nswindow_infoForBinding_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_infoForBinding_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_infoForBinding_call
|
|
}
|
|
|
|
void nswindow_prepareForInterfaceBuilder( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "prepareForInterfaceBuilder" );
|
|
#define nswindow_prepareForInterfaceBuilder_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_prepareForInterfaceBuilder_call( (id)object, methodSelector );
|
|
#undef nswindow_prepareForInterfaceBuilder_call
|
|
}
|
|
|
|
void nswindow_accessibilityAddTemporaryChild( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAddTemporaryChild:" );
|
|
#define nswindow_accessibilityAddTemporaryChild_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_accessibilityAddTemporaryChild_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilityAddTemporaryChild_call
|
|
}
|
|
|
|
void nswindow_accessibilityRemoveTemporaryChild( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityRemoveTemporaryChild:" );
|
|
#define nswindow_accessibilityRemoveTemporaryChild_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_accessibilityRemoveTemporaryChild_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilityRemoveTemporaryChild_call
|
|
}
|
|
|
|
nsobject_t nswindow_NSLifeguard_autorelease( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "NSLifeguard_autorelease" );
|
|
#define nswindow_NSLifeguard_autorelease_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_NSLifeguard_autorelease_call( (id)object, methodSelector );
|
|
#undef nswindow_NSLifeguard_autorelease_call
|
|
}
|
|
|
|
void nswindow_accessibilitySetPresenterProcessIdentifier( nswindow_t object, int arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySetPresenterProcessIdentifier:" );
|
|
#define nswindow_accessibilitySetPresenterProcessIdentifier_call( obj, selector, arg0 ) ((void (*)( id, SEL, int ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_accessibilitySetPresenterProcessIdentifier_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_accessibilitySetPresenterProcessIdentifier_call
|
|
}
|
|
|
|
nsobject_t nswindow_NS_tiledLayerVisibleRect( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "NS_tiledLayerVisibleRect" );
|
|
#define nswindow_NS_tiledLayerVisibleRect_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_NS_tiledLayerVisibleRect_call( (id)object, methodSelector );
|
|
#undef nswindow_NS_tiledLayerVisibleRect_call
|
|
}
|
|
|
|
void nswindow_NS_addTiledLayerDescendent( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "NS_addTiledLayerDescendent:" );
|
|
#define nswindow_NS_addTiledLayerDescendent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_NS_addTiledLayerDescendent_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_NS_addTiledLayerDescendent_call
|
|
}
|
|
|
|
void nswindow_NS_removeTiledLayerDescendent( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "NS_removeTiledLayerDescendent:" );
|
|
#define nswindow_NS_removeTiledLayerDescendent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_NS_removeTiledLayerDescendent_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_NS_removeTiledLayerDescendent_call
|
|
}
|
|
|
|
char nswindow_CAMLTypeSupportedForKey( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CAMLTypeSupportedForKey:" );
|
|
#define nswindow_CAMLTypeSupportedForKey_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_CAMLTypeSupportedForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_CAMLTypeSupportedForKey_call
|
|
}
|
|
|
|
nsobject_t nswindow_CAMLTypeForKey( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CAMLTypeForKey:" );
|
|
#define nswindow_CAMLTypeForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_CAMLTypeForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_CAMLTypeForKey_call
|
|
}
|
|
|
|
char nswindow_CA_validateValue( nswindow_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_validateValue:forKey:" );
|
|
#define nswindow_CA_validateValue_call( obj, selector, arg0, arg1 ) ((char (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nswindow_CA_validateValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_CA_validateValue_call
|
|
}
|
|
|
|
void nswindow_encodeWithCAMLWriter( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "encodeWithCAMLWriter:" );
|
|
#define nswindow_encodeWithCAMLWriter_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_encodeWithCAMLWriter_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_encodeWithCAMLWriter_call
|
|
}
|
|
|
|
nsobject_t nswindow_CA_interpolateValues( nswindow_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2, ValueInterpolator* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_interpolateValues:::interpolator:" );
|
|
#define nswindow_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 nswindow_CA_interpolateValues_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nswindow_CA_interpolateValues_call
|
|
}
|
|
|
|
nsobject_t nswindow_CAMLType( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CAMLType" );
|
|
#define nswindow_CAMLType_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_CAMLType_call( (id)object, methodSelector );
|
|
#undef nswindow_CAMLType_call
|
|
}
|
|
|
|
nsobject_t nswindow_CA_archivingValueForKey( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_archivingValueForKey:" );
|
|
#define nswindow_CA_archivingValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_CA_archivingValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_CA_archivingValueForKey_call
|
|
}
|
|
|
|
nsobject_t nswindow_CA_roundToIntegerFromValue( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_roundToIntegerFromValue:" );
|
|
#define nswindow_CA_roundToIntegerFromValue_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_CA_roundToIntegerFromValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_CA_roundToIntegerFromValue_call
|
|
}
|
|
|
|
nsobject_t nswindow_CA_addValue( nswindow_t object, nsobject_t arg0, int arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_addValue:multipliedBy:" );
|
|
#define nswindow_CA_addValue_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, int ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nswindow_CA_addValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_CA_addValue_call
|
|
}
|
|
|
|
nsobject_t nswindow_CA_interpolateValue( nswindow_t object, nsobject_t arg0, float arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_interpolateValue:byFraction:" );
|
|
#define nswindow_CA_interpolateValue_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, float ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nswindow_CA_interpolateValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_CA_interpolateValue_call
|
|
}
|
|
|
|
double nswindow_CA_distanceToValue( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_distanceToValue:" );
|
|
#define nswindow_CA_distanceToValue_call( obj, selector, arg0 ) ((double (*)( id, SEL, nsobject_t ))abi_objc_msgSend_fpret) ( obj, selector, arg0 )
|
|
return nswindow_CA_distanceToValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_CA_distanceToValue_call
|
|
}
|
|
|
|
void nswindow_CA_prepareRenderValue( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_prepareRenderValue" );
|
|
#define nswindow_CA_prepareRenderValue_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_CA_prepareRenderValue_call( (id)object, methodSelector );
|
|
#undef nswindow_CA_prepareRenderValue_call
|
|
}
|
|
|
|
Object* nswindow_CA_copyRenderValue( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_copyRenderValue" );
|
|
#define nswindow_CA_copyRenderValue_call( obj, selector ) ((Object* (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_CA_copyRenderValue_call( (id)object, methodSelector );
|
|
#undef nswindow_CA_copyRenderValue_call
|
|
}
|
|
|
|
char nswindow_supportsRBSXPCSecureCoding( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "supportsRBSXPCSecureCoding" );
|
|
#define nswindow_supportsRBSXPCSecureCoding_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_supportsRBSXPCSecureCoding_call( (id)object, methodSelector );
|
|
#undef nswindow_supportsRBSXPCSecureCoding_call
|
|
}
|
|
|
|
char nswindow_RBSIsXPCObject( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "RBSIsXPCObject" );
|
|
#define nswindow_RBSIsXPCObject_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_RBSIsXPCObject_call( (id)object, methodSelector );
|
|
#undef nswindow_RBSIsXPCObject_call
|
|
}
|
|
|
|
nsobject_t nswindow_NSRepresentation( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "NSRepresentation" );
|
|
#define nswindow_NSRepresentation_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_NSRepresentation_call( (id)object, methodSelector );
|
|
#undef nswindow_NSRepresentation_call
|
|
}
|
|
|
|
char nswindow_supportsBSXPCSecureCoding( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "supportsBSXPCSecureCoding" );
|
|
#define nswindow_supportsBSXPCSecureCoding_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_supportsBSXPCSecureCoding_call( (id)object, methodSelector );
|
|
#undef nswindow_supportsBSXPCSecureCoding_call
|
|
}
|
|
|
|
char nswindow_bs_isPlistableType( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_isPlistableType" );
|
|
#define nswindow_bs_isPlistableType_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_bs_isPlistableType_call( (id)object, methodSelector );
|
|
#undef nswindow_bs_isPlistableType_call
|
|
}
|
|
|
|
nsobject_t nswindow_bs_secureEncoded( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_secureEncoded" );
|
|
#define nswindow_bs_secureEncoded_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_bs_secureEncoded_call( (id)object, methodSelector );
|
|
#undef nswindow_bs_secureEncoded_call
|
|
}
|
|
|
|
nsobject_t nswindow_bs_encoded( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_encoded" );
|
|
#define nswindow_bs_encoded_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_bs_encoded_call( (id)object, methodSelector );
|
|
#undef nswindow_bs_encoded_call
|
|
}
|
|
|
|
nsclass_t nswindow_classForCoder( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classForCoder" );
|
|
#define nswindow_classForCoder_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_classForCoder_call( (id)object, methodSelector );
|
|
#undef nswindow_classForCoder_call
|
|
}
|
|
|
|
nsobject_t nswindow_replacementObjectForCoder( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "replacementObjectForCoder:" );
|
|
#define nswindow_replacementObjectForCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_replacementObjectForCoder_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_replacementObjectForCoder_call
|
|
}
|
|
|
|
nsobject_t nswindow_awakeAfterUsingCoder( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "awakeAfterUsingCoder:" );
|
|
#define nswindow_awakeAfterUsingCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_awakeAfterUsingCoder_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_awakeAfterUsingCoder_call
|
|
}
|
|
|
|
char nswindow_implementsSelector( nswindow_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "implementsSelector:" );
|
|
#define nswindow_implementsSelector_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_implementsSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_implementsSelector_call
|
|
}
|
|
|
|
void nswindow_setObservationInfo( nswindow_t object, void* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setObservationInfo:" );
|
|
#define nswindow_setObservationInfo_call( obj, selector, arg0 ) ((void (*)( id, SEL, void* ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setObservationInfo_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setObservationInfo_call
|
|
}
|
|
|
|
nsobject_t nswindow_replacementObjectForPortCoder( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "replacementObjectForPortCoder:" );
|
|
#define nswindow_replacementObjectForPortCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_replacementObjectForPortCoder_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_replacementObjectForPortCoder_call
|
|
}
|
|
|
|
void nswindow_willChangeValueForKey( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "willChangeValueForKey:" );
|
|
#define nswindow_willChangeValueForKey_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_willChangeValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_willChangeValueForKey_call
|
|
}
|
|
|
|
void nswindow_didChangeValueForKey( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "didChangeValueForKey:" );
|
|
#define nswindow_didChangeValueForKey_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_didChangeValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_didChangeValueForKey_call
|
|
}
|
|
|
|
nsobject_t nswindow_dictionaryWithValuesForKeys( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "dictionaryWithValuesForKeys:" );
|
|
#define nswindow_dictionaryWithValuesForKeys_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_dictionaryWithValuesForKeys_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_dictionaryWithValuesForKeys_call
|
|
}
|
|
|
|
nsobject_t nswindow_valueForKey( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "valueForKey:" );
|
|
#define nswindow_valueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_valueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_valueForKey_call
|
|
}
|
|
|
|
nsobject_t nswindow_valueForUndefinedKey( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "valueForUndefinedKey:" );
|
|
#define nswindow_valueForUndefinedKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_valueForUndefinedKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_valueForUndefinedKey_call
|
|
}
|
|
|
|
nsclass_t nswindow_classForKeyedArchiver( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classForKeyedArchiver" );
|
|
#define nswindow_classForKeyedArchiver_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_classForKeyedArchiver_call( (id)object, methodSelector );
|
|
#undef nswindow_classForKeyedArchiver_call
|
|
}
|
|
|
|
nsobject_t nswindow_replacementObjectForKeyedArchiver( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "replacementObjectForKeyedArchiver:" );
|
|
#define nswindow_replacementObjectForKeyedArchiver_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_replacementObjectForKeyedArchiver_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_replacementObjectForKeyedArchiver_call
|
|
}
|
|
|
|
nsobject_t nswindow_valueForKeyPath( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "valueForKeyPath:" );
|
|
#define nswindow_valueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_valueForKeyPath_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_valueForKeyPath_call
|
|
}
|
|
|
|
nsobject_t nswindow_replacementObjectForArchiver( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "replacementObjectForArchiver:" );
|
|
#define nswindow_replacementObjectForArchiver_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_replacementObjectForArchiver_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_replacementObjectForArchiver_call
|
|
}
|
|
|
|
nsclass_t nswindow_classForArchiver( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classForArchiver" );
|
|
#define nswindow_classForArchiver_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_classForArchiver_call( (id)object, methodSelector );
|
|
#undef nswindow_classForArchiver_call
|
|
}
|
|
|
|
nsobject_t nswindow_attributeKeys( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "attributeKeys" );
|
|
#define nswindow_attributeKeys_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_attributeKeys_call( (id)object, methodSelector );
|
|
#undef nswindow_attributeKeys_call
|
|
}
|
|
|
|
nsobject_t nswindow_toOneRelationshipKeys( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "toOneRelationshipKeys" );
|
|
#define nswindow_toOneRelationshipKeys_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_toOneRelationshipKeys_call( (id)object, methodSelector );
|
|
#undef nswindow_toOneRelationshipKeys_call
|
|
}
|
|
|
|
nsobject_t nswindow_toManyRelationshipKeys( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "toManyRelationshipKeys" );
|
|
#define nswindow_toManyRelationshipKeys_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_toManyRelationshipKeys_call( (id)object, methodSelector );
|
|
#undef nswindow_toManyRelationshipKeys_call
|
|
}
|
|
|
|
nsobject_t nswindow_inverseForRelationshipKey( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "inverseForRelationshipKey:" );
|
|
#define nswindow_inverseForRelationshipKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_inverseForRelationshipKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_inverseForRelationshipKey_call
|
|
}
|
|
|
|
nsobject_t nswindow_classDescription( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classDescription" );
|
|
#define nswindow_classDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_classDescription_call( (id)object, methodSelector );
|
|
#undef nswindow_classDescription_call
|
|
}
|
|
|
|
nsobject_t nswindow_copyScriptingValue( nswindow_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "copyScriptingValue:forKey:withProperties:" );
|
|
#define nswindow_copyScriptingValue_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
return nswindow_copyScriptingValue_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nswindow_copyScriptingValue_call
|
|
}
|
|
|
|
objc_method_description* nswindow_methodDescriptionForSelector( nswindow_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "methodDescriptionForSelector:" );
|
|
#define nswindow_methodDescriptionForSelector_call( obj, selector, arg0 ) ((objc_method_description* (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_methodDescriptionForSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_methodDescriptionForSelector_call
|
|
}
|
|
|
|
nsobject_t nswindow_newScriptingObjectOfClass( nswindow_t object, nsclass_t arg0, nsobject_t arg1, nsobject_t arg2, nsobject_t arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "newScriptingObjectOfClass:forValueForKey:withContentsValue:properties:" );
|
|
#define nswindow_newScriptingObjectOfClass_call( obj, selector, arg0, arg1, arg2, arg3 ) ((nsobject_t (*)( id, SEL, nsclass_t, nsobject_t, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
return nswindow_newScriptingObjectOfClass_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nswindow_newScriptingObjectOfClass_call
|
|
}
|
|
|
|
nsobject_t nswindow_handleQueryWithUnboundKey( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "handleQueryWithUnboundKey:" );
|
|
#define nswindow_handleQueryWithUnboundKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_handleQueryWithUnboundKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_handleQueryWithUnboundKey_call
|
|
}
|
|
|
|
void nswindow_handleTakeValue( nswindow_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "handleTakeValue:forUnboundKey:" );
|
|
#define nswindow_handleTakeValue_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nswindow_handleTakeValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_handleTakeValue_call
|
|
}
|
|
|
|
nsobject_t nswindow_storedValueForKey( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedValueForKey:" );
|
|
#define nswindow_storedValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_storedValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_storedValueForKey_call
|
|
}
|
|
|
|
void nswindow_takeStoredValue( nswindow_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "takeStoredValue:forKey:" );
|
|
#define nswindow_takeStoredValue_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nswindow_takeStoredValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_takeStoredValue_call
|
|
}
|
|
|
|
void nswindow_takeValue( nswindow_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "takeValue:forKey:" );
|
|
#define nswindow_takeValue_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nswindow_takeValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_takeValue_call
|
|
}
|
|
|
|
nsobject_t nswindow_valuesForKeys( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "valuesForKeys:" );
|
|
#define nswindow_valuesForKeys_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_valuesForKeys_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_valuesForKeys_call
|
|
}
|
|
|
|
void nswindow_takeValuesFromDictionary( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "takeValuesFromDictionary:" );
|
|
#define nswindow_takeValuesFromDictionary_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_takeValuesFromDictionary_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_takeValuesFromDictionary_call
|
|
}
|
|
|
|
void nswindow_unableToSetNilForKey( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "unableToSetNilForKey:" );
|
|
#define nswindow_unableToSetNilForKey_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_unableToSetNilForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_unableToSetNilForKey_call
|
|
}
|
|
|
|
nsobject_t nswindow_keyValueBindingForKey( nswindow_t object, nsobject_t arg0, unsigned long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "keyValueBindingForKey:typeMask:" );
|
|
#define nswindow_keyValueBindingForKey_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, unsigned long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nswindow_keyValueBindingForKey_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_keyValueBindingForKey_call
|
|
}
|
|
|
|
nsobject_t nswindow_createKeyValueBindingForKey( nswindow_t object, nsobject_t arg0, unsigned long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "createKeyValueBindingForKey:typeMask:" );
|
|
#define nswindow_createKeyValueBindingForKey_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, unsigned long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nswindow_createKeyValueBindingForKey_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_createKeyValueBindingForKey_call
|
|
}
|
|
|
|
nsobject_t nswindow_mutableArrayValueForKeyPath( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableArrayValueForKeyPath:" );
|
|
#define nswindow_mutableArrayValueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_mutableArrayValueForKeyPath_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_mutableArrayValueForKeyPath_call
|
|
}
|
|
|
|
nsobject_t nswindow_mutableOrderedSetValueForKeyPath( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableOrderedSetValueForKeyPath:" );
|
|
#define nswindow_mutableOrderedSetValueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_mutableOrderedSetValueForKeyPath_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_mutableOrderedSetValueForKeyPath_call
|
|
}
|
|
|
|
nsobject_t nswindow_mutableSetValueForKeyPath( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableSetValueForKeyPath:" );
|
|
#define nswindow_mutableSetValueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_mutableSetValueForKeyPath_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_mutableSetValueForKeyPath_call
|
|
}
|
|
|
|
void nswindow_removeObservation( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeObservation:" );
|
|
#define nswindow_removeObservation_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_removeObservation_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_removeObservation_call
|
|
}
|
|
|
|
void nswindow_receiveObservedValue( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "receiveObservedValue:" );
|
|
#define nswindow_receiveObservedValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_receiveObservedValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_receiveObservedValue_call
|
|
}
|
|
|
|
void nswindow_receiveObservedError( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "receiveObservedError:" );
|
|
#define nswindow_receiveObservedError_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_receiveObservedError_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_receiveObservedError_call
|
|
}
|
|
|
|
void nswindow_finishObserving( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "finishObserving" );
|
|
#define nswindow_finishObserving_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_finishObserving_call( (id)object, methodSelector );
|
|
#undef nswindow_finishObserving_call
|
|
}
|
|
|
|
void nswindow_setObservation( nswindow_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setObservation:forObservingKeyPath:" );
|
|
#define nswindow_setObservation_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nswindow_setObservation_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_setObservation_call
|
|
}
|
|
|
|
nsobject_t nswindow_className( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "className" );
|
|
#define nswindow_className_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_className_call( (id)object, methodSelector );
|
|
#undef nswindow_className_call
|
|
}
|
|
|
|
nsobject_t nswindow_addChainedObservers( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addChainedObservers:" );
|
|
#define nswindow_addChainedObservers_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_addChainedObservers_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_addChainedObservers_call
|
|
}
|
|
|
|
nsobject_t nswindow_addObserverBlock( nswindow_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addObserverBlock:" );
|
|
#define nswindow_addObserverBlock_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_addObserverBlock_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_addObserverBlock_call
|
|
}
|
|
|
|
nsobject_t nswindow_addObservationTransformer( nswindow_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addObservationTransformer:" );
|
|
#define nswindow_addObservationTransformer_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_addObservationTransformer_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_addObservationTransformer_call
|
|
}
|
|
|
|
void nswindow_setNilValueForKey( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setNilValueForKey:" );
|
|
#define nswindow_setNilValueForKey_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setNilValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setNilValueForKey_call
|
|
}
|
|
|
|
nsobject_t nswindow_mutableArrayValueForKey( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableArrayValueForKey:" );
|
|
#define nswindow_mutableArrayValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_mutableArrayValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_mutableArrayValueForKey_call
|
|
}
|
|
|
|
nsobject_t nswindow_mutableOrderedSetValueForKey( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableOrderedSetValueForKey:" );
|
|
#define nswindow_mutableOrderedSetValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_mutableOrderedSetValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_mutableOrderedSetValueForKey_call
|
|
}
|
|
|
|
nsobject_t nswindow_mutableSetValueForKey( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableSetValueForKey:" );
|
|
#define nswindow_mutableSetValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_mutableSetValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_mutableSetValueForKey_call
|
|
}
|
|
|
|
void nswindow_setValuesForKeysWithDictionary( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setValuesForKeysWithDictionary:" );
|
|
#define nswindow_setValuesForKeysWithDictionary_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setValuesForKeysWithDictionary_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setValuesForKeysWithDictionary_call
|
|
}
|
|
|
|
void nswindow_willChange( nswindow_t object, unsigned long long arg0, nsobject_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "willChange:valuesAtIndexes:forKey:" );
|
|
#define nswindow_willChange_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, unsigned long long, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
nswindow_willChange_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nswindow_willChange_call
|
|
}
|
|
|
|
void nswindow_didChange( nswindow_t object, unsigned long long arg0, nsobject_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "didChange:valuesAtIndexes:forKey:" );
|
|
#define nswindow_didChange_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, unsigned long long, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
nswindow_didChange_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nswindow_didChange_call
|
|
}
|
|
|
|
void* nswindow_observationInfo( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "observationInfo" );
|
|
#define nswindow_observationInfo_call( obj, selector ) ((void* (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_observationInfo_call( (id)object, methodSelector );
|
|
#undef nswindow_observationInfo_call
|
|
}
|
|
|
|
nsobject_t nswindow_autoContentAccessingProxy( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "autoContentAccessingProxy" );
|
|
#define nswindow_autoContentAccessingProxy_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_autoContentAccessingProxy_call( (id)object, methodSelector );
|
|
#undef nswindow_autoContentAccessingProxy_call
|
|
}
|
|
|
|
nsobject_t nswindow_coerceValue( nswindow_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "coerceValue:forKey:" );
|
|
#define nswindow_coerceValue_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nswindow_coerceValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_coerceValue_call
|
|
}
|
|
|
|
void nswindow_setScriptingProperties( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setScriptingProperties:" );
|
|
#define nswindow_setScriptingProperties_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setScriptingProperties_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_setScriptingProperties_call
|
|
}
|
|
|
|
nsobject_t nswindow_scriptingValueForSpecifier( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "scriptingValueForSpecifier:" );
|
|
#define nswindow_scriptingValueForSpecifier_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_scriptingValueForSpecifier_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_scriptingValueForSpecifier_call
|
|
}
|
|
|
|
nsobject_t nswindow_scriptingProperties( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "scriptingProperties" );
|
|
#define nswindow_scriptingProperties_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_scriptingProperties_call( (id)object, methodSelector );
|
|
#undef nswindow_scriptingProperties_call
|
|
}
|
|
|
|
nsobject_t nswindow_coerceValueForScriptingProperties( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "coerceValueForScriptingProperties:" );
|
|
#define nswindow_coerceValueForScriptingProperties_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_coerceValueForScriptingProperties_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_coerceValueForScriptingProperties_call
|
|
}
|
|
|
|
nsobject_t nswindow_valueAtIndex( nswindow_t object, unsigned long long arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "valueAtIndex:inPropertyWithKey:" );
|
|
#define nswindow_valueAtIndex_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, unsigned long long, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nswindow_valueAtIndex_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_valueAtIndex_call
|
|
}
|
|
|
|
nsobject_t nswindow_valueWithName( nswindow_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "valueWithName:inPropertyWithKey:" );
|
|
#define nswindow_valueWithName_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nswindow_valueWithName_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_valueWithName_call
|
|
}
|
|
|
|
nsobject_t nswindow_valueWithUniqueID( nswindow_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "valueWithUniqueID:inPropertyWithKey:" );
|
|
#define nswindow_valueWithUniqueID_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nswindow_valueWithUniqueID_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_valueWithUniqueID_call
|
|
}
|
|
|
|
void nswindow_insertValue( nswindow_t object, nsobject_t arg0, unsigned long long arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "insertValue:atIndex:inPropertyWithKey:" );
|
|
#define nswindow_insertValue_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, unsigned long long, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
nswindow_insertValue_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nswindow_insertValue_call
|
|
}
|
|
|
|
void nswindow_replaceValueAtIndex( nswindow_t object, unsigned long long arg0, nsobject_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "replaceValueAtIndex:inPropertyWithKey:withValue:" );
|
|
#define nswindow_replaceValueAtIndex_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, unsigned long long, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
nswindow_replaceValueAtIndex_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nswindow_replaceValueAtIndex_call
|
|
}
|
|
|
|
void nswindow_removeValueAtIndex( nswindow_t object, unsigned long long arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeValueAtIndex:fromPropertyWithKey:" );
|
|
#define nswindow_removeValueAtIndex_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, unsigned long long, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nswindow_removeValueAtIndex_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_removeValueAtIndex_call
|
|
}
|
|
|
|
nsclass_t nswindow_classForPortCoder( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classForPortCoder" );
|
|
#define nswindow_classForPortCoder_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_classForPortCoder_call( (id)object, methodSelector );
|
|
#undef nswindow_classForPortCoder_call
|
|
}
|
|
|
|
void nswindow_performSelector( nswindow_t object, nsselector_t arg0, nsobject_t arg1, double arg2, nsobject_t arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performSelector:withObject:afterDelay:inModes:" );
|
|
#define nswindow_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 )
|
|
nswindow_performSelector_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nswindow_performSelector_call
|
|
}
|
|
|
|
unsigned int nswindow_classCode( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classCode" );
|
|
#define nswindow_classCode_call( obj, selector ) ((unsigned int (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_classCode_call( (id)object, methodSelector );
|
|
#undef nswindow_classCode_call
|
|
}
|
|
|
|
char nswindow_isEqualTo( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isEqualTo:" );
|
|
#define nswindow_isEqualTo_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_isEqualTo_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_isEqualTo_call
|
|
}
|
|
|
|
char nswindow_isLessThanOrEqualTo( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isLessThanOrEqualTo:" );
|
|
#define nswindow_isLessThanOrEqualTo_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_isLessThanOrEqualTo_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_isLessThanOrEqualTo_call
|
|
}
|
|
|
|
char nswindow_isLessThan( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isLessThan:" );
|
|
#define nswindow_isLessThan_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_isLessThan_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_isLessThan_call
|
|
}
|
|
|
|
char nswindow_isGreaterThanOrEqualTo( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isGreaterThanOrEqualTo:" );
|
|
#define nswindow_isGreaterThanOrEqualTo_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_isGreaterThanOrEqualTo_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_isGreaterThanOrEqualTo_call
|
|
}
|
|
|
|
char nswindow_isGreaterThan( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isGreaterThan:" );
|
|
#define nswindow_isGreaterThan_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_isGreaterThan_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_isGreaterThan_call
|
|
}
|
|
|
|
char nswindow_isNotEqualTo( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNotEqualTo:" );
|
|
#define nswindow_isNotEqualTo_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_isNotEqualTo_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_isNotEqualTo_call
|
|
}
|
|
|
|
char nswindow_doesContain( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "doesContain:" );
|
|
#define nswindow_doesContain_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_doesContain_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_doesContain_call
|
|
}
|
|
|
|
char nswindow_isLike( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isLike:" );
|
|
#define nswindow_isLike_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_isLike_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_isLike_call
|
|
}
|
|
|
|
char nswindow_isCaseInsensitiveLike( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isCaseInsensitiveLike:" );
|
|
#define nswindow_isCaseInsensitiveLike_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_isCaseInsensitiveLike_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_isCaseInsensitiveLike_call
|
|
}
|
|
|
|
void nswindow_performSelectorOnMainThread( nswindow_t object, nsselector_t arg0, nsobject_t arg1, char arg2, nsobject_t arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performSelectorOnMainThread:withObject:waitUntilDone:modes:" );
|
|
#define nswindow_performSelectorOnMainThread_call( obj, selector, arg0, arg1, arg2, arg3 ) ((void (*)( id, SEL, nsselector_t, nsobject_t, char, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
nswindow_performSelectorOnMainThread_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nswindow_performSelectorOnMainThread_call
|
|
}
|
|
|
|
void nswindow_performSelectorInBackground( nswindow_t object, nsselector_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performSelectorInBackground:withObject:" );
|
|
#define nswindow_performSelectorInBackground_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsselector_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nswindow_performSelectorInBackground_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_performSelectorInBackground_call
|
|
}
|
|
|
|
nsobject_t nswindow_classDescriptionForDestinationKey( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classDescriptionForDestinationKey:" );
|
|
#define nswindow_classDescriptionForDestinationKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_classDescriptionForDestinationKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_classDescriptionForDestinationKey_call
|
|
}
|
|
|
|
nsobject_t nswindow_entityName( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "entityName" );
|
|
#define nswindow_entityName_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_entityName_call( (id)object, methodSelector );
|
|
#undef nswindow_entityName_call
|
|
}
|
|
|
|
char nswindow_ownsDestinationObjectsForRelationshipKey( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ownsDestinationObjectsForRelationshipKey:" );
|
|
#define nswindow_ownsDestinationObjectsForRelationshipKey_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_ownsDestinationObjectsForRelationshipKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_ownsDestinationObjectsForRelationshipKey_call
|
|
}
|
|
|
|
char nswindow_isToManyKey( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isToManyKey:" );
|
|
#define nswindow_isToManyKey_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_isToManyKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_isToManyKey_call
|
|
}
|
|
|
|
void nswindow_removeObject( nswindow_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeObject:fromPropertyWithKey:" );
|
|
#define nswindow_removeObject_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nswindow_removeObject_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_removeObject_call
|
|
}
|
|
|
|
void nswindow_addObject( nswindow_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addObject:toPropertyWithKey:" );
|
|
#define nswindow_addObject_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nswindow_addObject_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_addObject_call
|
|
}
|
|
|
|
nsobject_t nswindow_validateTakeValue( nswindow_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "validateTakeValue:forKeyPath:" );
|
|
#define nswindow_validateTakeValue_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nswindow_validateTakeValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nswindow_validateTakeValue_call
|
|
}
|
|
|
|
nsobject_t nswindow_allPropertyKeys( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "allPropertyKeys" );
|
|
#define nswindow_allPropertyKeys_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_allPropertyKeys_call( (id)object, methodSelector );
|
|
#undef nswindow_allPropertyKeys_call
|
|
}
|
|
|
|
void nswindow_clearProperties( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "clearProperties" );
|
|
#define nswindow_clearProperties_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_clearProperties_call( (id)object, methodSelector );
|
|
#undef nswindow_clearProperties_call
|
|
}
|
|
|
|
void nswindow_flushKeyBindings( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "flushKeyBindings" );
|
|
#define nswindow_flushKeyBindings_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_flushKeyBindings_call( (id)object, methodSelector );
|
|
#undef nswindow_flushKeyBindings_call
|
|
}
|
|
|
|
void nswindow_takeStoredValuesFromDictionary( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "takeStoredValuesFromDictionary:" );
|
|
#define nswindow_takeStoredValuesFromDictionary_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_takeStoredValuesFromDictionary_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_takeStoredValuesFromDictionary_call
|
|
}
|
|
|
|
char nswindow_isNSDate__( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSDate__" );
|
|
#define nswindow_isNSDate___call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isNSDate___call( (id)object, methodSelector );
|
|
#undef nswindow_isNSDate___call
|
|
}
|
|
|
|
char nswindow_isNSString__( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSString__" );
|
|
#define nswindow_isNSString___call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isNSString___call( (id)object, methodSelector );
|
|
#undef nswindow_isNSString___call
|
|
}
|
|
|
|
char nswindow_isNSCFConstantString__( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSCFConstantString__" );
|
|
#define nswindow_isNSCFConstantString___call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isNSCFConstantString___call( (id)object, methodSelector );
|
|
#undef nswindow_isNSCFConstantString___call
|
|
}
|
|
|
|
char nswindow_isNSNumber__( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSNumber__" );
|
|
#define nswindow_isNSNumber___call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isNSNumber___call( (id)object, methodSelector );
|
|
#undef nswindow_isNSNumber___call
|
|
}
|
|
|
|
char nswindow_isNSArray__( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSArray__" );
|
|
#define nswindow_isNSArray___call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isNSArray___call( (id)object, methodSelector );
|
|
#undef nswindow_isNSArray___call
|
|
}
|
|
|
|
char nswindow_isNSDictionary__( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSDictionary__" );
|
|
#define nswindow_isNSDictionary___call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isNSDictionary___call( (id)object, methodSelector );
|
|
#undef nswindow_isNSDictionary___call
|
|
}
|
|
|
|
char nswindow_isNSSet__( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSSet__" );
|
|
#define nswindow_isNSSet___call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isNSSet___call( (id)object, methodSelector );
|
|
#undef nswindow_isNSSet___call
|
|
}
|
|
|
|
char nswindow_isNSData__( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSData__" );
|
|
#define nswindow_isNSData___call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isNSData___call( (id)object, methodSelector );
|
|
#undef nswindow_isNSData___call
|
|
}
|
|
|
|
char nswindow_isNSObject__( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSObject__" );
|
|
#define nswindow_isNSObject___call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isNSObject___call( (id)object, methodSelector );
|
|
#undef nswindow_isNSObject___call
|
|
}
|
|
|
|
char nswindow_isNSOrderedSet__( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSOrderedSet__" );
|
|
#define nswindow_isNSOrderedSet___call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isNSOrderedSet___call( (id)object, methodSelector );
|
|
#undef nswindow_isNSOrderedSet___call
|
|
}
|
|
|
|
char nswindow_isNSTimeZone__( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSTimeZone__" );
|
|
#define nswindow_isNSTimeZone___call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isNSTimeZone___call( (id)object, methodSelector );
|
|
#undef nswindow_isNSTimeZone___call
|
|
}
|
|
|
|
char nswindow_isNSValue__( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSValue__" );
|
|
#define nswindow_isNSValue___call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isNSValue___call( (id)object, methodSelector );
|
|
#undef nswindow_isNSValue___call
|
|
}
|
|
|
|
void nswindow_doesNotRecognizeSelector( nswindow_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "doesNotRecognizeSelector:" );
|
|
#define nswindow_doesNotRecognizeSelector_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_doesNotRecognizeSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_doesNotRecognizeSelector_call
|
|
}
|
|
|
|
nsobject_t nswindow_methodSignatureForSelector( nswindow_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "methodSignatureForSelector:" );
|
|
#define nswindow_methodSignatureForSelector_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_methodSignatureForSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_methodSignatureForSelector_call
|
|
}
|
|
|
|
nsobject_t nswindow_autorelease( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "autorelease" );
|
|
#define nswindow_autorelease_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_autorelease_call( (id)object, methodSelector );
|
|
#undef nswindow_autorelease_call
|
|
}
|
|
|
|
nsobject_t nswindow_copy( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "copy" );
|
|
#define nswindow_copy_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_copy_call( (id)object, methodSelector );
|
|
#undef nswindow_copy_call
|
|
}
|
|
|
|
void nswindow_finalize( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "finalize" );
|
|
#define nswindow_finalize_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_finalize_call( (id)object, methodSelector );
|
|
#undef nswindow_finalize_call
|
|
}
|
|
|
|
char nswindow_isEqual( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isEqual:" );
|
|
#define nswindow_isEqual_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_isEqual_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_isEqual_call
|
|
}
|
|
|
|
nsclass_t nswindow_class( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "class" );
|
|
#define nswindow_class_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_class_call( (id)object, methodSelector );
|
|
#undef nswindow_class_call
|
|
}
|
|
|
|
nsobject_t nswindow_self( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "self" );
|
|
#define nswindow_self_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_self_call( (id)object, methodSelector );
|
|
#undef nswindow_self_call
|
|
}
|
|
|
|
char nswindow_isProxy( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isProxy" );
|
|
#define nswindow_isProxy_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isProxy_call( (id)object, methodSelector );
|
|
#undef nswindow_isProxy_call
|
|
}
|
|
|
|
char nswindow_isKindOfClass( nswindow_t object, nsclass_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isKindOfClass:" );
|
|
#define nswindow_isKindOfClass_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_isKindOfClass_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_isKindOfClass_call
|
|
}
|
|
|
|
char nswindow_isMemberOfClass( nswindow_t object, nsclass_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isMemberOfClass:" );
|
|
#define nswindow_isMemberOfClass_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_isMemberOfClass_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_isMemberOfClass_call
|
|
}
|
|
|
|
char nswindow_conformsToProtocol( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "conformsToProtocol:" );
|
|
#define nswindow_conformsToProtocol_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_conformsToProtocol_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_conformsToProtocol_call
|
|
}
|
|
|
|
char nswindow_respondsToSelector( nswindow_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "respondsToSelector:" );
|
|
#define nswindow_respondsToSelector_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_respondsToSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_respondsToSelector_call
|
|
}
|
|
|
|
_NSZone* nswindow_zone( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "zone" );
|
|
#define nswindow_zone_call( obj, selector ) ((_NSZone* (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_zone_call( (id)object, methodSelector );
|
|
#undef nswindow_zone_call
|
|
}
|
|
|
|
unsigned long long nswindow_hash( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "hash" );
|
|
#define nswindow_hash_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_hash_call( (id)object, methodSelector );
|
|
#undef nswindow_hash_call
|
|
}
|
|
|
|
nsclass_t nswindow_superclass( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "superclass" );
|
|
#define nswindow_superclass_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_superclass_call( (id)object, methodSelector );
|
|
#undef nswindow_superclass_call
|
|
}
|
|
|
|
nsobject_t nswindow_debugDescription( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "debugDescription" );
|
|
#define nswindow_debugDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_debugDescription_call( (id)object, methodSelector );
|
|
#undef nswindow_debugDescription_call
|
|
}
|
|
|
|
char nswindow_retainWeakReference( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "retainWeakReference" );
|
|
#define nswindow_retainWeakReference_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_retainWeakReference_call( (id)object, methodSelector );
|
|
#undef nswindow_retainWeakReference_call
|
|
}
|
|
|
|
char nswindow_allowsWeakReference( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "allowsWeakReference" );
|
|
#define nswindow_allowsWeakReference_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_allowsWeakReference_call( (id)object, methodSelector );
|
|
#undef nswindow_allowsWeakReference_call
|
|
}
|
|
|
|
char nswindow_isFault( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isFault" );
|
|
#define nswindow_isFault_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_isFault_call( (id)object, methodSelector );
|
|
#undef nswindow_isFault_call
|
|
}
|
|
|
|
void nswindow_forwardInvocation( nswindow_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "forwardInvocation:" );
|
|
#define nswindow_forwardInvocation_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_forwardInvocation_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_forwardInvocation_call
|
|
}
|
|
|
|
nsobject_t nswindow_forwardingTargetForSelector( nswindow_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "forwardingTargetForSelector:" );
|
|
#define nswindow_forwardingTargetForSelector_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_forwardingTargetForSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef nswindow_forwardingTargetForSelector_call
|
|
}
|
|
|
|
nsobject_t nswindow_mutableCopy( nswindow_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableCopy" );
|
|
#define nswindow_mutableCopy_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_mutableCopy_call( (id)object, methodSelector );
|
|
#undef nswindow_mutableCopy_call
|
|
}
|
|
|
|
void nswindow_initialize( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "initialize" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_initialize_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_initialize_call( (id)internalClassObject, methodSelector );
|
|
#undef nswindow_initialize_call
|
|
}
|
|
|
|
char nswindow_automaticallyNotifiesObserversForKey( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "automaticallyNotifiesObserversForKey:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_automaticallyNotifiesObserversForKey_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_automaticallyNotifiesObserversForKey_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nswindow_automaticallyNotifiesObserversForKey_call
|
|
}
|
|
|
|
void nswindow_setUserTabbingPreference( long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setUserTabbingPreference:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_setUserTabbingPreference_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setUserTabbingPreference_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nswindow_setUserTabbingPreference_call
|
|
}
|
|
|
|
char nswindow_shouldPreferWindowTabbingForEvent( nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "shouldPreferWindowTabbingForEvent:withIdentifier:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_shouldPreferWindowTabbingForEvent_call( obj, selector, arg0, arg1 ) ((char (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nswindow_shouldPreferWindowTabbingForEvent_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef nswindow_shouldPreferWindowTabbingForEvent_call
|
|
}
|
|
|
|
long long nswindow_userTabbingPreference( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "userTabbingPreference" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_userTabbingPreference_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_userTabbingPreference_call( (id)internalClassObject, methodSelector );
|
|
#undef nswindow_userTabbingPreference_call
|
|
}
|
|
|
|
char nswindow_allowsAutomaticWindowTabbing( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "allowsAutomaticWindowTabbing" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_allowsAutomaticWindowTabbing_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_allowsAutomaticWindowTabbing_call( (id)internalClassObject, methodSelector );
|
|
#undef nswindow_allowsAutomaticWindowTabbing_call
|
|
}
|
|
|
|
void nswindow_setAllowsAutomaticWindowTabbing( char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAllowsAutomaticWindowTabbing:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_setAllowsAutomaticWindowTabbing_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setAllowsAutomaticWindowTabbing_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nswindow_setAllowsAutomaticWindowTabbing_call
|
|
}
|
|
|
|
nsobject_t nswindow_defaultAnimationForKey( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "defaultAnimationForKey:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_defaultAnimationForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_defaultAnimationForKey_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nswindow_defaultAnimationForKey_call
|
|
}
|
|
|
|
nsobject_t nswindow_windowNumbersWithOptions( unsigned long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "windowNumbersWithOptions:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_windowNumbersWithOptions_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_windowNumbersWithOptions_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nswindow_windowNumbersWithOptions_call
|
|
}
|
|
|
|
long long nswindow_windowNumberAtPoint( CGPoint arg0, long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "windowNumberAtPoint:belowWindowWithWindowNumber:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_windowNumberAtPoint_call( obj, selector, arg0, arg1 ) ((long long (*)( id, SEL, CGPoint, long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nswindow_windowNumberAtPoint_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef nswindow_windowNumberAtPoint_call
|
|
}
|
|
|
|
int nswindow_defaultDepthLimit( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "defaultDepthLimit" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_defaultDepthLimit_call( obj, selector ) ((int (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_defaultDepthLimit_call( (id)internalClassObject, methodSelector );
|
|
#undef nswindow_defaultDepthLimit_call
|
|
}
|
|
|
|
nsclass_t nswindow_frameViewClassForStyleMask( unsigned long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "frameViewClassForStyleMask:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_frameViewClassForStyleMask_call( obj, selector, arg0 ) ((nsclass_t (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_frameViewClassForStyleMask_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nswindow_frameViewClassForStyleMask_call
|
|
}
|
|
|
|
CGSize nswindow_minContentSizeForMinFrameSize( CGSize arg0, unsigned long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "minContentSizeForMinFrameSize:styleMask:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_minContentSizeForMinFrameSize_call( obj, selector, arg0, arg1 ) ((CGSize (*)( id, SEL, CGSize, unsigned long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nswindow_minContentSizeForMinFrameSize_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef nswindow_minContentSizeForMinFrameSize_call
|
|
}
|
|
|
|
double nswindow_minFrameWidthWithTitle( nsobject_t arg0, unsigned long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "minFrameWidthWithTitle:styleMask:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_minFrameWidthWithTitle_call( obj, selector, arg0, arg1 ) ((double (*)( id, SEL, nsobject_t, unsigned long long ))abi_objc_msgSend_fpret) ( obj, selector, arg0, arg1 )
|
|
return nswindow_minFrameWidthWithTitle_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef nswindow_minFrameWidthWithTitle_call
|
|
}
|
|
|
|
nsobject_t nswindow_keyPathsForValuesAffectingEffectiveAppearance( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "keyPathsForValuesAffectingEffectiveAppearance" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_keyPathsForValuesAffectingEffectiveAppearance_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_keyPathsForValuesAffectingEffectiveAppearance_call( (id)internalClassObject, methodSelector );
|
|
#undef nswindow_keyPathsForValuesAffectingEffectiveAppearance_call
|
|
}
|
|
|
|
nsobject_t nswindow_windowWithContentViewController( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "windowWithContentViewController:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_windowWithContentViewController_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_windowWithContentViewController_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nswindow_windowWithContentViewController_call
|
|
}
|
|
|
|
nsobject_t nswindow_keyPathsForValuesAffecting_appearanceForAttachedPopovers( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "keyPathsForValuesAffecting_appearanceForAttachedPopovers" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_keyPathsForValuesAffecting_appearanceForAttachedPopovers_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_keyPathsForValuesAffecting_appearanceForAttachedPopovers_call( (id)internalClassObject, methodSelector );
|
|
#undef nswindow_keyPathsForValuesAffecting_appearanceForAttachedPopovers_call
|
|
}
|
|
|
|
nsobject_t nswindow_defaultAnimationForKeyPath( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "defaultAnimationForKeyPath:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_defaultAnimationForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_defaultAnimationForKeyPath_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nswindow_defaultAnimationForKeyPath_call
|
|
}
|
|
|
|
nsobject_t nswindow_keyPathsForValuesAffectingUndoManager( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "keyPathsForValuesAffectingUndoManager" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_keyPathsForValuesAffectingUndoManager_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_keyPathsForValuesAffectingUndoManager_call( (id)internalClassObject, methodSelector );
|
|
#undef nswindow_keyPathsForValuesAffectingUndoManager_call
|
|
}
|
|
|
|
nsobject_t nswindow_keyPathsForValuesAffectingTitlebarBlendingMode( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "keyPathsForValuesAffectingTitlebarBlendingMode" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_keyPathsForValuesAffectingTitlebarBlendingMode_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_keyPathsForValuesAffectingTitlebarBlendingMode_call( (id)internalClassObject, methodSelector );
|
|
#undef nswindow_keyPathsForValuesAffectingTitlebarBlendingMode_call
|
|
}
|
|
|
|
nsobject_t nswindow_keyPathsForValuesAffectingContentLayoutRect( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "keyPathsForValuesAffectingContentLayoutRect" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_keyPathsForValuesAffectingContentLayoutRect_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_keyPathsForValuesAffectingContentLayoutRect_call( (id)internalClassObject, methodSelector );
|
|
#undef nswindow_keyPathsForValuesAffectingContentLayoutRect_call
|
|
}
|
|
|
|
char nswindow_automaticallyNotifiesObserversOf_borderView( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "automaticallyNotifiesObserversOf_borderView" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_automaticallyNotifiesObserversOf_borderView_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_automaticallyNotifiesObserversOf_borderView_call( (id)internalClassObject, methodSelector );
|
|
#undef nswindow_automaticallyNotifiesObserversOf_borderView_call
|
|
}
|
|
|
|
double nswindow_standardContentBorderThicknessForEdge( unsigned long long arg0, unsigned long long arg1, unsigned long long arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "standardContentBorderThicknessForEdge:borderSize:styleMask:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_standardContentBorderThicknessForEdge_call( obj, selector, arg0, arg1, arg2 ) ((double (*)( id, SEL, unsigned long long, unsigned long long, unsigned long long ))abi_objc_msgSend_fpret) ( obj, selector, arg0, arg1, arg2 )
|
|
return nswindow_standardContentBorderThicknessForEdge_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2 );
|
|
#undef nswindow_standardContentBorderThicknessForEdge_call
|
|
}
|
|
|
|
void nswindow_removeFrameUsingName( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeFrameUsingName:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_removeFrameUsingName_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_removeFrameUsingName_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nswindow_removeFrameUsingName_call
|
|
}
|
|
|
|
char nswindow_automaticallyNotifiesObserversOfAppearance( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "automaticallyNotifiesObserversOfAppearance" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_automaticallyNotifiesObserversOfAppearance_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_automaticallyNotifiesObserversOfAppearance_call( (id)internalClassObject, methodSelector );
|
|
#undef nswindow_automaticallyNotifiesObserversOfAppearance_call
|
|
}
|
|
|
|
nsobject_t nswindow_keyPathsForValuesAffectingAppearance( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "keyPathsForValuesAffectingAppearance" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_keyPathsForValuesAffectingAppearance_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_keyPathsForValuesAffectingAppearance_call( (id)internalClassObject, methodSelector );
|
|
#undef nswindow_keyPathsForValuesAffectingAppearance_call
|
|
}
|
|
|
|
OpaqueCUIRendererRef* nswindow_coreUIRenderer( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "coreUIRenderer" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_coreUIRenderer_call( obj, selector ) ((OpaqueCUIRendererRef* (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_coreUIRenderer_call( (id)internalClassObject, methodSelector );
|
|
#undef nswindow_coreUIRenderer_call
|
|
}
|
|
|
|
char nswindow_canBeResizedFromInterior( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "canBeResizedFromInterior" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_canBeResizedFromInterior_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_canBeResizedFromInterior_call( (id)internalClassObject, methodSelector );
|
|
#undef nswindow_canBeResizedFromInterior_call
|
|
}
|
|
|
|
char nswindow_automaticallyNotifiesObserversOfTouchBar( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "automaticallyNotifiesObserversOfTouchBar" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_automaticallyNotifiesObserversOfTouchBar_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_automaticallyNotifiesObserversOfTouchBar_call( (id)internalClassObject, methodSelector );
|
|
#undef nswindow_automaticallyNotifiesObserversOfTouchBar_call
|
|
}
|
|
|
|
char nswindow_automaticallyTracksDependenciesOnValueForKey( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "automaticallyTracksDependenciesOnValueForKey:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_automaticallyTracksDependenciesOnValueForKey_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_automaticallyTracksDependenciesOnValueForKey_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nswindow_automaticallyTracksDependenciesOnValueForKey_call
|
|
}
|
|
|
|
nsobject_t nswindow_restorableStateKeyPaths( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "restorableStateKeyPaths" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_restorableStateKeyPaths_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_restorableStateKeyPaths_call( (id)internalClassObject, methodSelector );
|
|
#undef nswindow_restorableStateKeyPaths_call
|
|
}
|
|
|
|
char nswindow_automaticallyNotifiesObserversOfServicesRequestor( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "automaticallyNotifiesObserversOfServicesRequestor" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_automaticallyNotifiesObserversOfServicesRequestor_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_automaticallyNotifiesObserversOfServicesRequestor_call( (id)internalClassObject, methodSelector );
|
|
#undef nswindow_automaticallyNotifiesObserversOfServicesRequestor_call
|
|
}
|
|
|
|
nsobject_t nswindow_defaultPlaceholderForMarker( nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "defaultPlaceholderForMarker:withBinding:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_defaultPlaceholderForMarker_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nswindow_defaultPlaceholderForMarker_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef nswindow_defaultPlaceholderForMarker_call
|
|
}
|
|
|
|
void nswindow_exposeBinding( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "exposeBinding:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_exposeBinding_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_exposeBinding_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nswindow_exposeBinding_call
|
|
}
|
|
|
|
void nswindow_setDefaultPlaceholder( nsobject_t arg0, nsobject_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setDefaultPlaceholder:forMarker:withBinding:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_setDefaultPlaceholder_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
nswindow_setDefaultPlaceholder_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2 );
|
|
#undef nswindow_setDefaultPlaceholder_call
|
|
}
|
|
|
|
char nswindow_CA_automaticallyNotifiesObservers( nsclass_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_automaticallyNotifiesObservers:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_CA_automaticallyNotifiesObservers_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_CA_automaticallyNotifiesObservers_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nswindow_CA_automaticallyNotifiesObservers_call
|
|
}
|
|
|
|
char nswindow_CA_encodesPropertyConditionally( unsigned int arg0, int arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_encodesPropertyConditionally:type:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_CA_encodesPropertyConditionally_call( obj, selector, arg0, arg1 ) ((char (*)( id, SEL, unsigned int, int ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nswindow_CA_encodesPropertyConditionally_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef nswindow_CA_encodesPropertyConditionally_call
|
|
}
|
|
|
|
nsobject_t nswindow_CA_CAMLPropertyForKey( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_CAMLPropertyForKey:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_CA_CAMLPropertyForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_CA_CAMLPropertyForKey_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nswindow_CA_CAMLPropertyForKey_call
|
|
}
|
|
|
|
nsobject_t nswindow_bs_secureDecodedFromData( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_secureDecodedFromData:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_bs_secureDecodedFromData_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_bs_secureDecodedFromData_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nswindow_bs_secureDecodedFromData_call
|
|
}
|
|
|
|
nsobject_t nswindow_bs_secureDataFromObject( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_secureDataFromObject:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_bs_secureDataFromObject_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_bs_secureDataFromObject_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nswindow_bs_secureDataFromObject_call
|
|
}
|
|
|
|
nsobject_t nswindow_bs_secureObjectFromData( nsobject_t arg0, nsclass_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_secureObjectFromData:ofClass:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_bs_secureObjectFromData_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsclass_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nswindow_bs_secureObjectFromData_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef nswindow_bs_secureObjectFromData_call
|
|
}
|
|
|
|
nsobject_t nswindow_bs_dataFromObject( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_dataFromObject:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_bs_dataFromObject_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_bs_dataFromObject_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nswindow_bs_dataFromObject_call
|
|
}
|
|
|
|
nsobject_t nswindow_bs_objectFromData( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_objectFromData:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_bs_objectFromData_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_bs_objectFromData_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nswindow_bs_objectFromData_call
|
|
}
|
|
|
|
nsobject_t nswindow_bs_decodedFromData( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_decodedFromData:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_bs_decodedFromData_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_bs_decodedFromData_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nswindow_bs_decodedFromData_call
|
|
}
|
|
|
|
void nswindow_load( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "load" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_load_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_load_call( (id)internalClassObject, methodSelector );
|
|
#undef nswindow_load_call
|
|
}
|
|
|
|
long long nswindow_version( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "version" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_version_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_version_call( (id)internalClassObject, methodSelector );
|
|
#undef nswindow_version_call
|
|
}
|
|
|
|
char nswindow_instancesImplementSelector( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "instancesImplementSelector:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_instancesImplementSelector_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_instancesImplementSelector_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nswindow_instancesImplementSelector_call
|
|
}
|
|
|
|
void nswindow_poseAsClass( nsclass_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "poseAsClass:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_poseAsClass_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_poseAsClass_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nswindow_poseAsClass_call
|
|
}
|
|
|
|
void nswindow_setVersion( long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setVersion:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_setVersion_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nswindow_setVersion_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nswindow_setVersion_call
|
|
}
|
|
|
|
nsobject_t nswindow_classFallbacksForKeyedArchiver( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classFallbacksForKeyedArchiver" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_classFallbacksForKeyedArchiver_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_classFallbacksForKeyedArchiver_call( (id)internalClassObject, methodSelector );
|
|
#undef nswindow_classFallbacksForKeyedArchiver_call
|
|
}
|
|
|
|
nsclass_t nswindow_classForKeyedUnarchiver( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classForKeyedUnarchiver" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_classForKeyedUnarchiver_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_classForKeyedUnarchiver_call( (id)internalClassObject, methodSelector );
|
|
#undef nswindow_classForKeyedUnarchiver_call
|
|
}
|
|
|
|
char nswindow_useStoredAccessor( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "useStoredAccessor" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_useStoredAccessor_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_useStoredAccessor_call( (id)internalClassObject, methodSelector );
|
|
#undef nswindow_useStoredAccessor_call
|
|
}
|
|
|
|
char nswindow_accessInstanceVariablesDirectly( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessInstanceVariablesDirectly" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_accessInstanceVariablesDirectly_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_accessInstanceVariablesDirectly_call( (id)internalClassObject, methodSelector );
|
|
#undef nswindow_accessInstanceVariablesDirectly_call
|
|
}
|
|
|
|
objc_method_description* nswindow_instanceMethodDescriptionForSelector( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "instanceMethodDescriptionForSelector:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_instanceMethodDescriptionForSelector_call( obj, selector, arg0 ) ((objc_method_description* (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_instanceMethodDescriptionForSelector_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nswindow_instanceMethodDescriptionForSelector_call
|
|
}
|
|
|
|
nsobject_t nswindow_keyPathsForValuesAffectingValueForKey( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "keyPathsForValuesAffectingValueForKey:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_keyPathsForValuesAffectingValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_keyPathsForValuesAffectingValueForKey_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nswindow_keyPathsForValuesAffectingValueForKey_call
|
|
}
|
|
|
|
void nswindow_setKeys( nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setKeys:triggerChangeNotificationsForDependentKey:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_setKeys_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nswindow_setKeys_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef nswindow_setKeys_call
|
|
}
|
|
|
|
void nswindow_cancelPreviousPerformRequestsWithTarget( nsobject_t arg0, nsselector_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cancelPreviousPerformRequestsWithTarget:selector:object:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_cancelPreviousPerformRequestsWithTarget_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsselector_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
nswindow_cancelPreviousPerformRequestsWithTarget_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2 );
|
|
#undef nswindow_cancelPreviousPerformRequestsWithTarget_call
|
|
}
|
|
|
|
void nswindow_flushAllKeyBindings( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "flushAllKeyBindings" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_flushAllKeyBindings_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_flushAllKeyBindings_call( (id)internalClassObject, methodSelector );
|
|
#undef nswindow_flushAllKeyBindings_call
|
|
}
|
|
|
|
void nswindow_flushClassKeyBindings( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "flushClassKeyBindings" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_flushClassKeyBindings_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nswindow_flushClassKeyBindings_call( (id)internalClassObject, methodSelector );
|
|
#undef nswindow_flushClassKeyBindings_call
|
|
}
|
|
|
|
nsobject_t nswindow_SFSQLiteClassName( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "SFSQLiteClassName" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_SFSQLiteClassName_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_SFSQLiteClassName_call( (id)internalClassObject, methodSelector );
|
|
#undef nswindow_SFSQLiteClassName_call
|
|
}
|
|
|
|
nsobject_t nswindow_instanceMethodSignatureForSelector( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "instanceMethodSignatureForSelector:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_instanceMethodSignatureForSelector_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_instanceMethodSignatureForSelector_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nswindow_instanceMethodSignatureForSelector_call
|
|
}
|
|
|
|
nsobject_t nswindow_copyWithZone( _NSZone* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "copyWithZone:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_copyWithZone_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSZone* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_copyWithZone_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nswindow_copyWithZone_call
|
|
}
|
|
|
|
nsobject_t nswindow_allocWithZone( _NSZone* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "allocWithZone:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_allocWithZone_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSZone* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_allocWithZone_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nswindow_allocWithZone_call
|
|
}
|
|
|
|
nsobject_t nswindow_new( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "new" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_new_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_new_call( (id)internalClassObject, methodSelector );
|
|
#undef nswindow_new_call
|
|
}
|
|
|
|
char nswindow_resolveInstanceMethod( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "resolveInstanceMethod:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_resolveInstanceMethod_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_resolveInstanceMethod_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nswindow_resolveInstanceMethod_call
|
|
}
|
|
|
|
char nswindow_resolveClassMethod( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "resolveClassMethod:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_resolveClassMethod_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_resolveClassMethod_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nswindow_resolveClassMethod_call
|
|
}
|
|
|
|
nswindow_t nswindow_alloc( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "alloc" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_alloc_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nswindow_alloc_call( (id)internalClassObject, methodSelector );
|
|
#undef nswindow_alloc_call
|
|
}
|
|
|
|
nsobject_t nswindow_mutableCopyWithZone( _NSZone* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableCopyWithZone:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_mutableCopyWithZone_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSZone* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_mutableCopyWithZone_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nswindow_mutableCopyWithZone_call
|
|
}
|
|
|
|
char nswindow_isSubclassOfClass( nsclass_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isSubclassOfClass:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_isSubclassOfClass_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_isSubclassOfClass_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nswindow_isSubclassOfClass_call
|
|
}
|
|
|
|
char nswindow_isAncestorOfObject( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAncestorOfObject:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_isAncestorOfObject_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_isAncestorOfObject_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nswindow_isAncestorOfObject_call
|
|
}
|
|
|
|
char nswindow_instancesRespondToSelector( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "instancesRespondToSelector:" );
|
|
Class internalClassObject = objc_getClass( "NSWindow" );
|
|
#define nswindow_instancesRespondToSelector_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nswindow_instancesRespondToSelector_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nswindow_instancesRespondToSelector_call
|
|
}
|
|
|